summaryrefslogtreecommitdiffstats
path: root/gerrit-pgm
Commit message (Expand)AuthorAgeFilesLines
* Run most acceptance tests in-memoryShawn Pearce2013-11-053-19/+53
* Fix missing build dependenciesShawn Pearce2013-11-051-1/+4
* Inject right plugin name @PluginName in init stepDavid Ostrovsky2013-10-181-3/+6
* Remove temporary files created by --list-plugins operationDariusz Luksza2013-10-182-1/+13
* --list-plugins should not start init stepDariusz Luksza2013-10-182-3/+8
* Merge "Fix Jetty server calling buck with custom PATH"Shawn Pearce2013-10-161-1/+1
|\
| * Fix Jetty server calling buck with custom PATHShawn Pearce2013-10-111-1/+1
* | Use DateTimeUtils.currentTimeMillis() to get current timeDave Borowitz2013-10-162-4/+6
* | Improve output of .war name during site initialisationDavid Pursehouse2013-10-161-3/+3
|/
* Suppress deprecation warning for DEFAULT_CONFIGURATION_KEYDavid Pursehouse2013-10-111-0/+1
* Merge branch 'stable-2.7'Shawn Pearce2013-10-092-22/+38
|\
| * Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-10-092-22/+38
| |\
| | * Use LogManager.DEFAULT_CONFIGURATION_KEYDavid Ostrovsky2013-10-091-1/+1
| | * Skip internal logging conf when external one was providedDariusz Luksza2013-10-092-22/+38
| | * Gerrit 2.6v2.6Shawn Pearce2013-06-211-1/+1
| * | Set version to 2.7v2.7Dave Borowitz2013-09-181-1/+1
* | | Limit threads used in Reindex to DB connection pool sizeDave Borowitz2013-10-031-0/+23
* | | Remove jsr305 libraryShawn Pearce2013-09-261-2/+0
* | | Add our own Nullable implementationSasa Zivkov2013-09-262-2/+2
* | | Fix acceptance test invocation from EclipseDavid Ostrovsky2013-09-202-1/+11
* | | Optionally, initialize site from WebAppInitializer.Sasa Zivkov2013-09-186-271/+502
* | | Init: Optionally skip plugin installation processDavid Ostrovsky2013-09-143-11/+25
* | | Store PatchSetApprovals instead of labels in the indexDave Borowitz2013-09-121-131/+28
* | | Fix NPE if user is nullEdwin Kempin2013-09-121-1/+1
* | | Render JSON results for the change table only using the indexDave Borowitz2013-09-101-28/+131
* | | Split out REST parts of PluginModule into PluginRestApiModuleDave Borowitz2013-09-101-2/+2
* | | Replace pattern "user instanceof IdentifiedUser" with method callDavid Ostrovsky2013-09-052-2/+2
* | | Compare string objects with .equals method rather than ==David Pursehouse2013-08-231-1/+1
* | | Remove unneeded @SuppressWarnings("resource")Edwin Kempin2013-08-222-3/+0
* | | Clean up final static to be static finalDavid Ostrovsky2013-08-191-2/+2
* | | Merge "Use optional CRL with CLIENT_SSL_CERT_LDAP"Shawn Pearce2013-08-181-0/+6
|\ \ \
| * | | Use optional CRL with CLIENT_SSL_CERT_LDAPChulho Yang2013-08-181-0/+6
* | | | Fix --install-plugin option to preserve real plugin nameDavid Ostrovsky2013-08-161-1/+1
* | | | Add support for Oracle databaseDavid Ostrovsky2013-08-145-1/+43
* | | | Support installation of proprietary libraries in $site/libDavid Ostrovsky2013-08-141-2/+33
* | | | Fix path used in generated prolog class namesShawn Pearce2013-08-061-1/+1
* | | | Fix gerrit-pgm test suite to include init-apiShawn Pearce2013-08-061-0/+1
* | | | Add basic init classes of gerrit-pgm again to plugin apiChristian Aistleitner2013-08-061-1/+31
* | | | Make command line option parsing ~6500% fasterShawn Pearce2013-08-051-10/+2
* | | | Define AccountDirectory as an abstract backend for user dataShawn Pearce2013-08-011-0/+2
* | | | Split acceptance tests into one target per testShawn Pearce2013-07-271-1/+1
* | | | Fix build error in InitShawn Pearce2013-07-221-1/+1
* | | | Fix unused import in InitShawn Pearce2013-07-211-1/+0
* | | | Fix build broken by InitFlags constructor changeShawn Pearce2013-07-211-1/+3
* | | | Add '--install-plugin' option to init stepDariusz Luksza2013-07-204-7/+77
* | | | Add '--list-plugins' option to init stepDariusz Luksza2013-07-192-66/+95
* | | | Honor gerrit.cannonicalWebUrl when opening browser after init.Sasa Zivkov2013-07-151-5/+8
* | | | Automatically refresh GWT UI on each page loadShawn Pearce2013-07-131-13/+59
* | | | Merge "Suppress Eclipse warnings about not closed resources"Shawn Pearce2013-07-112-0/+3
|\ \ \ \
| * | | | Suppress Eclipse warnings about not closed resourcesDavid Pursehouse2013-07-112-0/+3