summaryrefslogtreecommitdiffstats
path: root/gerrit-server
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix the missing DB entry in Gerrit DB"David Ostrovsky2019-01-111-19/+0
* Bazel: Fix more buildifier warningsDavid Ostrovsky2019-01-091-1/+2
* Bazel: Automatically fix lint errors with buildifierDavid Ostrovsky2019-01-081-2/+1
* ldap: allow to disable the groups relevance filteringLuca Milanesio2018-12-192-4/+15
* AbstractChangeNotes: Never open repo when NoteDb is offDave Borowitz2018-11-072-1/+7
* Stop using CharMatcher.javaLetterOrDigitDavid Pursehouse2018-11-052-16/+16
* project/Index: Assign and ignore unused futurePatrick Hiesel2018-11-051-1/+6
* Revert "Suppress "unlikely argument type" warnings for IdString"David Pursehouse2018-09-202-2/+0
* IdString: Don't compare equal to stringsDave Borowitz2018-09-192-2/+2
* AbstractDaemonTest: Don't delete common server path too earlyDave Borowitz2018-09-191-1/+1
* Add a change deleted event/listenerDavid Pursehouse2018-09-146-1/+123
* Specify charset when constructing PrintWriterDavid Pursehouse2018-09-123-6/+10
* Merge "ProjectTagsScreen: Base visibility on the create refs/tags/* permissio...David Pursehouse2018-09-102-13/+48
|\
| * ProjectTagsScreen: Base visibility on the create refs/tags/* permissionMarco Miller2018-09-072-13/+48
* | Merge "Assume correct relative or absolute URL from Weblink provider" into st...David Pursehouse2018-09-061-2/+15
|\ \
| * | Assume correct relative or absolute URL from Weblink providerSven Selberg2018-09-061-2/+15
| |/
* / [project.config] Allow to add commentLink entriesHector Oswaldo Caballero2018-09-072-1/+36
|/
* ListMailFilter: Fix operator precedence warning raised by ErrorProneDavid Pursehouse2018-09-061-1/+2
* ListProjects: Fix operator precedence warning raised by ErrorProneDavid Pursehouse2018-09-061-2/+2
* ChangeBundle: Fix operator precedence warning raised by ErrorProneDavid Pursehouse2018-09-061-3/+4
* Allow more email RFC accepted chars in usernameJacek Centkowski2018-09-051-1/+1
* Make inheritance of receive.maxObjectSizeLimit optionalDavid Pursehouse2018-09-052-8/+20
* Allow to inherit receive.maxObjectSizeLimit from parent projectDavid Pursehouse2018-09-055-24/+57
* CreateAccount: Simplify error message when username is invalidDavid Pursehouse2018-09-051-2/+1
* Use ExternalId.isValidUsername instead of ExternalId.USER_NAME_PATTERN_REGEXEdwin Kempin2018-09-057-10/+7
* Move regular expressions for user name from Account to ExternalIdEdwin Kempin2018-09-057-11/+42
* Revert refactoring of Account.USER_NAME_PATTERNDavid Pursehouse2018-09-056-18/+10
* Account.java: introduce compiled pattern and use where applicableJacek Centkowski2018-09-036-9/+16
* Optimize USER_NAME_PATTERN string and its usageJacek Centkowski2018-09-031-1/+2
* ConfigSuite: Instantiate class via getDeclaredConstructor()David Pursehouse2018-09-031-1/+1
* Specify charset in constructors of InputStreamReaderDavid Pursehouse2018-08-311-1/+2
* ProjectConfig#getMaxObjectSizeLimit: Improve JavadocDavid Pursehouse2018-08-231-4/+1
* ProjectState: Remove redundant public getMaxObjectSizeLimitDavid Pursehouse2018-08-231-5/+1
* BranchApi: Add method to get the branch's reflogDavid Pursehouse2018-08-222-4/+30
* GetReflog: Move ReflogEntryInfo to a separate class in extension APIDavid Pursehouse2018-08-221-14/+8
* ConfigInfoImpl: Return raw byte value for effective valueDavid Pursehouse2018-08-201-4/+2
* TransferConfig: Move getEffectiveMaxObjectSizeLimit to ProjectStateDavid Pursehouse2018-08-205-15/+18
* ProjectState: Remove unnecessary 'final' modifiers from constructorDavid Pursehouse2018-08-141-11/+11
* ConfigInfoImpl: Factor out initialization of MaxObjectSizeLimitInfo to a methodDavid Pursehouse2018-08-071-9/+14
* Rename instances of TransferConfig to transferConfigDavid Pursehouse2018-08-073-12/+13
* PutConfig: Reload project config before returning responseDavid Pursehouse2018-08-071-1/+1
* DataSourceProvider: Rename local variable to avoid hiding fieldHector Oswaldo Caballero2018-08-061-18/+18
* DataSourceProvider: Remove unneeded finalsHector Oswaldo Caballero2018-08-061-1/+1
* DataSourceProvider: Replace inner class with lambdaHector Oswaldo Caballero2018-08-061-7/+4
* DataSourceProvider: Extract constantHector Oswaldo Caballero2018-08-061-5/+7
* Bump auto-value to 1.6.2David Ostrovsky2018-08-011-0/+2
* DataSourceProvider: Validate connectionHector Oswaldo Caballero2018-08-011-0/+2
* StalenessChecker: URLDecode project name before checking stalenessLuca Milanesio2018-07-271-1/+3
* AbstractQueryChangesTest: Add a test with project name that requires URL enco...David Pursehouse2018-07-271-0/+7
* DeleteRef: add missing permission checkChangcheng Xiao2018-07-251-2/+9