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

feat(release)!: remove cloudfront routes, improve tests and ingest validation, add nlcd colormap #434

Merged
merged 31 commits into from
Oct 15, 2024

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    cc74726 View commit details
    Browse the repository at this point in the history
  2. fix: lint

    botanical committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5e2705a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    4b18b20 View commit details
    Browse the repository at this point in the history
  2. fix: remove unused imports

    botanical committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0cc613c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    4c0628d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b1372 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix: fix base api url

    botanical committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f0e0884 View commit details
    Browse the repository at this point in the history
  2. fix: formatting

    botanical committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    545070c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6352853 View commit details
    Browse the repository at this point in the history
  4. fix: typing

    botanical committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d5d307f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    8735f45 View commit details
    Browse the repository at this point in the history
  2. feat: remove cloudfront distribution and custom alternate domain from…

    … backend (#422)
    
    ### Issue
    
    #403
    #221
    
    ### What + Why
    
    - Remove cloudfront distribution CDK from veda-backend because it's now
    managed in veda-routes
    - Update values passed into ingestor config to derive endpoint values
    using the custom host and stac and raster API root paths
    - Remove configuration and support for hosting duplicate stac and raster
    apis as alternative domains.
    
    
    
    ### Testing?
    
    Deployed to UAH
    botanical authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d6aedd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    66d8d2b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fix: lambda env config

    botanical committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    343bf54 View commit details
    Browse the repository at this point in the history
  2. fix: update variable names

    botanical committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    183bdd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b7f75a View commit details
    Browse the repository at this point in the history
  4. test: Fix transaction unit tests (#425)

    Co-authored-by: Vincent Sarago <[email protected]>
    Co-authored-by: smohiudd <[email protected]>
    3 people authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e53f81b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix: update condition in veda_raster_api_cf_url to check for raster_r…

    …oot_path and update config vars in ingest-api
    botanical committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8ebddec View commit details
    Browse the repository at this point in the history
  2. fix: update stac_api_url and raster_api_url properties to check corre…

    …ct variables (#431)
    
    ### What? / Why?
    
    - Update the condition to check the correct variable
    
    ### Testing?
    
    - Deployed to UAH dev for testing
    botanical authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    675268b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d21109 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    fd7eeb7 View commit details
    Browse the repository at this point in the history
  2. feat(raster-api): new colormap for NLCD data (#433)

    ### Issue
    
    #429 
    
    ### What?
    
    This PR adds a new colormap for NLCD data (`nlcd`) and documents how the
    colormap was created.
    
    ### Why?
    
    - The colormap definition for the categorical NLCD data was too long to
    bypass firewall url parameter length rules
    
    ### Testing?
    
    - See linked issue
    anayeaye authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    96f2830 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    1d98a35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247fa9b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update .github/workflows/cicd.yml

    Co-authored-by: Jennifer Tran <[email protected]>
    anayeaye and botanical authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    65a74da View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. ci: remove automated deployment to staging from merge into main branch (

    #438)
    
    ### Issue
    
    NASA-IMPACT/veda-deploy#52
    
    ### What?
    
    - This PR removes the github workflow that deploys to the staging
    environment and the pre-deploy cdk diff for the staging environment
    because it is now managed in veda-deploy.
    - This PR modifies the automated dev branch and instance deployment to
    use the same cdk-deploy/action that is used in veda-deploy
    anayeaye authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ad5d5e5 View commit details
    Browse the repository at this point in the history
  2. ci: fix cicd target branch name and return release workflow to follow…

    … releases configured in pyproject.toml
    anayeaye committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    abceb02 View commit details
    Browse the repository at this point in the history
  3. ci: fix cicd target branch name and fix release workflow (#439)

    ## what
    - Fix: correct the name of the target branch for the develop deployment
    cicd
    - Fix: return the release workflow trigger for pushes to develop and
    main branches
    anayeaye authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c3919f7 View commit details
    Browse the repository at this point in the history
  4. typo in define-environment

    anayeaye committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0d74425 View commit details
    Browse the repository at this point in the history
  5. fix: typo in define-environment (#440)

    ### What
    Trying to get cicd action running on push to develop branch
    anayeaye authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    93466b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    a226793 View commit details
    Browse the repository at this point in the history