renovate[bot] and Wolfgang Walther
b83fbb76a9
chore(deps): update haskell-actions/setup action to v2.10.3
2026-03-13 14:04:41 +00:00
renovate[bot] and Wolfgang Walther
fb54db143d
chore(deps): update actions/checkout action to v6.0.2
2026-03-13 14:03:45 +00:00
renovate[bot] and Wolfgang Walther
8ee8cdd7f8
chore(deps): update github artifact actions
2026-03-12 21:08:47 +00:00
renovate[bot] and Wolfgang Walther
cab60b9ee8
chore(deps): update docker/setup-buildx-action action to v4
2026-03-10 18:40:00 +00:00
renovate[bot] and Wolfgang Walther
f657ac4e0b
chore(deps): update docker/login-action action to v4
2026-03-10 14:15:16 +00:00
renovate[bot] and Wolfgang Walther
0eb2bdd8e1
chore(deps): update korthout/backport-action action to v4.2.0
2026-03-09 13:13:13 +00:00
Taimoor Zaeem and Wolfgang Walther
5a4c11c72a
chore(ci): correct slightly misleading name of coverage workflow
...
The coverage workflow mentions that we run the tests against PG 15,
however that is incorrect and misleading. We actually run it against the
latest supported PostgreSQL version according to the nix scripts.
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
2026-01-18 14:53:52 +00:00
renovate[bot] and Wolfgang Walther
8f5fe3f46b
chore(deps): update haskell-actions/setup action to v2.10.2
2026-01-11 17:31:31 +00:00
renovate[bot] and Wolfgang Walther
0018c38f79
chore(deps): update haskell-actions/setup action to v2.10.1
2026-01-05 19:02:21 +00:00
steve-chavez
b8ca1bb04c
nix: add new loadtest for errors
...
Also included it in CI.
2025-12-23 15:00:24 -05:00
renovate[bot] and Wolfgang Walther
d06377a37b
chore(deps): update docker/setup-buildx-action action to v3.12.0
2025-12-20 20:25:19 +00:00
renovate[bot] and Wolfgang Walther
2bcd336400
chore(deps): update haskell-actions/setup action to v2.9.1
2025-12-17 18:01:04 +00:00
renovate[bot] and Wolfgang Walther
dac8a5fb86
chore(deps): update haskell-actions/setup action to v2.9.0
2025-12-15 21:01:22 +00:00
renovate[bot] and Wolfgang Walther
60c70c5b37
chore(deps): update korthout/backport-action action to v4.0.1
2025-12-15 20:18:02 +00:00
renovate[bot] and Wolfgang Walther
c9f9b93ad7
chore(deps): update github artifact actions
2025-12-13 14:36:30 +00:00
renovate[bot] and Wolfgang Walther
e39b91c27b
chore(deps): update korthout/backport-action action to v4
2025-12-13 14:36:12 +00:00
renovate[bot] and Wolfgang Walther
6573953ebd
chore(deps): update codecov/codecov-action action to v5.5.2
2025-12-10 12:24:43 +00:00
renovate[bot] and Wolfgang Walther
24a27d17d0
chore(deps): update actions/create-github-app-token action to v2.2.1
2025-12-06 11:00:06 +00:00
renovate[bot] and GitHub
1724e4551d
chore(deps): update actions/checkout digest to 8e8c483 (main) ( #4511 )
2025-12-03 19:32:01 +00:00
renovate[bot] and Wolfgang Walther
457f20f962
chore(deps): update actions/checkout action to v6.0.1
2025-12-03 19:30:42 +00:00
renovate[bot] and Wolfgang Walther
70240b0d08
chore(deps): update actions/create-github-app-token action to v2.2.0
2025-12-03 19:29:54 +00:00
renovate[bot] and Wolfgang Walther
f8b56736d7
chore(deps): update actions/checkout digest to 1af3b93
2025-11-21 17:29:18 +00:00
renovate[bot] and Wolfgang Walther
7bcd46b145
chore(deps): update actions/checkout action to v6
2025-11-21 17:29:09 +00:00
Wolfgang Walther
4a83e79923
ci/test: remove macos x86 flake check
...
See previous commit.
2025-11-18 11:05:23 +01:00
Wolfgang Walther
eb00c1991c
ci: remove macos x86 builds
...
The x86 GitHub runner will not be available anymore, soon.
We might be able to re-introduce this, once we can build a static
executable via Nix on darwin, too.
2025-11-18 11:01:05 +01:00
Taimoor Zaeem and Wolfgang Walther
462798dc2d
nix: shorten postgrest-with-postgresql-xx scripts
...
Renames these scripts to `postgrest-with-pg-xx`. The renaming
helps reduce the length of temporary filenames. This is needed
to ensure that socket file names remain under the maximum
allowed length of 107 chars.
Closes #4461 .
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
2025-11-18 09:40:16 +00:00
renovate[bot] and Wolfgang Walther
1efd5781f8
chore(deps): update actions/checkout action to v5.0.1
2025-11-18 09:38:41 +00:00
renovate[bot] and Wolfgang Walther
893e0061a3
chore(deps): update actions/checkout digest to 71cf226
2025-11-03 20:47:50 +00:00
renovate[bot] and Wolfgang Walther
21edcc86ce
chore(deps): update github artifact actions
2025-10-25 08:23:40 +00:00
Wolfgang Walther
6f46233ad7
ci: fix tag job with new release workflow
...
A single component version is the development version, everything with
more components is not. Thus, we only need to check for a single dot.
2025-10-25 10:20:32 +02:00
renovate[bot] and Wolfgang Walther
82981a1a29
chore(deps): update actions/checkout digest to ff7abcd
2025-10-23 10:57:37 +00:00
Wolfgang Walther
41def2f0eb
ci: fix vars reference
2025-10-23 12:56:28 +02:00
Taimoor Zaeem and Wolfgang Walther
6aa5a09c18
ci: automate backports using backport action
...
Creates a workflow using https://github.com/korthout/backport-action .
This allows creating a backport PR by labeling the merged PR with a
`backport <version>` label.
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
2025-10-23 10:54:03 +00:00
Wolfgang Walther and Steve Chavez
8e35d543bd
nix: adjust release tool to new versioning scheme
...
Resolves #4166
2025-10-10 18:19:33 -05:00
renovate[bot] and Wolfgang Walther
8abc1559c7
chore(deps): update peter-evans/dockerhub-description action to v5
2025-10-02 10:03:53 +00:00
renovate[bot] and Wolfgang Walther
36ac916c72
chore(deps): update dependency macos to v15
2025-10-02 09:25:21 +00:00
renovate[bot] and Wolfgang Walther
253453d8a6
chore(deps): update docker/login-action action to v3.6.0
2025-10-02 09:25:07 +00:00
Wolfgang Walther
0478e6bbfe
ci: allow manually running linkcheck workflow
2025-09-25 10:28:37 +02:00
renovate[bot] and Wolfgang Walther
6019e4890d
chore(deps): update haskell-actions/setup action to v2.8.2
2025-09-16 19:13:16 +00:00
renovate[bot] and Wolfgang Walther
b265f7bf7e
chore(deps): update codecov/codecov-action action to v5.5.1
2025-09-04 19:25:46 +00:00
renovate[bot] and Wolfgang Walther
7657607ca5
chore(deps): update codecov/codecov-action action to v5.5.0
2025-08-20 18:11:02 +00:00
renovate[bot] and Wolfgang Walther
1cd8934bb7
chore(deps): update actions/checkout action to v5
2025-08-11 15:15:57 +00:00
renovate[bot] and Wolfgang Walther
7870add603
chore(deps): update actions/download-artifact action to v5
2025-08-06 07:45:01 +00:00
renovate[bot] and Wolfgang Walther
a2da255931
chore(deps): update docker/login-action action to v3.5.0
2025-08-04 17:05:52 +00:00
renovate[bot] and Wolfgang Walther
26bc13b57f
chore(deps): update haskell-actions/setup action to v2.8.1
2025-08-03 16:27:13 +00:00
Wolfgang Walther and Steve Chavez
25e56f32e4
nix: avoid updating cabal on every run
...
Resolves #4206
2025-07-17 11:47:44 -05:00
Wolfgang Walther
83c533e557
nix: refactor derivation tests for static package
...
Instead of rolling our own, we can use some tooling from nix / nixpkgs.
We drop the "statically linked" check, because our goal is to compile
mostly-static executables to darwin, too. However, those will never be
fully static, because they always link to the platform's libc.
2025-07-11 15:53:06 +00:00
Wolfgang Walther
6bf2cb09a6
remove: drop support for PostgreSQL 12
...
This has been EOL since November and has been dropped from nixpkgs.
2025-07-11 15:53:06 +00:00
renovate[bot] and Wolfgang Walther
fbb243ee0c
chore(deps): update docker/setup-buildx-action action to v3.11.1
2025-07-08 20:06:24 +00:00
Wolfgang Walther
a4ab4ce2f3
chore: build with GHC 9.8.4 for cabal
2025-07-08 17:55:24 +00:00