-
Notifications
You must be signed in to change notification settings - Fork 1
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 v0.5.9 -- performance improvements #202
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
a8eb93c
add units
jhkennedy e99c54d
Merge pull request #191 from ASFHyP3/log-message
jtherrmann 51038d1
allow lambda to query hyp3 jobs table
jtherrmann 90d8e8c
query dynamo for jobs by status type
AndrewPlayer3 1ae7919
ruff
AndrewPlayer3 ae55f76
updated changelog
AndrewPlayer3 9354079
removed unnecessary comment
AndrewPlayer3 bf876f5
Merge pull request #194 from ASFHyP3/query-table-directly
jtherrmann 880fee0
Merge branch 'develop' into query-jobs-by-status
jtherrmann 03fe49d
pass jobs table name to lambda
jtherrmann 5d75621
finish implementing query_jobs_by_status_code
jtherrmann 80a2802
handle missing microseconds gracefully
jhkennedy ec45408
whitespace
jhkennedy 20eb58f
Update its_live_monitoring/src/main.py
jtherrmann db6d847
add conftest
AndrewPlayer3 835e202
Merge branch 'jth-query-jobs-by-status' of https://github.com/asfhyp3…
AndrewPlayer3 9d3a512
added `test_query_jobs_by_status_code`
AndrewPlayer3 d9b1497
removed unnecessary params
AndrewPlayer3 8b4d31c
add moto to requirements
jtherrmann 3792a52
remove duplicate moto
jtherrmann 054168b
added extra jobs to ensure filtering is working
AndrewPlayer3 e6342bc
uncommented
AndrewPlayer3 83b8296
Merge branch 'jth-query-jobs-by-status' of https://github.com/asfhyp3…
AndrewPlayer3 600e6cf
update test_deduplicate_hyp3_pairs
jtherrmann 795075e
Merge branch 'jth-query-jobs-by-status' of github.com:ASFHyP3/its-liv…
jtherrmann c1a6c02
Merge pull request #197 from ASFHyP3/jth-query-jobs-by-status
jtherrmann 13051a6
remove todo
jtherrmann e834175
consistant times and extra name case
AndrewPlayer3 a9d6377
fix ruff warning
jtherrmann c85f3f6
fixes
AndrewPlayer3 983e34e
ruff
AndrewPlayer3 5ba969a
Merge branch 'query-jobs-by-status' of https://github.com/asfhyp3/its…
AndrewPlayer3 0a21ae6
ruff
AndrewPlayer3 19e13bd
add default aws region for tests
AndrewPlayer3 feaa201
fake creds for testing
AndrewPlayer3 a8057fd
equal acquisition time case
AndrewPlayer3 9d5fc6c
fix datetime type hints
jtherrmann 8bc7fdb
Merge pull request #196 from ASFHyP3/query-jobs-by-status
jtherrmann 11ffde7
Merge branch 'develop' into microseconds
jtherrmann df48e7b
Update CHANGELOG.md
jtherrmann 57aef15
deepcopy to be extra careful instead of copy so we just don't have to…
jhkennedy 2d42e54
add back dropped import (how?)
jhkennedy e9ed3fe
Merge pull request #198 from ASFHyP3/microseconds
jhkennedy 2fc8d4a
fix requirements
jtherrmann 1dca851
Merge pull request #200 from ASFHyP3/move-moto-req
jhkennedy b84801d
move setup python and aws credentials actions workflow steps out of c…
jhkennedy 1fcebef
remove unused inputs
jhkennedy d0bcc58
Merge pull request #201 from ASFHyP3/action-steps
jhkennedy 97c8271
fix dynamodb:Query perm
jtherrmann 89bc64b
Merge pull request #203 from ASFHyP3/fix-perm
jtherrmann 8053973
fix testing API, permissions, and bucket
jhkennedy 0ab47c5
fix typo in readme
jhkennedy a18ff2b
Merge pull request #204 from ASFHyP3/testing
jhkennedy 2b1f6a2
Use correct username in when querying dynamodb; only dedup if there a…
jhkennedy 1c8de56
Bump actions/setup-python from 3 to 5
dependabot[bot] 807acd7
Bump aws-actions/configure-aws-credentials from 1 to 4
dependabot[bot] 2e8e74d
Bump cfn-lint from 1.19.0 to 1.20.0
dependabot[bot] 21f2e82
Merge pull request #207 from ASFHyP3/dependabot/pip/cfn-lint-1.20.0
jtherrmann 0d8bf09
Bump ruff from 0.7.4 to 0.8.0
dependabot[bot] 2a84603
Merge pull request #205 from ASFHyP3/dependabot/github_actions/action…
jtherrmann f05d923
Merge pull request #206 from ASFHyP3/dependabot/github_actions/aws-ac…
jtherrmann 083d510
Merge pull request #208 from ASFHyP3/dependabot/pip/ruff-0.8.0
jtherrmann b61d958
indent yaml list items
jtherrmann 330f7aa
start execution worker -> manager
jtherrmann 169885a
Merge pull request #209 from ASFHyP3/jth-fixes
jhkennedy 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
-r requirements-its_live_monitoring.txt | ||
-r requirements-status-messages.txt | ||
cfn-lint==1.19.0 | ||
ruff==0.7.4 | ||
cfn-lint==1.20.0 | ||
ruff==0.8.0 | ||
pytest==8.3.3 | ||
responses==0.25.3 | ||
moto==5.0.21 |
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ pystac-client==0.8.5 | |
requests==2.32.3 | ||
shapely==2.0.6 | ||
numpy==2.1.3 | ||
boto3==1.35.68 |
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,6 @@ | ||
JOBS_TABLE_NAME=job-db-table | ||
AWS_DEFAULT_REGION=us-west-2 | ||
AWS_ACCESS_KEY_ID=testing | ||
AWS_SECRET_ACCESS_KEY=testing | ||
AWS_SECURITY_TOKEN=testing | ||
AWS_SESSION_TOKEN=testing |
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.
Do we need a default value here, or could we just require that
PUBLISH_BUCKET
be defined?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.
I couldn't decide; we provide a default value in other places (e.g., here) so I matched that.
It might be better overall to not provide defaults (or default to test values instead of production...) and maybe add a .env file
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.
Yeah, I'd err on the side of not providing defaults, but won't hold up the PR for it since we already set the current precedent elsewhere in the code.