Skip to content

Issue #67: Implement MariaDB/PostgreSQL connection#68

Open
alexmerlin wants to merge 15 commits into1.0from
issue-67
Open

Issue #67: Implement MariaDB/PostgreSQL connection#68
alexmerlin wants to merge 15 commits into1.0from
issue-67

Conversation

@alexmerlin
Copy link
Member

No description provided.

Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
@alexmerlin alexmerlin self-assigned this Mar 2, 2026
@github-actions
Copy link

github-actions bot commented Mar 2, 2026

Qodana for PHP

1 new problem were found

Inspection name Severity Problems
Property can be 'readonly' ◽️ Notice 1

☁️ View the detailed Qodana report

Detected 72 dependencies

Third-party software list

This page lists the third-party software dependencies used in project

Dependency Version Licenses
brick/math 0.14.8 MIT
brick/varexporter 0.6.0 MIT
doctrine/collections 2.6.0 MIT
doctrine/common 3.5.0 MIT
doctrine/data-fixtures 2.2.0 MIT
doctrine/dbal 4.4.2 MIT
doctrine/deprecations 1.1.6 MIT
doctrine/event-manager 2.1.1 MIT
doctrine/inflector 2.1.0 MIT
doctrine/instantiator 2.0.0 MIT
doctrine/lexer 3.0.1 MIT
doctrine/migrations 3.9.6 MIT
doctrine/orm 3.6.2 MIT
doctrine/persistence 3.4.3 MIT
dotkernel/dot-cache 4.4.0 MIT
dotkernel/dot-cli 3.10.0 MIT
dotkernel/dot-data-fixtures 1.5.0 MIT
dotkernel/dot-dependency-injection 1.3.0 MIT
dotkernel/dot-errorhandler 4.4.0 MIT
dotkernel/dot-log 5.3.0 MIT
fig/http-message-util 1.1.5 MIT
gsteel/dot 1.9.0 MIT
laminas/laminas-cli 1.14.0 BSD-3-Clause
laminas/laminas-component-installer 3.7.0 BSD-3-Clause
laminas/laminas-config-aggregator 1.19.0 BSD-3-Clause
laminas/laminas-diactoros 3.8.0 BSD-3-Clause
laminas/laminas-httphandlerrunner 2.13.0 BSD-3-Clause
laminas/laminas-servicemanager 4.5.0 BSD-3-Clause
laminas/laminas-stdlib 3.21.0 BSD-3-Clause
laminas/laminas-stratigility 4.3.0 BSD-3-Clause
laminas/laminas-translator 1.3.0 BSD-3-Clause
laminas/laminas-validator 3.15.0 BSD-3-Clause
mezzio/mezzio-router 4.2.0 BSD-3-Clause
mezzio/mezzio-template 3.0.0 BSD-3-Clause
mezzio/mezzio 3.27.0 BSD-3-Clause
netglue/laminas-messenger 2.5.0 MIT
nikic/php-parser v5.7.0 BSD-3-Clause
psr/cache 3.0.0 MIT
psr/clock 1.0.0 MIT
psr/container 2.0.2 MIT
psr/event-dispatcher 1.0.0 MIT
psr/http-client 1.0.3 MIT
psr/http-factory 1.1.0 MIT
psr/http-message 2.0 MIT
psr/http-server-handler 1.0.2 MIT
psr/http-server-middleware 1.0.2 MIT
psr/log 3.0.2 MIT
ramsey/collection 2.1.1 MIT
ramsey/uuid-doctrine 2.1.0 MIT
ramsey/uuid 4.9.2 MIT
roave/psr-container-doctrine 5.2.2 BSD-2-Clause
symfony/cache-contracts v3.6.0 MIT
symfony/cache v7.4.6 MIT
symfony/clock v7.4.0 MIT
symfony/console v7.4.6 MIT
symfony/deprecation-contracts v3.6.0 MIT
symfony/event-dispatcher-contracts v3.6.0 MIT
symfony/event-dispatcher v7.4.4 MIT
symfony/messenger v7.4.6 MIT
symfony/polyfill-ctype v1.33.0 MIT
symfony/polyfill-intl-grapheme v1.33.0 MIT
symfony/polyfill-intl-normalizer v1.33.0 MIT
symfony/polyfill-mbstring v1.33.0 MIT
symfony/polyfill-php83 v1.33.0 MIT
symfony/polyfill-php84 v1.33.0 MIT
symfony/redis-messenger v7.4.6 MIT
symfony/service-contracts v3.6.1 MIT
symfony/stopwatch v7.4.0 MIT
symfony/string v7.4.6 MIT
symfony/var-exporter v7.4.0 MIT
webimpress/safe-writer 2.2.0 BSD-2-Clause
webmozart/assert 2.1.6 MIT
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

❌ Patch coverage is 0.85106% with 233 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.21%. Comparing base (47ccbfa) to head (5c39366).

Files with missing lines Patch % Lines
src/Core/src/App/src/ConfigProvider.php 0.00% 71 Missing ⚠️
.../App/src/Doctrine/MigrationsMigratedSubscriber.php 0.00% 67 Missing ⚠️
...c/Core/src/App/src/DBAL/Types/AbstractEnumType.php 0.00% 21 Missing ⚠️
...ore/src/App/src/Event/TablePrefixEventListener.php 0.00% 18 Missing ⚠️
src/Core/src/App/src/Entity/AbstractEntity.php 0.00% 17 Missing ⚠️
src/Core/src/App/src/Entity/TimestampsTrait.php 0.00% 12 Missing ⚠️
...Core/src/App/src/Repository/AbstractRepository.php 0.00% 8 Missing ⚠️
...rc/Core/src/App/src/Entity/UuidIdentifierTrait.php 0.00% 7 Missing ⚠️
...Core/src/App/src/Entity/NumericIdentifierTrait.php 0.00% 5 Missing ⚠️
...re/src/App/src/Resolver/EntityListenerResolver.php 0.00% 3 Missing ⚠️
... and 2 more
Additional details and impacted files
@@              Coverage Diff              @@
##                1.0      #68       +/-   ##
=============================================
- Coverage     96.00%   59.21%   -36.79%     
- Complexity      119      188       +69     
=============================================
  Files            17       29       +12     
  Lines           375      608      +233     
=============================================
  Hits            360      360               
- Misses           15      248      +233     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant