Skip to content

Commit da70acf

Browse files
Merge branch 'feat/tzaware' into jennifer/yet-more-tz-fixes
# Conflicts: # ietf/ietfauth/utils.py # ietf/meeting/tests_views.py # ietf/stats/tests.py
2 parents 31d55f1 + c561994 commit da70acf

156 files changed

Lines changed: 2193 additions & 3841 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pkg_version: ${{ steps.buildvars.outputs.pkg_version }}
4848

4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v3
5151
with:
5252
fetch-depth: 0
5353

@@ -70,7 +70,7 @@ jobs:
7070
echo "NEXT_VERSION=$nextStrict" >> $GITHUB_ENV
7171
7272
- name: Create Draft Release
73-
uses: ncipollo/release-action@v1
73+
uses: ncipollo/release-action@v1.11.1
7474
if: ${{ github.event.inputs.publish == 'true' && github.event.inputs.dryrun == 'false' }}
7575
with:
7676
prerelease: true
@@ -167,7 +167,7 @@ jobs:
167167
mv latest-coverage.json coverage.json
168168
169169
- name: Upload Coverage Results as Build Artifact
170-
uses: actions/upload-artifact@v3.0.0
170+
uses: actions/upload-artifact@v3
171171
if: ${{ always() }}
172172
with:
173173
name: coverage
@@ -186,7 +186,7 @@ jobs:
186186
steps:
187187
- uses: actions/checkout@v3
188188

189-
- uses: actions/setup-node@v2
189+
- uses: actions/setup-node@v3
190190
with:
191191
node-version: '18'
192192

@@ -203,7 +203,7 @@ jobs:
203203
npx playwright test --project=${{ matrix.project }}
204204
205205
- name: Upload Report
206-
uses: actions/upload-artifact@v3.0.0
206+
uses: actions/upload-artifact@v3
207207
if: ${{ always() }}
208208
continue-on-error: true
209209
with:
@@ -256,7 +256,7 @@ jobs:
256256
yarn cypress:legacy
257257
258258
- name: Upload Video Recordings
259-
uses: actions/upload-artifact@v3.0.0
259+
uses: actions/upload-artifact@v3
260260
if: ${{ always() }}
261261
continue-on-error: true
262262
with:
@@ -265,7 +265,7 @@ jobs:
265265
if-no-files-found: ignore
266266

267267
- name: Upload Screenshots
268-
uses: actions/upload-artifact@v3.0.0
268+
uses: actions/upload-artifact@v3
269269
if: ${{ always() }}
270270
continue-on-error: true
271271
with:
@@ -286,17 +286,17 @@ jobs:
286286
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}
287287

288288
steps:
289-
- uses: actions/checkout@v2
289+
- uses: actions/checkout@v3
290290
with:
291291
fetch-depth: 0
292292

293293
- name: Setup Node.js
294-
uses: actions/setup-node@v3.0.0
294+
uses: actions/setup-node@v3
295295
with:
296-
node-version: 16.x
296+
node-version: '16'
297297

298298
- name: Setup Python
299-
uses: actions/setup-python@v2
299+
uses: actions/setup-python@v4
300300
with:
301301
python-version: '3.x'
302302

@@ -364,7 +364,7 @@ jobs:
364364
histCoveragePath: historical-coverage.json
365365

366366
- name: Create Release
367-
uses: ncipollo/release-action@v1
367+
uses: ncipollo/release-action@v1.11.1
368368
if: ${{ env.SHOULD_DEPLOY == 'true' && github.event.inputs.dryrun == 'false' }}
369369
with:
370370
allowUpdates: true
@@ -376,7 +376,7 @@ jobs:
376376
token: ${{ secrets.GITHUB_TOKEN }}
377377

378378
- name: Update Baseline Coverage
379-
uses: ncipollo/release-action@v1
379+
uses: ncipollo/release-action@v1.11.1
380380
if: ${{ github.event.inputs.updateCoverage == 'true' && github.event.inputs.dryrun == 'false' }}
381381
with:
382382
allowUpdates: true
@@ -389,8 +389,19 @@ jobs:
389389
token: ${{ secrets.GITHUB_TOKEN }}
390390

391391
- name: Upload Build Artifacts
392-
uses: actions/upload-artifact@v2.3.1
392+
uses: actions/upload-artifact@v3
393393
if: ${{ env.SHOULD_DEPLOY == 'false' || github.event.inputs.dryrun == 'true' }}
394394
with:
395395
name: release-${{ env.PKG_VERSION }}
396396
path: /home/runner/work/release/release.tar.gz
397+
398+
- name: Notify on Slack
399+
uses: slackapi/slack-github-action@v1.23.0
400+
with:
401+
channel-id: ${{ secrets.SLACK_GH_BUILDS_CHANNEL_ID }}
402+
payload: |
403+
{
404+
"text": "Datatracker - Build <https://github.com/ietf-tools/datatracker/actions/runs/${{ github.run_id }}|${{ env.PKG_VERSION }}> by ${{ github.triggering_actor }} completed - <@${{ secrets.SLACK_UID_RJSPARKS }}>"
405+
}
406+
env:
407+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_GH_BOT }}

.github/workflows/ci-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v3
8383

84-
- uses: actions/setup-node@v2
84+
- uses: actions/setup-node@v3
8585
with:
8686
node-version: '18'
8787

.pnp.cjs

Lines changed: 318 additions & 318 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarn/cache/@eslint-eslintrc-npm-1.3.1-f9e7aea43c-9844dcc58a.zip renamed to .yarn/cache/@eslint-eslintrc-npm-1.3.2-fd8de37609-2074dca47d.zip

136 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

.yarn/cache/@percy-cli-app-npm-1.10.2-3fe8a0b7b2-b0bbbddec4.zip renamed to .yarn/cache/@percy-cli-app-npm-1.10.4-06b84c2fa7-81db381f2e.zip

3.48 KB
Binary file not shown.

.yarn/cache/@percy-cli-build-npm-1.10.2-3e72fabb39-f5ac91772d.zip renamed to .yarn/cache/@percy-cli-build-npm-1.10.4-aea75ba7bd-c6aa64bbb3.zip

5.99 KB
Binary file not shown.

.yarn/cache/@percy-cli-command-npm-1.10.2-78e1b31271-696e47411a.zip renamed to .yarn/cache/@percy-cli-command-npm-1.10.4-9b894aa1cf-d96a572e24.zip

19.4 KB
Binary file not shown.

.yarn/cache/@percy-cli-config-npm-1.10.2-e3270bf079-235b6f6456.zip renamed to .yarn/cache/@percy-cli-config-npm-1.10.4-9177c0305d-901df758d4.zip

5.63 KB
Binary file not shown.

0 commit comments

Comments
 (0)