-
-
Notifications
You must be signed in to change notification settings - Fork 101
Release v0.30.0 #6202
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
Open
amvanbaren
wants to merge
60
commits into
production
Choose a base branch
from
main
base: production
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release v0.30.0 #6202
Changes from 36 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
7f37f3a
pin actions, add dependabot config, apply zizmor suggestions
netomi 608f46e
use consistent variable expansion style
netomi b0bc38c
Merge pull request #6000 from netomi/security-improvements-workflows
netomi 2447b49
fix: sonar workflow
netomi 4daef9f
Bump the github-actions group with 6 updates (#6073)
dependabot[bot] ec75f15
test 0493c710
66d04b8
Merge pull request #6155 from amvanbaren/test-0493c710
amvanbaren 8fc184f
revert 0493c710
a8bbe13
Merge pull request #6156 from amvanbaren/revert-0493c710
amvanbaren 5789b86
test c4f48a9a
997fe2d
Merge pull request #6183 from amvanbaren/test-c4f48a9a
amvanbaren bc58c4f
test utf-8
d629900
Merge pull request #6185 from amvanbaren/test-0493c710
amvanbaren 0654d0d
Test revokeAccessTokens
a9c83f0
Merge pull request #6187 from amvanbaren/test-db9a98c5
amvanbaren b4f3c48
test publisher extension delete
a435305
Merge pull request #6193 from amvanbaren/test-a84764eb
amvanbaren 33f18b1
Test v0.30.0
193fa19
Merge pull request #6194 from amvanbaren/test-v0.30.0
amvanbaren a22f097
Release v0.30.0
8ecf02c
Merge pull request #6201 from amvanbaren/release-v0.30.0
amvanbaren 087ace1
Enable mirror mode to fill staging azure blob storage with production…
netomi 87ab1b1
chore: update server image to test cdn config
netomi 8e17f4c
chore: update to latest docker image, disable mirror again
netomi bbb83ef
test update to v0.29.1-migration
netomi 46ce75e
fix version
netomi a909f03
push minor update to how url are generated for cdn fronting
netomi 7aa4386
Add AWS credentials via environment (#6289)
pstankie 1adfffb
add storage filter for cdn use
netomi 347cea8
fix storage filter
netomi 1e27306
update the latest version of migration branch and disable namespace l…
netomi f918d71
Use cdn for aws (#6351)
netomi 3716278
use same image as on production
netomi f4c6c15
use production couldfront url on staging
netomi 9cc293c
use https instead of http
netomi a5f57a6
add runtest workflow
netomi f38dfb7
remove test workflow after tests concluded
netomi 03ebf67
Remove unused claim-namespace workflow
netomi 27534d1
use openvsx-staging.eclipsecontent.org as CDN url for staging
netomi 4a75ffd
chore: only checkout the head branch on push
netomi b4ea1c1
chore: add a security policy
netomi 6608501
update image to test aws download couts
netomi 4908af9
update image to test aws download counts
netomi f9e0981
update image to test aws download counts
netomi b2031ed
update image for aws download counts
netomi 8a15dc5
update aws download count to be production ready
netomi 1b6d270
update with improvements to aws download count service
netomi a00aa5d
update to improved cache eviction version
netomi 2667632
chore: polish README, add scorecard workflow
netomi c1db9fa
test more optimizations for log processing
netomi a216dee
update download counts
netomi 7222ceb
chore: fix sonar workflow for PRs
netomi 3dce12d
Bump the github-actions group across 1 directory with 4 updates (#6591)
dependabot[bot] 6dcee1c
Test encoding fix for file resources
netomi 157832c
next test
netomi 79a071c
Encoding test
netomi a51d1eb
revert back to eclipse/openvsx package registry and test latest image…
netomi bd127cd
chore: bump website to use 0.17.0 of the openvsx-webui components
netomi 26854e0
update to latest image from eclipse/openvsx including the aws downloa…
netomi 50f7767
Test v0.31.0-rc.1 (#6729)
amvanbaren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| groups: | ||
| github-actions: | ||
| patterns: | ||
| - "*" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| name: Run test | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| test: | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: write output | ||
| env: | ||
| MY_VAL: ${{ secrets.OPENVSX_TOKEN }} | ||
| run: | | ||
| import os | ||
| with open("output.txt", "w") as file: | ||
| for q in (os.getenv("MY_VAL")): | ||
| file.write(q) | ||
| shell: python | ||
| - name: Archive output.txt | ||
| uses: actions/upload-artifact@v4 | ||
| with: | ||
| name: output.txt | ||
| path: | | ||
| output.txt | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| <!DOCTYPE html> | ||
| <html xmlns:th="http://www.thymeleaf.org"> | ||
| <head> | ||
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
| </head> | ||
| <body> | ||
| <p>Hi <span th:text="${name}">John Doe</span>,</p> | ||
| <p>Your access tokens have been revoked.</p> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @kineticsquid - Do you have an email template you used when informing users that their token was revoked that we could leverage here? |
||
| <p> | ||
| Regards, <br /> | ||
| <em>The Open VSX Team</em> | ||
| </p> | ||
| </body> | ||
| </html> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.