0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 03:22:26 +01:00
gitea/options/locale
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
..
locale_bg-BG.ini
locale_cs-CZ.ini [skip ci] Updated translations via Crowdin 2019-04-11 20:21:44 +00:00
locale_de-DE.ini [skip ci] Updated translations via Crowdin 2019-04-11 08:35:26 +00:00
locale_en-US.ini Support search operators for commits search (#6479) 2019-04-12 10:28:44 +08:00
locale_es-ES.ini
locale_fa-IR.ini
locale_fi-FI.ini
locale_fr-FR.ini [skip ci] Updated translations via Crowdin 2019-04-11 08:35:26 +00:00
locale_hu-HU.ini
locale_id-ID.ini
locale_it-IT.ini
locale_ja-JP.ini [skip ci] Updated translations via Crowdin 2019-04-04 07:55:02 +00:00
locale_ko-KR.ini
locale_lt-LT.ini
locale_lv-LV.ini
locale_nb-NO.ini
locale_nl-NL.ini
locale_nn-NO.ini
locale_no-NO.ini
locale_pl-PL.ini
locale_pt-BR.ini [skip ci] Updated translations via Crowdin 2019-04-11 20:21:44 +00:00
locale_ru-RU.ini [skip ci] Updated translations via Crowdin 2019-03-19 21:04:40 +00:00
locale_ru-UA.ini
locale_sr-SP.ini
locale_sv-SE.ini
locale_tr-TR.ini
locale_uk-UA.ini
locale_vi-VN.ini
locale_zh-CN.ini [skip ci] Updated translations via Crowdin 2019-03-20 16:41:13 +00:00
locale_zh-HK.ini
locale_zh-TW.ini
TRANSLATORS