Skip to content

Commit

Permalink
Merge branch 'develop' into add-pypi-release
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong authored Jun 12, 2024
2 parents 46b992a + 0abdb34 commit 45527bf
Show file tree
Hide file tree
Showing 9 changed files with 209 additions and 61 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Wait for web server
uses: nev7n/wait_for_response@v1
with:
# Increase the timeout significanlty, the EEEJ census tract
# Increase the timeout significantly, the EEEJ census tract
# migration take ~6 minutes to run along.
url: "http://localhost:8000/"
responseCode: 200
Expand All @@ -86,7 +86,7 @@ jobs:
SEED_PM_UN: ${{ secrets.SEED_PM_UN }}
SEED_PM_PW: ${{ secrets.SEED_PM_PW }}
run: |
pytest -m "integration" -s
pytest -m integration -s
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog
=========

0.4.3
-----

## What's Changed

* Fix delete cycle progress key and race condition by @nllong in https://github.com/SEED-platform/py-seed/pull/24
* Remove Deprecated APIs, Fix Typos by @axelstudios in https://github.com/SEED-platform/py-seed/pull/23
* Update license dates by @nllong in https://github.com/SEED-platform/py-seed/pull/26
* 179D updates by @kflemin in https://github.com/SEED-platform/py-seed/pull/22
* Increase timeout for server start by @nllong in https://github.com/SEED-platform/py-seed/pull/31
* Cleanup changelog and a few docstrings by @nllong in https://github.com/SEED-platform/py-seed/pull/32
* configure seed to load small EEEJ dataset for integration test by @kflemin in https://github.com/SEED-platform/py-seed/pull/33
* Add analysis retrieve methods by @nllong in https://github.com/SEED-platform/py-seed/pull/34
* Added multiple cycle upload argument by @anchapin in https://github.com/SEED-platform/py-seed/pull/27
* Cleanup README.rst by @nllong in https://github.com/SEED-platform/py-seed/pull/35
* Endpoint to download an Audit Template Report Submission and store in SEED by @kflemin in https://github.com/SEED-platform/py-seed/pull/36
* add new method to get AT submission metadata by @kflemin in https://github.com/SEED-platform/py-seed/pull/39
* Added ESPM functions to py-seed client by @anchapin in https://github.com/SEED-platform/py-seed/pull/28

**Full Changelog**: https://github.com/SEED-platform/py-seed/compare/v0.4.2...v0.4.3

0.4.2
-----
What's Changed
Expand Down
6 changes: 6 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,20 @@
"dname",
"durl",
"ECAM",
"EEEJ",
"ESPM",
"excpt",
"geocoded",
"greenbuildingregistry",
"jakejarvis",
"JSONAPI",
"jwalton",
"Munday",
"ndeloof",
"officedocument",
"openxmlformats",
"precommit",
"printenv",
"pyseed",
"pytest",
"sdist",
Expand Down
2 changes: 2 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mypy]
ignore_missing_imports = True
Loading

0 comments on commit 45527bf

Please sign in to comment.