Skip to content

Releases: opensciencegrid/topology

Webapp v1.59.0

13 Jun 14:53
81e3e57
Compare
Choose a tag to compare
  • Fix a bug in the New Project web form that pulled an institution list from an outdated source
  • Update the pull request webhook to return a warning when a project is added with an invalid InstitutionID

Webapp 1.58.0

29 May 22:03
v1.58.0
09254b2
Compare
Choose a tag to compare

Webapp 1.58.0

  • Speed up Authfile generation
  • Pull the git repo in a background thread for VO and Projects data, not just ResourceGroup data

Webapp 1.57.1

20 May 15:53
v1.57.1
01adb4e
Compare
Choose a tag to compare

Webapp 1.57.1

Changes since 1.55.1:

  • Periodically reload Topology data in a background thread (#3187)
  • Add "production" boolean to resources in namespaces JSON (#3900)
  • Add ability to filter namespaces JSON on production/ITB (#3901)
  • Update Werkzeug to 3.0.3+
  • Fix Windows newlines and some other spacing issues in project descriptions (#3856)
  • Field of Science IDs and GitHub action (#3809, #3837, #3838)

Client 1.55.0

10 Apr 22:11
6fac522
Compare
Choose a tag to compare
  • Add Executive, Local Operational, Local Security, and Local Executive contacts (SOFTWARE-5770)
  • Fix byte/string error
  • Fix support for encrypted keys

data-13

20 Mar 18:10
5a3dedc
Compare
Choose a tag to compare
  • Add the new CERN IAM instances for ATLAS and CMS (#3738)

Webapp 1.54.1

06 Mar 00:52
ec416f0
Compare
Choose a tag to compare
  • Revert "Run one WSGI process per Topology container" (#3713)

Webapp 1.54.0

05 Mar 23:15
v1.54.0
6ea6ce4
Compare
Choose a tag to compare

Add simple Prometheus metrics at the /metrics endpoint (#3708)

Webapp 1.53.2

01 Mar 00:17
v1.53.2
5a1806c
Compare
Choose a tag to compare
  • Fix overriding endpoints for XRootD origin servers

Webapp 1.53.1

20 Feb 21:36
v1.53.1
6b46e7a
Compare
Choose a tag to compare

Changes since 1.52.0:

  • Add "include_downed=1" and "include_inactive=1" parameters to /osdf/namespaces, to include caches/origins in downtime or marked inactive (#3659)

Webapp 1.52.0

11 Jan 04:51
v1.52.0
a7f30ff
Compare
Choose a tag to compare

Add /institution_ids API endpoint

This endpoint serves JSON for mapping institution (human-readable) names to OSG IDs (based on the Research Organization Registry (ror.org)). The information is taken from the YAML file mappings/institution_ids.yaml (though it may in the future be loaded from a SQL database).

See SOFTWARE-5786 for details.