Release 1.2.0
In this release:
Switched to python3
Improved coverage
Database data retention : added reaper to remove data older than configurable number of days
Improved logging
decisionengine
3dfe167 : Jenkins pipeline improvements (#106)
22a7073 : pull request for review request 137 (#105)
cafffb2 : Make it possible to run code directly (for tests), and (#100)
802e98b : replace psycog2 witt psycopg2-binary (#101)
573ce8f : Jenkins pipeline improvements (#99)
9d08835 : Run coveralls even under failed state (#97)
bc1df4b : Add tests for PostgreSQL datasource (#71)
c1ac391 : Fix missing py-modules.html (#96)
8dbfdee : Setup gh-pages doc workflow (#94)
cd4a01a : Doc (#93)
673080d : set version to 1.2.0 (for now). Supply conf file that corresponds to (#91)
f912225 : Db (#92)
dc8b68a : Add reaper to the RPC (#83) (#90)
29ade91 : adding .Jenkinsfile with Jenkins pipeline configuration (#86)
c1dfe5c : Don’t exclude E1004 from pylint, do exclude line breaks (#89)
440f949 : Fix varname (#88)
313d135 : Compress (#87)
6b8dc4b : Revert “Add reaper to the RPC (#83)”
dbea8e5 : Update utils.sh so pytest will complete.
e848316 : Update to postgresql11
7f4b805 : Add reaper to the RPC (#83)
0ba2c51 : remove astpp module and dependencies it pulls in (#81)
6b8eab9 : don’t track test coverage of tests (#80)
0da18ec : made reaper.py executable
aca24a3 : make reaper.py executable, make symbolic link to it from /usr/bin (#72)
0202acf : Implementation of data reaper (#70)
16b6be1 : Simple changes for Python 3 deployment (#69)
fd2418c : Fix warnings caught by PEP-8 Speaks.
d16359b : Python 3 (and other) simplifications.
3c7b6b7 : Only run Github Actions for python3.6 (#68)
453cbba : Update README.md
b27ed53 : remove unnecessary (and actually harmful) python shebang (#66)
decisionengine_modules
30d928b : clone version 1.2.0 of decisionengine
ae7c5a6 : Jenkins pipeline improvements (#236)
310befd : T198 (#235)
a65886d : Fix import as reported in : https://github.com/HEPCloud/decisionengin… (#232)
93711cc : Run coveralls even if tests fail (#229)
03d763a : Jenkins pipeline improvements (#230)
f48d30f : Fix/223 (#228)
c8aa262 : github ticket 199 (#222)
0323bda : Address : https://github.com/HEPCloud/decisionengine_modules/issues/224 (#226)
62e4df6 : Add support to run CI on Jenkins (#221)
5ab1541 : bump master version to 1.2.0 (for now) (#219)
bc19c65 : decisionengine_modules/NERSC: Added retry loop for NERSC API Calls (#220)
41a50de : Sync up pep8speaks and run_pylint.sh with decisionengine settings (#218)
db4634f : silence pylint error (#217)
1b95141 : Fix whitespace around operator error
746ea38 : ignore W503
8a8b5f4 : remove unused variable
a6668bf : fix PEP8 warnings
13773ee : address pep8 warnings
6bea4ca : silence pylint error
f589895 : Pass sort=True parameter to fix future warning (#215)
a1d0507 : fixing pep8 warning
a10bd17 : debugging one import error
ec501ad : make coveralls.io links work
deab1a7 : T201 (#204)
69f2645 : Add coveragerc
6d8a5f5 : decisionengine_modules/NERSC: Make Nersc API call backward-compatible with old config (#196)
a7e0af9 : Only run Github Actions for python3.6 (#24)