summaryrefslogtreecommitdiffstats
path: root/gerrit-gpg
Commit message (Expand)AuthorAgeFilesLines
* Trigger GitReferenceUpdated event when external IDs are updatedEdwin Kempin2017-10-051-7/+8
* Remove support for writing accounts from ReviewDbEdwin Kempin2017-08-291-1/+1
* Make ReceiveCommits non-publicDave Borowitz2017-08-081-3/+2
* Move ReceiveCommits and related classes to their own packageDave Borowitz2017-08-081-2/+2
* Upgrade JGit to support improved BatchRefUpdatesDave Borowitz2017-07-284-0/+8
* Rework NotesMigration hierarchy and get rid of test implDave Borowitz2017-07-131-2/+3
* AccountsUpdate: Rename atomicUpdate to updateEdwin Kempin2017-06-271-1/+1
* Always update accounts atomicallyEdwin Kempin2017-06-271-6/+1
* Update to new generified Bouncy Castle APIsDave Borowitz2017-06-267-9/+3
* Revert "Fix eclipse warnings"Han-Wen Nienhuys2017-06-267-3/+9
* Fix eclipse warningsDavid Ostrovsky2017-06-237-9/+3
* Let AccountsUpdate take care to evict accounts from the account cacheEdwin Kempin2017-06-071-6/+1
* Let ExternalIdsUpdate take care to evict accounts from the account cacheEdwin Kempin2017-06-073-11/+0
* Update accounts through AccountsUpdate classEdwin Kempin2017-06-071-1/+4
* Get accounts through Accounts classEdwin Kempin2017-06-071-1/+4
* Migrate external IDs to NoteDb (part 3)Edwin Kempin2017-05-104-21/+8
* Merge branch 'stable-2.14'David Pursehouse2017-04-101-4/+4
|\
| * Don't ship bouncycastle libraries in plugin APIDavid Ostrovsky2017-04-071-4/+4
* | Migrate external IDs to NoteDb (part 2)Edwin Kempin2017-03-282-15/+12
* | Move classes that are related to external IDs into an own packageEdwin Kempin2017-03-275-12/+12
* | Adapt the use of @Inject and @AssistedInjectPatrick Hiesel2017-03-232-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
|/