This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules
Mura Li 3186ef554c Support search operators for commits search (#6479)
* Support searching commits with prefix syntax

For now, support auther: committer:
When more than one prefix is supplied is presented, the result is the union.
When different prefixes are supplied, the result is the intersection.

For example,
"author:alice author:bob"
=> the result is all commits authored by Alice OR Bob

"hello committer:alice"
=> the result is all commits committed by Alice AND has the keyword
'hello' in the message.

Note that there should NOT have any space after the colon(:) of the prefix.
For example,
"author:bill" => correct
"author: bill" => wrong

* Remove unneeded logging

* Add missing files of test repository

* Add missing repo_unit entries to test fixtures

* Update test cases

* Add tooltip for commits search button

* Update tooltip text

I have no idea about how to format it with line breaks.

* Make the usage example more real

* Add a test case

* Add new options struct for SearchCommits

* Prefer len(s) > 0 over s != ""

* Add NewSearchCommitsOptions
2019-04-12 10:28:44 +08:00
..
auth Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
avatar
base Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
cache
context wrap the ServerError and NotFound and log from the caller (#6550) 2019-04-09 21:10:42 +03:00
cron Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
generate Integrate OAuth2 Provider (#5378) 2019-03-08 11:42:50 -05:00
git Support search operators for commits search (#6479) 2019-04-12 10:28:44 +08:00
gzip Pooled and buffered gzip implementation (#5722) 2019-01-23 10:56:51 +02:00
highlight
httplib
indexer Issue indexer queue redis support (#6218) 2019-04-08 12:05:15 +03:00
lfs Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
log Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
mailer Add X-Auto-Response-Suppress header to outgoing messages (#6492) 2019-04-02 11:45:54 -04:00
markup Render SHA1 links as code blocks (#6546) 2019-04-09 06:18:48 +03:00
metrics Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
minwinsvc
notification fix mail notification when close/reopen issue (#6581) 2019-04-11 22:59:01 +01:00
options
pprof Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
private Clean up various use of escape/unescape functions for URL generation (#6334) 2019-03-18 10:00:23 -04:00
process
public When redirecting clean the path to avoid redirecting to //www.othersite.com (#5669) 2019-01-09 13:39:01 -05:00
recaptcha
search
secret Integrate OAuth2 Provider (#5378) 2019-03-08 11:42:50 -05:00
setting Issue indexer queue redis support (#6218) 2019-04-08 12:05:15 +03:00
ssh Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
structs Allow to set organization visibility (public, internal, private) (#1763) 2019-02-18 18:00:27 +02:00
sync
templates Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
test move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
uploader move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
user
util Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
validation Clean up ref name rules (#6437) 2019-03-26 21:59:48 +02:00