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 v9.3.0 #2569

Merged
merged 58 commits into from
Jan 27, 2025
Merged
Changes from 2 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
19814ba
add velocity option for OPERA_DISP_TMS jobs
asjohnston-asf Jan 13, 2025
038db24
ruff fixes
AndrewPlayer3 Jan 13, 2025
cd47ae6
Update tests/test_api/test_list_jobs.py
AndrewPlayer3 Jan 13, 2025
f48150a
Merge pull request #2554 from ASFHyP3/ruff-fixes
jtherrmann Jan 13, 2025
aa0f27f
Merge branch 'develop' into velocity2
asjohnston-asf Jan 13, 2025
bafe2de
Bump ASFHyP3/actions from 0.13.2 to 0.14.0
dependabot[bot] Jan 13, 2025
330e905
Merge pull request #2553 from ASFHyP3/velocity2
asjohnston-asf Jan 13, 2025
46026ed
restore automated deployment to hyp3-opera-disp-sandbox deployment
asjohnston-asf Jan 14, 2025
8c0ad40
fix python version
asjohnston-asf Jan 14, 2025
407064e
Merge pull request #2560 from ASFHyP3/disp-sandbox
asjohnston-asf Jan 14, 2025
3ae416c
Merge pull request #2559 from ASFHyP3/dependabot/github_actions/ASFHy…
jtherrmann Jan 15, 2025
56d49f0
upgrade to mypy action v0.15.0
jtherrmann Jan 18, 2025
5256ea3
Bump cfn-lint from 1.22.3 to 1.22.5
dependabot[bot] Jan 20, 2025
5749400
Bump boto3 from 1.35.93 to 1.36.2
dependabot[bot] Jan 20, 2025
42712ff
Bump ASFHyP3/actions from 0.14.0 to 0.15.0
dependabot[bot] Jan 20, 2025
3940fa2
Merge branch 'update-mypy-options' into dependabot/github_actions/ASF…
jtherrmann Jan 20, 2025
e1632e5
Merge pull request #2565 from ASFHyP3/dependabot/github_actions/ASFHy…
jtherrmann Jan 20, 2025
17dedf9
update code of conduct per guidance from NASA
jtherrmann Jan 22, 2025
185c3bf
Merge pull request #2567 from ASFHyP3/update-code-of-conduct
jtherrmann Jan 22, 2025
1a85c4c
Merge pull request #2564 from ASFHyP3/dependabot/pip/boto3-1.36.2
jtherrmann Jan 23, 2025
5aded4a
Bump moto[dynamodb] from 5.0.26 to 5.0.27
dependabot[bot] Jan 23, 2025
753ebba
Merge pull request #2563 from ASFHyP3/dependabot/pip/moto-dynamodb--5…
jtherrmann Jan 23, 2025
4401ccf
Merge pull request #2562 from ASFHyP3/dependabot/pip/cfn-lint-1.22.5
jtherrmann Jan 23, 2025
8bebfd4
Bump responses from 0.25.3 to 0.25.6
dependabot[bot] Jan 23, 2025
9ecc135
Merge pull request #2561 from ASFHyP3/dependabot/pip/responses-0.25.6
jtherrmann Jan 23, 2025
713442c
Bump setuptools from 75.7.0 to 75.8.0
dependabot[bot] Jan 23, 2025
70f0a77
Add validator for SRG jobs to check bounds size + remove default bounds
williamh890 Jan 23, 2025
d76cc58
update changelog
williamh890 Jan 23, 2025
6be8b28
for srg jobs bounds check add provided box size to error message
williamh890 Jan 23, 2025
2e4d4f8
SRG bounds check rounds to 2 decimal places in error message
williamh890 Jan 23, 2025
7f2b59e
Merge pull request #2568 from ASFHyP3/check-bounds-size
williamh890 Jan 23, 2025
4db2717
update example SRG job bounds
williamh890 Jan 23, 2025
d045bca
Merge pull request #2570 from ASFHyP3/update-srg-example-jobs
williamh890 Jan 23, 2025
b9fd98e
Merge pull request #2558 from ASFHyP3/dependabot/pip/setuptools-75.8.0
jtherrmann Jan 23, 2025
06a595b
fix arguments for bounds area check
forrestfwilliams Jan 24, 2025
da54dc5
fix import order
forrestfwilliams Jan 24, 2025
d678046
fix tests
forrestfwilliams Jan 24, 2025
c49db5f
ruff formatting
forrestfwilliams Jan 24, 2025
be5b4e1
fix ruff 2
forrestfwilliams Jan 24, 2025
703ebfa
ruff fix 3
forrestfwilliams Jan 24, 2025
f2952b5
fix ruff 4
forrestfwilliams Jan 24, 2025
3587143
fix ruff 5
forrestfwilliams Jan 24, 2025
68a8ea2
fix ruff 6
forrestfwilliams Jan 24, 2025
b51ea0f
Merge pull request #2571 from ASFHyP3/fix_bounds_validator
forrestfwilliams Jan 24, 2025
9213ccd
Add unit test to check validator function signiture
williamh890 Jan 24, 2025
611eea9
Allow for _ in validator function signatures
williamh890 Jan 24, 2025
f08b50f
rename file variable
jtherrmann Jan 24, 2025
e2d7c36
prefix private validation.py functions with underscore
jtherrmann Jan 24, 2025
34a92d1
updates to validator function signature test
williamh890 Jan 24, 2025
4b0ca16
Add assertion to validators unit test
williamh890 Jan 24, 2025
a90181b
Merge pull request #2572 from ASFHyP3/validator-function-signature-test
williamh890 Jan 24, 2025
e23fdcd
fix changelog
jtherrmann Jan 24, 2025
7e6ce44
Merge pull request #2573 from ASFHyP3/fix-changelog
jtherrmann Jan 25, 2025
555ca60
remove ability to pass [0,0,0,0] as valid bounds
williamh890 Jan 27, 2025
9314490
update code formatting
williamh890 Jan 27, 2025
86bd840
updates for ruff
williamh890 Jan 27, 2025
a96a075
update variable name in validator test
williamh890 Jan 27, 2025
c50a03b
Merge pull request #2575 from ASFHyP3/remove-default-bounds
williamh890 Jan 27, 2025
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
8 changes: 2 additions & 6 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -3,14 +3,10 @@
## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, religion, or sexual identity
and orientation.
community a harassment-free experience for everyone.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.
and healthy community.

## Our Standards

Loading