gitpod icon indicating copy to clipboard operation
gitpod copied to clipboard

adding sorting props to list configs

Open selfcontained opened this issue 1 year ago • 0 comments

Description

Adding sorting properties to the ListConfigurations api.

Summary generated by Copilot

🤖[deprecated] Generated by Copilot at f993f9f

This pull request adds sorting options for the configuration service in the public API, which allows clients to list projects by different criteria and order. It introduces a new sorting.proto file that defines the common sorting message and enum, and modifies the configuration.proto file to use them. It also updates the corresponding Go and TypeScript files to reflect the changes.

Related Issue(s)

Fixes #

How to test

  • This should be testable on the repositories config list page.
  • You should be able to adjust the sorting column and order by clicking on them.

Documentation

Preview status

Gitpod was successfully deployed to your preview environment.

Build Options

Build
  • [ ] /werft with-werft Run the build with werft instead of GHA
  • [ ] leeway-no-cache
  • [ ] /werft no-test Run Leeway with --dont-test
Publish
  • [ ] /werft publish-to-npm
  • [ ] /werft publish-to-jb-marketplace
Installer
  • [ ] analytics=segment
  • [ ] with-dedicated-emulation
  • [ ] workspace-feature-flags Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
  • [ ] /werft with-local-preview If enabled this will build install/preview
  • [x] /werft with-preview
  • [ ] /werft with-large-vm
  • [x] /werft with-gce-vm If enabled this will create the environment on GCE infra
  • [ ] /werft preemptible Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
  • [ ] with-integration-tests=all Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh. If enabled, with-preview and with-large-vm will be enabled.
  • [ ] with-monitoring

/hold

selfcontained avatar Nov 17 '23 23:11 selfcontained