summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-034-13/+14
| * | | | | | | Fix brittle specsRémy Coutable2017-04-038-15/+14
| * | | | | | | Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-0336-140/+74
* | | | | | | | Merge branch '29241-fix-transient-failure' into 'master' Robert Speicher2017-04-041-11/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Ensure users have a short username otherwise a click event is triggered outsi...29241-fix-transient-failureRémy Coutable2017-04-041-11/+11
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'quiet-pipelines' into 'master' Rémy Coutable2017-04-044-150/+177
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-034-150/+177
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'fix-github-importer-slowness' into 'master' Robert Speicher2017-04-033-41/+59
|\ \ \ \ \ \ \
| * | | | | | | Refactoring Projects::ImportServiceDouglas Barbosa Alexandre2017-04-032-38/+53
| * | | | | | | Fix GitHub pull request formatter specDouglas Barbosa Alexandre2017-04-031-3/+6
* | | | | | | | Merge branch 'fix/gb/remove-deprecated-pipeline-processing-code' into 'master' Kamil Trzciński2017-04-031-59/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove code deprecated in pipeline process serviceGrzegorz Bizon2017-04-021-59/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'feature/support-grpc-calls-over-tcp-conn' into 'master' Robert Speicher2017-04-031-0/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | Add support for Gitaly calls over TCP connectionfeature/support-grpc-calls-over-tcp-connAhmad Sherif2017-04-031-0/+26
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'feature/add-feature-flags-for-upload-receive-pack' into 'master' Robert Speicher2017-04-031-7/+51
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add feature flags for enabling (Upload|Receive)Pack for Gitalyfeature/add-feature-flags-for-upload-receive-packAhmad Sherif2017-04-031-7/+51
| |/ / / / / /
* | | | | | | Make file templates easy to use and discoverBryce Johnson2017-04-036-7/+209
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'style-proc-cop' into 'master' Rémy Coutable2017-04-031-1/+1
|\ \ \ \ \ \
| * | | | | | Enable Style/Proc cop for rubocopmhasbini2017-04-021-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch '22303-symbolic-in-tree' into 'master' Douwe Maan2017-04-031-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix symlink icon in project treemhasbini2017-04-021-0/+1
| |/ / / /
* | | | | Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern2017-04-032-0/+47
|\ \ \ \ \
| * | | | | Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-032-0/+47
| | |/ / / | |/| | |
* | | | | Merge branch 'workhorse-gitaly-repository' into 'master' Robert Speicher2017-04-031-1/+7
|\ \ \ \ \
| * | | | | Pass Gitaly Repository messages to workhorseJacob Vosmaer2017-04-031-1/+7
* | | | | | Merge branch '29541-fix-github-importer-deleted-fork' into 'master' Robert Speicher2017-04-032-12/+39
|\ \ \ \ \ \
| * | | | | | Fix specs29541-fix-github-importer-deleted-forkGabriel Mazetto2017-04-031-1/+1
| * | | | | | Improve specs examplesGabriel Mazetto2017-04-031-3/+3
| * | | | | | Fix specsGabriel Mazetto2017-04-031-2/+2
| * | | | | | One more change to the branch names to preserve metadataGabriel Mazetto2017-04-031-7/+7
| * | | | | | Prefixes source branch name with short SHA to avoid collisionDouglas Barbosa Alexandre2017-04-031-9/+11
| * | | | | | Fix GitHub importer for PRs of deleted forked repositoriesGabriel Mazetto2017-04-031-0/+25
* | | | | | | Merge branch 'sh-fix-destroy-user-race' into 'master' Douwe Maan2017-04-033-7/+38
|\ \ \ \ \ \ \
| * | | | | | | Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-022-5/+21
| * | | | | | | Fix race condition where a namespace would be deleted before a project was de...Stan Hu2017-04-021-2/+17
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'bvl-cleanup-repos' into 'master' Robert Speicher2017-04-031-2/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix warning when cloning repo that already existsbvl-cleanup-reposBob Van Landuyt2017-04-021-2/+4
| |/ / / / /
* | | | | | Merge branch '30211-fix-transient-failure' into 'master' Sean McGivern2017-04-031-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix a transient failure caused by FFaker30211-fix-transient-failureRémy Coutable2017-04-031-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch '30264-fix-vue-pagination' into 'master' Fatih Acet2017-04-033-0/+57
|\ \ \ \ \
| * | | | | Change order of specsFilipa Lacerda2017-04-031-41/+42
| * | | | | Clean history after every test that changes historyFilipa Lacerda2017-04-033-0/+16
| * | | | | Clean history state after each testFilipa Lacerda2017-04-031-0/+5
| * | | | | Fixes method not replacing URL parameters correctlyFilipa Lacerda2017-04-031-0/+35
| |/ / / /
* | | | | Merge branch '29669-redirect-referer-params' into 'master' Rémy Coutable2017-04-031-0/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix redirection after login when the referer have paramsmhasbini2017-04-021-0/+16
| |/ / /
* | | | Merge branch 'use-gitaly-commit-is-ancestor' into 'master' Robert Speicher2017-04-021-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker2017-03-301-0/+13
* | | | Fix Spinach and Capybara dependenciesStan Hu2017-04-011-1/+1
* | | | Merge branch '30236-fix-capybara-timeouts' into 'master' Douwe Maan2017-04-012-11/+10
|\ \ \ \