-
Notifications
You must be signed in to change notification settings - Fork 2
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
implement cache based listing #29
Merged
Merged
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e107264 - Browse repository at this point
Copy the full SHA e107264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09883a6 - Browse repository at this point
Copy the full SHA 09883a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6992ec - Browse repository at this point
Copy the full SHA f6992ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0436fad - Browse repository at this point
Copy the full SHA 0436fadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d0013 - Browse repository at this point
Copy the full SHA 18d0013View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc52fa5 - Browse repository at this point
Copy the full SHA fc52fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc30873 - Browse repository at this point
Copy the full SHA fc30873View commit details -
add a test to make sure
foo.bar
andfoo
are both listeda real-life example would be the `nushell` and `nushell.github.io` repos: we want them both.
Configuration menu - View commit details
-
Copy full SHA for c3213ca - Browse repository at this point
Copy the full SHA c3213caView commit details -
a real-life example would be the `nushell` and `nushell.github.io` repos: before this change, `nushell.github.io` would be discarded by `list-repos-in-store` because `nushell.github.io` starts with `nushell`. keeping the trailing `/` in all paths fixes the error because `nushell.github.io/` does not start with `nushell/` anymore 👌
Configuration menu - View commit details
-
Copy full SHA for 7810e33 - Browse repository at this point
Copy the full SHA 7810e33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2badc7e - Browse repository at this point
Copy the full SHA 2badc7eView commit details -
because the paths are sanitized, they will all use `/`
Configuration menu - View commit details
-
Copy full SHA for c11f4b7 - Browse repository at this point
Copy the full SHA c11f4b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 396b0cf - Browse repository at this point
Copy the full SHA 396b0cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d02ee - Browse repository at this point
Copy the full SHA 25d02eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd31234 - Browse repository at this point
Copy the full SHA dd31234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef49ec - Browse repository at this point
Copy the full SHA 1ef49ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce80ee - Browse repository at this point
Copy the full SHA 6ce80eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8130316 - Browse repository at this point
Copy the full SHA 8130316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dff625 - Browse repository at this point
Copy the full SHA 9dff625View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1fab43 - Browse repository at this point
Copy the full SHA a1fab43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c76ca1 - Browse repository at this point
Copy the full SHA 0c76ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 616f964 - Browse repository at this point
Copy the full SHA 616f964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af06bc - Browse repository at this point
Copy the full SHA 3af06bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b5970 - Browse repository at this point
Copy the full SHA 87b5970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39af729 - Browse repository at this point
Copy the full SHA 39af729View commit details
Commits on Oct 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b12bd94 - Browse repository at this point
Copy the full SHA b12bd94View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e1d6b - Browse repository at this point
Copy the full SHA f6e1d6bView commit details -
update the cache without
gm cache --update
when cloning or removing a project, there is no need to update the whole cache, that takes unnecessary time... this commit only appends the new project to the cache or removes it when using `gm clone` or `gm remove`. because it started to be used in multiple places, i've refactored the check of the cache existence in `check-cache-file` in the `fs/store/` module.
Configuration menu - View commit details
-
Copy full SHA for fa3f5ea - Browse repository at this point
Copy the full SHA fa3f5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9b8f9 - Browse repository at this point
Copy the full SHA bc9b8f9View commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8af081 - Browse repository at this point
Copy the full SHA c8af081View commit details
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.