RETIRED, Gerrit as used by OpenStack
Go to file
David Pursehouse efdb2461d3 Merge branch 'stable-2.11'
* stable-2.11:
  SshDaemon: Don't use deprecated IoAcceptor.dispose()
  PatchListLoader: Don't use deprecated TemporaryBuffer.LocalFile constructor
  Fix unused exception throws in EncryptedContactStore
  Remove unused imports
  Don't use deprecated PGPPublicKeyRingCollection constructor
  Print proper name for mergeability check tasks in show-queue command
  Print proper name for ListenableFutureTask in show-queue command
  Work around asciidoctor handling of nested ` and *
  Revert "Revert "Allow configuration of SSH rekey values""
  Revert "Revert "SSHD: Allow ECDSA based public key authentication""
  Revert "Revert "SSHD: Prevent double authentication for the same public key""
  Revert "Downgrade SSHD to 0.9.0-4-g5967cfd"
  Recommend --data-binary flag when testing submit rules from curl
  Change edit shortcut from 'm' to 'e'
  Fix NPE in MergeabilityCache.getIfPresent
  Fix F5 shortcut being hijacked by edit topic in Firefox
  Update 2.11 release notes
  Update version to 2.10.2
  Release notes for Gerrit 2.10.2
  Do not return 403 when clicking on Gitweb breadcrumb
  Add log messages to troubleshoot OAuth/OpenID linking
  Remove unused imports
  Convert to new AutoCloseable instances coming in JGit 4.0
  Remove unused OAuthToken in authorisation URL
  OnlineReindexer: log the success/failure numbers on exit
  Work around MyersDiff infinite loop in PatchListLoader
  Bind SecureStore and SecureStoreClassName in WebAppInitializer
  Update replication plugin
  Rework intra line diff to interrupt threads instead of killing them
  Update JGit to 3.7.0.201502260915-r.58-g65c379e
  Update replication plugin
  Workaround a RecursiveMerger bug [1], avoid online reindexing failure
  OAuth: Allow to link claimed identity to existing accounts
  OAuth: Allow to change username
  Allow PatchListLoader to use recursive merger
  Allow plugins to use self-provided licenses for used Maven Jars

Change-Id: Ie7f96abd97bd2c7e9205a708eed11f9052546187
2015-04-07 10:52:27 +09:00
.settings Update import order settings to list all top-level packages 2015-03-25 20:36:56 +00:00
bucklets Rename __standalone_mode__ to STANDALONE_MODE 2014-11-24 08:44:12 +00:00
contrib Fix minor python code style issues 2014-12-18 02:51:06 +00:00
Documentation Merge branch 'stable-2.11' 2015-04-07 10:52:27 +09:00
gerrit-acceptance-tests Reuse running daemon in AbstractDaemonTest 2015-04-02 15:35:44 -07:00
gerrit-antlr Support change~branch~id in query syntax 2014-12-10 09:55:08 -08:00
gerrit-cache-h2 SitePaths: Convert site_path itself to Path 2015-03-03 11:48:05 +09:00
gerrit-common Merge branch 'stable-2.11' 2015-03-20 10:11:53 +09:00
gerrit-extension-api Merge branch 'stable-2.11' 2015-04-07 10:52:27 +09:00
gerrit-gwtdebug Organize imports 2014-12-18 11:16:03 +09:00
gerrit-gwtexpui Replace C-style array declarations with Java-style declarations 2015-03-19 12:15:43 +09:00
gerrit-gwtui Merge branch 'stable-2.11' 2015-04-07 10:52:27 +09:00
gerrit-gwtui-common Remove unused "remove reviewer" image 2015-01-08 18:39:58 +09:00
gerrit-httpd Do not return 403 when clicking on Gitweb breadcrumb 2015-03-26 12:34:18 +00:00
gerrit-launcher Replace C-style array declarations with Java-style declarations 2015-03-19 12:15:43 +09:00
gerrit-lucene Merge branch 'stable-2.11' 2015-04-07 10:52:27 +09:00
gerrit-main Replace C-style array declarations with Java-style declarations 2015-03-19 12:15:43 +09:00
gerrit-oauth Merge branch 'stable-2.10' into stable-2.11 2015-03-29 20:49:13 +01:00
gerrit-openid Merge branch 'stable-2.10' into stable-2.11 2015-03-29 20:49:13 +01: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 Merge branch 'stable-2.11' 2015-04-07 10:52:27 +09:00
gerrit-plugin-api Update version to 2.10.2 2015-03-26 16:38:04 +01:00
gerrit-plugin-archetype Update version to 2.10.2 2015-03-26 16:38:04 +01:00
gerrit-plugin-gwt-archetype Update version to 2.10.2 2015-03-26 16:38:04 +01:00
gerrit-plugin-gwtui Update version to 2.10.2 2015-03-26 16:38:04 +01:00
gerrit-plugin-js-archetype Update version to 2.10.2 2015-03-26 16:38:04 +01:00
gerrit-prettify Add missing braces around if- for- and while-statements 2015-03-19 12:15:42 +09:00
gerrit-reviewdb Merge branch 'stable-2.10' into stable-2.11 2015-03-16 14:10:54 +09:00
gerrit-server Merge branch 'stable-2.11' 2015-04-07 10:52:27 +09:00
gerrit-solr SitePaths: Convert site_path itself to Path 2015-03-03 11:48:05 +09:00
gerrit-sshd Merge branch 'stable-2.11' 2015-04-07 10:52:27 +09:00
gerrit-util-cli Add missing braces around if- for- and while-statements 2015-03-19 12:15:42 +09:00
gerrit-util-http Fix line length warnings 2015-03-19 18:35:04 +09:00
gerrit-util-ssl Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-war Merge branch 'stable-2.11' 2015-04-07 10:52:27 +09:00
lib Merge branch 'stable-2.11' 2015-04-07 10:52:27 +09:00
plugins Update replication plugin to latest revision 2015-03-29 21:00:45 +01:00
ReleaseNotes Merge branch 'stable-2.11' 2015-04-07 10:52:27 +09:00
tools Support AutoValue annotation processors via exported_deps 2015-03-27 09:56:59 -07:00
website/releases Releases: Update website to use Cloud Storage v1 API 2014-11-21 12:22:59 -08:00
.buckconfig Build Gerrit in headless mode 2015-03-04 10:59:02 +09:00
.buckversion Update Buck to newest version 2015-03-07 23:03:15 +01:00
.editorconfig Add basic EditorConfig 2015-03-03 07:12:16 +00:00
.gitignore Add buck build soyc to output GWT split point report 2015-01-15 04:40:28 +00:00
.gitmodules Add singleusergroup plugin 2013-11-09 07:45:00 +01:00
.mailmap Add more people to .mailmap file 2015-03-31 21:41:03 +00: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 Build Gerrit in headless mode 2015-03-04 10:59:02 +09: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 Update version to 2.10.2 2015-03-26 16:38:04 +01:00