Robert Sparks
f9c9644263
chore: merge main and fix conflicts
2023-08-30 16:35:20 -05:00
Nicolas Giard
cbfb5e850f
test: fix missing migrations on legacy tests on PRs
2023-08-30 12:42:51 -05:00
Jennifer Richards
48d4072eeb
Merge branch 'feat/rfc' into main-merge
...
# Conflicts:
# ietf/doc/factories.py
# ietf/doc/tests_status_change.py
# ietf/name/fixtures/names.json
# ietf/templates/doc/document_info.html
2023-08-03 18:34:06 -03:00
Nicolas Giard
416ffb0d6f
ci: add --validate-html-harder to tests
2023-07-27 19:15:48 -04:00
Jennifer Richards
7d51781f4f
ci: Enable tests on feat/rfc ( #5953 )
2023-07-11 11:49:57 -03:00
Jennifer Richards
b2652e245f
ci: Disable tests on feat/rfc ( #5856 )
...
Not useful until we get far enough that they might start passing
2023-06-20 15:34:29 -03:00
Jennifer Richards
32b90dc334
ci: Drop CI tests for feat/django4 branch ( #5811 )
2023-06-13 10:55:20 -05:00
Jennifer Richards
18d32c2304
ci: Enable CI tests for feat/rfc branch
2023-06-13 10:35:19 -03: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
Jennifer Richards
f8a9efc5a4
ci: run tests on feat/django4 PRs ( #5604 )
2023-05-11 12:39:12 -03:00
Nicolas Giard
9a2fa59977
ci: fix ci-run-tests.yml workflow
2023-04-25 12:21:35 -04:00
dependabot[bot]
3eedaea8b1
ci(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 ( #5529 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.2 to 3.1.3.
- [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.2...v3.1.3 )
---
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-04-24 16:27:34 -04:00
Nicolas Giard
9c40b9300a
chore: update remaining config files to point to new db image
2023-04-18 17:16:13 -04:00
dependabot[bot]
9f5dae361f
ci: bump codecov/codecov-action from 3.1.1 to 3.1.2 ( #5500 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.1 to 3.1.2.
- [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.1...v3.1.2 )
---
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-04-18 02:15:12 -04:00
Nicolas Giard
1388b030ee
ci: run tests on feat/postgres PRs
2023-03-25 22:14:46 -04:00
Robert Sparks
88a78cf1ab
Merge remote-tracking branch 'ietf-tools/main' into feat/postgres
2023-03-20 13:46:32 -05:00
Robert Sparks
c3e6708b72
chore: change the way migrations are invoked for actions and dev builds ( #5356 )
2023-03-16 12:24:03 -05:00
Robert Sparks
c5f35e4c86
fix: GH workflows should test against postgres, not sqlite. ( #5248 )
2023-02-28 16:23:49 -06:00
Robert Sparks
f010766654
Merge remote-tracking branch 'ietf-tools/main' into feat/postgres
2023-02-27 12:55:47 -06:00
Nicolas Giard
d6725f62ef
ci: update codecov action in ci-run-tests workflow
2023-02-22 16:47:42 -05:00
Nicolas Giard
acfa7a1629
ci: fix build + pr test steps to use pg db
2022-12-20 20:22:08 -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
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
Nicolas Giard
08dfb82fa4
ci: use setup-node@v3 for run tests workflow
2022-10-11 17:48:32 -04:00
Nicolas Giard
2926d3bd5b
ci: add playwright tests to PR checks
2022-09-21 15:36:07 -04:00
Robert Sparks
1dab3b1086
fix: use django 2.2 makemigrations --check ( #4351 )
2022-08-22 12:37:04 -05:00
Robert Sparks
3532a4f28b
test: migrate db before checking for missing migrations. ( #4341 )
2022-08-18 10:08:31 -05:00
Nicolas Giard
0eb9cb4f57
ci: use new app base docker image for tests
2022-05-24 15:59:43 -04:00
Nicolas Giard
2b94db2161
ci: run tests on PRs with node + python dependencies changes
2022-05-17 00:17:17 -04:00
Robert Sparks
cdd86b9d5e
ci: show makemigrations output ( #3932 )
...
* ci: show makemigrations output
* chore: remove unused releasetest settings
2022-05-03 20:54:25 -05:00
Nicolas Giard
3606dbef38
ci: fix makemigrations echo during pr checks + build
2022-05-03 18:31:50 -04:00
Nicolas Giard
f778058005
ci: add db migrations checks to tests and build workflows ( #3920 )
...
* ci: add db migrations checks to tests and build workflows
* ci: refactor migrations check expression
* chore: rework conditional and exit
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2022-05-03 12:06:41 -05:00
Nicolas Giard
6ffda37cd8
ci: point workflows to main branch
2022-04-14 15:31:09 -04:00
Nicolas Giard
994e6c378a
ci: remove failfast tests flag
2022-04-14 13:17:13 -04:00
Nicolas Giard
4dbb3345e9
ci: remove codacy + skip codecov on fail
2022-03-30 14:35:08 -04:00
Nicolas Giard
7917fa336a
ci: fix coverage xml for PR tests
2022-03-29 21:23:29 -04:00
Nicolas Giard
8989f2fd72
ci: add codecov upload to PR tests
2022-03-24 18:20:36 -04:00
Nicolas Giard
5125fcc646
ci: fix tests prepare script exec permissions
2022-03-23 18:04:15 -04:00
Nicolas Giard
f8d7e45239
ci: build improvements + skip tests option
2022-03-23 14:59:56 -04:00
Nicolas Giard
457bb54db4
ci: fix pr tests run commands
2022-03-22 14:36:24 -04:00
Nicolas Giard
a4eaadde0a
ci: limit pr tests to ietf folder
2022-03-19 11:33:29 -04:00
Lars Eggert
05c643964b
ci: Run the test suite for PRs and pushes ( #3658 )
...
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-03-19 07:09:15 -04:00