Skip to content
Snippets Groups Projects

Use worker name without UUID as Solr facet

Merged Erwan Rouchet requested to merge solr-worker-name into master

Prefixing with the UUID means humans are confused when using the frontend, and stripping the UUIDs in the frontend requires some ugly hacks. There are two options to avoid it:

  • Use UUIDs entirely, and have the frontend handle them as worker version IDs and display the WorkerVersionDetails component
  • Use names, which means we get to filter by worker and not by worker version at all.

The latter option is a lot easier to implement so we'll go with that first…

Edited by Erwan Rouchet

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading