-
Notifications
You must be signed in to change notification settings - Fork 91
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
483 refactor search #494
Merged
+443,992
−423
Merged
483 refactor search #494
Changes from 25 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
bc37c29
Combined the query for collections and granules
a4a1214
Add VCR tests.
421cd68
Added dev documentation and changelog update
0c642b4
Updated lock file
cc80601
Added test to make sure CMR requests were not
3db3d1c
Updated comment
fdb64f5
Format fixes
ce20105
Standardize around Google-style docstrings
12c739a
Update earthaccess/search.py
doug-newman-nasa d77ae85
Update earthaccess/search.py
doug-newman-nasa 5612791
Update tests/unit/test_results.py
doug-newman-nasa 38b2098
Update earthaccess/search.py
doug-newman-nasa c2255bc
Update pyproject.toml
doug-newman-nasa a7ca76a
Fixed PR suggestion
9ce758a
Updated documentation
959eaad
Re-record links test
aa7f30b
Format fixes
cd0c54e
Updated imports
64888d6
Removing documentation update as this is stalling
fe82c75
Ignore authentication and set-cookie headers to
c144711
Re-run cassettes without headers
c76cc2b
Updated mindeps.yamlaml
b22a660
Mindeps, poetry lock and rebase
e14d798
Removed VCR from EDL test.
56322de
Made code modifications where suggested.
0b6095e
Restored test metadata files. Reduced VCR logging
cdb774b
Remove Accept-Encoding and User-Agent headers
88a4a06
Fixed latest suggestions.
ed25af2
Added rule to exclude our vcr requests from
4a14d3b
Something to do with linguistics
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ tests/integration/data | |
.DS_Store | ||
|
||
notebooks/data/ | ||
.vscode |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ dependencies: | |
- types-requests | ||
- types-setuptools | ||
- ruff | ||
- vcrpy |
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.
Thanks so much for fleshing this doc out. Over time this has become a sort of blind spot for us. ❤️