dependabot[bot]
ac7efdad4d
chore(deps): bump actions/dependency-review-action from 2 to 3 ( #5301 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 2 to 3.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 15:59:47 -04:00
dependabot[bot]
a157699a2e
chore(deps): bump docker/build-push-action from 3 to 4 ( #5298 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 15:58:15 -04:00
Lars Eggert
e060eb46df
chore: Use newer versions of various actions ( #5273 )
2023-03-08 12:54:46 -06:00
Nicolas Giard
25172f1444
ci: update download-artifact actions in build workflow
2023-02-22 18:05:09 -05:00
Nicolas Giard
ce374acc78
ci: update codecov action in build workflow
2023-02-22 16:48:27 -05:00
Nicolas Giard
d6725f62ef
ci: update codecov action in ci-run-tests workflow
2023-02-22 16:47:42 -05:00
NGPixel
d73e5d7d53
ci: remove old versions during nightly db build
2023-02-08 15:41:47 -05:00
Nicolas Giard
9a673a27ac
ci: fix nightly db build schedule condition
2023-02-07 14:26:35 -05:00
Nicolas Giard
84d7c77dce
ci: fix nightly db build schedule condition
2023-02-07 14:25:39 -05:00
Nicolas Giard
9ea2ee6234
ci: fix db nightly build condition
2023-02-01 20:18:28 -05:00
Nicolas Giard
f763db206b
ci: add workflow options to nightly db build
2023-02-01 20:02:22 -05:00
Nicolas Giard
e7c2063992
ci: disable buildx provenance on dev db nightly builds
2023-01-25 22:44:27 -05:00
Nicolas Giard
af26ff68da
ci: retry failing pg migrate step
2023-01-11 23:33:50 -05:00
Nicolas Giard
26ef885642
ci: update build workflow to set latest flag on release
2023-01-10 23:48:18 -05:00
Nicolas Giard
ae41ff8dcc
ci: update self-hosted workflow references
2022-12-22 17:30:48 -05:00
Nicolas Giard
64fffae37d
ci: update build workflow to set latest flag on release
2022-12-22 17:17:19 -05:00
Lars Eggert
82bb7c81d2
Create dependency-review.yml ( #4522 )
2022-12-19 15:07:09 -06:00
Nicolas Giard
286e737d98
ci: nightly db build - pin download artifact action to v3
2022-12-15 15:52:31 -05:00
Nicolas Giard
ce9afdcc90
ci: move pg build to nightly db workflow
2022-12-14 00:20:49 -05:00
Nicolas Giard
eac5ec0d67
ci: add workflow permissions to pgtest
2022-12-13 23:38:51 -05:00
Nicolas Giard
d9f7488dfb
ci: add missing workflow dependency
2022-12-13 19:57:47 -05:00
Nicolas Giard
5a48d6a77d
ci: add multi-platform pg image build workflow steps
2022-12-13 19:39:27 -05:00
Nicolas Giard
bc1cba1cca
ci: add pgdb service to test build workflow
2022-12-13 17:48:54 -05:00
Nicolas Giard
0d2e264de4
ci: add test pg build workflow
2022-12-13 15:37:04 -05:00
Nicolas Giard
dc023b3e17
ci: fix nightly db build workflow
2022-12-13 14:47:10 -05:00
Nicolas Giard
17fc283944
ci: add pg dockerfile to nightly build
2022-12-13 00:34:53 -05:00
Nicolas Giard
83771aceb3
ci: scheduled shared assets rsync
2022-12-07 17:49:47 -05:00
Nicolas Giard
94e4a0ddd2
ci: add sandbox deploy labels to cli
2022-12-06 17:13:03 -05:00
Nicolas Giard
d8db6e7102
ci: build workflow dynamic name (2)
2022-12-02 14:41:10 -05:00
Nicolas Giard
1ca716faf7
ci: build workflow dynamic name
2022-12-02 14:31:46 -05:00
Nicolas Giard
3c6a60e260
ci: build workflow dynamic name
2022-12-02 14:30:44 -05:00
Nicolas Giard
1e99f88c44
ci: update sandbox to dev.ietf.org
2022-12-01 18:04:18 -05:00
Nicolas Giard
507c6b1914
ci: always run slack notify
2022-12-01 01:20:38 -05:00
Nicolas Giard
6293e61287
ci: add missing build matrix config for test-playwright-legacy step
2022-11-28 18:15:39 -05:00
Robert Sparks
2636c59f99
feat: stop supporting pre-tzaware migration database dumps. ( #4782 )
...
* feat: stop supporting pre-tzaware migration database dumps.
* chore: remove unnecessary env variable
2022-11-28 10:17:22 -06:00
Nicolas Giard
a79e9ab571
ci: run pr tests on client file changes
2022-11-22 18:18:29 -05:00
Nicolas Giard
1acd348767
docs: add info for firefox root workaround in tests workflow
2022-11-22 17:54:19 -05:00
Nicolas Giard
deb01f2d83
test: remove cypress + migrate existing tests to playwright ( #4781 )
...
* test: remove cypress + migrate existing tests to playwright + update workflows
* ci: remove leftover condition in ci-run-tests workflow
* ci: add missing matrix to tests-playwright-legacy
* ci: run playwright legacy as user 1001
* ci: set home var for firefox
* ci: allow firefox to run as root for tests
2022-11-22 16:26:19 -06:00
Nicolas Giard
72648dc01c
ci: replace set-output from deb db workflow
2022-11-18 19:53:47 -05:00
Nicolas Giard
c864c90538
ci: update dev db workflow to latest actions
2022-11-18 19:52:07 -05:00
Nicolas Giard
be5197c9bd
ci: update lock-threads workflow (2)
2022-11-17 15:22:00 -05:00
Nicolas Giard
fa50b33812
ci: update lock-threads workflow
2022-11-17 15:14:55 -05:00
Nicolas Giard
c405264811
ci: use from/to tags for changelog build action
2022-11-16 19:05:21 -05:00
Nicolas Giard
9579f6143c
ci: enable skipInvalidTags option in semver build action
2022-11-16 17:28:25 -05:00
Nicolas Giard
8b23be83d2
ci: build workflow explicit default values
2022-11-16 16:46:23 -05:00
Nicolas Giard
cfda9892b2
ci: update build dev base version to 9.0.x
2022-11-14 19:42:58 -05:00
Nicolas Giard
4c471983c3
ci: revert prod settings change when deploying to sandbox
2022-11-14 17:26:48 -05:00
Jennifer Richards
879bedb2c9
ci: do the USE_TZ migration dance for feat/tzaware tests ( #4680 )
2022-10-31 14:25:52 -03:00
Jennifer Richards
b6b2902857
ci: enable pull_request trigger for feat/tzaware branch ( #4677 )
2022-10-28 17:37:20 -03:00
Jennifer Richards
f42016d8fb
Merge branch 'feat/tzaware' into dev/main-merge-to-tzaware
2022-10-27 11:58:32 -03:00