aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test: passing lambda_handler both no_changes and with changes to filesT-Aji2024-08-161-1/+45
|
* Merge branch 'main' into developmentAlex Schofield2024-08-150-0/+0
|\
| * chore: rm on-commit.ymlAlex2024-08-151-40/+0
| | | | | | for now, we will test within feature/ci-tests branch
| * Merge pull request #38 from ajschofield/feature/ci-testsAlex2024-08-151-4/+0
| |\ | | | | | | ci: remove security checks
* | \ Merge pull request #42 from ajschofield/chore/gitignoreAlex2024-08-150-0/+0
|\ \ \ | | | | | | | | pr: new .gitignore
| * \ \ Merge branch 'development' into chore/gitignoreAlex2024-08-1515-130/+483
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #41 from ajschofield/feature/ci-testsAlex2024-08-156-92/+94
|\ \ \ \ | | | | | | | | | | pr: github action update
| * | | | fix(ci): amend to trigger on commit to test-ci/...Alex Schofield2024-08-151-1/+1
| | | | |
| * | | | test(ci): add terraform deploy jobAlex Schofield2024-08-151-0/+37
| | | | |
| * | | | test(ci): add continue-on-error for debuggingAlex Schofield2024-08-151-1/+7
| | | | |
| * | | | fix(ci): add missing checkout actionAlex Schofield2024-08-151-0/+1
| | | | |
| * | | | fix(ci): correct terraform folder pathAlex Schofield2024-08-151-3/+3
| | | | |
| * | | | ci: separate python & terraform jobsAlex Schofield2024-08-151-2/+5
| | | | |
| * | | | Merge branch 'development' into feature/ci-testsAlex Schofield2024-08-1515-0/+832
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'main' into feature/ci-testsAlex2024-08-150-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge pull request #37 from ajschofield/feature/ci-testsAlex2024-08-151-2/+2
| | |\ \ \ | | | | | | | | | | | | pr: update checkout & python action versions
| * | | | | ci: remove security checksAlex Schofield2024-08-151-4/+0
| | |/ / / | |/| | |
| * | | | Merge branch 'main' into feature/ci-testsAlex2024-08-150-0/+0
| |\| | |
| | * | | Merge pull request #36 from ajschofield/feature/ci-testsAlex2024-08-152-17/+1
| | |\ \ \ | | | | | | | | | | | | pr: update on-commit.yml
| * | | | | ci: update checkout & python action versionsAlex Schofield2024-08-151-2/+2
| | |/ / / | |/| | |
| * | | | Merge remote-tracking branch 'refs/remotes/origin/feature/ci-tests' into ↵Alex Schofield2024-08-152-36/+96
| |\ \ \ \ | | | | | | | | | | | | | | | | | | feature/ci-tests
| | * | | | Merge branch 'main' into feature/ci-testsAlex2024-08-152-36/+96
| | |\| | |
| | | * | | Merge pull request #35 from ajschofield/feature/ci-testsAlex2024-08-152-48/+21
| | | |\ \ \ | | | | | | | | | | | | | | pr: update github actions workflow
| | | | * \ \ 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since we have some python/terraform files now, we shouldn't require this now!
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.ymlAlex Schofield2024-08-151-0/+50
| | | | |
* | | | | Merge pull request #40 from ajschofield/feature/extract_lambda_testingAlex2024-08-156-56/+101
|\ \ \ \ \ | |_|_|/ / |/| | | | pr: tests, lambda code & tf changes
| * | | | 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
|\ \ \ \ | | | | | | | | | | PR: merge feature-lambda to dev branch
| * \ \ \ Merge pull request #33 from ajschofield/tf-secrets-managerlian-manonog2024-08-1516-121/+600
| |\ \ \ \ | | | | | | | | | | | | PR: merge secrets manager with extract_lambda
| | * \ \ \ 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
|\ \ \ \ | | | | | | | | | | pr: pull terraform changes into development for testing
| * \ \ \ Merge branch 'development' into feature/iam.tfAlex2024-08-152-0/+83
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #23 from ↵lian-manonog2024-08-153-0/+135
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ajschofield/feature/terraform-additional-functionality Feature/terraform additional functionality
| * \ \ \ \ 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
| | | | | | |
git.ajschof.me — hosted by ajschofield — powered by cgit