Paul Selkirk
53b5e23612
fix: Be a little clearer when feedback is closed (or not yet open). ( #5861 )
2023-06-22 08:13:32 -05:00
depfu[bot]
f1710e21b0
chore(deps): update all npm dependencies for dev/del-old-packages ( #5846 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-06-21 11:44:45 -05:00
depfu[bot]
d1d7f87f16
chore(deps): update all npm dependencies for dev/coverage-action ( #5847 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-06-21 11:44:29 -05:00
Jennifer Richards
0144ee991e
fix: Include time zone information in v1 api datetimes ( #5851 )
...
* fix: Include time zone information in v1 api datetimes
* fix: Use Z suffix instead of offset in API datetimes
2023-06-21 11:43:19 -05:00
depfu[bot]
68c78a4d99
chore(deps): update all Yarn dependencies ( #5848 )
...
* 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-06-21 11:42:59 -05:00
Nicolas Giard
704744c73f
ci: fix typo in build.yml workflow
2023-06-20 23:48:22 -04: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
f2c2957925
refactor: Represent RFCs as their own DocType ( #5835 )
...
* feat: Add RFC DocTypeName, StateType, and States
* refactor: Rename rfc_number() to deprecated_rfc_number()
* feat: Add rfc_number field to DocInfo
* feat: Add DocRelationshipName "became-rfc"
* chore: First-pass migration to create rfc Documents
* chore: create_rfc_documents migration depends on new names
* refactor: Rename variable
* fix: Fix revname / downcase name for "became-rfc" DocRelationshipName
* chore: Remove debugging print statements
* feat: Point rfc aliases at rfc Documents
* test: Refactor RFC factories
* refactor: Rewrite is_rfc() in terms of type_id
* test: Use RfcFactory as base for IndividualRfcFactory
* refactor: Replace calls to deprecated_rfc_number()
* refactor: Remove deprecated_rfc_number() method
* test: Import WgRfcFactory
2023-06-20 15:28:16 -03:00
Lars Eggert
a6cc12c14b
fix: Don't (re)sort obsoleted/updated info ( #5391 )
...
* fix: Don't (re)sort obsoleted/updated info
Rebased against feat/postgres
* Update ietf/doc/utils_search.py
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* Update ietf/doc/utils_search.py
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* Update ietf/doc/utils_search.py
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* Fix review comments
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-06-20 12:07:45 -05:00
Nicolas Giard
added8603a
chore(dev): increase dev nginx timeout to 1d
2023-06-19 16:58:22 -04:00
Robert Sparks
8ff14419c2
chore: continued refactoring
2023-06-16 16:59:20 -05:00
Robert Sparks
3c016cc5c8
feat: v3-era aware feed for rfcs ( #5828 )
...
* feat: v3-era aware feed for rfcs
* chore: remove obviated comment
* test: improve rfc feed tests
2023-06-16 15:52:42 -05:00
Robert Sparks
ac65232115
fix: improve when Message objects are created ( #5836 )
...
* fix: improve when Message objects are created
* test: further improve feedback test
* fix: improve and test another form
* test: Restructure test infrastructure
2023-06-16 15:51:31 -05:00
Robert Sparks
d6f58b3e67
chore: use more expressive related_name
2023-06-16 15:26:52 -05:00
Robert Sparks
f3566c2743
chore: include (nontrivial) migrations
2023-06-16 15:07:51 -05:00
Robert Sparks
769d85a6c4
chore: explore architecture change in RelatedDocument
2023-06-16 14:58:42 -05:00
Nicolas Giard
4179d08dbb
chore(dev): silence browserlist warnings
2023-06-15 23:30:10 -04:00
Robert Sparks
7798ea8d66
Merge remote-tracking branch 'ietf-tools/main' into feat/rfc
2023-06-15 16:07:42 -05:00
Robert Sparks
99ba77a9c3
Merge pull request #5832 from ietf-tools/main
...
ci: merge main to release
2023-06-15 10:03:53 -05:00
Robert Sparks
d66e923200
ci: bring merge commits from release back into main
...
ci: bring merge commits from release back into main
2023-06-15 09:39:53 -05:00
Jennifer Richards
f04d356834
fix: Do not cache official_timeslotassignment when None ( #5830 )
2023-06-15 09:27:31 -05:00
Jennifer Richards
6f361f9574
chore: Keep default CSRF_TRUSTED_ORIGINS when in debug mode ( #5827 )
2023-06-15 09:04:43 -05:00
Lars Eggert
01e2d8b2bf
fix: Don't resort a table if sort query argument is present ( #5825 )
...
* fix: Don't resort a table if sort query argument is present
Fixes #5686
* Address code review comments
2023-06-15 08:56:27 -05:00
Lars Eggert
fd09e60369
fix: RFC9389 obsoleted RFC8989 ( #5822 )
...
Fixes #5820
2023-06-14 12:35:07 -05:00
Lars Eggert
55f481ff74
fix: Also point to IETF web page for liaison relationships ( #5823 )
...
Fixes #5780
2023-06-14 12:34:46 -05:00
Lars Eggert
a3d9cf3723
fix: Make attendee table sortable ( #5824 )
...
Fixes #5606
2023-06-14 12:34:27 -05:00
Jennifer Richards
c8dcda0fae
refactor: Do not use canonical_name() for charters ( #5818 )
...
* fix: Enforce naming of charter docs in submit()
* style: Reformat submit() with Black
* refactor: Remove redundant check of charter name
* style: Reformat charter_with_milestones_txt with Black
* refactor: Drop canonical_name, use Path in charter_with_milestones_txt
* style: Reformat review_announcement_text() with Black
* style: Reformat action_announcement_text() with Black
* refactor: Change uses of charter.canonical_name() to charter.name
* refactor: Skip docialias when retrieving charter
* refactor: Change canonical_name() to name in utils_charter.py
* refactor: Use Path in read_charter_text()
* refactor: Drop canonical_name, minor refactor of tests_charter.py
* refactor: charter.name instead of canonical_name in milestones.py
* refactor: charter.name instead of canonical_name in tests_info.py
* refactor: Remove unused functions in ietf/secr/utils/groups.py
* refactor: charter.canonical_name -> charter.name in templates
* refactor: Remove charter handling from canonical_name
Temporarily raise an exception for testing
* refactor: Refactor get_charter_text() without canonical_name
* refactor: Remove raise when canonical_name called on a charter
* fix: Add back missing ".txt" extension
* test: Test rejection of invalid charter names
2023-06-14 08:32:21 -05:00
Jennifer Richards
4eaaa264f7
Merge pull request #5817 from ietf-tools/main
...
chore: remove already run single-use management command (#5815 )
2023-06-13 19:34:19 -03:00
Robert Sparks
518aedb0f0
chore: remove already run single-use management command ( #5815 )
2023-06-13 15:53:36 -05:00
Robert Sparks
23e6026348
Merge branch 'main' into feat/rfc
2023-06-13 13:30:37 -05:00
Robert Sparks
a3db61cf69
Merge pull request #5795 from rjsparks/markdowncharters
...
feat: render charters on about page using markdown
2023-06-13 12:22:51 -05:00
Nicolas Giard
f3831de3ef
chore(dev): fix internal static proxy + add /pgadmin to reverse-proxy ( #5809 )
2023-06-13 10:56:11 -05:00
Jennifer Richards
32b90dc334
ci: Drop CI tests for feat/django4 branch ( #5811 )
2023-06-13 10:55:20 -05:00
Jennifer Richards
338645a332
Merge pull request #5812 from jennifer-richards/add-feat-rfc-ci-tests
...
ci: Enable CI tests for feat/rfc branch
2023-06-13 10:36:35 -03:00
Jennifer Richards
18d32c2304
ci: Enable CI tests for feat/rfc branch
2023-06-13 10:35:19 -03:00
Jennifer Richards
9b43abd43c
Merge pull request #5810 from ietf-tools/main
...
chore: Merge main into feat/rfc
2023-06-13 10:15:20 -03:00
Robert Sparks
62d6891ed7
Merge pull request #5808 from ietf-tools/main
...
ci: merge main to release
2023-06-12 15:56:45 -05:00
Jennifer Richards
f5365b2229
test: Fix test_meetings_misc_session_edit ( #5807 )
2023-06-12 15:55:46 -05:00
Nicolas Giard
0ab06998cb
docs: update django version badge in README.md
2023-06-12 15:32:45 -04:00
Robert Sparks
df18bff666
ci: merge main to release
...
ci: merge main to release
2023-06-12 13:58:59 -05:00
Jennifer Richards
2bf7e8250c
fix: Import DEFAULT_TIMEOUT correctly ( #5803 )
2023-06-12 13:50:14 -05:00
Robert Sparks
f94b7f3dfd
Merge pull request #5802 from ietf-tools/main
...
ci: merge main to release
2023-06-12 13:35:25 -05:00
Robert Sparks
28fd611d7d
Merge pull request #5801 from ietf-tools/release
...
ci: merge release to main (to capture the main to release commit)
2023-06-12 13:18:49 -05:00
Jennifer Richards
12f1ac10ad
fix: Fix signature for LenientMemcacheCache.set() ( #5800 )
2023-06-12 12:48:32 -05:00
Robert Sparks
b75b560dea
feat: import IAB minutes from the IAB wordpress site ( #5689 )
...
* feat: import IAB minutes from the IAB wordpress site
Work in Progress
* fix: refactor as management commands
* fix: use datetime.timezone.utc for comparisons
* fix: coerce an argument. Command now runs
* chore: extend queryset in a better way
* fix: fetch kesara's repo and move files into place.
* fix: add a DocEvent explaining where the Documents came from
* fix: small optimizations and typo fixes
* fix: performance compromise for very old meetings
* fix: ensure variable is initialized
* fix: avoid operating on null by changing method signature - address review comments
* fix: repair html typo and address pyflake complaint
* chore: run black on a new and changed things
2023-06-09 17:07:31 -05:00
Robert Sparks
c3da3088fb
feat: render charters on about page uring markdown
2023-06-09 16:57:41 -05:00
Robert Sparks
c7d98a1cdb
chore: remove stale commented codeblock ( #5794 )
2023-06-09 16:56:09 -05:00
Robert Sparks
67370952d9
fix: adjust weasyprint requirements to match api change ( #5792 )
2023-06-09 12:54:46 -05:00
Guillaume Ayoub
2e5c9ed160
fix: use v59.0 options for WeasyPrint ( #5713 )
2023-06-09 12:54:35 -05:00
Paul Selkirk
0567b3dea2
fix: /meeting/materials splits out named sessions the same way /meeting/proceedings does ( #5715 )
...
* fix: /meeting/materials splits out named sessions the same way /meeting/proceedings does
* test: Test separation of named sessions in the materials
2023-06-09 12:41:01 -05:00