Skip to content
Snippets Groups Projects

Group similar builds

Merged Kamil Trzciński requested to merge group-similar into master

We group builds by removing from the builds name two numbers which are delimted by whitespace or colon:

  • name 0 1 => name
  • name 0:1 => name
  • name 0/1 => name
  • name 0:1 ruby => name ruby
  • name 0/1 ruby => name ruby
  • 0 1 name ruby => name ruby
  • 0:1 name ruby => name ruby
  • 0/1 name ruby => name ruby

Screenshot (currently it shows a number of grouped builds): Screen_Shot_2016-09-07_at_14.51.41

Screenshot with design update: Screen_Shot_2016-09-07_at_3.46.24_PM

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
  • Reassigned to @ayufan

  • Why colon? If / is a valid character in a job name, I'd think it would be a more common/meaningful separator. I guess my regex in #21286 (closed) wasn't obvious that I expected / to be handled as well. :)

  • Author Maintainer

    @markpundsack I don't mind adding / :)

  • Kamil Trzciński Resolved all discussions

    Resolved all discussions

  • Kamil Trzciński Added 4 commits:

    Added 4 commits:

  • Reassigned to @rymai

  • Author Maintainer

    @fatihacet

    Can you also review?

  • Rémy Coutable
  • Kamil Trzciński Resolved all discussions

    Resolved all discussions

  • Kamil Trzciński Added 1 commit:

    Added 1 commit:

  • Rémy Coutable Resolved all discussions

    Resolved all discussions

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading