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

Test/resolve stable branch #1

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
84aff3a
Fix Actions YAML by putting a default false in quotation marks
dusan-trickovic Mar 27, 2023
f84811a
Add resolve stable
dusan-trickovic Mar 30, 2023
41adda0
Add trigger to versions YML
dusan-trickovic Mar 30, 2023
9ec5954
Modify Versions YML
dusan-trickovic Mar 30, 2023
05a5bda
Remove unnecessary workflows
dusan-trickovic Mar 30, 2023
cdf837e
Switch versions YML input back to previous
dusan-trickovic Mar 30, 2023
775ea2f
Change versions to test
dusan-trickovic Mar 30, 2023
0b1ff0d
Refactor code in base distribution
dusan-trickovic Mar 30, 2023
14ea024
Refactor the resolve-stable method in base distribution and add new v…
dusan-trickovic Mar 30, 2023
91fc74b
Fix semver ranges in the resolve-stable method
dusan-trickovic Mar 30, 2023
bb4d48a
Fix the bug with highest Node verison check
dusan-trickovic Mar 30, 2023
c47055f
Add throw new error to the resolve-stable methods
dusan-trickovic Mar 30, 2023
65dd878
Configure edge cases
dusan-trickovic Mar 31, 2023
c4d1b08
Refactor edge case checking
dusan-trickovic Mar 31, 2023
9d6c416
Test out a different range option for semver
dusan-trickovic Mar 31, 2023
357a90e
Modify versions to test
dusan-trickovic Mar 31, 2023
33cef6e
Wrap stable-node helper method in try/catch
dusan-trickovic Mar 31, 2023
fc8bc1a
Modify semver range
dusan-trickovic Mar 31, 2023
d1708b1
Modify versions yml
dusan-trickovic Mar 31, 2023
d850f86
Refactor and rewrite some parts of the resolve-stable methods
dusan-trickovic Apr 3, 2023
9a618d8
Fix versions yml so that all jobs are passing
dusan-trickovic Apr 3, 2023
e684a24
Fix unit tests to support resolve-stable
dusan-trickovic Apr 5, 2023
330f528
Trying out self-hosted runner
dusan-trickovic Apr 13, 2023
77a2e9a
Test self-hosted runner
dusan-trickovic Apr 13, 2023
4f97f23
Try self-hosted against all latest OS's for testing purposes
dusan-trickovic Apr 13, 2023
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
17 changes: 0 additions & 17 deletions .github/workflows/basic-validation.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/check-dist.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

136 changes: 0 additions & 136 deletions .github/workflows/e2e-cache.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/licensed.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/proxy.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/release-new-action-version.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/update-config-files.yml

This file was deleted.

Loading