summaryrefslogtreecommitdiffstats
path: root/gerrit-sshd
Commit message (Expand)AuthorAgeFilesLines
* Allow project owner to use set-project ssh commandHugo Arès2017-04-111-3/+3
* LfsPluginAuthCommand: Don't spam error log when LFS plugin is missingDavid Pursehouse2017-03-141-3/+10
* Allow user with maintain server permissions to find any changeLuca Milanesio2017-03-081-1/+4
* Do not assume DB down if change to index not foundLuca Milanesio2017-03-071-3/+1
* Allow to continue reindex despite failuresLuca Milanesio2017-03-071-1/+1
* Install "git-lfs-authenticate" SSH command when lfs.plugin is configuredJacek Centkowski2017-01-162-4/+18
* Introduce "git-lfs-authenticate" SSH Command for LFS pluginsJacek Centkowski2017-01-162-0/+69
* Support move change via SSHOrgad Shaneh2016-11-231-1/+18
* Fix NPE when requesting invalid Change-Id to indexLuca Milanesio2016-11-141-2/+10
* SetMembersCommand: Handle REST errors gracefullyDavid Pursehouse2016-11-041-19/+24
* Remove unused importHugo Arès2016-11-031-1/+0
* Fix to reindex a change via SSH: get from DB/Notes instead of LuceneLuca Milanesio2016-11-022-3/+46
* Catch exceptions from StreamEvents JSON SerializationGustaf Lundh2016-09-231-3/+15
* Add configuration of key exchange algorithms for sshdScott Dial2016-08-241-15/+10
* Fix auto-adding reviewers during pushDave Borowitz2016-08-151-1/+1
* Merge "ShowConnections: Only show start and idle columns for mina backend"Edwin Kempin2016-08-041-25/+35
|\
| * ShowConnections: Only show start and idle columns for mina backendDavid Pursehouse2016-08-041-25/+35
* | Merge branch 'stable-2.12'David Pursehouse2016-08-041-0/+1
|\ \ | |/ |/|
| * SshDaemon: Set up the session timeout to make sshd.idleTimeout workDavid Pursehouse2016-08-031-0/+1
* | Merge "Add an optional flag to force an online reindex"Hugo Arès2016-08-031-1/+5
|\ \
| * | Add an optional flag to force an online reindexKhai Do2016-08-021-1/+5
* | | Add extension point to register JGit PostUploadHooksHugo Arès2016-08-021-5/+7
|/ /
* | Merge "SSH show-queue: option to group output by queue and print queue info"Edwin Kempin2016-07-141-43/+83
|\ \
| * | SSH show-queue: option to group output by queue and print queue infoSaša Živkov2016-07-131-43/+83
* | | Merge "Unwrap db in ssh.commands.QueryShell"Dave Borowitz2016-07-121-1/+2
|\ \ \ | |/ / |/| |
| * | Unwrap db in ssh.commands.QueryShellBjörn Pedersen2016-07-121-1/+2
* | | ReviewInput: Split NotifyHandling out to a separate fileDavid Pursehouse2016-07-121-1/+1
* | | Refactor ProjectControl#canReadCommmit to take repository as a parameterZhen Chen2016-07-111-1/+1
|/ /
* | StreamEvents: Correctly serialize Project.NameKey elements in jsonEryk Szymanski2016-07-111-0/+4
* | Accounts API: Add methods to create an accountEdwin Kempin2016-07-061-1/+2
* | Merge "Implement Bazel build"Edwin Kempin2016-06-241-0/+53
|\ \
| * | Implement Bazel buildDavid Ostrovsky2016-06-141-0/+53
* | | Reindex account whenever account is evicted from cacheEdwin Kempin2016-06-222-8/+11
* | | PutConfig: move static inner Input class to extension APIDavid Pursehouse2016-06-212-2/+2
|/ /
* | Consistently annotate changeCache as @NullableJonathan Nieder2016-06-062-0/+4
* | Merge changes I64000a57,Icc7c7586Dave Borowitz2016-06-061-1/+1
|\ \
| * | ChangeIndexer: Disable auto-rebuilding changesDave Borowitz2016-06-061-1/+1
* | | VisibleRefFilter Avoid touching the database for draftsDave Borowitz2016-06-062-9/+20
|/ /
* | Enable and fix 'Statement unnecessarily nested within else clause' warningsDavid Pursehouse2016-06-027-45/+39
* | Initial implementation of SSH command to index changesDavid Pursehouse2016-05-262-0/+72
* | SetReviewersCommand: Factor code out to ChangeArgumentParserDavid Pursehouse2016-05-262-49/+88
* | Remove 'runsAt = MASTER' from @CommandMetaData annotationsDavid Pursehouse2016-05-253-11/+3
* | SetReviewersCommand: Fix metaVar for argumentsDavid Pursehouse2016-05-251-1/+1
* | BaseCommand: Add writeError utility methodDavid Pursehouse2016-05-253-21/+13
* | Consolidate error reporting in SSH commandsDavid Pursehouse2016-05-2523-88/+68
* | ShowQueue: rename taskNameWidth to maxCommandWidthSaša Živkov2016-05-091-4/+4
* | Use native constructors instead of Guava to instantiate empty collectionsDavid Pursehouse2016-05-049-25/+23
* | Merge "Always set VisibleRefFilter on UploadPack"Edwin Kempin2016-05-031-4/+2
|\ \
| * | Always set VisibleRefFilter on UploadPackEdwin Kempin2016-05-021-4/+2
* | | Store SSH keys in gitEdwin Kempin2016-05-024-40/+81
|/ /