| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | 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 | |||||
| | * \ \ \ \ \ | Merge branch 'development' into tf/fix-zip-creation | bulve-ad | 2024-08-19 | 2 | -4/+89 | |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #57 from ajschofield/test-extract-v2 | Alex | 2024-08-19 | 2 | -32/+126 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | pr: update extract_lambda tests | |||||
| | * | | | | | | update .gitignore | T-Aji | 2024-08-19 | 1 | -2/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | all tests added | T-Aji | 2024-08-19 | 1 | -30/+125 | |
| |/ / / / / / | ||||||
| | * | | | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-19 | 6 | -67/+93 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in e27c6b4 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/55 | |||||
| | * | | | | | layers block update, function resources to inlcude attributes: layers, ↵ | Ang Bel | 2024-08-19 | 2 | -31/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | correct handler and source_code_hash | |||||
| | * | | | | | test(fx): fix prepare_layer - broken | Alex Schofield | 2024-08-16 | 1 | -7/+6 | |
| |/ / / / / | ||||||
| | * | | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-16 | 6 | -67/+93 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 9dabc89 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/52 | |||||
| | * | | | | docs: add badges to README | Alex Schofield | 2024-08-16 | 1 | -0/+8 | |
| |/ / / / | ||||||
| | * | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-19 | 1 | -52/+92 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in afc889d according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/54 | |||||
| | * | | | test: handler exception test failing | T-Aji | 2024-08-19 | 1 | -0/+11 | |
| | | | | | ||||||
| | * | | | test: passing lambda_handler both no_changes and with changes to files | T-Aji | 2024-08-16 | 1 | -1/+45 | |
| | | | | | ||||||
| | | | * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-21 | 2 | -51/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in b882bb0 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/84 | |||||
| | | | * | complete version of read from s3 subfolder | Ang Bel | 2024-08-21 | 1 | -32/+1 | |
| | | | | | ||||||
| | | | * | (tests) Read from s3 to df passes | Ang Bel | 2024-08-21 | 3 | -24/+28 | |
| | | | | | ||||||
| | | | * | wip: updated requirements | lian-manonog | 2024-08-21 | 1 | -3/+5 | |
| | | | | | ||||||
| | | | * | function to write files from s3 into a list of dataframes. Current test is ↵ | Ang Bel | 2024-08-21 | 3 | -6/+64 | |
| | | | | | | | | | | | | | | | | | failing due to AioClientCreator object has no attribute "_inject_s3_input_parameters" | |||||
| | | | * | wip: just more pseudocode | lian-manonog | 2024-08-20 | 1 | -12/+26 | |
| | | | | | ||||||
