Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ component_management:
name: bridge-symfony-http-foundation-telemetry
paths:
- src/bridge/symfony/http-foundation-telemetry/**
- component_id: bridge-symfony-postgresql-bundle
name: bridge-symfony-postgresql-bundle
paths:
- src/bridge/symfony/postgresql-bundle/**
- component_id: bridge-symfony-telemetry-bundle
name: bridge-symfony-telemetry-bundle
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/job-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
- name: "Test - Bridges"
run: "composer test:bridges"
env:
PGSQL_DATABASE_URL: pgsql://postgres:postgres@127.0.0.1:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
AZURITE_HOST: "localhost"
AZURITE_BLOB_PORT: "10000"
AZURITE_ACCOUNT_NAME: "flowphpaccount01"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/monorepo-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
split_repository: 'symfony-http-foundation-bridge'
- local_path: 'src/bridge/symfony/http-foundation-telemetry'
split_repository: 'symfony-http-foundation-telemetry-bridge'
- local_path: 'src/bridge/symfony/postgresql-bundle'
split_repository: 'symfony-postgresql-bundle'
- local_path: 'src/bridge/symfony/telemetry-bundle'
split_repository: 'symfony-telemetry-bundle'
- local_path: 'src/bridge/telemetry/otlp'
Expand Down
7 changes: 6 additions & 1 deletion bin/docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ public function execute(InputInterface $input, OutputInterface $output) : int
__DIR__ . '/../src/adapter/etl-adapter-xml/src/Flow/ETL/Adapter/XML/functions.php',
__DIR__ . '/../src/lib/filesystem/src/Flow/Filesystem/DSL/functions.php',
__DIR__ . '/../src/lib/types/src/Flow/Types/DSL/functions.php',
__DIR__ . '/../src/lib/postgresql/src/Flow/PostgreSql/DSL/functions.php',
__DIR__ . '/../src/lib/postgresql/src/Flow/PostgreSql/DSL/schema.php',
__DIR__ . '/../src/lib/postgresql/src/Flow/PostgreSql/DSL/query.php',
__DIR__ . '/../src/lib/postgresql/src/Flow/PostgreSql/DSL/condition.php',
__DIR__ . '/../src/lib/postgresql/src/Flow/PostgreSql/DSL/parser.php',
__DIR__ . '/../src/lib/postgresql/src/Flow/PostgreSql/DSL/client.php',
__DIR__ . '/../src/lib/postgresql/src/Flow/PostgreSql/Migrations/DSL/functions.php',
__DIR__ . '/../src/lib/telemetry/src/Flow/Telemetry/DSL/functions.php',
__DIR__ . '/../src/lib/azure-sdk/src/Flow/Azure/SDK/DSL/functions.php',
__DIR__ . '/../src/bridge/filesystem/azure/src/Flow/Filesystem/Bridge/Azure/DSL/functions.php',
Expand Down
54 changes: 36 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"ext-zlib": "*",
"composer-runtime-api": "^2.0",
"composer-runtime-api": "^2.2",
"async-aws/s3": "^2.6",
"brick/math": "^0.12 || ^0.13 || ^0.14",
"coduo/php-humanizer": "^5.0",
Expand All @@ -39,15 +39,15 @@
"psr/http-message": "^1.0 || ^2.0",
"psr/log": "^2.0 || ^3.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"symfony/config": "^6.4 || ^7.3 || ^8.0",
"symfony/console": "^6.4 || ^7.3 || ^8.0",
"symfony/dependency-injection": "^6.4 || ^7.3 || ^8.0",
"symfony/event-dispatcher": "^6.4 || ^7.3 || ^8.0",
"symfony/http-foundation": "^6.4 || ^7.3 || ^8.0",
"symfony/http-kernel": "^6.4 || ^7.3 || ^8.0",
"symfony/config": "^6.4 || ^7.4 || ^8.0",
"symfony/console": "^6.4 || ^7.4 || ^8.0",
"symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0",
"symfony/event-dispatcher": "^6.4 || ^7.4 || ^8.0",
"symfony/http-foundation": "^6.4 || ^7.4 || ^8.0",
"symfony/http-kernel": "^6.4 || ^7.4 || ^8.0",
"symfony/polyfill-mbstring": "^1.33",
"symfony/string": "^6.4 || ^7.3 || ^8.0",
"symfony/uid": "^6.4 || ^7.3 || ^8.0",
"symfony/string": "^6.4 || ^7.4 || ^8.0",
"symfony/uid": "^6.4 || ^7.4 || ^8.0",
"webmozart/glob": "^3.0 || ^4.0"
},
"require-dev": {
Expand All @@ -61,14 +61,14 @@
"php-http/curl-client": "^2.2",
"php-http/mock-client": "^1.5",
"ramsey/uuid": "^4.5",
"symfony/cache": "^6.4 || ^7.3 || ^8.0",
"symfony/dotenv": "^6.4 || ^7.3 || ^8.0",
"symfony/finder": "^6.4 || ^7.3 || ^8.0",
"symfony/framework-bundle": "^6.4 || ^7.3 || ^8.0",
"symfony/http-client": "^6.4 || ^7.3 || ^8.0",
"symfony/messenger": "^6.4 || ^7.3 || ^8.0",
"symfony/process": "^7.3 || ^8.0",
"symfony/routing": "^6.4 || ^7.3 || ^8.0",
"symfony/cache": "^6.4 || ^7.4 || ^8.0",
"symfony/dotenv": "^6.4 || ^7.4 || ^8.0",
"symfony/finder": "^6.4 || ^7.4 || ^8.0",
"symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0",
"symfony/http-client": "^6.4 || ^7.4 || ^8.0",
"symfony/messenger": "^6.4 || ^7.4 || ^8.0",
"symfony/process": "^7.4 || ^8.0",
"symfony/routing": "^6.4 || ^7.4 || ^8.0",
"twig/twig": "^3.0"
},
"replace": {
Expand Down Expand Up @@ -109,6 +109,7 @@
"flow-php/snappy": "self.version",
"flow-php/symfony-http-foundation-bridge": "self.version",
"flow-php/symfony-http-foundation-telemetry-bridge": "self.version",
"flow-php/symfony-postgresql-bundle": "self.version",
"flow-php/symfony-telemetry-bundle": "self.version",
"flow-php/telemetry": "self.version",
"flow-php/telemetry-otlp-bridge": "self.version",
Expand Down Expand Up @@ -144,6 +145,7 @@
"src/bridge/psr18/telemetry/src/Flow",
"src/bridge/symfony/http-foundation-telemetry/src/Flow",
"src/bridge/symfony/http-foundation/src/Flow",
"src/bridge/symfony/postgresql-bundle/src/Flow",
"src/bridge/symfony/telemetry-bundle/src/Flow",
"src/bridge/telemetry/otlp/src/Flow",
"src/bridge/phpunit/telemetry/src/Flow",
Expand Down Expand Up @@ -204,8 +206,13 @@
"src/lib/parquet/src/Flow/Parquet/functions.php",
"src/lib/parquet/src/Flow/Parquet/Binary/functions.php",
"src/lib/parquet/src/stubs.php",
"src/lib/postgresql/src/Flow/PostgreSql/DSL/functions.php",
"src/lib/postgresql/src/Flow/PostgreSql/DSL/client.php",
"src/lib/postgresql/src/Flow/PostgreSql/DSL/condition.php",
"src/lib/postgresql/src/Flow/PostgreSql/DSL/parser.php",
"src/lib/postgresql/src/Flow/PostgreSql/DSL/query.php",
"src/lib/postgresql/src/Flow/PostgreSql/DSL/schema.php",
"src/lib/postgresql/src/stubs.php",
"src/lib/postgresql/src/Flow/PostgreSql/Migrations/DSL/functions.php",
"src/lib/snappy/polyfill.php",
"src/lib/telemetry/src/Flow/Telemetry/DSL/functions.php",
"src/lib/types/src/Flow/Types/DSL/functions.php"
Expand Down Expand Up @@ -237,6 +244,7 @@
"src/bridge/psr18/telemetry/tests/Flow",
"src/bridge/symfony/http-foundation-telemetry/tests/Flow",
"src/bridge/symfony/http-foundation/tests/Flow",
"src/bridge/symfony/postgresql-bundle/tests/Flow",
"src/bridge/symfony/telemetry-bundle/tests/Flow",
"src/bridge/telemetry/otlp/tests/Flow",
"src/bridge/phpunit/telemetry/tests/Flow",
Expand Down Expand Up @@ -296,6 +304,7 @@
"@test:lib:parquet",
"@test:lib:parquet-viewer",
"@test:lib:postgresql",
"@test:lib:postgresql-migrations",
"@test:lib:snappy",
"@test:lib:telemetry",
"@test:lib:types"
Expand All @@ -311,6 +320,7 @@
"@test:bridge:psr18-telemetry",
"@test:bridge:symfony-http-foundation",
"@test:bridge:symfony-http-foundation-telemetry",
"@test:bridge:symfony-postgresql-bundle",
"@test:bridge:symfony-telemetry-bundle",
"@test:bridge:telemetry-otlp"
],
Expand Down Expand Up @@ -371,6 +381,10 @@
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-postgresql-unit --log-junit ./var/phpunit/logs/lib-postgresql-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-postgresql-unit.coverage.xml",
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-postgresql-integration --log-junit ./var/phpunit/logs/lib-postgresql-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-postgresql-integration.coverage.xml"
],
"test:lib:postgresql-migrations": [
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-postgresql-migrations-unit --log-junit ./var/phpunit/logs/lib-postgresql-migrations-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-postgresql-migrations-unit.coverage.xml",
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-postgresql-migrations-integration --log-junit ./var/phpunit/logs/lib-postgresql-migrations-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-postgresql-migrations-integration.coverage.xml"
],
"test:bridge:filesystem-azure": [
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-filesystem-azure-unit --log-junit ./var/phpunit/logs/bridge-filesystem-azure-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-filesystem-azure-unit.coverage.xml",
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-filesystem-azure-integration --log-junit ./var/phpunit/logs/bridge-filesystem-azure-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-filesystem-azure-integration.coverage.xml"
Expand Down Expand Up @@ -404,6 +418,10 @@
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-http-foundation-telemetry-unit --log-junit ./var/phpunit/logs/bridge-symfony-http-foundation-telemetry-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-http-foundation-telemetry-unit.coverage.xml",
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-http-foundation-telemetry-integration --log-junit ./var/phpunit/logs/bridge-symfony-http-foundation-telemetry-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-http-foundation-telemetry-integration.coverage.xml"
],
"test:bridge:symfony-postgresql-bundle": [
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-postgresql-bundle-unit --log-junit ./var/phpunit/logs/bridge-symfony-postgresql-bundle-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-postgresql-bundle-unit.coverage.xml",
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-postgresql-bundle-integration --log-junit ./var/phpunit/logs/bridge-symfony-postgresql-bundle-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-postgresql-bundle-integration.coverage.xml"
],
"test:bridge:symfony-telemetry-bundle": [
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-telemetry-bundle-unit --log-junit ./var/phpunit/logs/bridge-symfony-telemetry-bundle-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-telemetry-bundle-unit.coverage.xml",
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-telemetry-bundle-integration --log-junit ./var/phpunit/logs/bridge-symfony-telemetry-bundle-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-telemetry-bundle-integration.coverage.xml"
Expand Down
Loading
Loading