Releases: ARGOeu/argo-connectors
Version 1.7.0
Features
- Basic HTTP auth support (topology, downtimes)
- selectively use GOCDB paginated API for topology
- update doc with plain HTTP auth options
- added group groups sites feed tests
- append query URL part on redirect
- use lower level ams-library calls
- test for basic HttpAuth config options
- Location header check on first tuple element
- handle HTTP redirects
- pass also empty XML fields
- tags values can have True/False strings
Fixes
- fix no scope defined case
- fixed ResponseNotReady bug
- retry if no Location header set
Version 1.6.1-1
Features
- Basic HTTP auth support (topology, downtimes)
- selectively use GOCDB paginated API for topology
- update doc with plain HTTP auth options
- added group groups sites feed tests
- append query URL part on redirect
- use lower level ams-library calls
- test for basic HttpAuth config options
- Location header check on first tuple element
- handle HTTP redirects
- pass also empty XML fields
- tags values can have True/False strings
Fixes
- fix no scope defined case
- fixed ResponseNotReady bug
- retry if no Location header set
Version 1.6.1-1
selectively use GOCDB paginated API for topology
Version 1.6.0-1
+* Thu Nov 30 2017 Daniel Vrcic [email protected] - 1.6.0-1%{?dist}
+- ARGO-965 Support for packing connectors data in a single AMS message
+- ARGO-921 Use ComputationPower instead of HEPSPEC2006 value for weights
+- ARGO-906 No explicit exit on connection problem so state file will be written
+- ARGO-886 Finer retry logic
+- ARGO-872 Tenant and jobname in retries log msgs
+- ARGO-853 Connectors retry to fetch data
+- ARGO-843 Write/send data as it is data for passed date
+- ARGO-842 Connectors dedicated file logger
+- ARGO-549 Use of AMS for delivering topology, downtimes, POEM profile and weights
+- added unit tests
Version 1.5.9
Features
- every connector tries to create states dir structure
- look back twice of number of saved state files
Version 1.5.8
Features
- Remove topology-vo connector
- Remove SRMv2 service type mapping
Version-1.5.6
Fixes
- filter topology by particular site or NGI
- remove inspection logic of weights factors for previous days
V1.5.1-2
Bugs
- [ARGO-584] - Ensure to catch all exceptions of underlying library
Version 1.5.4-1
Features
- Filter endpoints whose groups are filtered in groups of groups
- Prefilter output datestamp with underscores
- Prefilter datestamp extracted from arg tuple
- Introduce states that can be checked by Nagios probe
Fixes
- Poem and output files as arguments to prefilter
- Refactored filename datestamp creation
v1.5.0-1
Breaking changes:
- [ARGO-546] - switch from GSTAT to VAPOR service
New features/Enhancements:
- connection timeouts, retries, config files as arguments
- log failed VO and weights connections ARGOeu/ARGO#179
- added connection timeout for all connectors
- config files can be passed as arguments to every component ARGOeu/ARGO#180
- added connection retry feature for all connectors
- prefilter explicit input and output
- reorganized prefilter global.conf
- DATE placeholder in global.conf so interpolation can be used
- prefilter poem_sync.out look back option
- remove obsoleted logging
- refactored connection retries
- topology data without mixed int and string values
- poem-connector optional write of prefilter data
- remove deprecated BaseException message
- poem-connector optional write of prefilter data
- remove deprecations
- poem connector optional write data needed for prefilter
Documentation updates:
- User guide update