Skip to content
Open
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
fd044f3
[Doctrine Migrations] Added Doctrine Migrations-based schema and data…
Steveb-p Jul 16, 2026
c7bcdf4
Fixed PHPStan generics error on ServiceLocator<Installer>
Steveb-p Jul 17, 2026
d070699
[Doctrine Migrations] Inlined SQL directly into migration classes
Steveb-p Jul 17, 2026
20cb104
[Doctrine Migrations] Reformatted long/multiline SQL using NOWDOC
Steveb-p Jul 17, 2026
88c8eac
IBX-11939: Adopted AbstractSqlMigration for platform-separated SQL
Steveb-p Jul 21, 2026
86f56ab
IBX-11939: Aborted migration on unsupported database platform
Steveb-p Jul 22, 2026
1cc52d5
IBX-11939: Added trailing semicolons to migration SQL files
Steveb-p Jul 22, 2026
f05acf1
IBX-11939: Added schema/data-presence guards for legacy-install migra…
Steveb-p Jul 23, 2026
dc6951e
IBX-11939: Recorded schema-guarded migrations as applied, not skipped
Steveb-p Jul 23, 2026
daed876
IBX-11939: Fixed 4.6 baseline guards to check the branch's own table …
Steveb-p Jul 23, 2026
4e9c810
IBX-11939: Added a SchemaProvider bridging Doctrine Migrations to Sch…
Steveb-p Jul 24, 2026
4e1d96a
Merge doctrine-migrations-installer-inline-sql into 5.0 (base branch …
Steveb-p Jul 24, 2026
af3e675
[Doctrine Migrations] Added Doctrine Migrations-based schema and data…
Steveb-p Jul 16, 2026
c7963ab
[Doctrine Migrations] Inlined SQL directly into migration classes
Steveb-p Jul 17, 2026
0d8d7f6
Split monolithic schema migration into 4.6.0 baseline + 5.0.0 rename …
Steveb-p Jul 20, 2026
63f4f39
Use plain string literals instead of heredoc for single-line addSql()…
Steveb-p Jul 20, 2026
900611a
Fix CI: correct DBAL 3.x platform class names and remove extra blank …
Steveb-p Jul 20, 2026
cb09452
IBX-11939: Adopted AbstractSqlMigration for platform-separated SQL
Steveb-p Jul 21, 2026
d5d2c4e
IBX-11939: Aborted migration on unsupported database platform
Steveb-p Jul 22, 2026
7ebdadc
IBX-11939: Added trailing semicolons to migration SQL files
Steveb-p Jul 22, 2026
600153a
IBX-11939: Added schema/data-presence guards for legacy-install migra…
Steveb-p Jul 23, 2026
d8a6a2f
IBX-11939: Recorded schema-guarded migrations as applied, not skipped
Steveb-p Jul 23, 2026
be5d0a0
IBX-11939: Added a SchemaProvider bridging Doctrine Migrations to Sch…
Steveb-p Jul 24, 2026
9e7df09
Merge feature/fix-schema-rename-migration-5.0-postgres into 6.0 (base…
Steveb-p Jul 24, 2026
7a2b03e
[Doctrine Migrations] Added Doctrine Migrations-based schema and data…
Steveb-p Jul 16, 2026
6f62172
[Doctrine Migrations] Inlined SQL directly into migration classes
Steveb-p Jul 17, 2026
269d89f
IBX-11939: Added trailing semicolons to migration SQL files
Steveb-p Jul 22, 2026
00fa232
IBX-11939: Added schema/data-presence guards for legacy-install migra…
Steveb-p Jul 23, 2026
a7b7542
IBX-11939: Added data-value rename statements dropped during rebase c…
Steveb-p Jul 24, 2026
8cc15ef
IBX-11939: Addressed review feedback (arrow-fn style, removed redunda…
Steveb-p Jul 27, 2026
089df9f
IBX-11939: Removed ibexa/doctrine-migrations VCS repository entry
Steveb-p Jul 27, 2026
8cc0272
IBX-11939: Made TaggedMigrationsRunner's DependencyFactory dependency…
Steveb-p Jul 28, 2026
9d6bc24
IBX-11939: Enforced list<Query> return from getQueriesFromSchemaBuild…
Steveb-p Jul 28, 2026
978b427
Merge feature/fix-schema-rename-migration-5.0-postgres into 6.0 (base…
Steveb-p Jul 28, 2026
64b9506
Added guarded migrations for core content/URL performance indexes
Steveb-p Jul 28, 2026
5407781
Fixed guard crash on installs that never had the pre-rename table
Steveb-p Jul 29, 2026
cae3cef
Removed pre-4.6-origin AddContentPerformanceIndexesMigration, folded …
Steveb-p Jul 29, 2026
be27563
Merge remote-tracking branch 'origin/feature/fix-schema-rename-migrat…
Steveb-p Jul 29, 2026
9dd0064
Merge remote-tracking branch 'origin/base/ibx-11939-4.6-5.0-merged-6.…
Steveb-p Jul 29, 2026
d356c13
Fix ibexa/doctrine-migrations constraint to track the 6.0 branch
Steveb-p Jul 30, 2026
87c0aed
Fix TaggedMigrationsRunner passing an empty Schema to every migration
Steveb-p Jul 30, 2026
75c38c3
Move core's own Doctrine Migrations into IbexaCoreBundle
Steveb-p Jul 30, 2026
68b2207
Fix SQLite-dialect bugs in InstallSchemaMigration/ImportDataMigration…
Steveb-p Jul 30, 2026
1b1dfe1
Merge remote-tracking branch 'origin/base/ibx-11939-4.6-5.0-merged-6.…
Steveb-p Aug 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.