summaryrefslogtreecommitdiffstats
path: root/gerrit-gpg
Commit message (Expand)AuthorAgeFilesLines
* Don't ship bouncycastle libraries in plugin APIDavid Ostrovsky2017-04-071-4/+4
* Merge changes from topic 'http-password'ekempin2017-02-287-74/+81
|\
| * Migrate external IDs to NoteDb (part 1)Edwin Kempin2017-02-287-74/+81
* | Make static fields in GpgKeys and PreviewSubmit finalEdwin Kempin2017-02-271-1/+1
|/
* Squash redundant string concatenations introduced by google-java-formatDavid Pursehouse2017-02-174-5/+5
* Ship BouncyCastle in the .war files.Han-Wen Nienhuys2017-02-151-4/+4
* Format all Java files with google-java-formatDave Borowitz2017-02-0725-2603/+2434
* Revert external ID cacheEdwin Kempin2017-02-024-46/+23
* ExternalIdCache: Add method to get external IDs by account ID + schemeEdwin Kempin2017-01-311-2/+2
* Remove Buck based buildDavid Ostrovsky2017-01-231-56/+0
* Add cache for external idsEdwin Kempin2017-01-114-22/+45
* Require account index and remove fallbacksEdwin Kempin2016-12-292-54/+15
* Merge "Remove test prefix from test methods"David Pursehouse2016-12-071-2/+2
|\
| * Remove test prefix from test methodsPatrick Hiesel2016-12-061-2/+2
* | Bazel: Reformat build filesDavid Ostrovsky2016-12-071-46/+46
|/
* bazel: mark test only libraries as such.Han-Wen Nienhuys2016-11-081-0/+1
* Bump bouncy castle to 1.55David Ostrovsky2016-10-252-4/+4
* GerritPublicKeyChecker: Use ternary instead of MoreObjects.firstNonNullDavid Pursehouse2016-10-251-4/+4
* Move code to send emails into 'mail.send' packagePatrick Hiesel2016-10-231-1/+1
* Use some Java 8 featuresDave Borowitz2016-09-203-22/+5
* Update Buck to latest versionDavid Ostrovsky2016-09-201-1/+0
* PublicKeyStoreTest: Fix order of expected and actual resultsEdwin Kempin2016-08-181-1/+1
* ChangeJson: Ignore PUSH_CERTIFICATES if GPG API is disabledDave Borowitz2016-08-122-0/+10
* AccountCacheImpl#ByNameLoader: Use account index to lookup usernamesEdwin Kempin2016-07-201-6/+1
* Use account index to check if GPG key is used by another accountEdwin Kempin2016-07-201-8/+58
* GerritPublicKeyChecker: Resolve external ID via account indexEdwin Kempin2016-07-071-5/+33
* Evict account from cache on post/delete of GPG keyEdwin Kempin2016-07-072-2/+12
* Merge "Implement Bazel build"Edwin Kempin2016-06-241-0/+58
|\
| * Implement Bazel buildDavid Ostrovsky2016-06-141-0/+58
* | Reindex account whenever account is evicted from cacheEdwin Kempin2016-06-221-1/+2
|/
* Enable and fix 'Statement unnecessarily nested within else clause' warningsDavid Pursehouse2016-06-022-5/+3
* Bazel: Fix MisusedWeekYear error detected by ErrorProneDavid Ostrovsky2016-05-302-3/+3
* Remove unused dbProvider field from IdentifiedUserAndrew Bonventre2016-05-162-3/+3
* Buck: Remove jgit cellDavid Ostrovsky2016-04-201-2/+2
* Remove redundant 'final' modifiersDavid Pursehouse2016-04-121-1/+1
* Replace usages of CharMatcher constantsDave Borowitz2016-02-232-3/+3
* Merge "Buck: Emulate real JGit project structure in its own cell"Saša Živkov2016-02-181-2/+2
|\
| * Buck: Emulate real JGit project structure in its own cellDavid Ostrovsky2016-02-141-2/+2
* | Merge changes from topic 'abstract-notes-migration'Dave Borowitz2016-02-161-1/+3
|\ \ | |/ |/|
| * Use different NotesMigration implementation for testingDave Borowitz2016-02-111-1/+3
* | Buck: Allow to consume JGit from its own cellDavid Ostrovsky2016-02-091-3/+3
|/
* Eclipse: Warn on incomplete switch cases even when default existsDavid Pursehouse2016-01-224-0/+28
* Fix deprecation warnings from latest JGit updateDave Borowitz2016-01-061-1/+1
* GpgKeys: Only expose to the current userDave Borowitz2015-12-182-5/+18
* Merge "Add project config boolean to require signed push on a project"Dave Borowitz2015-10-262-5/+29
|\
| * Add project config boolean to require signed push on a projectDave Borowitz2015-10-212-5/+29
* | Distinguish between assertProblems and assertNoProblemsDave Borowitz2015-10-233-27/+67
* | PublicKeyStore: Use {@code null} in JavadocDave Borowitz2015-10-231-2/+2
* | PublicKeyChecker: Support checking at a given effective dateDave Borowitz2015-10-235-19/+418
* | PublicKeyChecker: Fix revocation check (mostly)Dave Borowitz2015-10-2311-80/+572