summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where forking a project from a repository storage to another would ...20302-forking-a-project-from-one-storage-to-another-failsAlejandro Rodríguez2016-07-262-3/+33
* Show release notes in tag listSean McGivern2016-07-261-0/+20
* Merge branch 'multiple-trigger-variables-show-in-separate-line' into 'master' Rémy Coutable2016-07-264-4/+25
|\
| * Fix testsKatarzyna Kobierska2016-07-263-3/+3
| * Tests refactoring for trigger variablesKatarzyna Kobierska2016-07-262-8/+12
| * Add test for multiple trigger variables viewKatarzyna Kobierska2016-07-261-1/+18
* | Merge branch 'remove-branches-feature-spec-head-file' into 'master' Rémy Coutable2016-07-261-32/+0
|\ \
| * | Remove spec/features/projects/branches_spec.rb HEAD fileremove-branches-feature-spec-head-fileDouglas Barbosa Alexandre2016-07-261-32/+0
* | | Ensure current user can retry a build before showing the 'Retry' buttonRémy Coutable2016-07-261-4/+26
| |/ |/|
* | Ensure relative paths for video are rewritten as we do for images20189-markdown-video-doesn-t-work-when-the-referenced-video-file-is-in-same-repoRémy Coutable2016-07-265-2/+45
|/
* Merge branch 'khaiql/gitlab-ce-fix/missleading-uri-for-labels-in-merge-reques...Douwe Maan2016-07-251-1/+1
|\
| * remove search_id for label dropdown filterScott Le2016-07-241-1/+1
* | Merge branch 'use-project-id-in-repo-cache' into 'master' Yorick Peterse2016-07-251-6/+7
|\ \
| * | Use project ID in repository cache to prevent stale data from persisting acro...Stan Hu2016-07-251-6/+7
* | | Merge branch 'filter-branch-by-name' into 'master' Douwe Maan2016-07-253-0/+140
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into filter-branch-by-nametiagonbotelho2016-07-2249-1129/+1545
| |\ \
| | * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-cetiagonbotelho2016-07-221-0/+20
| | |\ \
| | * \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-cetiagonbotelho2016-07-2210-951/+248
| | |\ \ \
| | * \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-cetiagonbotelho2016-07-2135-181/+1117
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-cetiagonbotelho2016-07-208-28/+159
| | |\ \ \ \ \
| | * | | | | | updates local schematiagonbotelho2016-07-201-0/+32
| * | | | | | | refactors the search to enable users to filter and sort branches at thetiagonbotelho2016-07-191-0/+1
| * | | | | | | implements the basic filter functionalitytiagonbotelho2016-07-192-0/+107
| |/ / / / / /
* | | | | | | Merge branch 'remove-magic-comments' into 'master' Rémy Coutable2016-07-253-6/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove magic comments from Ruby files (!5456)winniehell2016-07-243-6/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'reject-invalid-trusted-proxies'Rémy Coutable2016-07-251-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Ignore invalid trusted proxies in X-Forwarded-For headerreject-invalid-trusted-proxiesStan Hu2016-07-231-0/+6
| |/ / / / / /
* | | | | | | Merge branch 'fix-wiki-error-500' into 'master' Rémy Coutable2016-07-252-9/+179
|\ \ \ \ \ \ \
| * | | | | | | `WikiPage` should have a slug even when not persisted.fix-wiki-error-500Timothy Andrew2016-07-252-9/+179
| |/ / / / / /
* | | | | | | ES6ify all the things!Fatih Acet2016-07-2450-2581/+1905
* | | | | | | Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-go...Alejandro Rodríguez2016-07-241-6/+20
|/ / / / / /
* | | | | | Add gitlab-workhorse version to admin dashboardKatarzyna Kobierska2016-07-231-0/+20
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'handle-invalid-kept-around-references' into 'master' Douwe Maan2016-07-221-0/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Gracefully handle case when keep-around references are corrupted or exist alr...handle-invalid-kept-around-referencesStan Hu2016-07-221-0/+20
* | | | | Make Notify specs more robust by setting up assignee namesRémy Coutable2016-07-221-1/+1
|/ / / /
* | | | Fix failing spec on help controllerAchilleas Pipinellis2016-07-221-1/+1
* | | | Merge branch '19572-storage-path-validations-fail-incorrectly-for-some-patter...Stan Hu2016-07-211-10/+27
|\ \ \ \
| * | | | Skip repository storage path valitaions on test environmentAlejandro Rodríguez2016-07-211-8/+5
| * | | | Use Pathname to make the repository storage path validations more robustAlejandro Rodríguez2016-07-211-3/+23
* | | | | Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-211-20/+6
|/ / / /
* | | | Merge branch 'fix-data-integrity-issue-with-repository-downloads-path' into '...Douwe Maan2016-07-212-24/+81
|\ \ \ \
| * | | | Extract helper methods to clean up RepositoryArchiveCleanUpService specDouglas Barbosa Alexandre2016-07-211-66/+37
| * | | | Use Dir.mktmpdir instead of FileUtils.mkdir_p in the specDouglas Barbosa Alexandre2016-07-211-48/+56
| * | | | Use find instead Ruby to remove files due to performance reasonsDouglas Barbosa Alexandre2016-07-211-19/+8
| * | | | Cover the behavior RepositoryArchiveCleanUpService with testsDouglas Barbosa Alexandre2016-07-211-7/+89
| * | | | Add service to clean up repository archive cacheDouglas Barbosa Alexandre2016-07-212-24/+31
| | |_|/ | |/| |
* | | | Merge branch 'fix/get-cached-rendered-html-using-single-redis-request' into '...Douwe Maan2016-07-211-16/+24
|\ \ \ \
| * | | | Retrieve rendered HTML from cache in one requestfix/get-cached-rendered-html-using-single-redis-requestAhmad Sherif2016-07-211-16/+24
* | | | | Merge branch 'rs-bulk-issues-update-spec' into 'master' Robert Speicher2016-07-212-76/+65
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Refactor Issues::BulkUpdateService specrs-bulk-issues-update-specRobert Speicher2016-07-202-76/+65