-
-
Notifications
You must be signed in to change notification settings - Fork 307
Cloud Runner Improvements - LTS Candidate - S3 Locking, Aws Local Stack (Pipelines), Testing Improvements, Rclone storage support, Provider plugin system #731
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
Changes from 226 commits
a1f3d9e
db9fc17
10fc07a
1815c3c
01bbef7
36503e3
9ed94b2
b662a6f
92eaa73
a0833df
12e5985
5b34e4d
fa6440d
6e13713
e9a60d4
0650d1d
eb8b92c
c8f881a
f2dbcdf
c3e0ee6
ec93ad5
8acf3cc
962603b
a4a3612
6c4a85a
4b178e0
0166925
12b6aaa
5d0450d
1e57879
bad80a4
e9af764
52b79b2
afdc987
9b205ac
70fcc1a
f00d7c8
0c57572
d8ad8f9
4f5155d
3de8cac
1e2fa05
277dcab
8206043
4c3d97d
a04f7d8
c676d1d
f06dd86
91872a2
16d1156
9e6d69f
2d7374b
3570d40
c28831c
b8c3ad1
c5f2078
f7725a7
af988e6
f7df350
26fcfce
f6f813b
71895ac
dda7de4
32265f4
c62465a
0876bd4
d3e23a8
8f66ff2
ce848c7
4e3546c
d800b10
d58c3d6
43c11e7
c2a7091
364f9a7
f50fd8e
431a471
3f8fbb9
ee01652
94daf5a
73de3d4
5d667ab
1d2d904
f4d4612
831b913
df65063
307a2aa
85bb3d9
7779839
edc1df7
a0cb4ff
fd74d25
98963da
bd1be2e
d6cc453
464a9d1
38b7286
9335b07
abb275c
e8c48c5
1eca7bb
945dec7
a8deca8
e4cb1d1
a726260
3efb715
d231071
1b988ce
6de312e
2ecc14a
adcdf1b
beee035
86aae1e
69731ba
956b2e4
bea818f
2c3cb00
c216e3b
f783857
ad9f2d3
f9ef711
459b929
dedb881
bfac73b
bbf666a
f0730fa
a9c76d0
f61478b
192cb2e
46e3ba8
939aa6b
7c89090
4f18c9c
c61c9f8
a99defa
9bfb4df
37495c1
ebbb1d4
6e82b74
5011678
b4fb0c0
80db790
8824ea4
35c6d45
2d52268
08ce820
d12244d
7f133d8
343b784
29b5b94
ec08952
be6f2f0
5ff53ae
b98b1c7
eee8b4c
71f48ce
a61fe5b
0ba031e
9f26cec
d87300f
3aeabb9
be25574
d908ded
5acc6c8
59e5531
775395d
6d42b8f
34f4066
ed0d2c1
f4d28fa
355551c
45e7ed0
4b182a0
e025c13
9eb6e27
fefb01c
552b80f
9f60a75
9dc0888
4f59e17
6953319
256b0e9
b121e56
64667ff
56efd54
2e93ecc
d83baee
516ee80
6f413e1
6a4ee14
100e542
a607392
0497076
5f552f2
828e65b
b470780
5eb19bd
7d01498
16401bc
896e8fb
54adcbb
dc7c16c
4b09fe3
ad5dd3b
9aa24e2
b2cb6eb
1cf4f03
5c9bac6
53dacd9
ecf83cc
e10e618
8319673
258e40d
33fccb8
fcf2d80
fdb7286
84e123c
43f346b
d318481
3f7c332
46b16bb
682d2db
4393f04
08eabcf
e6b14c7
c9af2e7
31e08ae
99365c6
1971860
89733f1
b5b1382
88941c4
ac14317
fb60126
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,15 +23,16 @@ jobs: | |
| with: | ||
| node-version: '18' | ||
| - run: yarn | ||
| - run: yarn run cli --help | ||
| env: | ||
| AWS_REGION: eu-west-2 | ||
| AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
| AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
| AWS_DEFAULT_REGION: eu-west-2 | ||
| - run: yarn run cli -m list-resources | ||
| env: | ||
| AWS_REGION: eu-west-2 | ||
| AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
| AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
| AWS_DEFAULT_REGION: eu-west-2 | ||
| # Commented out: Using LocalStack tests instead of real AWS | ||
| # - run: yarn run cli --help | ||
| # env: | ||
| # AWS_REGION: eu-west-2 | ||
| # AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
| # AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
| # AWS_DEFAULT_REGION: eu-west-2 | ||
| # - run: yarn run cli -m list-resources | ||
| # env: | ||
| # AWS_REGION: eu-west-2 | ||
| # AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
| # AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
| # AWS_DEFAULT_REGION: eu-west-2 | ||
|
||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Extend override to cover Jest config files and fix CI lint errors.
CI reports import/no-commonjs and filename rule violations in jest.ci.config.js. Add those files to the override and disable the filename rule for them.
Apply this diff:
📝 Committable suggestion
🤖 Prompt for AI Agents