-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squash Accountability Hierarchy Migrations (#4560)
* Reject import file if it contains braces (#4537) reject import file if it contains braces * Update default dates on data quality rules (#4538) * new default dates for dq rules * make year dynamic --------- Co-authored-by: Katherine Fleming <[email protected]> * Apply unit conversion to extra data (#4496) * eeej small files * option 1 * precommit * revert * apply optional units to serialized properties * precommit * import unit lookup and apply to mapping * precommit * formatting * taxlots * precommit --------- Co-authored-by: Katherine Fleming <[email protected]> * Fix unit conversion for non numeric values (#4555) * guard against none * guard against all exceptions * more robust type checking * db patterns * Fixed several issues with tests --------- Co-authored-by: Alex Swindler <[email protected]> * Update GitHub Actions for Node v20 (#4550) * squash AH migrations * Fixed precommit issues * Added missing run_python code to AH migrations * Improve AH migration performance * Additional performance improvements --------- Co-authored-by: Ross Perry <[email protected]> Co-authored-by: Nicholas Long <[email protected]> Co-authored-by: Alex Swindler <[email protected]>
- Loading branch information
1 parent
a3bf8ae
commit 6867836
Showing
22 changed files
with
311 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,11 @@ jobs: | |
matrix: | ||
test_env: [django, functional, api] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Cache Docker layers | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: /tmp/.buildx-cache | ||
# using `-v3` in key to clear old cache due to errors | ||
|
@@ -53,7 +53,7 @@ jobs: | |
docker exec --env DJANGO_LOG_LEVEL seed_web ./manage.py migrate | ||
docker exec --env DJANGO_LOG_LEVEL seed_web ./manage.py create_default_user [email protected] --password=demo123 | ||
docker exec --env DJANGO_LOG_LEVEL seed_web /bin/bash -c 'echo "y" | ./manage.py make_superuser --user [email protected]' | ||
- uses: actions/setup-node@v3 | ||
- uses: actions/setup-node@v4 | ||
- name: Install dependencies | ||
run: | | ||
npm install | ||
|
@@ -109,8 +109,8 @@ jobs: | |
matrix: | ||
tox_env: [docs, precommit, mypy] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.9" | ||
- name: Install deps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
124 changes: 0 additions & 124 deletions
124
seed/migrations/0212_auto_add_props_to_tree_squashed_0213_analysis_access_level_instance.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.