armada icon indicating copy to clipboard operation
armada copied to clipboard

Allow exact match on Jobs tab in Lookout

Open robertdavidsmith opened this issue 3 years ago • 3 comments

Problem

If my queue name is a prefix of someone else's

  • Such as batch-andrews which is a prefix of batch-andrewsi

Then when I search job by my queue name, I get this other persons jobs.

Proposal

Could we implement some way to alleviate this, possibly allowing for exact match (with via UI option or quoting the string).

  • I.e "batch-andrews" would only give matches for batch-andrews queue because it is quoted so we use an exact match

@JamesMurkin has full context, suggest getting in touch with him before starting work

robertdavidsmith avatar Apr 01 '22 11:04 robertdavidsmith

We could just make this an exact match with wildcard so you can type "batch-jam*".

  • This means by default it'll do exact match and be faster + only give you the queue you expect
  • It allows you include multiple queues if you really want to with the wildcard

Longer term:

  • Have a list of all queue names drop down as you type

JamesMurkin avatar Jun 20 '22 14:06 JamesMurkin

Hey team! Please add your planning poker estimate with ZenHub @dejanzele @jayofdoom @kannon92 @richscott

dave-gantenbein avatar Jul 22 '22 14:07 dave-gantenbein

@JamesMurkin If I'm understanding the code underlying the search correctly, then the "batch-jam*" case is already handled by simply searching on batch-jam. I'm currently working on adding quoting to search on exact matches.

ClifHouck avatar Oct 17 '22 15:10 ClifHouck

Closing this as #1665 addresses this issue. Opened #1679 to track drop-down work if want to go that route.

ClifHouck avatar Oct 20 '22 14:10 ClifHouck