Commit Graph

13 Commits

Author SHA1 Message Date
Mario Rodas
19c1307e16 squawk: 0.27.0 -> 0.28.0
Diff: https://github.com/sbdchd/squawk/compare/v0.27.0...v0.28.0

Changelog: https://github.com/sbdchd/squawk/blob/v0.28.0/CHANGELOG.md
2024-01-12 04:20:00 +00:00
Mario Rodas
52f6360a4d squawk: 0.26.0 -> 0.27.0
Diff: https://github.com/sbdchd/squawk/compare/v0.26.0...v0.27.0

Changelog: https://github.com/sbdchd/squawk/blob/v0.27.0/CHANGELOG.md
2024-01-12 04:20:00 +00:00
Mario Rodas
851be8e5ad
Merge pull request #275776 from r-ryantm/auto-update/libpg_query
libpg_query: 15-4.2.3 -> 15-4.2.4
2023-12-23 07:30:43 -05:00
Mario Rodas
0df1416e1f squawk: disable test which depend on the PostgreSQL version 2023-12-23 04:20:00 +00:00
Mario Rodas
fc7686495f squawk: 0.24.2 -> 0.26.0
Diff: https://github.com/sbdchd/squawk/compare/v0.24.2...v0.26.0

Changelog: https://github.com/sbdchd/squawk/blob/v0.26.0/CHANGELOG.md
2023-12-17 04:20:00 +00:00
Mario Rodas
6933b9c0c2 squawk: 0.24.1 -> 0.24.2
Diff: https://github.com/sbdchd/squawk/compare/v0.24.1...v0.24.2

Changelog: https://github.com/sbdchd/squawk/blob/v0.24.2/CHANGELOG.md
2023-11-08 04:20:00 +00:00
Mario Rodas
bc6915e0f9 squawk: add marsam to maintainers 2023-10-25 04:20:00 +00:00
Mario Rodas
ff9563d72c squawk: 0.24.0 -> 0.24.1
Diff: https://github.com/sbdchd/squawk/compare/v0.24.0...v0.24.1

Changelog: https://github.com/sbdchd/squawk/blob/v0.24.1/CHANGELOG.md
2023-10-25 04:20:00 +00:00
Mario Rodas
207b31a931 squawk: 0.23.0 -> 0.24.0
Changelog: https://github.com/sbdchd/squawk/releases/tag/v0.24.0

Diff: https://github.com/sbdchd/squawk/compare/v0.23.0...v0.24.0
2023-04-15 04:20:00 +00:00
Mario Rodas
d8f5e60a71 squawk: 0.22.0 -> 0.23.0
https://github.com/sbdchd/squawk/releases/tag/v0.23.0
2023-03-30 04:20:00 +00:00
Mario Rodas
d7f41d45ac squawk: 0.21.0 -> 0.22.0
https://github.com/sbdchd/squawk/releases/tag/v0.22.0
2023-03-25 04:20:00 +00:00
Mario Rodas
5e0646d8db squawk: 0.20.0 -> 0.21.0
https://github.com/sbdchd/squawk/releases/tag/v0.21.0
2023-02-17 04:20:00 +00:00
Andrew Smith
206da52005 squawk: init at 0.20.0
Squawk is a useful tool for linting PostgreSQL DDL migrations for
potential downtime risks.

Squawk 0.20.0 was released without updating Cargo.lock, so I patched
that. There was also a test that failed because it snapshots the
internal version of the PostgreSQL parser and there was a minor version
difference. I patched that as well.

Each version of libpg_query corresponds to the PostgreSQL version from
which the parser code is extracted. There are slightly different
abstract syntax trees produced by different versions of PostgreSQL and
Squawk doesn't handle the latest one available in nixpkgs. Override it
just for Squawk.

I pulled this from 45bff9e87b.
2023-02-13 14:58:02 -08:00