-
Notifications
You must be signed in to change notification settings - Fork 6
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
adding new from_github vehicle method #86
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fc74da8
adding new from_github vehicle method
7f2d22f
merging in create_project_subdir function
robinsteuteville 5d2c1d4
adding from_url and to_cache methods to SerdeAPI
robinsteuteville 84754c3
fixing caching functions
robinsteuteville c81eca6
fixing from_url function
robinsteuteville f68d055
updating from_url and from_str
robinsteuteville 8d556f3
adding from_github_or_url method
robinsteuteville f6896f6
updating error messages
robinsteuteville 1ff4316
merge fastsim-2 into vehicle-fetching-caching
474df42
adding fetch_github_list function
robinsteuteville ea631fd
updating fetch_github_list
robinsteuteville 5275708
adding caching of vehicle if not downloaded to from_github_or_url
robinsteuteville 24a11ac
updating from_github_or_url doc string
robinsteuteville 7e9a51c
updating doc strings
robinsteuteville 05fea86
adding temporary tests/file to support the tests
robinsteuteville da1f8a4
updating test to produce test file for comparison
robinsteuteville 1301482
troubleshooting fetch_github_list
robinsteuteville f6c607f
pulling fastsim-2 updates to get tests to pass
robinsteuteville d729966
updating fetch_github_list
robinsteuteville 364395a
fixing looping problem with fetch_github_list
robinsteuteville 49ba054
fixing fetch_github_list test so it runs
robinsteuteville 1f9860e
adding path_to_cache and from_cache
robinsteuteville 6086641
ading clear cache function
robinsteuteville 4c4f1d9
updating tests so they pass
robinsteuteville 512284a
adding 403 error to retry errors for fetch_github_list
robinsteuteville 7960663
deleted deprecated comment
calbaker 4fb10f3
minor tweaks
calbaker 867f72f
reorganize reference vehicle for github caching
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
@kylecarow, could you feature gate this stuff?