| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Merge branch 'main' into development | Alex Schofield | 2024-08-15 | 0 | -0/+0 |
| |\ | |||||
| | * | chore: rm on-commit.yml | Alex | 2024-08-15 | 1 | -40/+0 |
| | | | | | | | for now, we will test within feature/ci-tests branch | ||||
| | * | Merge pull request #38 from ajschofield/feature/ci-tests | Alex | 2024-08-15 | 1 | -4/+0 |
| | |\ | | | | | | | ci: remove security checks | ||||
| * | \ | Merge pull request #42 from ajschofield/chore/gitignore | Alex | 2024-08-15 | 0 | -0/+0 |
| |\ \ \ | | | | | | | | | pr: new .gitignore | ||||
| | * \ \ | Merge branch 'development' into chore/gitignore | Alex | 2024-08-15 | 15 | -130/+483 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #41 from ajschofield/feature/ci-tests | Alex | 2024-08-15 | 6 | -92/+94 |
| |\ \ \ \ | | | | | | | | | | | pr: github action update | ||||
| | * | | | | fix(ci): amend to trigger on commit to test-ci/... | Alex Schofield | 2024-08-15 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | test(ci): add terraform deploy job | Alex Schofield | 2024-08-15 | 1 | -0/+37 |
| | | | | | | |||||
| | * | | | | test(ci): add continue-on-error for debugging | Alex Schofield | 2024-08-15 | 1 | -1/+7 |
| | | | | | | |||||
| | * | | | | fix(ci): add missing checkout action | Alex Schofield | 2024-08-15 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | fix(ci): correct terraform folder path | Alex Schofield | 2024-08-15 | 1 | -3/+3 |
| | | | | | | |||||
| | * | | | | ci: separate python & terraform jobs | Alex Schofield | 2024-08-15 | 1 | -2/+5 |
| | | | | | | |||||
| | * | | | | Merge branch 'development' into feature/ci-tests | Alex Schofield | 2024-08-15 | 15 | -0/+832 |
| | |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | Merge branch 'main' into feature/ci-tests | Alex | 2024-08-15 | 0 | -0/+0 |
| | |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | | * | | | Merge pull request #37 from ajschofield/feature/ci-tests | Alex | 2024-08-15 | 1 | -2/+2 |
| | | |\ \ \ | | | | | | | | | | | | | pr: update checkout & python action versions | ||||
| | * | | | | | ci: remove security checks | Alex Schofield | 2024-08-15 | 1 | -4/+0 |
| | | |/ / / | |/| | | | |||||
| | * | | | | Merge branch 'main' into feature/ci-tests | Alex | 2024-08-15 | 0 | -0/+0 |
| | |\| | | | |||||
| | | * | | | Merge pull request #36 from ajschofield/feature/ci-tests | Alex | 2024-08-15 | 2 | -17/+1 |
| | | |\ \ \ | | | | | | | | | | | | | pr: update on-commit.yml | ||||
| | * | | | | | ci: update checkout & python action versions | Alex Schofield | 2024-08-15 | 1 | -2/+2 |
| | | |/ / / | |/| | | | |||||
| | * | | | | Merge remote-tracking branch 'refs/remotes/origin/feature/ci-tests' into ↵ | Alex Schofield | 2024-08-15 | 2 | -36/+96 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | feature/ci-tests | ||||
| | | * | | | | Merge branch 'main' into feature/ci-tests | Alex | 2024-08-15 | 2 | -36/+96 |
| | | |\| | | | |||||
| | | | * | | | Merge pull request #35 from ajschofield/feature/ci-tests | Alex | 2024-08-15 | 2 | -48/+21 |
| | | | |\ \ \ | | | | | | | | | | | | | | | pr: update github actions workflow | ||||
| | | | | * \ \ | Merge branch 'main' into feature/ci-tests | Alex | 2024-08-15 | 2 | -36/+96 |
| | | | | |\ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | | * | | | | chore: create .gitignore for main | Alex | 2024-08-15 | 1 | -0/+15 |
| | | | | | | | | |||||
| | * | | | | | | ci: update bandit command | Alex Schofield | 2024-08-15 | 1 | -1/+1 |
| | |/ / / / / | |||||
| | * | | | | | ci: remove check if py files exist | Alex Schofield | 2024-08-15 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since we have some python/terraform files now, we shouldn't require this now! | ||||
| | * | | | | | test: trigger commit workflow | Alex Schofield | 2024-08-15 | 1 | -0/+0 |
| | | |/ / / | |/| | | | |||||
| | * | | | | chore(ci): remove abandoned yml configs | Alex Schofield | 2024-08-15 | 3 | -137/+0 |
| | | | | | | |||||
| | * | | | | ci(commit-qc-checks): add initial qc checks for commits using ga" | Alex Schofield | 2024-08-15 | 1 | -0/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it will: - lint python scripts - check python script formatting - check python script security - check formatting for tf scripts - validate tf configuration | ||||
| | * | | | | ci(staging-checks): replace *.yml with staging-checks.yml | Alex Schofield | 2024-08-15 | 1 | -0/+50 |
| | | | | | | |||||
| * | | | | | Merge pull request #40 from ajschofield/feature/extract_lambda_testing | Alex | 2024-08-15 | 6 | -56/+101 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | pr: tests, lambda code & tf changes | ||||
| | * | | | | fix(tf): resolve naming issues with resources | Alex Schofield | 2024-08-15 | 2 | -22/+24 |
| | | | | | | |||||
| | * | | | | procefss_and_upload_tables test in progress | Ang Bel | 2024-08-15 | 4 | -34/+77 |
| |/ / / / | |||||
| * | | | | Merge pull request #34 from ajschofield/feature-extract-lambda-data-extraction | lian-manonog | 2024-08-15 | 6 | -21/+332 |
| |\ \ \ \ | | | | | | | | | | | PR: merge feature-lambda to dev branch | ||||
| | * \ \ \ | Merge pull request #33 from ajschofield/tf-secrets-manager | lian-manonog | 2024-08-15 | 16 | -121/+600 |
| | |\ \ \ \ | | | | | | | | | | | | | PR: merge secrets manager with extract_lambda | ||||
| | | * \ \ \ | Merge branch 'feature-extract-lambda-data-extraction' into tf-secrets-manager | lian-manonog | 2024-08-15 | 4 | -22/+249 |
| | | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | | test: mid-through test for process_and_upload_tables | T-Aji | 2024-08-14 | 2 | -12/+39 |
| | | | | | | | |||||
| | * | | | | | test: passing test for function connect_to_database | T-Aji | 2024-08-14 | 2 | -18/+62 |
| | | | | | | | |||||
| | * | | | | | feat/passing tests to helper function list_existing_s3_files | T-Aji | 2024-08-14 | 4 | -5/+60 |
| | | | | | | | |||||
| | * | | | | | feat/ add logging & split task into 3 helper functions | T-Aji | 2024-08-13 | 1 | -31/+109 |
| | | | | | | | |||||
| | * | | | | | dumps data to csv | T-Aji | 2024-08-13 | 1 | -5/+27 |
| | | | | | | | |||||
| | | * | | | | wip: secrets manager pushing to merge with extract_lambda | lian-manonog | 2024-08-15 | 4 | -0/+84 |
| | |/ / / / |/| | | | | |||||
| | | | | * | chore(gitignore): clean-up | Alex Schofield | 2024-08-15 | 1 | -1/+6 |
| | |_|_|/ |/| | | | |||||
| * | | | | Merge pull request #28 from ajschofield/feature/iam.tf | Alex | 2024-08-15 | 10 | -276/+219 |
| |\ \ \ \ | | | | | | | | | | | pr: pull terraform changes into development for testing | ||||
| | * \ \ \ | Merge branch 'development' into feature/iam.tf | Alex | 2024-08-15 | 2 | -0/+83 |
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #23 from ↵ | lian-manonog | 2024-08-15 | 3 | -0/+135 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | ajschofield/feature/terraform-additional-functionality Feature/terraform additional functionality | ||||
| | * \ \ \ \ | Merge branch 'development' into feature/terraform-additional-functionality | bulve-ad | 2024-08-13 | 5 | -20/+202 |
| | |\ \ \ \ \ | |||||
