Skip to content

Releases: DiamondLightSource/numtracker

v1.0.2 - Signals and client errors

28 Nov 15:37
d0efc61

Choose a tag to compare

Fixed

  • Handle signals preventing process being unkillable when run in container by @tpoliaw in #232
  • Show errors when client cannot connect to server by @tpoliaw in #230

Housekeeping + CI

Dependency updates

See PRs for dependency updates

Full Changelog: v1.0.1...v1.1.0

v1.0.1 - GraphiQL Playground Fix

30 Jun 11:08
3895ad7

Choose a tag to compare

Fixed

  • GraphiQL playground has been restored by upstream update

Housekeeping

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Stabilisers on

19 Jun 13:15

Choose a tag to compare

What's Changed

Fixed

  • Prevent panic when config directory is unavailable by @tpoliaw in #165

Internal

  • Derive Scalar instead of impl InputType for templates by @tpoliaw in #179
  • Remove unused NumtrackerConfig from db_service by @tpoliaw in #184

Housekeeping

New Contributors

Full Changelog: v0.3.0...v1.0.0

v0.3.0 - Standard Names

02 Apr 14:59

Choose a tag to compare

What's Changed

  • Use standard names for graphql fields by @tpoliaw in #119
  • Client subcommand for interacting with service by @tpoliaw in #104
  • Remove required fields for directory templates by @tpoliaw in #124

Testing

  • Check for errors in graphql tests with eq by @tpoliaw in #117

Deployment

  • Include .git directory in build container by @tpoliaw in #116

Housekeeping

Full Changelog: v0.2.0...v0.3.0

0.2.0 - Configuration Queries

18 Feb 11:05

Choose a tag to compare

What's Changed

  • Query multiple beamline configurations by @abbiemery in #72
  • Extract creation of CurrentConfiguration to shared method by @tpoliaw in #96

Testing

  • Replace use of fixtures with direct calls to functions by @tpoliaw in #82
  • Compare BeamlineConfiguration using derived Eq/PartialEq by @tpoliaw in #91
  • Test DB errors via uninitialised DB instead of read-only by @tpoliaw in #86

Deployment

  • Add catalog-info file for Dev Portal by @keithralphs in #78
  • Use github pages site for dev-portal docs by @tpoliaw in #95
  • Add _config.yml to fix README pages formatting by @tpoliaw in #97

Housekeeping

New Contributors

Full Changelog: v0.1.6...v0.2.0

0.1.6 - Docs, schemas and 404s

21 Jan 13:50

Choose a tag to compare

What's Changed

  • Add fallback html responses for unhandled routes by @tpoliaw in #53
  • Standardise name of tracker_file_extension by @tpoliaw in #57
  • Add trackerFileExtension to configuration query by @tpoliaw in #54
  • Check directory file numbers when returning configuration by @tpoliaw in #51
  • Add more doc strings to things that appear in the schema by @tpoliaw in #56

Housekeeping

Full Changelog: v0.1.5...v0.1.6

0.1.5 - Playing nicely with OPA

14 Jan 12:29

Choose a tag to compare

What's Changed

  • Wrap auth request input as field in JSON query by @tpoliaw in #47

Housekeeping

New Contributors

Full Changelog: v0.1.4...v0.1.5

0.1.4 - First round of production bug fixes

13 Jan 17:02

Choose a tag to compare

What's Changed

Application

  • Panic with correct error when port cannot be bound by @tpoliaw in #36
  • Bundle root certificates at compile time by @tpoliaw in #39
  • Return status information from status endpoint by @tpoliaw in #33

Deployment

  • Reduce the default PVC size in helm chart by @tpoliaw in #37
  • Move DLS specific config out of default helm chart by @tpoliaw in #38

House keeping

  • Add dependabot configuration by @tpoliaw in #40
  • Fix dependency-type config in dependabot.yml by @tpoliaw in #41

Full Changelog: v0.1.3...v0.1.4

0.1.3 - Tracker directory configuration

10 Jan 13:26

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

0.1.2 - Read auth config from environment

08 Jan 15:51

Choose a tag to compare

What's Changed

  • Bump version for next release by @tpoliaw in #29
  • Read authorisation configuration from environment variables by @tpoliaw in #30
  • Add comments clarifying which version numbers are used by @tpoliaw in #31

Full Changelog: v0.1.1...v0.1.2