summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Optimize SQL queries used in Groups::GroupMembersController#create27374-groups-groupmemberscontroller-create-is-slow-due-to-sqlRubén Dávila2017-09-051-0/+1
* Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif2017-09-051-14/+24
* Merge branch 'fuzzy-issue-search' into 'master'Sean McGivern2017-09-051-0/+120
|\
| * Fix typoHiroyuki Sato2017-09-051-1/+1
| * Fix MySQL spec errorsHiroyuki Sato2017-08-311-5/+5
| * Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-0/+120
* | Merge branch 'mr-index-page-performance' into 'master'Sean McGivern2017-09-051-0/+37
|\ \
| * | Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-0/+37
* | | use new #verification_statusAlexis Reigel2017-09-052-16/+11
* | | add verification_status: same_user_different_emailAlexis Reigel2017-09-051-2/+42
* | | downcase gpg key's emailsAlexis Reigel2017-09-051-0/+15
* | | extract shared exampleAlexis Reigel2017-09-051-20/+19
* | | match the committer's email against the gpg keyAlexis Reigel2017-09-051-69/+113
* | | pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-0/+21
|/ /
* | - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-0/+1
* | Merge branch 'feature/gb/kubernetes-only-pipeline-jobs' into 'master'Kamil Trzciński2017-09-041-2/+46
|\ \
| * \ Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-0418-126/+918
| |\ \
| * | | Change CI/CD kubernetes policy keyword to `active`Grzegorz Bizon2017-09-011-4/+4
| * | | Change kubernetes job policy allowed valuesGrzegorz Bizon2017-08-311-0/+44
| * | | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-08-3125-71/+543
| |\ \ \
| * | | | Use new complex only/except policy internal schemeGrzegorz Bizon2017-08-261-2/+2
* | | | | Merge branch 'bvl-only-require-po-parser-in-rake' into 'master'Douwe Maan2017-09-041-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Only require `simple_po_parser` in rake task that needs itbvl-only-require-po-parser-in-rakeBob Van Landuyt2017-09-041-0/+1
* | | | | Merge branch 'feature/sm/33281-protected-runner-executes-jobs-on-protected-br...Kamil Trzciński2017-09-042-0/+22
|\ \ \ \ \
| * | | | | Fix typoShinya Maeda2017-09-031-1/+1
| * | | | | Fix schema. Add safe_model_attributes for pipelinesShinya Maeda2017-09-031-0/+1
| * | | | | Impprove spec by godfat suggestionsShinya Maeda2017-09-031-1/+10
| * | | | | Fix specShinya Maeda2017-09-031-0/+1
| * | | | | Add the rest of specsShinya Maeda2017-09-031-0/+11
* | | | | | Merge branch 'zj-sort-templates' into 'master'Kamil Trzciński2017-09-041-0/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Sort templates when fetching themZeger-Jan van de Weg2017-08-311-0/+18
* | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJose Ivan Vargas2017-09-0310-107/+788
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into '...Robert Speicher2017-09-013-82/+174
| |\ \ \ \ \
| | * | | | | Address review commentsNick Thomas2017-08-301-12/+8
| | * | | | | Rework the permissions model for SSH key restrictionsNick Thomas2017-08-302-22/+26
| | * | | | | Add settings for minimum key strength and allowed key typeNick Thomas2017-08-303-82/+174
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'bvl-validate-po-files' into 'master'Douwe Maan2017-09-015-1/+611
| |\ \ \ \ \
| | * | | | | Validate unescaped `%` chars in PO filesBob Van Landuyt2017-09-012-1/+83
| | * | | | | Fetch all translation keys using a regexBob Van Landuyt2017-08-311-1/+1
| | * | | | | Take `nplurals` into account when validating translations.Bob Van Landuyt2017-08-314-57/+72
| | * | | | | Check for newlines in different methods on TranslationEntryBob Van Landuyt2017-08-312-0/+34
| | * | | | | Split translation & metadata entries into classesBob Van Landuyt2017-08-314-142/+157
| | * | | | | Validate the number of plurals in an entryBob Van Landuyt2017-08-312-6/+106
| | * | | | | Move detailed information of an entry into a separate classBob Van Landuyt2017-08-312-5/+76
| | * | | | | Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt2017-08-311-1/+1
| | * | | | | Only perform `join_message` in `validate_variable_usage`Bob Van Landuyt2017-08-311-1/+0
| | * | | | | Check newlines in translationsBob Van Landuyt2017-08-311-2/+16
| | * | | | | Add spec for languages without pluralsBob Van Landuyt2017-08-311-0/+16
| | * | | | | Add a linter for PO filesBob Van Landuyt2017-08-312-1/+252
| | * | | | | Track the locale in Sentry so we know which ones are failingBob Van Landuyt2017-08-311-0/+13