Commit graph

287 commits

Author SHA1 Message Date
Lars Eggert 3d44825333
ci: Switch to using geckodriver (#6541)
* Switch to using geckodriver

* Switch to selenium 4

* Undo

* Remove comment

* Fixes

* Restore non-standard line endings to minimize diff

* Undo

* Remove comment

* test: Fix test_upcoming_view_time_zone_selection

The inputs are hidden and managed by JS, so click
the visible elements instead.

* test: Clumsy fix to test_upcoming_materials_modal

Waiting for the button to be clickable does not
work because the modal is still fading in, so does
not actually close. Would be better to check for it
responding, but I haven't found the right way to do
that yet.

* test: Fix test_add_author_forms

Sending '\n' does not seem to work as it did before,
so click the option instead.

Also reverted some fixme hacks that seem to be obe.

* ci: Update base.Dockerfile

* test: add resource limits to dev/tests/debug.sh env

* ci: add upload of geckodriver.log on failure

* ci: run tests as user 1001

* ci: run app-create-dirs as sudo

* ci: set home folder to root to run tests

---------

Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-11-21 15:30:50 -06:00
dependabot[bot] fcf1a9a40d
chore(deps): bump actions/setup-node from 3 to 4 (#6565)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  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-11-05 09:33:17 +01:00
Nicolas Giard d5e4ea8183
ci: Update build-base-app.yml workflow 2023-11-01 14:59:37 -04:00
Nicolas Giard 53097955e7
ci: Update tests-az.yml 2023-10-12 23:29:20 -04:00
Nicolas Giard 3efe1e4b6d
ci: Update tests-az.yml workflow 2023-10-12 23:18:19 -04:00
Nicolas Giard 3481559a87
ci: Update tests-az.yml workflow 2023-10-12 23:09:27 -04:00
Nicolas Giard a57fc7ae8a
ci: Update tests-az.yml workflow 2023-10-12 22:55:44 -04:00
Nicolas Giard 28bcf6f667
ci: Update tests-az.yml 2023-10-12 22:48:31 -04:00
Nicolas Giard 833b652f77
ci: create tests-az.yml workflow 2023-10-12 22:46:24 -04:00
Nicolas Giard c3ec4fdac0
ci: add -v2 flag to ci tests 2023-09-25 18:26:51 -04:00
dependabot[bot] c717a35147
chore(deps): bump docker/setup-buildx-action from 2 to 3 (#6338)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-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-09-18 17:44:00 -04:00
dependabot[bot] 5bb093aff8
chore(deps): bump docker/build-push-action from 4 to 5 (#6337)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
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>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2023-09-18 17:42:56 -04:00
dependabot[bot] b55b3bb72d
chore(deps): bump docker/setup-qemu-action from 2 to 3 (#6336)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-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>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2023-09-18 17:41:49 -04:00
dependabot[bot] 8877c25ca3
chore(deps): bump docker/login-action from 2 to 3 (#6335)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-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-09-18 17:41:04 -04:00
Jennifer Richards d82588835d
chore: Update rabbitmq version to 3.12 (#6323) 2023-09-15 10:44:55 -05:00
Jennifer Richards bc5c411673
ci: specify/parameterize rabbitmq version (#6308)
* ci: Specify / parameterize rabbitmq version

* ci: Fix syntax in build-mq-broker.yml
2023-09-14 16:17:04 -04:00
Nicolas Giard 4d6a2cf635
ci: always update baseline coverage when building release 2023-09-13 17:57:42 -04:00
dependabot[bot] 9b8969ce0b
chore(deps): bump actions/checkout from 3 to 4 (#6275)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-09-13 15:30:19 -05:00
Nicolas Giard f54f04460f
ci: fix tests workflow naming 2023-09-01 18:07:35 -04:00
Nicolas Giard 1bc0c1515e
ci: fix build workflow 2023-09-01 18:03:12 -04:00
Nicolas Giard e29f714794
ci: extract tests jobs into reusable workflow 2023-09-01 17:56:40 -04:00
Nicolas Giard b3a535429b
test: fix missing migrations on legacy tests on PRs 2023-08-30 13:40:45 -04:00
dependabot[bot] 13d527fce1
chore(deps): bump ncipollo/release-action from 1.12.0 to 1.13.0 (#6228)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](https://github.com/ncipollo/release-action/compare/v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 14:41:48 -05:00
Robert Sparks 73137364cc
chore: rename test settings and shorten runserver instructions (#6131) 2023-08-11 11:21:38 -05:00
Nicolas Giard ff07286404
ci: add --validate-html-harder to build.yml workflow 2023-07-28 14:19:51 -04:00
Nicolas Giard 416ffb0d6f
ci: add --validate-html-harder to tests 2023-07-27 19:15:48 -04:00
Nicolas Giard 9ae860faf1
ci: revert the typo fix in the build workflow 2023-06-22 12:45:26 -04:00
Nicolas Giard 704744c73f
ci: fix typo in build.yml workflow 2023-06-20 23:48:22 -04:00
Jennifer Richards 32b90dc334
ci: Drop CI tests for feat/django4 branch (#5811) 2023-06-13 10:55:20 -05:00
Nicolas Giard 7ee65847db
ci: fix semver not using release branch 2023-06-02 15:50:05 -04:00
Jennifer Richards 1922a6066e
Merge pull request #5700 from ietf-tools/main
chore: main -> django4
2023-05-31 10:59:09 -03:00
dependabot[bot] b0c27a7abc
chore(deps): Bump codecov/codecov-action from 3.1.3 to 3.1.4 (#5673)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 15:11:22 -04:00
dependabot[bot] ce3774dbdb
chore(deps): Bump slackapi/slack-github-action from 1.23.0 to 1.24.0 (#5674)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](https://github.com/slackapi/slack-github-action/compare/v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 15:10:50 -04:00
Robert Sparks 4012a213c5
feat!: Version 11 based on Django 4 2023-05-23 11:25:28 -05:00
Jennifer Richards e973672c25
Merge branch 'feat/django4' into dev/merge-main-5679 2023-05-23 12:11:17 -03:00
Nicolas Giard 23ca7a90bc
ci: add environments to build workflow 2023-05-19 02:47:27 -04:00
Jennifer Richards 7475aa01b6
Merge pull request #5634 from ietf-tools/main
chore: Merge main into feat/django4
2023-05-16 13:06:49 -03:00
Nicolas Giard 57f2437a80
ci: create sandbox-refresh.yml workflow 2023-05-15 10:28:27 -04:00
Nicolas Giard 52f34717dd
ci: fix build notify status 2023-05-12 15:59:29 -04:00
Jennifer Richards 96396b833c
Merge pull request #5611 from ietf-tools/main
chore: merge main into feat/django4
2023-05-12 11:05:57 -03:00
Nicolas Giard 2590ab226c
ci: build workflow - deploy to legacy sandbox (wip) 2023-05-11 16:35:27 -04:00
Nicolas Giard 94fad6edd4
ci: build workflow - deploy to legacy sandbox (wip) 2023-05-11 16:20:40 -04:00
Nicolas Giard 7a801c3c75
ci: build workflow - deploy to legacy sandbox (wip) 2023-05-11 16:13:32 -04:00
Nicolas Giard 6fe0c513d2
ci: build workflow - deploy to legacy sandbox (wip) 2023-05-11 15:44:45 -04:00
Nicolas Giard a3459b438d
ci: build workflow - deploy to legacy sandbox (wip) 2023-05-11 15:36:50 -04:00
Nicolas Giard 1ed87475d3
ci: build workflow - deploy to legacy sandbox (wip) 2023-05-11 15:15:20 -04:00
Nicolas Giard 492309b9fe
ci: fix skip tests build workflow (take 4) 2023-05-11 14:38:42 -04:00
Nicolas Giard 19ddfd6397
ci: fix skip tests build workflow (take 3) 2023-05-11 14:33:48 -04:00
Nicolas Giard b767733f89
ci: fix skip tests build workflow (take 2) 2023-05-11 14:18:11 -04:00
Nicolas Giard 02f3606c00
ci: fix skip tests build workflow 2023-05-11 14:12:42 -04:00