Sign in
gerrit
/
gerrit
/
fa94af156cc50d7d0b4ec5312549e4e5c01841d7
/
gerrit-acceptance-tests
f3548a9
Add a global capability for viewing all accounts
by Dave Borowitz
· 11 years ago
868e341
Gate Keeping: Add support for "on behalf of" for submit operation
by David Ostrovsky
· 11 years ago
f63ac2c
AbstractDaemonTest: s/ammend/amend
by Dave Borowitz
· 11 years ago
83ea040
Acceptance tests: Disable HTTPD per class or method annotation
by David Ostrovsky
· 11 years ago
468eaa2
Simplify unit tests
by David Ostrovsky
· 11 years ago
1752b2d
Merge changes Ie9229923,Ibe1cd165
by Shawn Pearce
· 11 years ago
8242630
Merge branch 'stable-2.8'
by Shawn Pearce
· 11 years ago
9760cdc
Run acceptance tests with custom suite to set Configs
by Dave Borowitz
· 11 years ago
03ff325
Change API: Add convenience get() and info() methods
by David Ostrovsky
· 11 years ago
42f66e2
Replace GET /changes/<id> call with ChangeApi.get() call in acceptance tests
by David Ostrovsky
· 11 years ago
6ba8448
Merge topic 'plugin-api'
by Shawn Pearce
· 11 years ago
3f5dc3f
Add ChangeApi.get() method
by David Ostrovsky
· 11 years ago
4030c6f
Consistently apply camel case naming convention in server code
by David Ostrovsky
· 11 years ago
063e0fd
Run acceptance tests with different configs using @Parameterized
by Dave Borowitz
· 11 years ago
f33cbe4
Pass recursive=true into config.getNames() JGit method
by David Ostrovsky
· 11 years ago
c792114
Merge "Plugin API: Add factory methods for frequently used review operations"
by Shawn Pearce
· 11 years ago
8905dd4
Remove unused imports in acceptance tests
by David Pursehouse
· 11 years ago
5ffec22
Plugin API: Add factory methods for frequently used review operations
by David Ostrovsky
· 11 years ago
1645423
Merge topic 'inline-2'
by Shawn Pearce
· 11 years ago
afb1efb
Merge branch 'stable-2.8'
by Shawn Pearce
· 11 years ago
8dea44c
Refactor ListChangesOption out to extension API
by David Ostrovsky
· 11 years ago
07ddca5
ReceiveCommits: Fix PUSH permission check for draft changes
by David Ostrovsky
· 11 years ago
6e43e2a
Don't allow project owners to create branches if create is blocked
by Edwin Kempin
· 11 years ago
d45a8ca
Add acceptance test for branch creation
by Edwin Kempin
· 11 years ago
ca8ae28
Add git rm command to acceptance test framework
by David Ostrovsky
· 11 years ago
47f359d
Add support for raw input to acceptance test framework
by David Ostrovsky
· 11 years ago
e4b5028
Add acceptance test for pushing an open change to a branch
by Dave Borowitz
· 11 years ago
d81ba62
Add acceptance test for change REST API options
by Dave Borowitz
· 11 years ago
fe2de01
Factor admin account and getChange method into AbstractDaemonTest
by Dave Borowitz
· 11 years ago
88da34f
Support acceptance tests running with different configs
by Dave Borowitz
· 11 years ago
6313875
Merge "Acceptance test: Add support to make plain HTTP requests"
by Edwin Kempin
· 11 years ago
dc26549
Acceptance test: Add support to make plain HTTP requests
by Edwin Kempin
· 11 years ago
867db42
Merge "Check submitter record in submit acceptance tests"
by Edwin Kempin
· 11 years ago
5c51308
Remove unused import in GetGroupIT
by David Pursehouse
· 11 years ago
28d204a
Check submitter record in submit acceptance tests
by Dave Borowitz
· 11 years ago
d354ee0
Acceptance tests: Remove duplicated JSON container classes
by David Ostrovsky
· 11 years ago
d721dbb
Add acceptance test for getting different revisions by number
by Dave Borowitz
· 11 years ago
cbf1364
Merge "Bump Jetty version to stable 9.1 and Servlet API to 3.1"
by Shawn Pearce
· 11 years ago
a225e31
Add acceptance test for copying approvals between patch sets
by Dave Borowitz
· 11 years ago
d2fa40d
Buck: increase JVM heap size for acceptance tests
by David Ostrovsky
· 11 years ago
4659ec0
Check approvals and current revisions in submit acceptance tests
by Dave Borowitz
· 11 years ago
d064abe
Start migration to notedb implementation of PatchSetApprovals
by Dave Borowitz
· 11 years ago
e01d9b7
Bump Jetty version to stable 9.1 and Servlet API to 3.1
by David Ostrovsky
· 11 years ago
c2f0efb
Use only loopback addresses in acceptance tests
by Shawn Pearce
· 11 years ago
1dd2db2
Use ApprovalsUtil from PushOneCommit
by Dave Borowitz
· 11 years ago
b5b6f61
Move more functionality from elsewhere into ApprovalsUtil
by Dave Borowitz
· 11 years ago
43f029e
Merge branch 'stable-2.8'
by Shawn Pearce
· 11 years ago
e2b9221
Don't include the same change twice in GetRelated.
by Colby Ranger
· 11 years ago
31b599b
Move "refs/..." constants to a RefNames class
by Dave Borowitz
· 11 years ago
faef658
Include addReviewer in ChangeApi.
by Colby Ranger
· 11 years ago
f43e915
Move system groups into their own backend
by Shawn Pearce
· 11 years ago
386b4eb
Merge "Add a Change Owner group"
by Shawn Pearce
· 11 years ago
4245e6f
Add a Change Owner group
by Khai Do
· 11 years ago
05cb053
Save GWT compile time by avoiding javac
by Shawn Pearce
· 11 years ago
ab23190
Merge "Update Buck"
by Shawn Pearce
· 11 years ago
da07edd
Merge "Delete SQL index support"
by Shawn Pearce
· 11 years ago
d4ae3a16
Delete SQL index support
by Shawn Pearce
· 11 years ago
a7e04e4
Merge "Fix unclosed resource warnings"
by Edwin Kempin
· 11 years ago
4e1a8bc
Update Buck
by Shawn Pearce
· 11 years ago
72fb6cc
Remove unused .gitignore
by Shawn Pearce
· 11 years ago
c53fd3a
Delete eclipse left-over files from the Maven poop era
by David Ostrovsky
· 11 years ago
0b17d5f
Fix unclosed resource warnings
by Shawn Pearce
· 11 years ago
a8ecfa3
Merge "Revision API: add cherry pick method"
by Shawn Pearce
· 11 years ago
1401fca
Add acceptance test for getting account diff preferences via REST
by Edwin Kempin
· 12 years ago
3bd8c9a
Revision API: add cherry pick method
by David Ostrovsky
· 11 years ago
1e2073d3
Plugin API for project
by David Ostrovsky
· 11 years ago
ec6fca8
Make LifecycleModule inherit from FactoryModule
by Dave Borowitz
· 11 years ago
49ef37b
Merge "Support to inherit project level plugin config for own config file"
by Edwin Kempin
· 11 years ago
6fde967
Merge "Support project specific plugin configuration in own config file"
by Edwin Kempin
· 11 years ago
4cfa7d1
Include missing rest/change tests into build
by Shawn Pearce
· 11 years ago
64e089c
Merge "Remove trailing comma in annotation array initializer"
by Shawn Pearce
· 11 years ago
997b047
Remove unnecessary semicolons
by alex.ryazantsev
· 11 years ago
dda4a84
Remove trailing comma in annotation array initializer
by alex.ryazantsev
· 11 years ago
753245f
Merge "Plugin API for change and revision"
by Shawn Pearce
· 11 years ago
44a1930
Plugin API for change and revision
by David Ostrovsky
· 11 years ago
72d5b01
Add acceptance test for new plugin and extension API
by David Ostrovsky
· 11 years ago
edddef2
Make acceptance test framework request scope aware
by David Ostrovsky
· 11 years ago
6bfb633
Merge changes Ic9315314,I8c336be2
by Shawn Pearce
· 11 years ago
4c62f72
Merge branch 'stable-2.8'
by Shawn Pearce
· 11 years ago
f4a8de4
Merge "Add REST API to toggle starred change state" into stable-2.8
by Shawn Pearce
· 11 years ago
d4765db
Add REST API to toggle starred change state
by Shawn Pearce
· 11 years ago
3e2403d
Merge "Add acceptance test for granting global capabilities"
by Shawn Pearce
· 11 years ago
edb57bb
Add acceptance test for granting global capabilities
by David Ostrovsky
· 11 years ago
d215908
Completed test migration to junit4, easymock updated to version 3.2
by alex.ryazantsev
· 11 years ago
af23150
Merge branch 'stable-2.8'
by Shawn Pearce
· 11 years ago
7faa526
Add missing //gerrit-lucene:lucene dep to acceptance-tests
by Shawn Pearce
· 11 years ago
2710af5
Merge "Support 'conflicts:<change>' operator to find changes with same files"
by Edwin Kempin
· 11 years ago
35e97c2
Run most acceptance tests in-memory
by Shawn Pearce
· 11 years ago
383341b
Merge branch 'stable-2.8'
by Shawn Pearce
· 11 years ago
f22e633
Fix missing build dependencies
by Shawn Pearce
· 11 years ago
10b49dc
Support 'conflicts:<change>' operator to find changes with same files
by Edwin Kempin
· 12 years ago
762da38
Support to inherit project level plugin config for own config file
by Edwin Kempin
· 11 years ago
705f284
Support project specific plugin configuration in own config file
by Edwin Kempin
· 11 years ago
318bfca
Run most acceptance tests in-memory
by Shawn Pearce
· 11 years ago
42f7bc3
Check preconditions when setting parent project through REST
by Edwin Kempin
· 11 years ago
0f07b86
Add acceptance tests for setting parent project via REST
by Edwin Kempin
· 11 years ago
98aa6d3
Merge changes I9ec71290,I6c20de69
by Shawn Pearce
· 11 years ago
40bd574
Don't allow project owners to delete branches if force push is blocked
by Edwin Kempin
· 11 years ago
288ed98
Remove usages of System.currentTimeMillis() from gerrit-reviewdb
by Dave Borowitz
· 11 years ago
d7c1d09
Add acceptance test for testing branch deletion via REST
by Edwin Kempin
· 11 years ago
Next »