gitblit-org / gitblit

pure java git solution
http://gitblit.com
Apache License 2.0
2.28k stars 670 forks source link

Allow "all" option in multiple select field for repositories to search with lucene #584

Open gitblit opened 9 years ago

gitblit commented 9 years ago

Originally reported on Google Code with ID 288

What version of the product are you using? On what operating system?
GitBlit v1.3.1

It would be a nice feature to be able to search all repositories by default. So, adding
an option "all" and making it default option would, in most cases, save a click or
two.

Background: I want to implement a search button for commits in a JIRA issue. For that
the form fields will be filled automatically and it would be easier if there is an
"all" option.

What do you think?

Reported by stephan.krull.ecg on 2013-08-05 13:59:35

gitblit commented 9 years ago
It's a good idea.

Reported by James.Moger on 2013-08-05 14:24:30

gitblit commented 9 years ago

Reported by James.Moger on 2014-02-04 03:35:14

gitblit commented 9 years ago

Reported by James.Moger on 2014-03-11 19:45:28

gitblit commented 9 years ago

Reported by James.Moger on 2014-05-05 17:57:34

gitblit commented 9 years ago
When reading issue #769 it seems like the wildcard patch could be part of a solution
for this issue. @James Moger: Can you confirm a correlation?

Reported by stephan.krull.ecg on 2014-09-11 07:35:45

gitblit commented 9 years ago
As far as I can tell the wildcard patch breaks standard branch indexing; it drops specified
non-wildcard branches.  It also has 0 unit tests and is part of a series of completely
unrelated changes.  I won't be merging pr-211 anytime soon.

Reported by James.Moger on 2014-09-11 13:54:10

gitblit commented 9 years ago
Issue 829 has been merged into this issue.

Reported by James.Moger on 2015-02-26 13:46:30

flaix commented 7 years ago

@gitblit, This sounds like it has been implemented in pull request #935.

@krulls, does this work for you in v1.7.0?