GraphQL: staging - Deploy version v0.0.6
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
}
}
}
Migrated from T4607 (view on Phabricator)
Edited by Antoine R. Dumont