aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ci: update checkout & python action versionsAlex Schofield2024-08-151-2/+2
| | |/ / / / | |/| | | |
| * | | | | Merge remote-tracking branch 'refs/remotes/origin/feature/ci-tests' into feat...Alex Schofield2024-08-152-36/+96
| |\ \ \ \ \
| | * | | | | Merge branch 'main' into feature/ci-testsAlex2024-08-152-36/+96
| | |\| | | |
| | | * | | | Merge pull request #35 from ajschofield/feature/ci-testsAlex2024-08-152-48/+21
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'main' into feature/ci-testsAlex2024-08-152-36/+96
| | | | |\ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | chore: create .gitignore for mainAlex2024-08-151-0/+15
| * | | | | | | ci: update bandit commandAlex Schofield2024-08-151-1/+1
| |/ / / / / /
| * | | | | | ci: remove check if py files existAlex Schofield2024-08-151-16/+0
| * | | | | | test: trigger commit workflowAlex Schofield2024-08-151-0/+0
| | |/ / / / | |/| | | |
| * | | | | chore(ci): remove abandoned yml configsAlex Schofield2024-08-153-137/+0
| * | | | | ci(commit-qc-checks): add initial qc checks for commits using ga"Alex Schofield2024-08-151-0/+60
| * | | | | ci(staging-checks): replace *.yml with staging-checks.ymlAlex Schofield2024-08-151-0/+50
* | | | | | Merge pull request #40 from ajschofield/feature/extract_lambda_testingAlex2024-08-156-56/+101
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fix(tf): resolve naming issues with resourcesAlex Schofield2024-08-152-22/+24
| | |_|_|/ | |/| | |
| * | | | procefss_and_upload_tables test in progressAng Bel2024-08-154-34/+77
|/ / / /
* | | | Merge pull request #34 from ajschofield/feature-extract-lambda-data-extractionlian-manonog2024-08-156-21/+332
|\ \ \ \
| * \ \ \ Merge pull request #33 from ajschofield/tf-secrets-managerlian-manonog2024-08-1516-121/+600
| |\ \ \ \
| | * \ \ \ Merge branch 'feature-extract-lambda-data-extraction' into tf-secrets-managerlian-manonog2024-08-154-22/+249
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | test: mid-through test for process_and_upload_tablesT-Aji2024-08-142-12/+39
| * | | | | test: passing test for function connect_to_databaseT-Aji2024-08-142-18/+62
| * | | | | feat/passing tests to helper function list_existing_s3_filesT-Aji2024-08-144-5/+60
| * | | | | feat/ add logging & split task into 3 helper functionsT-Aji2024-08-131-31/+109
| * | | | | dumps data to csvT-Aji2024-08-131-5/+27
| | * | | | wip: secrets manager pushing to merge with extract_lambdalian-manonog2024-08-154-0/+84
| |/ / / / |/| | | |
| | | | * chore(gitignore): clean-upAlex Schofield2024-08-151-1/+6
| |_|_|/ |/| | |
* | | | Merge pull request #28 from ajschofield/feature/iam.tfAlex2024-08-1510-276/+219
|\ \ \ \
| * \ \ \ Merge branch 'development' into feature/iam.tfAlex2024-08-152-0/+83
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #23 from ajschofield/feature/terraform-additional-function...lian-manonog2024-08-153-0/+135
|\ \ \ \ \
| * \ \ \ \ Merge branch 'development' into feature/terraform-additional-functionalitybulve-ad2024-08-135-20/+202
| |\ \ \ \ \
| * | | | | | restore load_lambda scriptAng Bel2024-08-131-0/+52
| * | | | | | rds.tf file with some placehodlers. Additional set up is requiredAng Bel2024-08-133-0/+162
* | | | | | | Merge pull request #25 from ajschofield/chore/temp-merge-main-to-devAlex2024-08-132-0/+87
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch 'main' into chore/temp-merge-main-to-devAlex Schofield2024-08-132-0/+87
|/| | | | | |
| | | * | | | Merge branch 'main' into feature/iam.tfAlex2024-08-152-0/+87
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | Merge pull request #24 from ajschofield/docs/dev-notesAlex2024-08-131-36/+81
| | |_|/| | | | |/| | | | |
| * | | | | | Merge pull request #21 from ajschofield/feature/ci-testsAlex2024-08-132-0/+87
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | ci: check if python files existAlex Schofield2024-08-131-0/+17
| | * | | | | ci: set cwd to ./terraform.ymlAlex Schofield2024-08-131-0/+3
| | * | | | | ci: rm unused deploy.ymlAlex Schofield2024-08-131-33/+0
| | * | | | | ci: add python quality checks (separately)Alex Schofield2024-08-131-0/+33
| | * | | | | ci: add terraform quality checksAlex Schofield2024-08-131-0/+34
| | * | | | | fix(ci): replace glob pattern for pylintAlex Schofield2024-08-131-1/+1
| | * | | | | ci: initialise quality-checks jobAlex Schofield2024-08-131-0/+33
| |/ / / / /
| | | * | | fix(tf): create lambda zips before referencingAlex Schofield2024-08-151-6/+21
| | | * | | Merge branch 'feature/iam/alex-changes' into feature/iam.tfAlex Schofield2024-08-157-181/+169
| | | |\ \ \
| | | | * | | fix(infra/tf): add unique id to permissionsAlex Schofield2024-08-151-11/+34
| | | | * | | feat(tf): add cloudwatch events iam policiesAlex Schofield2024-08-141-0/+27
| | | | * | | chore(cleanup): remove unused rds sectionAlex Schofield2024-08-141-3/+0
| | | | * | | chore(cleanup): remove commented out codeAlex Schofield2024-08-141-11/+0
| | | | * | | infra(tf): temporarily remove events policiesAlex Schofield2024-08-141-28/+0
git.ajschof.me — hosted by ajschofield — powered by cgit