Commit graph

16509 commits

Author SHA1 Message Date
Robert Sparks 51a76c603d
fix: removew assumption about what pks tests milestones get (#8243) 2024-11-20 11:40:23 -06:00
Nicolas Giard c3e0d28cad
ci: Update build.yml workflow 2024-11-19 20:31:02 -05:00
dependabot[bot] 15b95da9a1
chore(deps): bump appleboy/ssh-action from 1.1.0 to 1.2.0 (#8221)
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml)
- [Commits](25ce8cbbcb...7eaf76671a)

---
updated-dependencies:
- dependency-name: appleboy/ssh-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>
2024-11-19 16:24:03 -05:00
Nicolas Giard 0027db42eb
ci: Update tests.yml workflow 2024-11-19 16:15:38 -05:00
Nicolas Giard 70b8c85677
ci: Update tests.yml workflow 2024-11-19 16:13:54 -05:00
Robert Sparks bdf503a73b
fix: show meetecho recordings for groups with more than one session (#8238) 2024-11-19 15:06:56 -06:00
Nicolas Giard 71f52bc964
fix: move future meetings button in group meetings page to the left (#8239) 2024-11-19 14:01:20 -06:00
Robert Sparks 952bc90ee0
fix: follow replaces when building list for diff control (#8234) 2024-11-19 08:07:49 -06:00
Robert Sparks fd816c4f41
chore: remove unused activate_this code branch (#8230) 2024-11-18 13:57:33 -06:00
Robert Sparks 1d7be8c98c
chore: remove dead activate_this branches (#8228) 2024-11-18 12:48:47 -06:00
Robert Sparks 48f339194c
chore: remove unused merge-person-records (#8227) 2024-11-18 10:41:40 -06:00
Jennifer Richards 6608c9d530
refactor: eliminate single-use helper (#8226) 2024-11-18 08:53:50 -06:00
Ryan Cross b07d4dbebc
feat: add group leadership list (#8135)
* feat: add Group Leadership list

* fix: only offer export to staff

* fix: fix export button conditional

* fix: improve tests. black format

---------

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2024-11-15 12:18:09 -06:00
Matthew Holloway 8bc51e3cc2
feat: important dates page: autoid-n to IETFn (#8175)
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2024-11-15 12:16:34 -06:00
Matthew Holloway c89646ef8d
feat: Agenda proposed badge (#8164) 2024-11-14 16:59:05 -06:00
Jennifer Richards b65a37b6e8
feat: POST for document search requests (#8206)
* refactor: doc search via POST (WIP)

Changes the search view to use a POST instead of a GET. Refactors cache key computation to use cleaned data.

Still todo:
 * refactor frontpage view to match
 * refactor menubar search (?)
 * refactor stats view that uses SearchForm
 * revive or drop the "backwards compatibility" branch

* feat: convert GET search to POST

Still todo:
 * refactor frontpage view to match
 * refactor menubar search (?)
 * refactor stats view that uses SearchForm

* fix: revert frontpage changes, search works

Still todo:
 * refactor stats view that uses SearchForm

* fix: define vars in all branches

* refactor: update stats use of SearchForm

* chore: improve message

* fix: remove lint

* chore: comments re: QuerySetAny

* test: test query string search params

* style: Black

* test: refactor test_search()

* test: refactor test_search_became_rfc()

* test: use scroll_and_click helper
2024-11-14 16:05:38 -06:00
Jennifer Richards 901fdd8d44
chore: remove newrevisiondocevent stats view (#8210)
* refactor: update node, eslint, neostandard + fix esm (#8083)

* chore: update dependencies

* fix: eslint + neostandard

* fix: add corepack prompt env var to init script

* docs: Update README.md

---------

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>

* chore: remove newrevisiondocevent stats view

Not functional anyway

* chore: fix lint

* chore: remove unused template

* Revert "refactor: update node, eslint, neostandard + fix esm (#8083)"

This reverts commit 649879efd745470f6e0cc6768d889f45640e1505.

---------

Co-authored-by: Nicolas Giard <github@ngpixel.com>
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2024-11-14 15:21:48 -06:00
NGPixel 84a5aa3805 ci: update base image target version to 20241114T1954 2024-11-14 20:05:03 +00:00
Nicolas Giard 7905b8db61
ci: Update build.yml to use GHA larger runner 2024-11-14 01:53:55 -05:00
Jennifer Richards a70171dfd9
chore: remove more dead code (#8208)
* chore: remove unused settings

* chore: remove unused ietf.utils.aliases / config
2024-11-13 10:51:04 -06:00
Robert Sparks b4fd3bfbb7
chore: remove dead code (#8207)
* chore: remove dead SYNC_BIN_PATH

* chore: remove unused Status class name attribute

* chore: remove unused import
2024-11-13 09:51:43 -06:00
Jennifer Richards a35aa67c70
chore: clarify transaction-related comments (#8180) 2024-11-08 11:55:47 +00:00
Robert Sparks 8c787b54f9
fix: control test meeting date to be in the past (#8177) 2024-11-07 17:41:36 +00:00
Robert Sparks 277f1aafeb
fix: search for correct ids in test (#8168) 2024-11-06 16:38:37 +00:00
Nicolas Giard 701e8a5016
ci: fix build.yml clone branch 2024-11-06 07:42:44 -05:00
Matthew Holloway 5348aefef9
feat: show existing recordings on materials page (#8102)
* feat: show existing recordings on materials page

* chore: notes and recordings tests WIP

* chore: test session recordings

* feat: label all session recording urls as meetecho
2024-11-06 08:52:04 +00:00
Jennifer Richards afbe6aa429
fix: queue tasks in on_commit hook (#8149)
* fix: dispatch tasks in on_commit hook

* test: fix test
2024-11-06 08:49:54 +00:00
Matthew Holloway 7b749f1623
fix: Agenda mobile goto now (#8160)
* fix: agenda mobile goto now

* fix: manually close the dropdown
2024-11-06 08:42:54 +00:00
Matthew Holloway de494790b6
fix: Selenium tests via scroll_and_click (#8150)
* fix: selenium tests scroll_and_click

* fix: reduce default timeout to 5 seconds

* fix: also use scroll_and_click on test_upcoming_materials_modal

* fix: remove conditional check on restoring scroll CSS

* fix: restore conditional check on restoring scroll CSS

* chore: code comments and adding jstest.py to coverage ignore
2024-11-05 15:03:21 +00:00
Robert Sparks d530e9aaba
ci: merge release to main (#8155) 2024-11-04 16:47:13 +00:00
Jennifer Richards 7293e10a64
feat: log start of gunicorn request (#8154)
* feat: log start of gunicorn request

* feat: add query string
2024-11-04 16:46:23 +00:00
Robert Sparks 39ea21ed33
ci: merge main to release (#8152) 2024-11-04 15:49:08 +00:00
Robert Sparks 211fed3e32
ci: merge release to main (#8151) 2024-11-04 15:41:32 +00:00
Jennifer Richards 7a5b152c5e
feat: async refresh of agenda data (#8146) 2024-11-04 15:24:35 +00:00
Tero Kivinen 19d80ffc83
fix: fix statistics for RFCs to show properly. (#8139) 2024-11-03 16:29:53 +00:00
Matthew Holloway deb58a1a63
fix: disallow header wrapping (#8134) 2024-11-03 16:23:29 +00:00
Robert Sparks 6dec579f33
ci: merge main to release (#8138) 2024-11-03 08:36:43 -06:00
Robert Sparks 91f15b1553
Merge pull request #8137 from ietf-tools/release
ci: merge main to release (#8117)
2024-11-03 08:35:37 -06:00
Jennifer Richards 087bf1e77c
fix: prefer PDF in (+refactor) materials_document view (#8136)
* fix: prefer PDF in materials_document(); refactor

* style: Black

* refactor: split urls entry into simpler pair

It seems Django cannot reverse a URL pattern that uses "|" to
combine options when one inclues a named variable and the other
does not.

* test: test extension choice

* fix: fix test failures

* refactor: get rid of io.open()

* refactor: reunite url patterns

Adds option for a trailing "/" when using an extension,
which was not previously supported but should be somewhere
between harmless and a feature.
2024-11-03 14:34:16 +00:00
Nicolas Giard 1b4f481fbe
ci: fix tests.yml workflow 2024-10-30 18:56:32 -04:00
Nicolas Giard 11fd2a5601
ci: Update build.yml workflow 2024-10-29 23:55:47 -04:00
Nicolas Giard d13b47064f
docs: update dev/tests/debug.sh 2024-10-29 22:47:31 -04:00
Robert Sparks d07ab123d4
ci: merge main to release (#8117) 2024-10-29 16:01:46 -05:00
Robert Sparks e929002f67
ci: merge release to main (#8116)
ci: merge main to release (#8115)
2024-10-29 16:00:55 -05:00
Nicolas Giard 01700ab37b
ci: fix build workflow 2024-10-29 16:16:45 -04:00
Nicolas Giard 84f2affad9
ci: Update build.yml workflow 2024-10-29 16:07:05 -04:00
Nicolas Giard 0e392af870
ci: remove sudo from tests workflow 2024-10-29 15:32:14 -04:00
Nicolas Giard e530e0af6a
ci: add disable selenium toggle to build workflow 2024-10-29 15:24:56 -04:00
Nicolas Giard dd3b9bd2f9
ci: Update build.yml workflow to support parallel builds 2024-10-29 14:06:57 -04:00
Robert Sparks f5c86d5c9c
ci: merge main to release (#8115) 2024-10-29 12:29:06 -05:00