aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-191-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-updateAlex2024-08-1910-110/+198
|\
| * Merge pull request #63 from ajschofield/chore/project-cleanupAlex2024-08-191-39/+0
| |\ | | | | | | chore: remove redundant test folder
| | * chore: remove redundant test folderAlex Schofield2024-08-191-39/+0
| | |
| * | Merge pull request #62 from ajschofield/tf/lambda-permissions-fixAlex2024-08-191-2/+15
| |\ \ | | |/ | |/| fix(tf): fix permissions for bucket/object access
| | * fix(tf): fix permissions for bucket/object accessAlex Schofield2024-08-191-2/+15
| |/
| * Merge pull request #61 from ajschofield/tf/layer-shell-scriptAlex2024-08-193-19/+16
| |\ | | | | | | pr: working lambda layer
| | * chore(tf): remove unused requirements variableAlex Schofield2024-08-191-5/+4
| | |
| | * fix(make_layer_zip): change folder structure of layer.zipAlex Schofield2024-08-191-4/+5
| | |
| | * fix(tf): correct s3_bucket value for lambda_layerAlex Schofield2024-08-191-1/+1
| | |
| | * fix(tf): correct layer.zip output pathAlex Schofield2024-08-191-3/+3
| | |
| | * infra(tf): remove lambda layer dev referenceAlex Schofield2024-08-191-5/+0
| | |
| | * infra(tf): modify variables & remove past zip creationAlex Schofield2024-08-191-4/+3
| | |
| | * style: remove redundant commentAlex Schofield2024-08-191-6/+2
| | |
| | * feat: create shell script for creating lambda layer zipAlex Schofield2024-08-191-0/+7
| |/
| * Merge pull request #60 from ajschofield/feature/test-extract-lambdaAlex2024-08-190-0/+0
| |\ | | | | | | pr: feature/test extract lambda
| | * Merge branch 'development' into feature/test-extract-lambdaAlex2024-08-1918-351/+531
| | |\ | | |/ | |/|
| * | Merge pull request #59 from ajschofield/docs/readme-badgesAlex2024-08-191-0/+8
| |\ \ | | | | | | | | pr: add docs badges
| | * | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-191-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-badgesAlex2024-08-194-41/+136
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #58 from ajschofield/tf/fix-zip-creationbulve-ad2024-08-198-77/+106
| |\ \ \ | | | | | | | | | | Lambda.tf update with layer configuration
| | * \ \ Merge branch 'development' into tf/fix-zip-creationbulve-ad2024-08-192-4/+89
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #57 from ajschofield/test-extract-v2Alex2024-08-192-32/+126
| |\ \ \ \ | | | | | | | | | | | | pr: update extract_lambda tests
| | * | | | update .gitignoreT-Aji2024-08-191-2/+1
| | | | | |
| | * | | | all tests addedT-Aji2024-08-191-30/+125
| |/ / / /
| | * | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-196-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 Bel2024-08-192-31/+44
| | | | | | | | | | | | | | | | | | | | correct handler and source_code_hash
| | * | | test(fx): fix prepare_layer - brokenAlex Schofield2024-08-161-7/+6
| |/ / /
| | * | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-166-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 READMEAlex Schofield2024-08-161-0/+8
| |/ /
| | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-191-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 failingT-Aji2024-08-191-0/+11
| | |
| | * test: passing lambda_handler both no_changes and with changes to filesT-Aji2024-08-161-1/+45
| | |
* | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-191-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_objectlian-manonog2024-08-192-20/+30
| | |
* | | deleted the test folderlian-manonog2024-08-191-34/+0
|/ /
* | Merge pull request #51 from ajschofield/lambda-layersAlex2024-08-163-82/+80
|\ \ | | | | | | pr: add lambda layers functionality
| * | chore(tf): remove dummy username/passwordAlex Schofield2024-08-161-12/+2
| | | | | | | | | | | | sorry hackers!
| * | infra(tf): re-add code that creates layer zipAlex Schofield2024-08-161-12/+12
| | |
| * | infra(tf): add version constraints for null and archiveAlex Schofield2024-08-161-0/+8
| | |
| * | infra[tf] update lambda extract doesnt work yetHastarTara2024-08-161-4/+4
| | |
| * | Merge branch 'development' of ↵HastarTara2024-08-165-118/+166
| |\ \ | | | | | | | | | | | | https://github.com/ajschofield/de-project-bentley into lambda-layers
| * | | comment out rds.tf to increases tf speedEllie2024-08-161-69/+69
| | | |
* | | | Merge pull request #47 from ajschofield/extract_lambda_refactoringAlex2024-08-162-74/+102
|\ \ \ \ | | | | | | | | | | Update to extract lambda to only range changes from totesys
| * | | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 890ca04 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/47
| * | | | dummy comment to test checksAng Bel2024-08-161-1/+1
| | | | |
| * | | | Merge branch 'development' into extract_lambda_refactoringAlex2024-08-166-155/+159
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #50 from ajschofield/ci/update-deployAlex2024-08-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix(ci): amend pull to push
| * | | | | fix(ci): amend pull to pushAlex Schofield2024-08-161-1/+1
| | | | | |
* | | | | | Merge pull request #49 from ajschofield/ci/update-deployAlex2024-08-161-1/+1
|\| | | | | | | | | | | | | | | | | fix(ci): amend pull_request syntax
git.ajschof.me — hosted by ajschofield — powered by cgit