| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | test: re-add test_secrets_manager | Alex | 2024-08-22 | 1 | -0/+84 | |
| | | | | | | | Amended import path to extract_lambda | |||||
| * | | chore: delete test for secrets_manager.py | Alex | 2024-08-21 | 1 | -84/+0 | |
| |/ | | | We don't need this anymore since we removed the secrets_manager.py file, and it's making the GH Action fail too. | |||||
| * | Merge branch 'development' into feature/transform_lambda | bulve-ad | 2024-08-21 | 3 | -78/+227 | |
| |\ | ||||||
| | * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-20 | 1 | -9/+5 | |
| | | | | | | | | | | | | | This commit fixes the style issues introduced in e788a90 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/72 | |||||
| | * | Complete: completed testing for extract bucket - all passing | lian-manonog | 2024-08-20 | 1 | -2/+27 | |
| | | | ||||||
| | * | fix(): update expected response message for second test | Alex Schofield | 2024-08-20 | 1 | -1/+2 | |
| | | | ||||||
| | * | chore(tests): rename lambda_handler class test functions | Alex Schofield | 2024-08-20 | 1 | -3/+3 | |
| | | | ||||||
| | * | fix(): update expected response message | Alex Schofield | 2024-08-20 | 1 | -4/+8 | |
| | | | ||||||
| | * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This commit fixes the style issues introduced in f014d1a according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/65 | |||||
| | * | Merge branch 'development' into feature/test-process-upload-tables-v2 | Alex | 2024-08-19 | 1 | -17/+17 | |
| | |\ | ||||||
| | | * | 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 | 2 | -53/+111 | |
| | | |\ | ||||||
| | | * | | 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 | 1 | -20/+29 | |
| | | | | | ||||||
| | * | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-19 | 1 | -14/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | ||||||
| | * | | | 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: amend extract_lambda test | Ellie | 2024-08-19 | 1 | -11/+11 | |
| | | |/ | |/| | ||||||
| | * | | Merge branch 'development' into tf/fix-zip-creation | bulve-ad | 2024-08-19 | 1 | -2/+88 | |
| | |\ \ | ||||||
| | | * | | 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 | 2 | -43/+63 | |
| | |/ | | | | | | | | | | | 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 | |||||
| * | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-21 | 1 | -35/+59 | |
| | | | | | | | | | | | | | 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 | |||||
| * | | (tests) Read from s3 to df passes | Ang Bel | 2024-08-21 | 2 | -2/+24 | |
| | | | ||||||
| * | | function to write files from s3 into a list of dataframes. Current test is ↵ | Ang Bel | 2024-08-21 | 1 | -1/+33 | |
| | | | | | | | | | failing due to AioClientCreator object has no attribute "_inject_s3_input_parameters" | |||||
| * | | wip: setting up test files for transform_lambda | lian-manonog | 2024-08-19 | 1 | -0/+1 | |
| |/ | ||||||
| * | Secrets manager integration into the extract lambda reviewed. | Ang Bel | 2024-08-16 | 1 | -0/+73 | |
| | | ||||||
| * | procefss_and_upload_tables test in progress | Ang Bel | 2024-08-15 | 2 | -25/+26 | |
| | | ||||||
| * | test: mid-through test for process_and_upload_tables | T-Aji | 2024-08-14 | 1 | -3/+32 | |
| | | ||||||
| * | test: passing test for function connect_to_database | T-Aji | 2024-08-14 | 1 | -3/+37 | |
| | | ||||||
| * | feat/passing tests to helper function list_existing_s3_files | T-Aji | 2024-08-14 | 2 | -0/+50 | |
