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

Fix stable aliases toolcache #13

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
546aac7
Add stable and oldstable aliases
panticmilos Nov 20, 2022
4fd17ff
Remove .gitignore changes
panticmilos Nov 20, 2022
e0cb28b
Update package lock json
panticmilos Nov 20, 2022
d33323e
Remove unnecessary variables
panticmilos Nov 20, 2022
5552b45
Introduce new stable alias type
panticmilos Nov 20, 2022
317adaa
Apply PR suggestions
panticmilos Nov 21, 2022
46c78a9
Apply PR suggestions
panticmilos Nov 21, 2022
ee153a7
Add check latest check
panticmilos Nov 21, 2022
84f83e7
Add check latest check
panticmilos Nov 21, 2022
9b762a9
Add check latest check
panticmilos Nov 21, 2022
58547ff
Add documentation
panticmilos Nov 21, 2022
6590366
Update docs
panticmilos Nov 21, 2022
9d73e82
Update docs
panticmilos Nov 21, 2022
a29996a
Apply PR suggestions
panticmilos Nov 23, 2022
18c62c8
Return alias condition to main
panticmilos Nov 23, 2022
17fabf6
Move condition to the installer
panticmilos Nov 24, 2022
f1f69d4
Apply internal discussion agreements
panticmilos Nov 25, 2022
ece959c
Rebuild dist
panticmilos Nov 25, 2022
b7bdf8d
add type conversion
dmitry-shibanov Nov 29, 2022
eb4d2dd
possible fix
dmitry-shibanov Nov 29, 2022
f623296
minor changes
dmitry-shibanov Dec 5, 2022
ee675d7
Merge pull request #3 from dmitry-shibanov/test-dist-aliases
panticmilos Dec 5, 2022
a965b3d
minor fix
dmitry-shibanov Dec 5, 2022
6cc33f6
change prettier version
dmitry-shibanov Dec 5, 2022
487336c
remove logs and rebuild
dmitry-shibanov Dec 5, 2022
3a18a01
format code
dmitry-shibanov Dec 5, 2022
c7cf12e
Merge pull request #4 from dmitry-shibanov/v-dmshib/fix-test-for-aliases
panticmilos Dec 6, 2022
7d444ba
Add versions yaml e2e test for different architectures
panticmilos Dec 6, 2022
6df87ed
Cover edge cases when version doesnt exist
panticmilos Dec 6, 2022
e4eab8e
Remove test version of version yaml architectures
panticmilos Dec 6, 2022
2a148a1
Remove unnecessary fetching of manifest
panticmilos Dec 6, 2022
3eeab9d
Include platform filter for aliases
panticmilos Dec 7, 2022
97458b2
Remove unnecessary default value for arch argument
panticmilos Dec 8, 2022
9f0eac3
Add filter for prerelease versions
panticmilos Dec 8, 2022
11e0301
fix error with toolcache
dmitry-shibanov Dec 8, 2022
5a5cdc8
minor fix
dmitry-shibanov Dec 8, 2022
7e31787
polish code
dmitry-shibanov Dec 8, 2022
7cf57d7
add job aliases with different arch
dmitry-shibanov Dec 9, 2022
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
Prev Previous commit
Next Next commit
change prettier version
dmitry-shibanov committed Dec 5, 2022
commit 6cc33f66c0a46d93b6e722bd0a45d2e51462db58
19 changes: 8 additions & 11 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"jest": "^27.2.5",
"jest-circus": "^27.2.5",
"nock": "^10.0.6",
"prettier": "^2.8.0",
"prettier": "^1.17.1",
"ts-jest": "^27.0.5",
"typescript": "^4.3.3"
}