summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '29289-project-destroy-clean-up-after-failure' into 'master'Sean McGivern2017-07-261-0/+1
|\
| * Handle errors while a project is being deleted asynchronously.Timothy Andrew2017-07-201-0/+1
* | Merge remote-tracking branch 'dev/master'Douwe Maan2017-07-261-19/+229
|\ \
| * | Fix plain LDAP (no encryption)Michael Kozono2017-07-261-1/+1
| * | Move backwards compatibility logic out of the codeMichael Kozono2017-07-261-24/+0
| * | Pass configured `ssl_version` to `omniauth-ldap`Michael Kozono2017-07-261-0/+31
| * | Pass configured `ca_file` to `omniauth-ldap`Michael Kozono2017-07-261-0/+33
| * | Verify certificates in `omniauth-ldap`Michael Kozono2017-07-261-0/+30
| * | Set `Net::LDAP` `ssl_version` optionMichael Kozono2017-07-261-0/+30
| * | Set `Net::LDAP` `ca_file` optionMichael Kozono2017-07-261-0/+30
| * | Set `Net::LDAP` encryption properlyMichael Kozono2017-07-261-11/+91
| * | Use encryption instead of methodMichael Kozono2017-07-261-14/+14
* | | Merge branch 'post-upload-pack-opt-out' into 'master'Sean McGivern2017-07-261-1/+2
|\ \ \
| * | | Enable gitaly_post_upload_pack by defaultJacob Vosmaer2017-07-251-1/+2
* | | | Merge branch 'zj-repo-exists-gitaly' into 'master'Sean McGivern2017-07-261-0/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Implement GRPC call to RepositoryServiceZ.J. van de Weg2017-07-261-0/+19
* | | | Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-254-11/+26
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-2011-5/+245
| |\ \ \ \
| * | | | | Instead of adding master, stub_not_protect_default_branchLin Jen-Shin2017-07-184-10/+16
| * | | | | Remove old request store wrapLin Jen-Shin2017-07-181-107/+0
| * | | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-186-28/+161
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-1745-579/+806
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-059-143/+302
| |\ \ \ \ \ \ \
| * | | | | | | | Don't extend from struct as rubocop suggestsLin Jen-Shin2017-07-041-1/+9
| * | | | | | | | Add test for RequestStoreWrapLin Jen-Shin2017-07-041-0/+99
| * | | | | | | | Update tests due to permission changesLin Jen-Shin2017-07-044-11/+20
* | | | | | | | | Add `api` prefix as a top level route in the spec.bvl-fix-api-in-path-regexBob Van Landuyt2017-07-251-1/+1
* | | | | | | | | Take ee words into accountBob Van Landuyt2017-07-251-15/+24
* | | | | | | | | Adjust `PathRegex` to validate files in the `public` directoryBob Van Landuyt2017-07-251-7/+39
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'fix/use-another-gitaly-feature-name-for-workhorse-send-blob' in...Robert Speicher2017-07-241-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Use a unique feature name for Workhorse send blob migrationfix/use-another-gitaly-feature-name-for-workhorse-send-blobAhmad Sherif2017-07-241-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '31533-usage-data-projects-stats' into 'master'Sean McGivern2017-07-241-4/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Add Slack and JIRA services counts to Usage Data31533-usage-data-projects-statsJarka Kadlecova2017-07-241-4/+25
| |/ / / / / / /
* | | | | | | | Merge branch '33097-issue-tracker' into 'master'Sean McGivern2017-07-241-4/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | Support both internal and external issue trackersJarka Kadlecova2017-07-241-4/+27
| |/ / / / / / /
* | | | | | | | Upgrade the re2 gem to 1.1.0Nick Thomas2017-07-242-4/+18
|/ / / / / / /
* | | | | | | Short-circuit build coverage extraction for empty regexesNick Thomas2017-07-222-3/+25
* | | | | | | Merge branch 'zj-pipeline-badge-improvements' into 'master'Grzegorz Bizon2017-07-223-31/+30
|\ \ \ \ \ \ \
| * | | | | | | Reword success to passing for pipeline badgesZ.J. van de Weg2017-07-211-1/+1
| * | | | | | | Rename build to pipeline for status badgesZ.J. van de Weg2017-07-213-30/+29
* | | | | | | | Fix the gcovr coverage regex by removing line separators before scanningNick Thomas2017-07-211-0/+7
* | | | | | | | Merge branch 'gitaly-tree-entries' into 'master'Rémy Coutable2017-07-212-8/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | Incorporate CommitService.GetTreeEntries Gitaly callgitaly-tree-entriesAlejandro Rodríguez2017-07-202-8/+47
| |/ / / / / / /
* | | | | | | | Merge branch 'feature/migrate-commit-find-all-to-gitaly' into 'master'Robert Speicher2017-07-211-50/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | Migrate Gitlab::Git::Commit.find_all to Gitalyfeature/migrate-commit-find-all-to-gitalyAhmad Sherif2017-07-201-50/+66
| |/ / / / / / /
* | | | | | | | Merge branch 'fix-re2-infinite-loop-nick' into 'security-9-3'Sean McGivern2017-07-211-1/+19
|/ / / / / / /
* | | | | | | Wrong data type when testing webhooksAlexander Randa2017-07-201-0/+21
* | | | | | | Merge branch 'feature/send-diff-limits-to-gitaly' into 'master'Robert Speicher2017-07-202-3/+11
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Migrate DiffCollection limiting logic to Gitalyfeature/send-diff-limits-to-gitalyAhmad Sherif2017-07-192-3/+11
* | | | | | | Merge branch 'fix/gb/fix-container-registry-tag-routing' into 'master'Kamil Trzciński2017-07-201-0/+11
|\ \ \ \ \ \ \