Jennifer Richards
0319f35e0f
test: Use Django 3.2 HttpResponse.headers API
2023-05-15 13:01:59 -03:00
Peter Yee
369fe0dfe5
fix: remove order from DocumentInfo as apparently unneeded ( fixes #5245 ) ( #5417 )
...
* fix: remove order from DocumentInfo as apparently unneeded (fixes #5245 )
Fixes #5245 . Includes migration, however I did not test the reverse.
* Merge branch 'main' into pr/Spectre17/5417
* chore: Renumber migrations
* Revert "Merge branch 'main' into pr/Spectre17/5417"
This reverts commit 77b4a46f84e9ece6778dec6e8127aedad71c2625.
---------
Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-05-15 10:35:54 -05:00
depfu[bot]
6688cceb04
chore(deps): update all npm dependencies for dev/diff ( #5526 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-05-15 10:33:24 -05:00
depfu[bot]
ac9f348f84
chore(deps): update all Yarn dependencies ( #5592 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-05-15 10:33:10 -05:00
depfu[bot]
721b47affe
chore(deps): update all npm dependencies for playwright ( #5616 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-05-15 10:32:49 -05:00
depfu[bot]
675de0ac73
chore(deps): update all npm dependencies for dev/deploy-to-container ( #5617 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-05-15 10:32:35 -05:00
Jennifer Richards
22bf508922
test: Suppress notices from mypy involving factory types
2023-05-15 12:20:02 -03:00
Nicolas Giard
57f2437a80
ci: create sandbox-refresh.yml workflow
2023-05-15 10:28:27 -04:00
Jennifer Richards
cbb946455f
test: Remove unused assignment that caused a mypy error
2023-05-15 11:25:38 -03:00
Jennifer Richards
c840d53cb2
test: Suppress mypy error on import of _lazy_re_compile()
2023-05-15 11:04:29 -03:00
Jennifer Richards
68eb685382
test: Use django_stubs_ext.QuerySetAny for isinstance() checks
...
mypy complains if QuerySet is used because it uses a parameterized
generic type.
2023-05-13 10:05:33 -03:00
Jennifer Richards
7ad74c99e4
refactor: import from django.urls instead of django.conf.urls
2023-05-12 20:29:11 -03:00
Jennifer Richards
587bc4d730
test: Remove outdated mypy test exceptions
2023-05-12 20:00:14 -03:00
Jennifer Richards
00f3f01e7e
fix: {% endif %}, not {% end %}
2023-05-12 18:52:35 -03:00
Jennifer Richards
872bdef06b
refactor: Use gettext instead of deprecated ugettext
2023-05-12 18:37:01 -03:00
Jennifer Richards
79b749fcdf
style: Restyle method using Black
2023-05-12 18:36:05 -03:00
Jennifer Richards
21004864b0
refactor: Replace deprecated is_safe_url with new name
2023-05-12 18:35:12 -03:00
Jennifer Richards
32ed1b7c4a
refactor: Replace deprecated {% ifequal %} with {% if %}
2023-05-12 18:33:15 -03:00
Jennifer Richards
bee7e11360
chore: Remove accidental import from settings.py
2023-05-12 18:29:39 -03:00
Jennifer Richards
b5d9e9b14c
refactor: Replace deprecated django.utils.http.urlquote
2023-05-12 18:27:51 -03:00
Jennifer Richards
075aed7e9a
refactor: Replace deprecated request.is_ajax()
2023-05-12 18:26:56 -03:00
Jennifer Richards
9d21196adc
chore: Add DEFAULT_AUTO_FIELD to settings.py
2023-05-12 18:03:28 -03:00
Jennifer Richards
4cfe1c17d0
chore: Update django-cookie-delete-with-all-settings.patch
2023-05-12 17:28:01 -03:00
Jennifer Richards
09276150b5
chore: Update tastypie-django22-fielderror-response.patch
2023-05-12 17:25:20 -03:00
Jennifer Richards
ebd28cd783
chore: Update fix-oidc-access-token-post.patch
2023-05-12 17:19:41 -03:00
Jennifer Richards
828071a582
chore: Unpin oidc-provider, update its patch
2023-05-12 17:09:32 -03:00
Jennifer Richards
87fdfaa713
chore: Update django-tastypie requirement
2023-05-12 17:09:32 -03:00
Jennifer Richards
aa4c04126c
chore: Use re_path() instead of url(), its deprecated synonym,
2023-05-12 17:09:32 -03:00
Jennifer Richards
00118f7807
chore: Update requirements.txt for Django 3.2
2023-05-12 17:09:31 -03:00
Jennifer Richards
2f6da9ee3b
Merge pull request #5612 from jennifer-richards/django31
...
chore: Upgrade to Django 3.1
2023-05-12 17:07:39 -03:00
Nicolas Giard
52f34717dd
ci: fix build notify status
2023-05-12 15:59:29 -04:00
Jennifer Richards
d0cb46d320
fix: Use TruncDate instead of QuerySet.extra()
2023-05-12 15:47:37 -03:00
Jennifer Richards
addc967134
chore: Update django-cookie-delete-with-all-settings.patch
2023-05-12 15:47:37 -03:00
Jennifer Richards
ccb7d666ce
chore: Remove add-django-http-cookie-value-none.patch
...
Fixed upstream
2023-05-12 15:47:37 -03:00
Jennifer Richards
c4f99d0b1d
chore: Update django-stubs and mypy requirements for Django 3.1
2023-05-12 15:47:36 -03:00
Jennifer Richards
b2534fdf32
chore: Update requirements.txt for Django 3.1
2023-05-12 15:47:36 -03:00
Jennifer Richards
1419a0e7c8
test: Remove ScheduleEditTests.testUnschedule ( #5607 )
...
* test: Remove ScheduleEditTests.testUnschedule
Has been disabled under Django 2. Simple refactoring does not make it
functional under Django 3. Probably because we know that Selenium does
not handle HTML5 drag-and-drop well. Discarding until we move to a
better JS testing framework.
* test: Remove unused imports
2023-05-12 13:18:15 -03: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
Robert Sparks
6b4115a52b
test: ignore irrelevant difference in list element order ( #5609 )
2023-05-12 09:03:13 -05:00
Robert Sparks
1afdb0b7cc
fix: show htmlized views of draft revisions without DocHistory ( #5599 )
...
* fix: show htmlized views of draft revisions without DocHistory
* fix: handle htmlized views of rfcs corectly
2023-05-11 17:15:01 -05: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