relative-ci / roadmap

Issues, questions and feature requests for RelativeCI
https://relative-ci.com
3 stars 0 forks source link

Search jobs by ID or commit message #47

Open AnsonH opened 1 year ago

AnsonH commented 1 year ago

It'd be great if we can search jobs by the Job ID or the commit message in the following places. That's because sometimes we'd like to view or compare with a very old job. Even though we can use the existing date filter, it'd be way convenient if we can directly search by job ID or commit message :)

Jobs overview:

image

Compare with another job:

image

vio commented 1 year ago

Thank you for the feedback @AnsonH! We have a backlog entry to add search by commit message, we will keep this issue open to prioritize it directly ;)

Couple questions:

  1. by job id, are you referring to the RelativeCI job id or the commit SHA?
  2. are you using tags or special bots accounts? we are considering extracting the commit tags/users and filtering the jobs based on them:
    • jobs with the tag "production" or "v1"
    • jobs triggered by the user "dependabot" or "release"
AnsonH commented 1 year ago

Thank you so much! For your questions:

  1. For "Job ID" I mean RelativeCI Job ID (e.g. #1, #2, ...)
  2. Yes my company uses tags such as v1.100.0. It'd be very useful if we can filter jobs by git tags :)

To share a bit more on my side, I'm interested in comparing the latest job with the first RelativeCI job (#1), which the first job contains a tag. It'd be amazing if we can filter jobs by RelativeCI Job ID, commit hash, and tags 😁

vio commented 1 year ago

To share a bit more on my side, I'm interested in comparing the latest job with the first RelativeCI job (#1), which the first job contains a tag. It'd be amazing if we can filter jobs by RelativeCI Job ID, commit hash, and tags 😁

This is the use case we are considering as well. Thank you again for opening the issue! 🙇