You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: refactor the release workflow's test job to use a GitHub Actions matrix strategy, running PostgreSQL 14-18 tests in parallel instead of sequentially. (pgplex#432)
* refactor: streamline CI workflows for unit and integration tests with matrix strategy
* fix: ensure integration tests depend on unit tests in CI workflow
* refactor: consolidate unit and integration tests into a single CI job
* revert: undo unnecessary trailing newline change in ci-test.yml
---------
Co-authored-by: William Chen <william_w_chen@trendmicro.com>
* feat: add validation for file extensions in apply command (pgplex#434)
Co-authored-by: William Chen <william_w_chen@trendmicro.com>
* Add support for indexes section in .pgschemaignore (pgplex#441)
Adds a new [indexes] section to .pgschemaignore that lets users
preserve indexes which exist in the database but are not declared
in their .sql files. Without this, manually-added indexes (e.g.
perf hotfixes) are flagged for drop by `pgschema plan`.
Mirrors the existing per-object pattern: `Indexes []string` on
`IgnoreConfig` with `ShouldIgnoreIndex(name)`, an
`IndexIgnoreConfig` struct on `TomlConfig`, and a filter in
`Inspector.buildIndexes` that skips ignored index names before
they enter the IR.
Fixespgplex#406
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix: preserve length modifier in varchar(n)[] array columns (pgplex#420) (pgplex#438)
Co-authored-by: vytautas.karpavicius <vytautas.karpavicius@cloudkitchens.com>
* chore: bump 1.9.0 to 1.10.0
---------
Co-authored-by: William Chen <william_w_chen@trendmicro.com>
Co-authored-by: Guillaume Lecomte <guillaume86@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Vytautas <vycas0@gmail.com>
Co-authored-by: vytautas.karpavicius <vytautas.karpavicius@cloudkitchens.com>
Co-authored-by: Tianzhou <t@bytebase.com>
0 commit comments