Skip to content
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

release v1.3.0 #611

Merged
merged 31 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
5825e51
Update viz doc to clarify its current status (partial functionality -…
mfisher87 Aug 14, 2024
4648551
Avoid running tests that require creds on PRs (#563)
mfisher87 Aug 16, 2024
b0bb832
Skip linting and formatting Jupyter Notebooks for now (#567)
mfisher87 Aug 16, 2024
8b57fca
Keep GitHub Actions up to date with GitHub's Dependabot (#555)
cclauss Aug 16, 2024
a259f9a
Bump the github-actions group with 3 updates (#568)
dependabot[bot] Aug 17, 2024
8ef252c
Add codespell spelling/typo linter and fix errors (#556)
cclauss Aug 18, 2024
118d49a
Validate pyproject.toml (#557)
cclauss Aug 18, 2024
687766d
Enable currently-ignored linting rules E721, E722, F403 (#573)
cclauss Aug 19, 2024
3c06edb
Add ruff rules C4 to check comprehensions (#570)
cclauss Aug 19, 2024
fca67b9
Bugfix: catch multiple types of exceptions (#560)
mfisher87 Aug 20, 2024
6c6366a
Add quickstart to README (#549)
mfisher87 Aug 21, 2024
cd275e7
Add ruff rules SIM to simplify Python code (#572)
cclauss Aug 23, 2024
bc39b7c
docs: add cclauss as a contributor for maintenance and review (#583)
allcontributors[bot] Aug 23, 2024
a762ad8
docs: add jrenrut as a contributor for bug, and code (#586)
allcontributors[bot] Aug 23, 2024
e491c84
docs: add mfisher87 as a contributor for bug, code, and 4 more (#585)
mfisher87 Aug 23, 2024
2790edd
Tweak format and wording of contributor doc (#566)
mfisher87 Aug 26, 2024
ee43461
More ruff & pre-commit rules (#546)
mfisher87 Aug 27, 2024
50f9351
Fix minor typo (#589)
mfisher87 Aug 27, 2024
a52bc37
Clarify some comments / docstrings (#592)
mfisher87 Aug 27, 2024
bd09d73
Migrate unit and integration tests from TravisCI to GitHub Actions (#…
mfisher87 Aug 29, 2024
572e48c
Extract constant URLs to own module (#591)
mfisher87 Aug 30, 2024
6d6a085
Reinstate test_download_granules_without_subsetting (#581)
weiji14 Sep 3, 2024
418c9e7
Bump sangonzal/repository-traffic-action from 0.1.5 to 1 in the githu…
dependabot[bot] Sep 5, 2024
dbaff0e
[pre-commit.ci] pre-commit autoupdate (#597)
pre-commit-ci[bot] Sep 5, 2024
054fbe4
bump sangonzal/repository-traffic-action version to latest working on…
JessicaS11 Sep 9, 2024
1cf6504
bump sangonzal/repository-traffic-action version to latest working on…
JessicaS11 Sep 9, 2024
2566d96
[docs] traffic updates May-Aug 2024 (#606)
JessicaS11 Sep 12, 2024
bea9fe0
Drop support for Python 3.7 and 3.8 (#608)
mfisher87 Sep 13, 2024
a98409f
Add v1.x deprecation warning (#603)
mfisher87 Sep 16, 2024
1439669
Replace integration test review trigger with manual trigger (#595)
mfisher87 Sep 16, 2024
2495978
release v1.3.0 (#607)
JessicaS11 Sep 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump sangonzal/repository-traffic-action version to latest working one (
fixes #596 + #601) (#602)
JessicaS11 authored Sep 9, 2024
commit 1cf650486c6220b355bc1f0350f41e4167be4a61
2 changes: 1 addition & 1 deletion .github/workflows/traffic_action.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:

# Calculates traffic and clones and stores in CSV file
- name: GitHub traffic
uses: sangonzal/repository-traffic-action@v0.1.6
uses: sangonzal/repository-traffic-action@v.0.1.6
env:
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }}