| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | infra(tf): add md5/source_code_hash checks for lambda layer | Alex Schofield | 2024-08-19 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | docs(tf): add information about layer zip creation | Alex Schofield | 2024-08-19 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | infra(tf): only create layer zip if doesn't exist | Alex Schofield | 2024-08-19 | 1 | -5/+11 | |
| | | | | | ||||||
| | * | | | refactor: change directory at start of the script to terraform folder | Alex Schofield | 2024-08-19 | 1 | -1/+3 | |
| | | | | | ||||||
| | * | | | refactor(tf): move sections in lambda.tf for better readability | Alex Schofield | 2024-08-19 | 1 | -32/+37 | |
| | | | | | ||||||
| | * | | | style(tf): improve legibility of lambda.tf sections | Alex Schofield | 2024-08-19 | 1 | -4/+16 | |
| | | | | | ||||||
| | * | | | feat: ask user if they want to destroy new infrastructure | Alex Schofield | 2024-08-19 | 1 | -1/+15 | |
| | | | | | ||||||
| | * | | | refactor: Improve deploy script user interaction | Alex Schofield | 2024-08-19 | 1 | -4/+26 | |
| | | | | | ||||||
| | * | | | feat(deploy.sh): exit if any command returns non-zero status | Alex Schofield | 2024-08-19 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | feat: create shell script for terraform destroy/apply | Alex Schofield | 2024-08-19 | 1 | -0/+15 | |
| | | | | | ||||||
| | * | | | infra(tf): add state file encryption | Alex Schofield | 2024-08-19 | 1 | -3/+4 | |
| | | | | | ||||||
| | * | | | chore(tf): replace static tag values in main.tf with variables | Alex Schofield | 2024-08-19 | 2 | -4/+24 | |
| | | | | | ||||||
| | * | | | infra(tf): enforce version constraint on terraform | Alex Schofield | 2024-08-19 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | infra(tf): remove rds.tf | Alex Schofield | 2024-08-19 | 1 | -70/+0 | |
| |/ / / | ||||||
| * | | | Merge pull request #65 from ajschofield/feature/test-process-upload-tables-v2 | Alex | 2024-08-19 | 3 | -9/+49 | |
| |\ \ \ | | | | | | | | | pr: feature/test process upload tables | |||||
| | * | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in f014d1a according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/65 | |||||
| | * | | | Merge branch 'development' into feature/test-process-upload-tables-v2 | Alex | 2024-08-19 | 7 | -77/+49 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #64 from ajschofield/extract-lambda-code-update | Alex | 2024-08-19 | 2 | -45/+22 | |
| |\ \ \ \ | | | | | | | | | | | pr: extract lambda code update | |||||
| | * | | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-19 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 4a23069 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/64 | |||||
| | * | | | | Merge branch 'development' into extract-lambda-code-update | Alex | 2024-08-19 | 10 | -110/+198 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #63 from ajschofield/chore/project-cleanup | Alex | 2024-08-19 | 1 | -39/+0 | |
| |\ \ \ \ \ | | | | | | | | | | | | | chore: remove redundant test folder | |||||
| | * | | | | | chore: remove redundant test folder | Alex Schofield | 2024-08-19 | 1 | -39/+0 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #62 from ajschofield/tf/lambda-permissions-fix | Alex | 2024-08-19 | 1 | -2/+15 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | fix(tf): fix permissions for bucket/object access | |||||
| | * | | | | | fix(tf): fix permissions for bucket/object access | Alex Schofield | 2024-08-19 | 1 | -2/+15 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #61 from ajschofield/tf/layer-shell-script | Alex | 2024-08-19 | 3 | -19/+16 | |
| |\ \ \ \ \ | | | | | | | | | | | | | pr: working lambda layer | |||||
| | * | | | | | chore(tf): remove unused requirements variable | Alex Schofield | 2024-08-19 | 1 | -5/+4 | |
| | | | | | | | ||||||
| | * | | | | | fix(make_layer_zip): change folder structure of layer.zip | Alex Schofield | 2024-08-19 | 1 | -4/+5 | |
| | | | | | | | ||||||
| | * | | | | | fix(tf): correct s3_bucket value for lambda_layer | Alex Schofield | 2024-08-19 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | fix(tf): correct layer.zip output path | Alex Schofield | 2024-08-19 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | infra(tf): remove lambda layer dev reference | Alex Schofield | 2024-08-19 | 1 | -5/+0 | |
| | | | | | | | ||||||
| | * | | | | | infra(tf): modify variables & remove past zip creation | Alex Schofield | 2024-08-19 | 1 | -4/+3 | |
| | | | | | | | ||||||
| | * | | | | | style: remove redundant comment | Alex Schofield | 2024-08-19 | 1 | -6/+2 | |
| | | | | | | | ||||||
| | * | | | | | feat: create shell script for creating lambda layer zip | Alex Schofield | 2024-08-19 | 1 | -0/+7 | |
| |/ / / / / | ||||||
| | * | | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-19 | 1 | -34/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in b9f3576 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/64 | |||||
| | * | | | | wip: fixed broken tests; hashed out test_error_retrieving_object | lian-manonog | 2024-08-19 | 2 | -20/+30 | |
| | | | | | | ||||||
| | * | | | | deleted the test folder | lian-manonog | 2024-08-19 | 1 | -34/+0 | |
| | | | | | | ||||||
| | | * | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-19 | 2 | -19/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 4f629e5 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/65 | |||||
| | | * | | | add working process and upload tables test | Ellie | 2024-08-19 | 1 | -1/+2 | |
| | | | | | | ||||||
| | | * | | | add working process and upload tables test | Ellie | 2024-08-19 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | bugfixing | HastarTara | 2024-08-19 | 1 | -16/+23 | |
| | | | | | | ||||||
| | | * | | | amend dummy_identical | Ellie | 2024-08-19 | 1 | -3/+3 | |
| | | | | | | ||||||
| | | * | | | wip: fixing last test | Ellie | 2024-08-19 | 1 | -10/+13 | |
| | | | | | | ||||||
| | | * | | | wip: fixing last test | Ellie | 2024-08-19 | 1 | -2/+3 | |
| | | | | | | ||||||
| | | * | | | wip: amend extract_lambda test | Ellie | 2024-08-19 | 1 | -11/+11 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #60 from ajschofield/feature/test-extract-lambda | Alex | 2024-08-19 | 0 | -0/+0 | |
| |\ \ \ \ | | | | | | | | | | | pr: feature/test extract lambda | |||||
| | * \ \ \ | Merge branch 'development' into feature/test-extract-lambda | Alex | 2024-08-19 | 18 | -351/+531 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #59 from ajschofield/docs/readme-badges | Alex | 2024-08-19 | 1 | -0/+8 | |
| |\ \ \ \ \ | | | | | | | | | | | | | pr: add docs badges | |||||
| | * | | | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 0eff70f according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/59 | |||||
| | * | | | | | Merge branch 'development' into docs/readme-badges | Alex | 2024-08-19 | 4 | -41/+136 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #58 from ajschofield/tf/fix-zip-creation | bulve-ad | 2024-08-19 | 8 | -77/+106 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Lambda.tf update with layer configuration | |||||
