summaryrefslogtreecommitdiffstats
path: root/gerrit-common
Commit message (Expand)AuthorAgeFilesLines
* Remove Guava from GWT buildShawn Pearce2013-05-051-2/+2
* Remove SingleListChangeInfo.javaGustaf Lundh2013-05-021-52/+0
* Distinguish between error and timeout in intraline diff error messageDavid Pursehouse2013-04-171-1/+7
* Merge "Add gitweb.linkDrafts to control if gitweb links are shown on drafts"David Pursehouse2013-04-171-0/+16
|\
| * Add gitweb.linkDrafts to control if gitweb links are shown on draftsChad Horohoe2013-04-161-0/+16
* | Introduce StreamEvents capabilityEd Bartosh2013-04-151-0/+4
|/
* Build gwtexpui from in-subtree versionDave Borowitz2013-04-111-2/+3
* Merge branch 'stable-2.6'Shawn Pearce2013-04-091-0/+4
|\
| * Fix: wrong error message on MyWatchedProjectsScreenBruce Zu2013-04-091-0/+4
* | Get commentlinks per-project in UI codeDave Borowitz2013-04-092-63/+10
* | Upgrade gwtexpui to 1.3.3 to get LinkFindReplaceDave Borowitz2013-04-091-5/+57
* | Merge branch 'stable-2.6'Dave Borowitz2013-03-287-246/+0
|\|
| * Remove login dialogs and replace with /login/ URLsShawn Pearce2013-03-287-246/+0
* | Merge "Implement sticky approvals with copyMaxScore"Shawn Pearce2013-03-261-0/+9
|\ \
| * | Implement sticky approvals with copyMaxScoreShawn Pearce2013-03-261-0/+9
* | | Add change messages to Get Change Detail REST api callJohn Spurlock2013-03-261-1/+4
|/ /
* / Start 2.7 developmentShawn Pearce2013-03-211-1/+1
|/
* Add SSH command to run Git garbage collectionEdwin Kempin2013-03-202-0/+86
* Remove ID from LabelTypeDave Borowitz2013-03-202-41/+1
* Write label names instead of IDs to PatchSetApprovalsDave Borowitz2013-03-181-1/+1
* Fill in missing intermediate label values automaticallyDave Borowitz2013-03-142-8/+32
* Remove ApprovalCategory and ApprovalCategoryValueDave Borowitz2013-03-145-160/+55
* Remove unused methods from PatchDetailServiceDave Borowitz2013-03-141-10/+0
* Allow parent projects to block children from overriding labelsDave Borowitz2013-03-141-0/+11
* Allow setting label types in project.configDave Borowitz2013-03-141-1/+1
* Drop LabelType.getPosition()Dave Borowitz2013-03-142-10/+36
* Remove LabelTypes from GerritConfigDave Borowitz2013-03-112-9/+9
* Move RPC auth token from Authorization header to X-Gerrit-AuthShawn Pearce2013-03-111-1/+1
* Merge "Remove old RPC for 'create project' on WebUI"Edwin Kempin2013-03-081-7/+0
|\
| * Remove old RPC for 'create project' on WebUIBruce Zu2013-03-071-7/+0
* | Merge "Split off raw SQL access into its own permission"Shawn Pearce2013-03-071-0/+4
|\ \ | |/ |/|
| * Split off raw SQL access into its own permissionChad Horohoe2013-03-071-0/+4
* | Delete unused (and broken) ListGroupsOption.fromValue() methodEdwin Kempin2013-03-061-4/+0
* | Merge "Cleanup unused RefConfigSection.REF_CONFIG"David Pursehouse2013-03-061-3/+0
|\ \
| * | Cleanup unused RefConfigSection.REF_CONFIGChristian Aistleitner2013-03-051-3/+0
* | | Merge "Remove AccountDashboardInfo.java"David Pursehouse2013-03-061-71/+0
|\ \ \
| * | | Remove AccountDashboardInfo.javaGustaf Lundh2013-03-051-71/+0
* | | | Delete unused (and broke) ListChangesOption.fromValue() methodShawn Pearce2013-03-051-4/+0
|/ / /
* / / Add direct members and directly included groups to GroupInfoEdwin Kempin2013-03-051-0/+66
|/ /
* | Add toString() methods on label-related typesDave Borowitz2013-03-013-0/+33
* | Rename ApprovalType(s) to LabelType(s)Dave Borowitz2013-03-013-37/+37
* | Migrate ApprovalTypes away from ApprovalCategory(Value)Dave Borowitz2013-03-014-41/+215
|/
* Fix JavaScript indexOf crash when reviewer has no nameShawn Pearce2013-03-011-4/+0
* Sort change owner first in ApprovalTableDave Borowitz2013-02-261-6/+14
* Sort approvals in REST endpoints and approval tableDave Borowitz2013-02-221-0/+14
* Remove unused label details from old RPC handlersDave Borowitz2013-02-213-124/+0
* Remove old Add/RemoveReviewer handlersDave Borowitz2013-02-211-11/+0
* Port ApprovalTable to new REST APIDave Borowitz2013-02-211-0/+23
* Merge "Fix generic handling of NameAlreadyUsedException in GerritCallback"Shawn Pearce2013-02-201-6/+2
|\
| * Fix generic handling of NameAlreadyUsedException in GerritCallbackEdwin Kempin2013-02-191-6/+2