Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S sysadm-environment
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 167
    • Issues 167
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Platform
  • Infrastructure
  • sysadm-environment
  • Issues
  • #4607
Closed
Open
Issue created Oct 06, 2022 by Jayesh@jayeshv🐈Maintainer5 of 5 checklist items completed5/5 checklist items

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 Oct 18, 2022 by Antoine R. Dumont
Assignee
Assign to
Time tracking