RETIRED, Gerrit as used by OpenStack
Go to file
David Pursehouse d3d7e26235 Merge branch 'stable-2.10'
* stable-2.10:
  Don't show 'Add Me' button for change owner or existing reviewers
  Clarify behaviour of the 'Remove Reviewer' permission for change owners
  Include all command arguments in SSH log entry
  Honor expireAfterWrite in the H2CacheImpl
  ACL: Fix transitions check & a '1' in RefName
  Fix exception when clicking on binary file without being signed in
  Use current time for cherry picked commits
  Enable scrollbars for "Edit Commit Message" TextArea
  Only create All-Projects ACL once
  Fix inconsistent behaviour when adding reviewers

Conflicts:
	gerrit-cache-h2/src/main/java/com/google/gerrit/server/cache/h2/H2CacheFactory.java
	gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Reviewers.java
	gerrit-server/src/main/java/com/google/gerrit/server/change/PostReviewers.java

Change-Id: I120ce5cc0ac117673c36d96cad301c4ac0982915
2014-12-05 11:19:22 +09:00
.settings Support AutoValue 2014-11-08 08:31:08 -08:00
bucklets Rename __standalone_mode__ to STANDALONE_MODE 2014-11-24 08:44:12 +00:00
contrib contrib: Add a simple tool for pushing to named reviewers 2014-11-06 14:42:37 -08:00
Documentation Merge branch 'stable-2.10' 2014-12-05 11:19:22 +09:00
gerrit-acceptance-tests InlineEdit: Report same commit message error to client 2014-12-03 10:02:17 +09:00
gerrit-antlr Allow Hashtags searches prefixed with "#". 2014-09-29 17:59:35 +02:00
gerrit-cache-h2 Honor expireAfterWrite in the H2CacheImpl 2014-12-03 16:25:05 +09:00
gerrit-common Merge "ChangeScreen2: Make Reply button configurable" 2014-11-27 05:18:02 +00:00
gerrit-extension-api Replace ChangeJson.ChangeInfo with extensions.common.ChangeInfo 2014-11-27 10:23:30 +00:00
gerrit-gwtdebug Update GWT to 2.7 2014-12-04 11:23:01 +09:00
gerrit-gwtexpui Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-gwtui Merge branch 'stable-2.10' 2014-12-05 11:19:22 +09:00
gerrit-gwtui-common Buck: Rename gwtxml to gwt_xml in gwt_module() 2014-05-19 12:26:50 -07:00
gerrit-httpd ChangeScreen2: Make Reply button configurable 2014-11-21 14:06:03 +01:00
gerrit-launcher Apply "type inference for generic instance creation" Java 7 feature 2014-04-26 15:27:57 +02:00
gerrit-lucene Update Lucene to version 4.10.2 2014-11-18 09:15:07 +09:00
gerrit-main Build Main for Java 1.2 2013-11-30 01:53:00 -08:00
gerrit-openid Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-patch-commonsnet Replace 'for' loop with 'foreach' 2013-12-04 01:02:53 +04:00
gerrit-patch-jgit Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-pgm Improve GWT SDM debug session recompilation time by a factor of 10 2014-12-04 11:23:14 +09:00
gerrit-plugin-api Bump version to 2.9.2 2014-11-12 15:27:53 +09:00
gerrit-plugin-archetype Bump version to 2.9.2 2014-11-12 15:27:53 +09:00
gerrit-plugin-gwt-archetype Bump version to 2.9.2 2014-11-12 15:27:53 +09:00
gerrit-plugin-gwtui Bump version to 2.9.2 2014-11-12 15:27:53 +09:00
gerrit-plugin-js-archetype Bump version to 2.9.2 2014-11-12 15:27:53 +09:00
gerrit-prettify Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-reviewdb Replace ChangeJson.ChangeInfo with extensions.common.ChangeInfo 2014-11-27 10:23:30 +00:00
gerrit-server Merge branch 'stable-2.10' 2014-12-05 11:19:22 +09:00
gerrit-solr Simplify ChangeIndex by removing delete(ChangeData) 2014-11-12 10:35:02 -08:00
gerrit-sshd Include all command arguments in SSH log entry 2014-12-04 17:56:48 +00:00
gerrit-util-cli Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-util-http Refactor RequestUtil into a separate package 2014-10-30 15:35:26 -07:00
gerrit-util-ssl Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-war Bump version to 2.9.2 2014-11-12 15:27:53 +09:00
lib Update GWT to 2.7 2014-12-04 11:23:01 +09:00
plugins Update plugins 2014-10-31 18:19:48 +09:00
ReleaseNotes Tidy up the 2.11 release notes and add to the index 2014-12-02 16:06:16 +09:00
tools Improve GWT SDM debug session recompilation time by a factor of 10 2014-12-04 11:23:14 +09:00
website/releases Releases: Update website to use Cloud Storage v1 API 2014-11-21 12:22:59 -08:00
.buckconfig Update GWT to 2.7 2014-12-04 11:23:01 +09:00
.buckversion Update Buck to recent version 2014-10-30 21:54:51 +01:00
.gitignore Support AutoValue 2014-11-08 08:31:08 -08:00
.gitmodules Add singleusergroup plugin 2013-11-09 07:45:00 +01:00
.mailmap Define mailmap 2014-11-06 09:15:44 +01:00
.pydevproject Update PyDev project to use Python 2.7 2014-10-02 15:16:44 +09:00
.watchmanconfig Watchman: Add buck-out dir to ignored directories 2014-08-21 07:32:37 +02:00
BUCK Update Buck and use gwt_binary() 2014-05-19 11:41:31 -07:00
COPYING Initial project setup of Gerrit 2 2008-11-14 16:59:34 -08:00
INSTALL Remove Gerrit 1.x to 2.x import tools 2009-03-27 20:20:10 -07:00
SUBMITTING_PATCHES Update push URL in SUBMITTING_PATCHES 2012-03-29 00:57:14 -04:00
VERSION Bump version to 2.9.2 2014-11-12 15:27:53 +09:00