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

Prepare for release of MCP production deployment #269

Merged
merged 39 commits into from
Feb 13, 2024
Merged

Prepare for release of MCP production deployment #269

merged 39 commits into from
Feb 13, 2024

Commits on Jun 4, 2023

  1. Merge pull request #239 from NASA-IMPACT/fix/jsonb_query_logic

    Update jsonb query logic to use additional boolean fields.
    sharkinsspatial authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    2eca9ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #240 from NASA-IMPACT/fix/jsonb_query_logic

    Use string replacement to reduce layer package size.
    sharkinsspatial authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    2c5d97e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #241 from NASA-IMPACT/fix/jsonb_query_logic

    Temporarily disable CW batch job metric tracking.
    sharkinsspatial authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    59d2518 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #242 from NASA-IMPACT/fix/jsonb_query_logic

    Reapply update_sentinel_failure removal.
    sharkinsspatial authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    7cb5d2f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Merge pull request #243 from NASA-IMPACT/fix/jsonb_query_logic

    Fix missing colons for variable substituion in sentinel_ac_logger.
    sharkinsspatial authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    94cc383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d7902 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #244 from NASA-IMPACT/fix/jsonb_query_logic

    Fix id update typing for sentinel_ac_logger.
    sharkinsspatial authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7353418 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #245 from NASA-IMPACT/fix/jsonb_query_logic

    Fix id update typing for sentinel_ac_logger.
    sharkinsspatial authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ce6bdaa View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

  1. Fix flake8 errors

    chuckwondo committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    96d2c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b980b98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33ce011 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Merge pull request #250 from NASA-IMPACT/mcp

    Use new Github environment settings feature in coordination with secrets.
    sharkinsspatial authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6a8c1dc View commit details
    Browse the repository at this point in the history
  2. Move from job to step

    chuckwondo committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5f1e4d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #251 from NASA-IMPACT/mcp

    Fix env var for GitHub action in MCP
    chuckwondo authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    cc76fa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98bfcc6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #252 from NASA-IMPACT/mcp

    Hardcode AWS region for now
    chuckwondo authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    55b28b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e55764a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #253 from NASA-IMPACT/mcp

    Add missing GCC var to tox's passenv
    chuckwondo authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    91c91e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Fix deprecation warning for applyAspect

    The API @aws-cdk/core.ConstructNode.applyAspect is deprecated:
    Use "Aspects.of(construct).add(aspect)" instead. This API will
    be removed in the next major release
    chuckwondo committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f641b68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #254 from NASA-IMPACT/mcp

    Fix deprecation warning for applyAspect
    chuckwondo authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    cf55d14 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    81e220c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #255 from NASA-IMPACT/mcp

    Use OIDC role for mcp-dev deployment
    chuckwondo authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    266ac66 View commit details
    Browse the repository at this point in the history
  3. Upgrade Node and CDK

    - upgrade node to 16.x
    - upgrade to latest version of CDK v1
    - fix dependency list error (appending should be extending)
    chuckwondo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6af2109 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4722773 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #256 from NASA-IMPACT/mcp

    Bump Node, CDK versions
    chuckwondo authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    25714b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c0989e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #257 from NASA-IMPACT/mcp

    Bump Node to 18.x, acknowledge CDK v1 EOS notice
    chuckwondo authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3f07504 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4ca1fb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #258 from NASA-IMPACT/mcp

    Move CDK EOS ack to tox.ini
    chuckwondo authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fa1fd41 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Remove buckets on destroy

    chuckwondo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4e67b57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #259 from NASA-IMPACT/mcp

    Remove buckets on destroy
    chuckwondo authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6bd9923 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    24b3503 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #260 from NASA-IMPACT/mcp

    Bump Aurora Serverless to v11.18 (10.7 obsolete)
    chuckwondo authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    51a7fa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    0d04f19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #261 from NASA-IMPACT/mcp

    Temporarily comment out SNS triggers to identify other permissions needed
    chuckwondo authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    28e7dd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    e453a0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #262 from NASA-IMPACT/mcp

    Restore subscription to Landsat SNS
    chuckwondo authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5b7e14e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Add mcp-production-deployment (#267)

    * Update Landsat SNS topic
    * Add mcp-production-deployment
    * Add HLS_LANDSAT_SNS_TOPIC_ENABLED env var (default: "true") to allow disabling of trigger
    chuckwondo authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    76d335a View commit details
    Browse the repository at this point in the history