Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e031139
fix: remove obsolete call to mailman2 sync
rjsparks Feb 9, 2024
7b52157
Merge pull request #7040 from rjsparks/mm_hourly
rjsparks Feb 9, 2024
187c2c5
chore(deps): bump the yarn group with 4 updates
dependabot[bot] Feb 12, 2024
5e91b27
chore(deps): bump actions/download-artifact from 4.1.1 to 4.1.2 (#7047)
dependabot[bot] Feb 12, 2024
1dbcc84
chore(deps): bump the npm group in /playwright with 2 updates (#7045)
dependabot[bot] Feb 12, 2024
62c1eb3
chore(deps-dev): bump the npm group (#7046)
dependabot[bot] Feb 12, 2024
cf79fe2
chore(deps): bump ncipollo/release-action from 1.13.0 to 1.14.0 (#7048)
dependabot[bot] Feb 12, 2024
6f03c6d
chore(deps): bump the npm group (#7022)
dependabot[bot] Feb 12, 2024
1a1be2c
chore(deps): bump codecov/codecov-action from 3.1.5 to 4.0.1 (#7020)
dependabot[bot] Feb 12, 2024
3157cf6
fix: Accept&ignore group_type for some views
jennifer-richards Feb 12, 2024
a54834c
Merge branch 'main' into ignore-group-type
jennifer-richards Feb 12, 2024
9d2a113
Merge pull request #7052 from jennifer-richards/ignore-group-type
rjsparks Feb 12, 2024
cf18880
Merge pull request #7049 from ietf-tools/dependabot/npm_and_yarn/yarn…
rjsparks Feb 13, 2024
547c515
chore: Fix incorrect docstring
jennifer-richards Feb 13, 2024
92835ab
Merge pull request #7054 from jennifer-richards/comment-fix
rjsparks Feb 13, 2024
3ba39c9
refactor: Remove BOF chairs from bofreq template, because BOF request…
pselkirk Feb 15, 2024
231b338
chore(deps): bump the yarn group with 3 updates (#7073)
dependabot[bot] Feb 20, 2024
9ab820f
fix: Expand and enforce Cancel Interim Meeting Request comments lengt…
pselkirk Feb 20, 2024
52a7076
feat: Links to chatlogs and session recordings on proceedings page (#…
pselkirk Feb 20, 2024
5fc0f69
feat: Show room functional name when editing timeslots (#7075)
jennifer-richards Feb 20, 2024
8cb7f3d
feat: Import IESG artifacts into the datatracker (#6908)
rjsparks Feb 20, 2024
74ceac7
chore: Bump default geckodriver version (#7076)
jennifer-richards Feb 20, 2024
65cf001
feat: Group admin form accepts acronyms starting with numbers for SDO…
pselkirk Feb 20, 2024
89d2a0c
feat: API to retrieve active email addrs (#7035)
jennifer-richards Feb 20, 2024
ecc823e
feat: Give better errors when docName is missing (#7083)
jennifer-richards Feb 21, 2024
be3478d
ci: merge release to main (Merge pull request #7084 from ietf-tools/r…
rjsparks Feb 21, 2024
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
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
echo "NEXT_VERSION=$nextStrict" >> $GITHUB_ENV

- name: Create Draft Release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
if: ${{ github.ref_name == 'release' }}
with:
prerelease: true
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Download a Coverage Results
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
uses: actions/download-artifact@v4.1.1
uses: actions/download-artifact@v4.1.2
with:
name: coverage

Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
histCoveragePath: historical-coverage.json

- name: Create Release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
if: ${{ env.SHOULD_DEPLOY == 'true' }}
with:
allowUpdates: true
Expand All @@ -280,7 +280,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Update Baseline Coverage
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
if: ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }}
with:
allowUpdates: true
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download a Release Artifact
uses: actions/download-artifact@v4.1.1
uses: actions/download-artifact@v4.1.2
with:
name: release-${{ env.PKG_VERSION }}

Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:

steps:
- name: Download a Release Artifact
uses: actions/download-artifact@v4.1.1
uses: actions/download-artifact@v4.1.2
with:
name: release-${{ env.PKG_VERSION }}
path: /a/www/ietf-datatracker/main.dev.${{ github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
path: geckodriver.log

- name: Upload Coverage Results to Codecov
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.1
with:
files: coverage.xml

Expand Down
228 changes: 114 additions & 114 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion bin/mm_hourly
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ source $DTDIR/env/bin/activate

logger -p user.info -t cron "Running $DTDIR/bin/mm_hourly"

$DTDIR/ietf/manage.py import_mailman_listinfo
14 changes: 7 additions & 7 deletions dev/coverage-action/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/coverage-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"npm-check-updates": "16.14.14"
"npm-check-updates": "16.14.15"
}
}
14 changes: 7 additions & 7 deletions dev/deploy-to-container/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/deploy-to-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"dockerode": "^4.0.2",
"fs-extra": "^11.2.0",
"nanoid": "5.0.4",
"nanoid": "5.0.5",
"nanoid-dictionary": "5.0.0-beta.1",
"slugify": "1.6.6",
"tar": "^6.2.0",
Expand Down
Loading