Commit ad1e36d
committed
feature: flow-php/symfony-postgresql-bundle
feature: migrations cli app interface
feature: basic building blocks for migrations
feature: migration store
feature: migrations repository
feature: migrations repository
feature: migrations generator
feature: migration executor
feature: setup migrations cli commands
feauter: symfony migration bundle
- move core abstractions to postgresql package
- move implementations to symfony bundle
feature: load catalog cofiguration from yaml
feature: wrap migrations in transations
refactor: catalog_providers configuration in postgresql bundles
- detach catalog from connection
- allow to chain providers
- allow to register by tag / attribute
refactor: simplify catalog congigratuin
feature: add support for telemetry in postgresql bundle
feature: documentation1 parent 467cb4b commit ad1e36d
File tree
333 files changed
+12828
-532
lines changed- .github/workflows
- bin
- documentation
- components
- bridges
- libs
- installation/packages
- phpdoc
- src
- adapter/etl-adapter-postgresql/src/Flow/ETL/Adapter/PostgreSql
- QueryBuilder
- bridge
- symfony
- http-foundation-telemetry
- http-foundation
- postgresql-bundle
- .github/workflows
- src/Flow/Bridge/Symfony/PostgreSqlBundle
- Attribute
- CatalogProvider
- Command
- DependencyInjection
- Compiler
- Generator
- Repository
- Resources
- config
- templates
- tests/Flow/Bridge/Symfony/PostgreSqlBundle/Tests
- Context
- Fixtures
- Fixture/migrations
- 20260401120000_create_users
- 20260402100000_seed_data
- 20260403090000_add_column
- Integration
- Command
- Unit
- CatalogProvider
- Command
- DependencyInjection
- Generator
- Repository
- telemetry-bundle
- telemetry/otlp
- cli
- core/etl
- lib
- parquet-viewer
- parquet
- postgresql-migrations
- src/Flow/PostgreSql/Migrations
- tests/Flow/PostgreSql/Migrations/Tests
- Integration
- Unit
- postgresql
- src/Flow/PostgreSql
- Client
- Infrastructure/PgSql
- Telemetry
- DSL
- Migrations
- DSL
- Exception
- Executor
- Generator
- Repository
- Store
- VersionGenerator
- QueryBuilder
- Copy
- Cursor
- Delete
- Factory
- Insert
- Merge
- Schema
- AlterSequence
- AlterTable
- CreateSequence
- CreateTableAs
- CreateTable
- Database
- Domain
- DropSequence
- DropTable
- Extension
- Function
- Grant
- Index
- AlterIndex
- CreateIndex
- DropIndex
- Reindex
- Ownership
- Role
- Rule
- Schema
- Session
- Trigger
- Truncate
- Type
- View
- AlterMaterializedView
- AlterView
- CreateMaterializedView
- CreateView
- DropMaterializedView
- DropView
- RefreshMaterializedView
- Select
- Transaction
- Update
- Utility
- Schema
- Constraint
- Diff
- tests/Flow/PostgreSql
- Migrations/Tests
- Double
- Fixture/migrations
- 20260401120000_create_users
- 20260402100000_seed_data
- 20260403090000_add_column
- Integration
- Store
- Unit
- Exception
- Executor
- Generator
- Repository
- Store
- VersionGenerator
- Tests/Unit
- QueryBuilder/Schema
- AlterTable
- Database
- Schema
- Diff
- telemetry
- web/landing
- resources
- templates/documentation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
333 files changed
+12828
-532
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 63 | | |
68 | 64 | | |
69 | 65 | | |
| |||
104 | 100 | | |
105 | 101 | | |
106 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
| |||
96 | 94 | | |
97 | 95 | | |
98 | 96 | | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
161 | | - | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
| |||
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
260 | | - | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
323 | 324 | | |
324 | 325 | | |
325 | 326 | | |
| |||
417 | 418 | | |
418 | 419 | | |
419 | 420 | | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
420 | 425 | | |
421 | 426 | | |
422 | 427 | | |
| |||
0 commit comments