#154 Searching for group on landing page (eg: "neuro-sig") does not work any more
Closed by frantisekz. Opened by ankursinha.

Searching for "neuro-sig" on the landing page takes one to

https://packager-dashboard.fedoraproject.org/dashboard?users=neuro-sig

which is empty, instead of

https://packager-dashboard.fedoraproject.org/dashboard?groups=neuro-sig

There also doesn't seem to be a way to get to the groups= url from the UI at the moment. Is there a special syntax that's required to indicate that the entered name is a group and not a user?

Thanks,


For some reason the backend API used ?users= for both users and groups, this changed last week and was deployed by @frantisekz three days ago. Maybe you didn't refresh the packager dashboard and used the old version? Please, try refreshing the web page, ideally without cache.

I've tried it with "private window" in firefox + chrome + qutebrowser but get the same result. Does it work for you to search for "neuro-sig"?

Searching for "neuro-sig" on the landing page takes one to

Oh, I somehow missed the "landing page" and thought that you meant custom dashboards.

Yep, you're right and it is not working for me either. Placeholder is quite confusing as it says "FAS Username or Group". I'll change the placeholder to just "FAS Username", after all it is its intent right now. I suggest you to use custom dashboards for groups. In the meantime, I'll try to figure out how to make the landing page better.

Yep, you're right and it is not working for me either. Placeholder is quite confusing as it says "FAS Username or Group". I'll change the placeholder to just "FAS Username", after all it is its intent right now.

We'll try to restore the old behavior, rules for groups are simple as it's everything that has match in :

"^sssd-maintainers$", ".+[-_]sig$"

is a group.

Done in commit 2fe7bc313e

Fix is deployed in production.

Metadata Update from @frantisekz:
- Issue status updated to: Closed (was: Open)

Thanks very much, works like a charm!

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/apps/packager_dashboard/issues/154

Please continue any further discussion there.

Metadata