summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif2017-09-052-7/+25
* Merge branch 'fuzzy-issue-search' into 'master'Sean McGivern2017-09-051-0/+23
|\
| * Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-0/+23
* | Merge branch 'mr-index-page-performance' into 'master'Sean McGivern2017-09-051-0/+50
|\ \
| * | Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-0/+50
* | | Merge branch 'move-operation-service-call-sites' into 'master'Sean McGivern2017-09-051-0/+43
|\ \ \
| * | | Add Gitaly migration points for branch/tag create/deletemove-operation-service-call-sitesJacob Vosmaer2017-09-051-0/+43
| |/ /
* | | drop backwards compatibility for valid_signatureAlexis Reigel2017-09-051-7/+1
* | | use new #verification_statusAlexis Reigel2017-09-052-2/+7
* | | only use symbols instead of enum hash accessorAlexis Reigel2017-09-051-7/+7
* | | simplify if/else with guardsAlexis Reigel2017-09-051-7/+7
* | | add verification_status: same_user_different_emailAlexis Reigel2017-09-051-0/+2
* | | downcase gpg key's emailsAlexis Reigel2017-09-051-1/+1
* | | match the committer's email against the gpg keyAlexis Reigel2017-09-051-3/+13
* | | pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-11/+6
|/ /
* | Merge branch 'feature/gb/kubernetes-only-pipeline-jobs' into 'master'Kamil Trzciński2017-09-042-0/+30
|\ \
| * \ Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-0425-83/+561
| |\ \
| * | | Change CI/CD kubernetes policy keyword to `active`Grzegorz Bizon2017-09-011-1/+1
| * | | Change kubernetes job policy allowed valuesGrzegorz Bizon2017-08-312-1/+9
| * | | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-08-3127-51/+460
| |\ \ \
| * | | | Check if kubernetes required before creating a jobGrzegorz Bizon2017-08-261-6/+5
| * | | | Use new complex only/except policy internal schemeGrzegorz Bizon2017-08-261-0/+4
* | | | | Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-042-0/+169
|\ \ \ \ \
| * | | | | Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-012-0/+169
* | | | | | Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern2017-09-042-1/+105
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add Gitlab::Git::Repository#==Jacob Vosmaer2017-09-011-0/+4
| * | | | | Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-312-1/+101
| | |/ / / | |/| | |
* | | | | Merge branch 'bvl-only-require-po-parser-in-rake' into 'master'Douwe Maan2017-09-041-2/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Only require `simple_po_parser` in rake task that needs itbvl-only-require-po-parser-in-rakeBob Van Landuyt2017-09-041-2/+0
* | | | | Merge branch 'feature/sm/33281-protected-runner-executes-jobs-on-protected-br...Kamil Trzciński2017-09-041-1/+8
|\ \ \ \ \
| * | | | | Add the rest of specsShinya Maeda2017-09-031-5/+7
| * | | | | Add spec. Fix runner setting page. It worked.Shinya Maeda2017-09-031-1/+1
| * | | | | Update application code by the db schema changeShinya Maeda2017-09-031-1/+6
| |/ / / /
* | | | | Merge branch 'zj-sort-templates' into 'master'Kamil Trzciński2017-09-041-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Sort templates when fetching themZeger-Jan van de Weg2017-08-311-1/+5
* | | | | Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into '...Robert Speicher2017-09-013-48/+80
|\ \ \ \ \
| * | | | | Address review commentsNick Thomas2017-08-302-10/+7
| * | | | | Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-31/+21
| * | | | | Add settings for minimum key strength and allowed key typeNick Thomas2017-08-303-48/+93
| | |_|_|/ | |/| | |
* | | | | Merge branch 'bvl-validate-po-files' into 'master'Douwe Maan2017-09-015-0/+341
|\ \ \ \ \
| * | | | | Validate unescaped `%` chars in PO filesBob Van Landuyt2017-09-012-3/+36
| * | | | | Fetch all translation keys using a regexBob Van Landuyt2017-08-311-5/+1
| * | | | | Take `nplurals` into account when validating translations.Bob Van Landuyt2017-08-314-55/+44
| * | | | | Check for newlines in different methods on TranslationEntryBob Van Landuyt2017-08-312-2/+18
| * | | | | Split translation & metadata entries into classesBob Van Landuyt2017-08-314-96/+114
| * | | | | Validate the number of plurals in an entryBob Van Landuyt2017-08-312-7/+49
| * | | | | Move detailed information of an entry into a separate classBob Van Landuyt2017-08-312-29/+77
| * | | | | Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt2017-08-312-191/+193
| * | | | | Only perform `join_message` in `validate_variable_usage`Bob Van Landuyt2017-08-311-9/+8
| * | | | | Check newlines in translationsBob Van Landuyt2017-08-311-0/+16