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

Develop #499

Merged
merged 21 commits into from
May 1, 2024
Merged

Develop #499

merged 21 commits into from
May 1, 2024

Conversation

solomon-negusse
Copy link
Member

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your master!
  • Make sure you are making a pull request against the develop branch (left side). Also you should start your branch off our develop.
  • Check the commit's or even all commits' message styles matches our requested structure.
  • Check your code additions will fail neither code linting checks nor unit test.

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

Other information

solomon-negusse and others added 20 commits February 26, 2024 09:58
Cache _get_data_env results for 5 minutes
We currently delete all datalake files, but have not been deleting the
tile cache files in s3://gfw-tiles. The expire_s3_objects() function
seems to work, since it is already used when deleting only a static
vector tile cache or a raster tile cache.

Now that expire_s3_objects is being called when we delete a version, I
needed to add in a monkeypatch for expire_s3_objects() in
create_vector_source_version() and generic_raster_version() for the
tests_v2 tests.
GTC-2708 Expire all tile cache files when deleting a dataset version
have dev branches share load balancer and api gateway stage
@codecov-commenter
Copy link

codecov-commenter commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.81%. Comparing base (1a46756) to head (97d02bb).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #499   +/-   ##
=======================================
  Coverage   81.80%   81.81%           
=======================================
  Files         124      124           
  Lines        5536     5537    +1     
=======================================
+ Hits         4529     4530    +1     
  Misses       1007     1007           
Flag Coverage Δ
unittests 81.81% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@solomon-negusse solomon-negusse merged commit ebfe539 into master May 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants