Skip to content

Releases: ARGOeu/argo-connectors

Version 1.7.0

23 May 10:13
d0f8410
Compare
Choose a tag to compare

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

23 May 08:45
d0f8410
Compare
Choose a tag to compare

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

27 Mar 15:07
80952fd
Compare
Choose a tag to compare

selectively use GOCDB paginated API for topology

Version 1.6.0-1

01 Dec 13:52
80952fd
Compare
Choose a tag to compare

+* 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

24 May 14:14
Compare
Choose a tag to compare

Features

  • every connector tries to create states dir structure
  • look back twice of number of saved state files

Version 1.5.8

03 Apr 11:29
Compare
Choose a tag to compare

Features

  • Remove topology-vo connector
  • Remove SRMv2 service type mapping

Version-1.5.6

17 Mar 14:27
Compare
Choose a tag to compare

Fixes

  • filter topology by particular site or NGI
  • remove inspection logic of weights factors for previous days

V1.5.1-2

12 Dec 15:17
Compare
Choose a tag to compare

Bugs

  • [ARGO-584] - Ensure to catch all exceptions of underlying library

Version 1.5.4-1

06 Mar 12:18
Compare
Choose a tag to compare

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

24 Sep 14:21
Compare
Choose a tag to compare

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