Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: feat/dark-mode <- main #6103

Merged
merged 46 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
3ea79c2
ci: merge main to release
rjsparks Jul 13, 2023
5f8fca6
chore: Remove unused "rendertest" stuff (#6015)
larseggert Jul 22, 2023
f82988d
fix: restore ability to create status change documents (#5963)
rjsparks Jul 22, 2023
91297f1
fix: Provide human-friendly status in submission status API response …
nectostr Jul 22, 2023
9aea2a2
fix: Make name/email lookups case-insensitive (#5972) (#6007)
richsalz Jul 22, 2023
8a88210
fix: Clarify no-action-needed (#5918) (#6020)
richsalz Jul 22, 2023
c717673
fix: Fix menu hover issue (#6019)
larseggert Jul 22, 2023
3a499cd
fix: Server error from api_get_session_materials() (#6025)
nectostr Jul 22, 2023
ebad948
fix: Clarify Questionnaire label (#4688) (#6017)
richsalz Jul 22, 2023
36a7c5c
chore: Merge from @martinthomson's rfc-txt-html (#6023)
larseggert Jul 22, 2023
00c0389
fix:no history entry when changing RFC Editor note for doc (#6021)
PriyankaGitCom Jul 23, 2023
e61f779
fix: avoid deprecation warning on view_list() for objs without Commun…
alireza83 Jul 23, 2023
4d61170
fix: return 404 for non-existing revisions (#6014)
maybe-hello-world Jul 23, 2023
001719b
fix: provide date for revisions in bibtex output (#6029)
maybe-hello-world Jul 23, 2023
14b4f82
fix: review refactoring issue
kivinen Jul 23, 2023
5a0ea56
fix: Remove automatically suggested document for document that is al…
kivinen Jul 23, 2023
dbe1749
feat: IAB statements (#5940)
rjsparks Jul 23, 2023
ab0b8e1
feat: include submitter in email about submitted slides (#6033)
rjsparks Jul 23, 2023
f124af8
chore(dev): update .vscode/settings.json with new taskExplorer settings
NGPixel Jul 23, 2023
101963d
fix: Add editorial stream to proceedings (#6027)
kesara Jul 24, 2023
e1e15da
fix: Add editorial stream to meeting materials (#6047)
kesara Jul 25, 2023
b24dd44
fix: Shows requested reviews for doc fixes (#6022)
kivinen Jul 25, 2023
593bdb4
feat: allow openId to choose an unactive email if there are none acti…
rjsparks Jul 25, 2023
04df797
fix: Make review table more responsive (#6053)
larseggert Jul 27, 2023
416ffb0
ci: add --validate-html-harder to tests
NGPixel Jul 27, 2023
ff07286
ci: add --validate-html-harder to build.yml workflow
NGPixel Jul 28, 2023
22624a3
fix: Set colspan to actual number of columns (#6069)
jennifer-richards Aug 1, 2023
4e46032
fix: Clean up view_feedback_pending (#6070)
pselkirk Aug 1, 2023
59c1db1
docs: Update LICENSE year
NGPixel Aug 2, 2023
638f7ea
fix: Remove IESG state edit button when state is 'dead' (#6051) (#6065)
pselkirk Aug 7, 2023
399b7b9
fix: Correctly order "last call requested" column in the IESG dashboa…
larseggert Aug 7, 2023
b327a27
ci: update dev sandbox init script to start memcached
NGPixel Aug 8, 2023
06c9f06
feat: Reclassify nomcom feedback (#6002)
pselkirk Aug 8, 2023
b574a6e
fix: Print decoded key and fully clean up test nomcom (#6094)
jennifer-richards Aug 8, 2023
d87e504
test: Use correct time zone for test_statement_doc_view (#6064)
jennifer-richards Aug 8, 2023
3a17abe
chore(deps): update all npm dependencies for playwright (#6061)
depfu[bot] Aug 8, 2023
d28eabe
chore(deps): update all npm dependencies for dev/diff (#6062)
depfu[bot] Aug 8, 2023
4653906
chore(deps): update all npm dependencies for dev/coverage-action (#6063)
depfu[bot] Aug 8, 2023
7e852ae
fix: Hash cache key for default memcached cache (#6089)
jennifer-richards Aug 8, 2023
aa6136d
feat: Show docs that an AD hasn't balloted on that need ballots to pr…
larseggert Aug 8, 2023
71ccba6
fix(doc): Unify help texts for document states (#6060)
jimfenton Aug 8, 2023
91f6b9a
ci: merge release to main
rjsparks Aug 8, 2023
5de4c0b
ci: fix sandbox start.sh memcached user
NGPixel Aug 8, 2023
baa5127
fix: refactor how settings handles cache definitions (#6099)
rjsparks Aug 8, 2023
82d91d3
fix: Cast cache key to str before calling encode (#6100)
jennifer-richards Aug 8, 2023
0d79d37
Merge remote-tracking branch 'origin/main' into feat/dark-mode
larseggert Aug 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ jobs:
echo "Running tests..."
if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then
echo "Lower coverage failures will be ignored."
./ietf/manage.py test --settings=settings_postgrestest --ignore-lower-coverage
./ietf/manage.py test --validate-html-harder --settings=settings_postgrestest --ignore-lower-coverage
else
./ietf/manage.py test --settings=settings_postgrestest
./ietf/manage.py test --validate-html-harder --settings=settings_postgrestest
fi
coverage xml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
exit 1
fi
echo "Running tests..."
./ietf/manage.py test --settings=settings_postgrestest
./ietf/manage.py test --validate-html-harder --settings=settings_postgrestest
coverage xml

- name: Upload Coverage Results to Codecov
Expand Down
115 changes: 58 additions & 57 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,60 @@
{
"taskExplorer.exclude": [
"**/.vscode-test/**",
"**/bin/**",
"**/build/**",
"**/CompiledOutput/**",
"**/dist/**",
"**/doc/**",
"**/ext/**",
"**/out/**",
"**/output/**",
"**/packages/**",
"**/release/**",
"**/releases/**",
"**/samples/**",
"**/sdks/**",
"**/static/**",
"**/target/**",
"**/test/**",
"**/third_party/**",
"**/vendor/**",
"**/work/**",
"/workspace/bootstrap/nuget/MyGet.ps1"
],
"taskExplorer.enableAnt": false,
"taskExplorer.enableAppPublisher": false,
"taskExplorer.enablePipenv": false,
"taskExplorer.enableBash": false,
"taskExplorer.enableBatch": false,
"taskExplorer.enableGradle": false,
"taskExplorer.enableGrunt": false,
"taskExplorer.enableGulp": false,
"taskExplorer.enablePerl": false,
"taskExplorer.enableMake": false,
"taskExplorer.enableMaven": false,
"taskExplorer.enableNsis": false,
"taskExplorer.enableNpm": false,
"taskExplorer.enablePowershell": false,
"taskExplorer.enablePython": false,
"taskExplorer.enableRuby": false,
"taskExplorer.enableTsc": false,
"taskExplorer.enableWorkspace": true,
"taskExplorer.enableExplorerView": false,
"taskExplorer.enableSideBar": true,
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
],
"python.linting.pylintArgs": ["--load-plugins", "pylint_django"],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": false,
"python.linting.enabled": true
"taskExplorer.exclude": [
"**/.vscode-test/**",
"**/bin/**",
"**/build/**",
"**/CompiledOutput/**",
"**/dist/**",
"**/doc/**",
"**/ext/**",
"**/out/**",
"**/output/**",
"**/packages/**",
"**/release/**",
"**/releases/**",
"**/samples/**",
"**/sdks/**",
"**/static/**",
"**/target/**",
"**/test/**",
"**/third_party/**",
"**/vendor/**",
"**/work/**",
"/workspace/bootstrap/nuget/MyGet.ps1"
],
"taskExplorer.enabledTasks": {
"ant": false,
"bash": false,
"batch": false,
"composer": false,
"gradle": false,
"grunt": false,
"gulp": false,
"make": false,
"maven": false,
"npm": false,
"perl": false,
"pipenv": false,
"powershell": false,
"python": false,
"ruby": false,
"tsc": false
},
"taskExplorer.enableExplorerView": false,
"taskExplorer.enableSideBar": true,
"taskExplorer.showLastTasks": false,
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
],
"python.linting.pylintArgs": ["--load-plugins", "pylint_django"],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": false,
"python.linting.enabled": true
}
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2008-2022, The IETF Trust
Copyright (c) 2008-2023, The IETF Trust
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -26,4 +26,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Loading