- Merge pull request #7819 from amaltaro/vomstime-proxytime
- pylint fixes
- Proxy timeleft return the smallest between proxy and voms
- Merge pull request #7815 from ericvaandering/fix_mixed_indent
- Merge pull request #7822 from ericvaandering/pep8_config
- Create setup.cfg with PEP8 settings
- Merge branch 'master' into fix_mixed_indent
- Merge pull request #7818 from amaltaro/templates-EpL
- Merge pull request #7816 from ericvaandering/indent_4
- New json templates for testing events per lumi functionality
- Fix instances where indent is not a multiple of 4
- A few more not from src/python
- Fix instances of mixed indents with tabs and spaces
- Merge pull request #7811 from amaltaro/eventAware-testD
- Merge pull request #7812 from amaltaro/eventBased-unittest
- Fix a testACDCProduction unit test
- Fix a unittest in EventAwareLumiBased
- Merge pull request #7810 from amaltaro/spec-dependency
- Add request spec definition dependency image
- 1.1.3.pre5
- Merge pull request #7804 from ticoann/fix_clone_api
- add unittest
- fix clone api
- Merge pull request #7807 from amaltaro/python2713-master
- Merge pull request #7809 from amaltaro/campaign-byTask
- Add Campaign unittests
- Allow -fake- Campaign arg at chain level
- Merge pull request #7805 from amaltaro/stdbase-complaints
- Auto-discover the latest python release on the worker nodes - python 2.7.13
- Merge pull request #7806 from ticoann/set_env_for_unittest
- fix env when docker container is used
- Fix Resubmission validation, again..
- Dont remove RequestStatus in the assignment validation process
- Make a clear distinction between ReqMgr2 and user create arguments
- 1.1.3.pre4
- Merge pull request #7803 from ticoann/fix_archive
- Merge pull request #7792 from amaltaro/resubmission-create
- fix moving to archived status
- Merge pull request #7802 from ticoann/add_agent_team_back
- Use mocked data in TaskChain tests; added other data to mock
- Fix Resubmission validation and other creation args
- add team default back
- Merge pull request #7796 from ticoann/fix_agentinfo_update
- Merge pull request #7793 from ericvaandering/split_testz
- fixes agent info update
- Fix worst of pylint
- Split up a long running test into two parts
- Merge pull request #7764 from amaltaro/templates-refactoring
- 1.1.3.pre3
- Merge pull request #7745 from amaltaro/create-assign-args
- Fix unittests; pylint fixes
- Remove SoftwareVersions and InputDatasets request args
- Separate creation and assignment spec parameters
- 1.1.3.pre2
- 1.1.3.pre3
- Merge pull request #7784 from amaltaro/phedex-unavailable
- Merge pull request #7782 from amaltaro/resubmit-parents
- Trap service unavailable in PhEDExInjector
- Merge pull request #7779 from ticoann/file_lumi_event_schema
- add events column in file_runlumi_map
- Handle ParentData in ResubmitBlock WQ policy
- Merge pull request #7777 from amaltaro/localwq-monitor
- Merge pull request #7778 from vkuznet/fix-req-campaign
- Add additional attributes
- Add campaign to request list, this should enable sorting
- pylint fixes
- Collect local workqueue info in AgentStatusWatcher
- 1.1.3.pre1
- Merge pull request #7774 from ticoann/add_comments
- 7763
- fixes what Alan suggested
- Merge pull request #7773 from amaltaro/proxy-warning
- Merge pull request #7772 from ericvaandering/pylint_worst4
- Publish agent version in wmstats
- Fix WMStats couchapps to show proxy warnings
- Merge pull request #7771 from ericvaandering/fix_lumi_unit
- Fetch proxy validity in AgentStatusPoller and send this info to wmstats
- Let PyCharm fix our worst 4 files
- Fix the unit test broken by #7728
- Merge pull request #7769 from ticoann/fix_drain_dao
- fix completed status DAO
- Merge pull request #7757 from goughes/unittest_dbs_phedex_check
- Merge pull request #7748 from ericvaandering/wmarchive_evt_per_lumi
- Merge pull request #7728 from ericvaandering/read_new_fwjr
- Merge pull request #7763 from ticoann/aborted-kill
- Merge pull request #7726 from bbockelm/fix_reqs
- Merge pull request #7766 from amaltaro/xrdcp-syntaxerror
- Update unit tests
- Fix a shell syntax error in the xrdcp/xrdfs command
- Adapt json templates for the spec requirements refactoring
- fix killing the jobs when race condition happens
- Remove duplicate logic.
- Add DBSBufferUtil unittest
- add DAO and method to check DBS and PhEDEx complete status
- Remove for-else
- Generate WMArchive report with new key eventsPerLumi
- Pylint for report_t
- Fill FWJR with event count data Change python version of report to have dict instead of list Update tests to check report format for event counts
- Turn eventsPerLumi into a dict to store event counts Fix JSON representation Fix some unit tests that relied on lumi ordering
- Add property to Run, no change to internal structure Add methods for extending/appending to lumis since it can't quite written to as a list
- Pylint for Report.py, Run.py, and XMLParser.py