Sign in
gerrit
/
gerrit
/
b4e62df8de1b91ce71673651e836343b6d07ccc0
/
gerrit-acceptance-tests
/
src
/
test
/
java
/
com
/
google
/
gerrit
/
acceptance
5fdb5f2
Organize imports
by David Pursehouse
· 8 years ago
483c2ff
Only generate SSH test keys if we run SSH tests
by Patrick Hiesel
· 8 years ago
244ff8c
Add @UseSsh Annotation and GERRIT_USE_SSH flag
by Patrick Hiesel
· 8 years ago
aaeaf09
Merge "Use change owner name in non-reviewer newchange emails"
by Dave Borowitz
· 8 years ago
fe04583
Use change owner name in non-reviewer newchange emails
by Wyatt Allen
· 8 years ago
2f845a4
Merge "Don't require Add Patch Set permission for submit by rebase"
by Dave Borowitz
· 8 years ago
e77dc0a
Merge "RebaseAlways does not handle identical tree properly"
by ekempin
· 8 years ago
0038c30
Merge branch 'stable-2.13'
by Edwin Kempin
· 8 years ago
9b51298
Implement reviewers visibility check for suggestions
by Luca Milanesio
· 8 years ago
d062a34
SuggestReviewersIT: Avoid side-effects between tests
by Edwin Kempin
· 8 years ago
194d509
Merge "Add Setting to expand diffs inline or open diff view (backend)"
by Dave Borowitz
· 8 years ago
b4de53f
Merge "Make the file path for the replacement of a robot comment explicit"
by ekempin
· 8 years ago
969a195
Don't require Add Patch Set permission for submit by rebase
by Edwin Kempin
· 8 years ago
110f60f
Make the file path for the replacement of a robot comment explicit
by Alice Kober-Sotzek
· 8 years ago
e5ee0d3
Support setting current patch set in NoteDb
by Dave Borowitz
· 8 years ago
e450a31
Add Setting to expand diffs inline or open diff view (backend)
by Becky Siegel
· 8 years ago
a60e302
Set patchset description to 'Rebase' when rebasing
by Aaron Gable
· 8 years ago
ca547ff
Add REST endpoint to reindex a single account
by Edwin Kempin
· 8 years ago
d0a1e11
Merge changes I529bfa5e,I59aa42d8
by David Pursehouse
· 8 years ago
260126d
Organize imports
by David Pursehouse
· 8 years ago
467aecb
Add REST API endpoint to delete multiple tags
by David Pursehouse
· 8 years ago
b97862e
Merge changes I1547893a,I40f0a2ca
by David Pursehouse
· 8 years ago
d94fa83
Merge changes Id112b701,Ia33389c5
by Dave Borowitz
· 8 years ago
c414f6c
Add tests for the delete tag REST API
by Paladox none
· 8 years ago
4f8edafb
Move custom Truth subjects to gerrit-test-util
by Alice Kober-Sotzek
· 8 years ago
bc8186a
Add unit tests for Comment.Range#isValid
by Alice Kober-Sotzek
· 8 years ago
e1b2ad3
PreviewSubmit: fix generation of compressed tar entries
by Stefan Beller
· 8 years ago
02eda1a
Organize imports
by David Pursehouse
· 8 years ago
6b1cd81
Merge changes I69cf3fc4,Ib6e9e942
by ekempin
· 8 years ago
311ea90
Implement Mail Processor and Tests
by Patrick Hiesel
· 8 years ago
2768119
Merge "Send email notification to user that is assigned to a change"
by David Pursehouse
· 8 years ago
3406599
Merge "Split tests of RobotCommentsIT into smaller units"
by David Pursehouse
· 8 years ago
3432193
Merge "Remove test prefix from test methods"
by David Pursehouse
· 8 years ago
bcd275e
Add support for suggested fixes of robot comments
by Alice Kober-Sotzek
· 8 years ago
ce229cb
Split tests of RobotCommentsIT into smaller units
by Alice Kober-Sotzek
· 8 years ago
654b803
Remove Apache Codec Dependency from ChangeEditIT
by Patrick Hiesel
· 8 years ago
fa18907
Bazel: Reformat build files
by David Ostrovsky
· 8 years ago
49ab6f5
Send email notification to user that is assigned to a change
by Edwin Kempin
· 8 years ago
9d16b6b
RebaseAlways does not handle identical tree properly
by Zhen Chen
· 8 years ago
a02a5c0
Remove test prefix from test methods
by Patrick Hiesel
· 8 years ago
f9da0ed
Organize imports
by David Pursehouse
· 8 years ago
7c2eb45
Test that an empty map is returned if there are no robot comments
by Edwin Kempin
· 8 years ago
cd07df4
Allow to explicitly specify whom to notify on a change update
by Edwin Kempin
· 8 years ago
5690d68
Test that watchers are notified for new changes only if notify is ALL
by Edwin Kempin
· 8 years ago
422b453
Merge "Add ApprovalInfo.permittedVotingRange and updated reviewers tooltip"
by ekempin
· 8 years ago
bf313bb
Add ApprovalInfo.permittedVotingRange and updated reviewers tooltip
by Oleg Aravin
· 8 years ago
36959f7
DeleteBranches: Return 400 Bad Request if input is missing
by David Pursehouse
· 8 years ago
a1bcf92
Rename BranchAssert to RefAssert and make it generic
by David Pursehouse
· 8 years ago
31e4687
Fix incorrect mergeTip detection in ChangeJson.toRevisionInfo.
by Andrii Shyshkalov
· 8 years ago
b216a42
Avoid passing ChangeControl to ChangeMessageModifier.onSubmit.
by Andrii Shyshkalov
· 8 years ago
723b639
Merge "Add extension point to customize detailed commit message generation."
by David Pursehouse
· 8 years ago
6fdc8eb
Add extension point to customize detailed commit message generation.
by Andrii Shyshkalov
· 8 years ago
81bb4ea
Merge changes from topic 'reindex-if-stale'
by David Pursehouse
· 8 years ago
27ec2ba
ChangeIndexer: Reindex if stale after every index update
by Dave Borowitz
· 8 years ago
becb3b2
Merge "Add preference for dashboard columns in preferences"
by Dave Borowitz
· 8 years ago
9b6b424
ReviewersUtil: Query for groups only while limit is not reached yet
by Edwin Kempin
· 8 years ago
9ebeefa
Merge "Add REST endpoint to reindex a single account"
by ekempin
· 8 years ago
7ee686a
Add REST endpoint to reindex a single account
by Edwin Kempin
· 8 years ago
8b1fe0b
ChangeJson: Fix NPE when Non-Author-Code-Review is configured
by Edwin Kempin
· 8 years ago
7552bae
Add preference for dashboard columns in preferences
by Becky Siegel
· 8 years ago
84c49a6
Merge "Rebase-Always strategy: always generate footers."
by ekempin
· 8 years ago
7fe4516
Rebase-Always strategy: always generate footers.
by Andrii Shyshkalov
· 8 years ago
3d93136
StickyApprovalsIT: Also cover change kind NO_CHANGE
by Edwin Kempin
· 8 years ago
c67dcbc
RevisionApi: Add method to get revision ETag
by David Pursehouse
· 8 years ago
6e01539e
Fix MailMetadataIT.metadataOnNewChange when running against NoteDb
by Edwin Kempin
· 8 years ago
d3d8ba9
Merge changes Icfaf214d,I71e3cc50
by ekempin
· 8 years ago
a522b15
Merge "Add patch set description api endpoints"
by David Pursehouse
· 8 years ago
e114877
ProjectWatchIT: Add tests for watching a keyword
by Edwin Kempin
· 8 years ago
70713dc
ProjectWatchIT: Add tests for watching the All-Projects project
by Edwin Kempin
· 8 years ago
9f2ed6a
Add patch set description api endpoints
by Kasper Nilsson
· 8 years ago
e6fbdc7
Don't prohibit re-voting 0 post-submit after vote removal
by Dave Borowitz
· 8 years ago
1decb04
ChangeJson: Only list increasing values as permitted post-submit
by Dave Borowitz
· 8 years ago
d7424d3
Merge "Merge branch 'stable-2.13'"
by David Pursehouse
· 8 years ago
3964c0b
Merge "Support disallowing voting on labels after submission"
by ekempin
· 8 years ago
a752d80
Merge branch 'stable-2.13'
by David Pursehouse
· 8 years ago
260598c
Merge branch 'stable-2.12' into stable-2.13
by David Pursehouse
· 8 years ago
2944506
Allow submit of merge of non change branch
by Sven Selberg
· 8 years ago
2b1a9cf
Merge "Add regression tests and new headers to email"
by ekempin
· 8 years ago
20d71e5
Support disallowing voting on labels after submission
by Dave Borowitz
· 8 years ago
d61a3a1
Add regression tests and new headers to email
by Patrick Hiesel
· 8 years ago
f1790ce
Extension point for visiting ActionInfos before returning
by Dave Borowitz
· 8 years ago
b33ef44
Revert removal of Joda time in OutputStreamQuery
by David Pursehouse
· 8 years ago
c1b79d0
Merge "CommentSender: Fix ArrayIndexOutOfBoundsException for file level comments"
by ekempin
· 8 years ago
92b20ba
CommentSender: Fix ArrayIndexOutOfBoundsException for file level comments
by Edwin Kempin
· 8 years ago
27b0ee7
Fix Checkstyle warnings related to modifiers
by David Pursehouse
· 8 years ago
6208968
QueryIT: Add test for timestamp in query with output in text format
by David Pursehouse
· 8 years ago
e23ca41
Merge "Change kind cache: Don't fail if prior ps has no parent, but next ps has 1 parent"
by David Pursehouse
· 8 years ago
d49bd17
Change kind cache: Don't fail if prior ps has no parent, but next ps has 1 parent
by Edwin Kempin
· 8 years ago
8a4d86e
Merge branch 'stable-2.12' into stable-2.13
by David Pursehouse
· 8 years ago
1d55a32
Fix broken submit tests
by David Pursehouse
· 8 years ago
225da2d
Add @Sandboxed annotation for classes and methods
by Patrick Hiesel
· 9 years ago
3b6f3a8
Bazel: Exclude some tests that time out from the CI
by David Ostrovsky
· 8 years ago
0d3dab2
Add tests for submit whole topic on multiple projects/branches
by David Pursehouse
· 8 years ago
dc09b8c
Merge "Prevent inheriting from multiple projects"
by Dave Borowitz
· 8 years ago
69e27a3
Prevent inheriting from multiple projects
by Patrick Hiesel
· 9 years ago
55a07fc
ProjectWatchIT: Test that watches of different users don't interfere
by Edwin Kempin
· 8 years ago
a5a9fbd
Test that watches for other projects are not applied
by Edwin Kempin
· 8 years ago
354d228
ProjectWatchIT#watchFile(): Use watchedRepo for both changes
by Edwin Kempin
· 8 years ago
d7bd932
Bazel: Fix build
by David Ostrovsky
· 8 years ago
cb2dd27
Merge "Add patch set description"
by Dave Borowitz
· 8 years ago
Next »