.. SPDX-FileCopyrightText: 2017 Fermi Research Alliance, LLC .. SPDX-License-Identifier: Apache-2.0 Release 1.1.0 ------------- In this release: * Fixed. https://github.com/HEPCloud/decisionengine_modules/issues/62. "Update Nersc Allocation Info source for new NERSC API " * significant code cleanup and pep8 compliance * unit test work * CI (GitHub actions and Travis) is introduced Patches: ~~~~~~~~ `6455c93 `_ : 1.1 (#203) `375bec5 `_ : clone specific branch of decisionengine (#202) `36c66a8 `_ : set version to 1.1.0 `40f31bb `_ : Use sparse checkout for first checkout to get ./github/actions (#23) `b2933d7 `_ : Remove unpackaged files (#22) `fee64ea `_ : remove python shebang, fix logging-too-many-args, fix unsubscriptable-object (#21) `fbf4eb6 `_ : Fixes pep8 warnings. (#20) `9f26659 `_ : Hyunwoo2to3 (#19) `6870b0b `_ : travis-ci: install boto3, htcondor and execute test in one directory above decisionengine_modules (#18) `22ed8b9 `_ : Fixup condor-classad (#17) `c9edb09 `_ : Add unit test github action. Run as non-root uid. Install python packages in virtualenv. (#14) `b41257d `_ : Setup pep8speaks (#16) `b3bbe28 `_ : Transitioned NERSC API to new IRIS API for accounting data. (#15) `267ec14 `_ : Setup travis (#13) `4151a9a `_ : unittest: Fix GCEResourceLimits so that it does not depend on configuration (#12) `5a44018 `_ : Update decisionengine_modules rpmbuild and pylint actions. (#9) `c562696 `_ : Update entrypoint.sh (#8) `6d953f2 `_ : rpm spec: remove unwated directory (#7) `474c39c `_ : unittest: make htcondor_query test pass (#6) `f0ff5a9 `_ : unittest improvements (#5) `e928059 `_ : AWS: fix all but one unit tests `182b582 `_ : fix unit tests, light formatting `bb4a9e4 `_ : Cache venv directory instead. `d805129 `_ : Test pip cache `b64e85d `_ : Add Github Actions