-
Notifications
You must be signed in to change notification settings - Fork 70
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
Making list-remote a little more stable #33
Open
avnerenv0
wants to merge
54
commits into
cunymatthieu:master
Choose a base branch
from
env0:master
base: master
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
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
97ef626
Adding the 100 newest versions
avnerenv0 2536064
Adding the 100 newest versions
avnerenv0 dce2b26
fix local fallback
avnerenv0 e4b1d37
Merge pull request #1 from env0/0.0.3.1-fix-local-fallback
avnerenv0 591fb3d
extracting more pages and versions
sagilaufer1992 48edeb3
Merge pull request #2 from env0/fix-list-remote-fetch-more-versions
sagilaufer1992 480c866
added more versions
sagilaufer1992 7b0ee93
Merge pull request #3 from env0/chore-more-versions
sagilaufer1992 7a99cee
regex works
sagilaufer1992 bf6802c
make avners change work again
sagilaufer1992 f6612c8
typo
sagilaufer1992 742f8e4
remove useless
sagilaufer1992 2b730bd
Merge pull request #4 from env0/fix-set-e-again
sagilaufer1992 06b772a
adding versions and paging
sagilaufer1992 7c4465d
merge from hotfix
sagilaufer1992 7305c42
querying the amount of pages of tg versions and querying as this amount
sagilaufer1992 58af206
typo
sagilaufer1992 0cd23f8
not printing curl irrelevant data
sagilaufer1992 c777261
merged master to avoid conflicts
sagilaufer1992 9ab31e5
rename variable only_relevant_part -> last_page_phrase
sagilaufer1992 665f83f
Merge pull request #5 from env0/chore-pages-not-magic-number
sagilaufer1992 4f5beb7
rename variable only_relevant_part -> last_page_phrase
sagilaufer1992 32267a3
Revert "Port over auto install concept from tfenv"
sagilaufer1992 046bc3a
Merge pull request #6 from env0/fix-set-e-flag-removal
sagilaufer1992 dde4c00
Replace cunymatthieu with env0 in README
cjonesy 22fe2fc
graceful kill on curl failure
tomer-landesman b40b8d2
fixed error message
tomer-landesman 596926f
Update libexec/tgenv-install
tomer-landesman 39d19d0
Merge pull request #8 from env0/fix-delete-version-folder-on-curl-fail
tomer-landesman 9419748
Merge pull request #7 from cjonesy/update-readme-to-env0
chpl ff7c089
Update README.md
chpl 76fd78b
add-configure-option-to-store-version-in-custom-path
HeverFarber 36af258
revert
HeverFarber 5b21474
remove-idea
HeverFarber acb29b7
add-option
HeverFarber 9f5eb9a
add--readme
HeverFarber 0c90fe0
Merge pull request #9 from env0/add-configure-option-to-store-version…
HeverFarber dc4c0c0
remove checking remote versions when installing
sagilaufer1992 97c31ed
Merge pull request #10 from env0/chore-not-list-remote-when-installing
sagilaufer1992 4d32cf3
add retry function for installation, handling curl 503 use cases
razbensimon 03ecd35
retry for "use" command to handle flaky error:
razbensimon b3b7b89
WIP debug
razbensimon 4d60309
Revert "WIP debug"
razbensimon f9cc0f1
fix argument
razbensimon 6d22981
WIP 500 condition
razbensimon 7e22de4
create new retry function as a script file
razbensimon 228bdc6
refactor
razbensimon fe6dfcf
try transform to a function
razbensimon bf56767
Works after QA
razbensimon 1605f02
fix folder cleanup after failed install
razbensimon a94f168
Merge pull request #11 from env0/add-retry-for-install
razbensimon 9ebb1f3
fix logs go to stderr for displaying
razbensimon 872166c
rename
razbensimon aafd4f2
Merge pull request #13 from env0/fix-err-logs
razbensimon 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
There are no files selected for viewing
This file contains 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.
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.
Hello,
I don't understand why you have removed the possibility to use the tag
latest
. Sometimes, you just want the latest version no matter what.