| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | passing tests create_dim_design and create_dim_staff | T-Aji | 2024-08-22 | 1 | -0/+40 | |
| | | | | ||||||
| * | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-23 | 1 | -15/+29 | |
| | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 0ff2956 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/95 | |||||
| * | | | add updated test | Ellie | 2024-08-23 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | add updated tests | Ellie | 2024-08-23 | 1 | -1/+15 | |
| | | | | ||||||
| * | | | add working completed tests for get transform bucket | Ellie | 2024-08-23 | 1 | -5/+13 | |
| | | | | ||||||
| * | | | adds passing transform bucket tests | Ellie | 2024-08-23 | 1 | -11/+19 | |
| | | | | ||||||
| * | | | add get transform bucket test | Ellie | 2024-08-23 | 1 | -4/+44 | |
| | | | | ||||||
| * | | | add tests | Ellie | 2024-08-23 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | wip: add test file for load lambda | Ellie | 2024-08-22 | 1 | -0/+9 | |
| | |/ |/| | ||||||
| * | | fix: improve error handling for list_existing_s3_files and tests | Alex Schofield | 2024-08-22 | 1 | -2/+8 | |
| | | | ||||||
| * | | fix: handle no buckets properly | Alex Schofield | 2024-08-22 | 1 | -5/+5 | |
| | | | ||||||
| * | | chore: skip transform_lambda tests are they are broken | Alex Schofield | 2024-08-22 | 1 | -0/+2 | |
| | | | ||||||
| * | | chore: skip secrets_manager tests are they are broken | Alex Schofield | 2024-08-22 | 1 | -0/+4 | |
| | | | ||||||
| * | | fix: resolve import error | Alex Schofield | 2024-08-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix: mock aws services before importing src functions | Alex Schofield | 2024-08-22 | 1 | -9/+11 | |
| | | | ||||||
| * | | fix: inject mock_config into interface error test | Alex Schofield | 2024-08-22 | 1 | -2/+15 | |
| | | | ||||||
| * | | fix: convert credentials to json dict | Alex Schofield | 2024-08-22 | 1 | -7/+9 | |
| | | | ||||||
| * | | fix: add missing mock_conn fixture | Alex Schofield | 2024-08-22 | 1 | -0/+7 | |
| | | | ||||||
| * | | fix: remove bucket deletion for index error test | Alex Schofield | 2024-08-22 | 1 | -3/+2 | |
| | | | ||||||
| * | | fix: create two mocked buckets and check if extract_bucket is returned | Alex Schofield | 2024-08-22 | 1 | -1/+8 | |
| | | | ||||||
| * | | feat: autouse credentials fixture | Alex Schofield | 2024-08-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix: update additional fixtures to use scope function | Alex Schofield | 2024-08-22 | 1 | -2/+2 | |
| | | | ||||||
| * | | fix: change fixture scope to function instead of class | Alex Schofield | 2024-08-22 | 1 | -2/+2 | |
| | | | ||||||
| * | | 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 | |
| |/ | ||||||
