Sign in
gerrit
/
plugins
/
find-owners
/
9e82b93e43e72c2bc6b86543682494a9cb3879c0
9e82b93
Add TestWatcher to log starting/finished messages
by Chih-Hung Hsieh
· 6 years ago
9e0dfb6
Merge "Fix a few minor bugs."
by Chih-hung Hsieh
· 6 years ago
1870b4d
Merge "Add a link to syntax.md after error messages"
by Chih-hung Hsieh
· 6 years ago
ebea6ea
Fix a few minor bugs.
by Chih-Hung Hsieh
· 6 years ago
efdee3c
Add per-file set noparent and more tests
by Chih-Hung Hsieh
· 6 years ago
8ec3632
Fix 'event is not defined' exception in onClick handler
by brohlfs
· 6 years ago
691abf5
Add a link to syntax.md after error messages
by Chih-Hung Hsieh
· 6 years ago
e8351d7
Stop using deprecated Gerrit REST API.
by Chih-Hung Hsieh
· 6 years ago
faba88e
Merge "Add more unit tests for Util.java"
by Chih-hung Hsieh
· 6 years ago
929b532
Add more unit tests for Util.java
by Chih-Hung Hsieh
· 6 years ago
f33ea65
Add "include" case to OwnersValidatorTest
by Chih-Hung Hsieh
· 6 years ago
2490017
[FIND OWNERS] shows enhanced file-to-owner lists
by Chih-Hung Hsieh
· 6 years ago
9fc2157
Improve .md file format
by Chih-Hung Hsieh
· 6 years ago
83063de
Use StoredValues.PLUGIN_CONFIG_FACTORY
by Chih-Hung Hsieh
· 6 years ago
0036927
Merge "Use better assertThat check methods"
by Chih-hung Hsieh
· 6 years ago
bdb73cc
Merge "Clean up Validator code"
by Chih-hung Hsieh
· 6 years ago
4f307d0
Merge "Improve logged message and Java coding style"
by Chih-hung Hsieh
· 6 years ago
43cdab4
Merge "Add projectInheritanceTest and refactor code"
by Chih-hung Hsieh
· 6 years ago
cbea0f7
Add a real world plugin configuration example
by Chih-Hung Hsieh
· 6 years ago
f38e94d
Improve logged message and Java coding style
by Chih-Hung Hsieh
· 6 years ago
2b0dabe
Clean up Validator code
by Chih-Hung Hsieh
· 6 years ago
3a2cf77
Use better assertThat check methods
by Chih-Hung Hsieh
· 6 years ago
8b0a975
Add projectInheritanceTest and refactor code
by Chih-Hung Hsieh
· 6 years ago
493e6ea
Clarify some syntax rules and examples.
by Chih-Hung Hsieh
· 6 years ago
ce59cc3
Check user defined owners file at root directory
by Chih-Hung Hsieh
· 6 years ago
4ba091b
Fix FindOwnersIT compilation after If6410bfc
by Dave Borowitz
· 6 years ago
424df05
Adapt to removal of SchemaFactory
by Dave Borowitz
· 6 years ago
582d50a
Adapt to changed PushOneCommit.Factory method signatures
by Edwin Kempin
· 6 years ago
e14d8cc
Use ProjectOperations instead of removed method of core Gerrit
by Alice Kober-Sotzek
· 6 years ago
44575fb
Add include command to OWNERS file.
by Chih-Hung Hsieh
· 6 years ago
a11833e
Update old document, now with 3 parameters.
by Chih-Hung Hsieh
· 6 years ago
stable-2.16
63b2d9a
Clarify that rules.pl goes in refs/meta/config
by Jonathan Nieder
· 6 years ago
85eef87
Use Google java coding style.
by Chih-Hung Hsieh
· 6 years ago
2dc197e
Add a logs field in REST API returned dbgmsgs.
by Chih-Hung Hsieh
· 6 years ago
b71b925
Use Google Java coding style.
by Chih-Hung Hsieh
· 6 years ago
35b40ca
Accept per-file with multiple globs and emails.
by Chih-Hung Hsieh
· 6 years ago
3f3d71e
findowners: migrate to Flogger
by Changcheng Xiao
· 6 years ago
2657c4c
Use only "Code-Review" votes.
by Chih-Hung Hsieh
· 6 years ago
940db16
Merge "Merge branch 'stable-2.15'"
by David Pursehouse
· 6 years ago
4bd63c9
Fix pop up window width and height.
by Chih-Hung Hsieh
· 6 years ago
e7f3458
Improve "Find Owners" action button appearance.
by Chih-Hung Hsieh
· 7 years ago
a1adf74
Merge branch 'stable-2.15'
by David Pursehouse
· 7 years ago
d5bed08
Fix name of commons-io dependency
by David Pursehouse
· 7 years ago
dd4c4c5
Merge branch 'stable-2.14' into stable-2.15
by David Pursehouse
· 7 years ago
6d73c4c
Adapt plugin to new Emails API
by Patrick Hiesel
· 7 years ago
e8adfd8
Fix name of prolog dependency
by David Pursehouse
· 7 years ago
ac3672e
Format BUILD file with buildifier
by David Pursehouse
· 7 years ago
a9f402d
Display "Find Owners" button after switching pages.
by Chih-Hung Hsieh
· 7 years ago
57a9c9a
Merge "When using PolyGerrit, move "Find Owners" button out of the 'MORE' list."
by Chih-hung Hsieh
· 7 years ago
cf663a4
Merge "Add a BatchModule, allowing this plugin to be used in the reindexer"
by Patrick Hiesel
· 7 years ago
25d5d09
Add a BatchModule, allowing this plugin to be used in the reindexer
by Maxime Guerreiro
· 7 years ago
6cf0df5
When using PolyGerrit, move "Find Owners" button out of the 'MORE' list.
by Chih-Hung Hsieh
· 7 years ago
7a4ec6a
Allow one email to have multiple accounts.
by Chih-Hung Hsieh
· 7 years ago
99b44db
Handle missing accounts explicitly and skip accounts without preferred email
by Edwin Kempin
· 7 years ago
b8be881
RestResult: Remove unneeded semicolon
by Edwin Kempin
· 7 years ago
b9932b3
Remove declarations for exceptions that can never be thrown
by Edwin Kempin
· 7 years ago
ee6cea4
FindOwnersIT: Remove unused injection of project cache
by Edwin Kempin
· 7 years ago
7e8f6fb
OwnersDb: Use Repository#exactRef instead of the deprecated Repository#getRef
by Edwin Kempin
· 7 years ago
ddf76f9
Adapt to changes in Gerrit API
by Edwin Kempin
· 7 years ago
7712508
Bazel: Don't depend transitively on plugin API
by David Ostrovsky
· 7 years ago
0474f7c
Use 'ProjectState' in the other code path
by Changcheng Xiao
· 7 years ago
4a88e31
FindOwners: Avoid reading project state in PluginConfigFactory
by Changcheng Xiao
· 7 years ago
08f9506
Adapt to new core BUILD files
by Alice Kober-Sotzek
· 7 years ago
7e0e368
Merge "Adapt to new core package layout"
by Dave Borowitz
· 7 years ago
b701135
Install deprecated JS API
by Viktar Donich
· 7 years ago
ecc99f3
Add change c/<number> to log.error output.
by Changcheng Xiao
· 7 years ago
6907a2d
Adapt to new core package layout
by Dave Borowitz
· 7 years ago
ab7d4f0
Merge "Suppress error messages when exempt from owner approval."
by Chih-hung Hsieh
· 7 years ago
1729020
Suppress error messages when exempt from owner approval.
by Chih-Hung Hsieh
· 7 years ago
aa0f6ab
Dump NoSuchProjectException message to debug.
by Chih-Hung Hsieh
· 7 years ago
215354f
Fix Java coding style format issues.
by Chih-Hung Hsieh
· 7 years ago
3731c8a
Handle new exception thrown by ChangeData#currentFilePaths
by Alice Kober-Sotzek
· 7 years ago
e36ec97
Fix Java coding style issues.
by Chih-Hung Hsieh
· 7 years ago
c771f7d
Add OwnersValidator to check changed OWNERS.
by Chih-Hung Hsieh
· 7 years ago
e86ccfa
Set popup window height and width dynamically.
by Chih-Hung Hsieh
· 7 years ago
8d2cbff
Avoid missing API error in PolyGerrit.
by Chih-Hung Hsieh
· 7 years ago
1b7a582
Check Owner-Review-Vote on click of Submit button.
by Chih-Hung Hsieh
· 7 years ago
b62c01c
Fix Java coding style.
by Chih-Hung Hsieh
· 7 years ago
2c850b5
Adapt to API change in Gerrit core
by Edwin Kempin
· 7 years ago
d36d17a
Give CL author a default owner +1 vote.
by Chih-Hung Hsieh
· 7 years ago
287c90d
Handle errors when a branch is not found.
by Chih-Hung Hsieh
· 7 years ago
0a042bb
Fix Java coding style issues.
by Chih-Hung Hsieh
· 7 years ago
3cb3b86
Use preferred email addresses.
by Chih-Hung Hsieh
· 7 years ago
67521d4
Don't use AccountAccess directly
by Edwin Kempin
· 8 years ago
8a98efd
Use renamed //gerrit-server:prolog-common library.
by Chih-Hung Hsieh
· 8 years ago
267acc4
Adapt to rename in Gerrit core
by Edwin Kempin
· 8 years ago
66c88db
Remove unused local variables.
by Chih-Hung Hsieh
· 8 years ago
edbac19
Use JSON arrays in REST API output format.
by Chih-Hung Hsieh
· 8 years ago
1a9ee50
Add ownersFileName and test, clean up doc and code.
by Chih-Hung Hsieh
· 8 years ago
99c6188
Check existence of a ReviewerInfo field before use.
by Chih-Hung Hsieh
· 8 years ago
f445ff7
Add alwaysShowButton configuration variable.
by Chih-Hung Hsieh
· 8 years ago
56cc7aa
Add PrologIT.java to test Prolog rules.
by Chih-Hung Hsieh
· 8 years ago
a443eb4
Use only gerrit.config file for now.
by Chih-Hung Hsieh
· 8 years ago
6ba11ef
Do not inject into Module constructor.
by Chih-Hung Hsieh
· 8 years ago
64bc6a1
Do not use HTTP requests, add integration tests, etc.
by Chih-Hung Hsieh
· 8 years ago
47edb3d
Initial revision.
by Chih-Hung Hsieh
· 8 years ago
c80d6aa
Remove unnecessary build step.
by Chih-Hung Hsieh
· 8 years ago
4b80bb1
Add .md files.
by Chih-Hung Hsieh
· 8 years ago
5b4178b
Initial empty repository
by David Pursehouse
· 8 years ago