Page MenuHomeSoftware Heritage

GraphQL: staging - Deploy version v0.0.6
Closed, MigratedEdits Locked

Description

Create a new staging release.
Tag created: v0.0.6

No config changes

Major changes:

  • Filters for LatestVisit, LatestVisitStatus, SnapshotBranch and DirectoryEntry
  • Bug fix in OriginVisit pagination
  • Code refactoring and more tests.
  • Input param changes for DirectoryEntry.

Plan:

  • jay: Tag and release v0.0.6
  • swh-apps: Generate frozen venv requirements and docker image using it (tag and push to dockerhub registry)
  • swh-charts: Reference new image version (commit and push)
  • Let argocd do the deployment if everything is fine.
  • Basic check it's working [1] (connect and execute query)

[1]

query test {
 
  origins(first: 5) {
    nodes {
      id
      url
    }
    pageInfo {
      hasNextPage
      endCursor
    }
  }
}

Event Timeline

jayeshv triaged this task as Normal priority.Oct 6 2022, 10:41 AM
jayeshv created this task.
ardumont changed the task status from Open to Work in Progress.Oct 6 2022, 10:55 AM
ardumont moved this task from Weekly backlog to in-progress on the System administration board.
ardumont updated the task description. (Show Details)
ardumont claimed this task.
ardumont moved this task from deployed/landed/monitoring to done on the System administration board.