-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a way to generate a Flow schema from Database in php (#1511)
* Added a way to generate a Flow schema from Database in php * Regenerated DSL * Fixed failing tests, added missing dependency * Updated dsl definitions * Updated dependencies, fixed failing tests * Static analyze fixes * Fixed tests failing on the lowest dependencies version * Fixed tests failing on the lowest dependencies version
- Loading branch information
1 parent
6c8a1c4
commit 682c4b7
Showing
55 changed files
with
2,496 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,6 +155,8 @@ jobs: | |
|
||
- name: "Test - CLI" | ||
run: "composer test:cli" | ||
env: | ||
PGSQL_DATABASE_URL: pgsql://postgres:[email protected]:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8 | ||
|
||
- name: "Test - Lib - Array Dot" | ||
run: "composer test:lib:array-dot" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.