- 28 Apr, 2022 1 commit
-
-
Klaas Kliffen authored
115 create batchapp See merge request astron-sdc/esap-api-gateway!176
-
- 25 Apr, 2022 5 commits
-
-
Gareth Hughes authored
-
Gareth Hughes authored
-
Klaas Kliffen authored
SDC-369 Setup Celery Closes SDC-369 See merge request astron-sdc/esap-api-gateway!164
-
Klaas Kliffen authored
-
Klaas Kliffen authored
Zenodo: Use a simple query serializer Closes astron-sdc/escape-wp5/esap-general#106 See merge request astron-sdc/esap-api-gateway!177
-
- 22 Apr, 2022 5 commits
-
-
John Swinbank authored
No longer necessary with eOSSR>0.4
-
John Swinbank authored
The dyanmic query serializer assumes that all results have the same fields, but this isn't always the case with Zenodo. However, we also don't need a complex variety of fields, so the dynamism isn't really a plus: we can just directly specify the data we need. Simpler and more robust!
-
John Swinbank authored
-
Gareth Hughes authored
-
Klaas Kliffen authored
Gracefully handle Zenodo timeouts See merge request astron-sdc/esap-api-gateway!175
-
- 21 Apr, 2022 9 commits
-
-
John Swinbank authored
-
John Swinbank authored
-
John Swinbank authored
This avoids UnorderedObjectListWarnings about pagination.
-
John Swinbank authored
Also, use concurrency to avoid stacking multiple timeouts sequentially.
-
John Swinbank authored
Temporarily needed until the timeout functionality is released.
-
Gareth Hughes authored
-
Klaas Kliffen authored
use eossr v0.5 See merge request astron-sdc/esap-api-gateway!165
-
Klaas Kliffen authored
Only use workflows with URLs See merge request astron-sdc/esap-api-gateway!174
-
John Swinbank authored
-
- 20 Apr, 2022 3 commits
-
-
Gareth Hughes authored
-
Klaas Kliffen authored
Disable codemeta in IDA Harvester See merge request astron-sdc/esap-api-gateway!173
-
stvoutsin authored
-
- 19 Apr, 2022 1 commit
-
-
Gareth Hughes authored
-
- 11 Apr, 2022 2 commits
-
-
Klaas Kliffen authored
-
Klaas Kliffen authored
Added F2F Rosetta @ INAF OATS integration. See merge request astron-sdc/esap-api-gateway!171
-
- 08 Apr, 2022 1 commit
-
-
Stefano Alberto Russo authored
-
- 04 Apr, 2022 1 commit
-
-
Nico Vermaas authored
Quick fix for locally stored (ESAP) Workflows See merge request astron-sdc/esap-api-gateway!170
-
- 01 Apr, 2022 1 commit
-
-
stvoutsin authored
-
- 28 Mar, 2022 2 commits
-
-
Nico Vermaas authored
Fix CI to use temporary deploy token See merge request astron-sdc/esap-api-gateway!166
-
Mattia Mancini authored
-
- 16 Mar, 2022 1 commit
-
-
vuillaut authored
-
- 25 Feb, 2022 1 commit
-
-
Nico Vermaas authored
Avoid decoding pyvo query results. See merge request astron-sdc/esap-api-gateway!162
-
- 24 Feb, 2022 7 commits
-
-
John Swinbank authored
This is functionally a no-op — it's the default — but should avoid whining in log messages.
-
John Swinbank authored
Recent pyvo (Astropy, etc) returns strings, rather than bytes. Trying to decode them will raise an exception. Previously, the exceptions were (usually) masked, as we had them wrapped inside a try-except, so it wasn't obvious that this was broken. But broken it was, and it would fail in pathological circumstances.
-
John Swinbank authored
Cleaner to use a single form of join than switching depending on the details of the query.
-
John Swinbank authored
To prevent whining about “Broken libmagic installation detected”.
-
John Swinbank authored
Recent pyvo, Astropy, etc return results as strings, rather than bytes. Attempting to decode the string as UTF-8 will raise, and the query will fail.
-
Nico Vermaas authored
-
Nico Vermaas authored
Upgrade pinned dependencies to the latest version See merge request astron-sdc/esap-api-gateway!161
-