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: add integration tests #69

Merged
merged 32 commits into from
Feb 21, 2024
Merged

feat: add integration tests #69

merged 32 commits into from
Feb 21, 2024

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    f1c1d1f View commit details
    Browse the repository at this point in the history
  2. test commit, to revert

    emileten committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    aab0acb View commit details
    Browse the repository at this point in the history
  3. Revert "test commit, to revert"

    This reverts commit aab0acb.
    emileten committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d9749de View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. update workflow

    emileten committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1300c4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c47f6d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. instead of cloning the eoapi-template repo, copy the code here so tha…

    …t we dont depend on an external repository. Modify accordingly the tests folder, with two subfolders (tests and cdk code) and the top folder renamed to integration_tests
    emileten committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a63c909 View commit details
    Browse the repository at this point in the history
  2. trailing wsp

    emileten committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6ebc271 View commit details
    Browse the repository at this point in the history
  3. run action with push to try

    emileten committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    80f03ba View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Oct 5, 2023

  1. feat!: custom runtime for bootstrapper and custom runtimes from Docke…

    …rfile for all apps
    
    BREAKING CHANGE: clients need to provide aws_lambda.AssetCode to configure their apps. Solely the python application and the requirements.txt file is not supported anymore.
    emileten committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    eb20644 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

  1. avoid maintaining custom interfaces for configurable lambda propertie…

    …s. Allow the user to provide anything and let the CDK method raise error and overwrite values defined within our construct. Make this clear in the documentation
    emileten committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    dbcada8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7573398 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    f725f28 View commit details
    Browse the repository at this point in the history
  2. bump cachetools

    emileten committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f48e334 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b62f2a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. bump python to 3.11

    emileten committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7c75981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccfce6b View commit details
    Browse the repository at this point in the history
  3. fix linting issues

    emileten committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a7aea2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e886a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 20, 2024

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

    vincentsarago committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c7904ef View commit details
    Browse the repository at this point in the history
  3. fix moto requirement

    vincentsarago committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    92b4bf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    97b5a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ede0a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4de035 View commit details
    Browse the repository at this point in the history
  4. remove useless dependencies in deployment tests, turn on pull request…

    … trigger to check the action works
    emileten committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    92cec0d View commit details
    Browse the repository at this point in the history
  5. when tearing down the infrastructure, synthesize the cloud formation …

    …assets into another directory to avoid conflicts
    emileten committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b4fe0f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b08e8b3 View commit details
    Browse the repository at this point in the history