-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add github action to add binder badge to PRs (#229) * use the binder badge action directly (instead of a manual implementation of it) (#233) See the discussion in #230 for more details on this switch. * preliminary AWS access (#213) * update links for travis badge (#234) * Fix failing test_visualization_date_range check for ATL07 (#241) * By default, no email status updates to users when ordering granules (#240) * remove extra cell causing errors in example notebook * Set default page size for orders to 2000 per NSIDC recommendation (#239) * Add ICESat-2 data read-in functionality (#222) * update examples from 2020 Hackweek tutorials * update add and commit GitHub Action version (and UML diagrams) (#244) * merge traffic (GitHub and PyPI) and bib updates (#245) * Release 0.5.0 (#246) * release v0.5.0 CI fixes (#251) * fix Travis CI label in readme * update earthdata login fixture for testing * add required input to pytest fixture (#252) Co-authored-by: Wei Ji <[email protected]> Co-authored-by: trey-stafford <[email protected]>
- Loading branch information
1 parent
247725c
commit 11569c2
Showing
43 changed files
with
6,664 additions
and
3,338 deletions.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: AddBinderBadge | ||
on: | ||
pull_request_target: | ||
|
||
jobs: | ||
badge: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: manics/action-binderbadge@main | ||
with: | ||
githubToken: ${{ secrets.GITHUB_TOKEN }} |
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.