* feat: Add disclaimer banners for unadopted I-Ds and non-IETF RFCs
Fixes#6539
* Fixes
* Add test
* Use BofreqFactory
* Fix disclaimer logic
* fix: Wording changes from stream owners
* fix: Only insert <wbr> when there isn't a space before or after (#6821)
* fix: Only insert <wbr> when there isn't a space before or after.
* Fix @cabo's issue
* fix: Remove debug info from template (#6897)
Fixes#6895
* fix: remove link to Warren's draft from disclaimer text (#7429)
---------
Co-authored-by: Lars Eggert <lars@eggert.org>
* feat: disallow @ and : in name/ascii
@ has long been disallowed via validation in the
views and "/" has been disallowed for the name
field via a validator. This adds @ and : to the
validator and applies it to the name, plain,
ascii, and ascii_short fields. This should
apply everywhere we use a ModelForm.
* test: update test
* chore: migration
* feat: copy 1wg-charters* into other places
* test: update test
* test: test no-copy operation
* style: Black
* fix: Skip copy if dest is a non-dir
* chore: de-lint
* feat: get tool versions without VersionInfo model
* chore: remove update_external_command_info call
* feat: get tool version without VersionInfo
* chore: Remove VersionInfo model
* chore: Migration to remove VersionInfo
* fix: handle errors better; ignore stderr
* fix: type annotation
* fix: log to stdout/stderr in json format
* chore: remove UTILS_LOGGER_LEVELS
This is not used (there _is_ a setting for the
django.security logger in settings_local.py on
production, but it is redundant with the
settings.LOGGING configuration and is not doing
anything).
* chore: revert to debug_console django logging
* chore: log.log to syslog via datatracker logger
* chore: remove unused imports
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* ci: remove stray serviceName
* ci: volumeClaimTemplate name -> volumeMount, not volume
* ci: datatracker listens on containerPort 8000
* ci: services/containers have dt- prefix
* chore: adjust indent for k8s yaml
* ci: use a secret for CELERY_PASSWORD
* fix: touched wrong CELERY_PASSWORD setting
* ci: get rid of the celery pw secretGenerator
* ci: use DB_PASS instead of DBPASS (etc) for k8s
* ci: Fill in django-config.yaml from env vars
* ci: add vault-mappings.txt
* ci: use $CELERY_PASSWORD in rabbitmq.yaml
* ci: moving vault-mappings.txt out of this repo
* Revert "ci: Fill in django-config.yaml from env vars"
This reverts commit 75cd181deb390d3ab21d6887b091d66c80e1d18e.
* Revert "ci: use $CELERY_PASSWORD in rabbitmq.yaml"
This reverts commit f251f9920d07c65413f72fd165cc06acd562c2c7.
* ci: parameterize db OPTIONS setting