summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Migrate Gitlab::Git::Repository#cherry_pick to Gitalyfeature/migrate-cherry-pick-to-gitalyAhmad Sherif2017-12-041-25/+35
| | | | Closes gitaly#737
* Merge branch 'bvl-circuitbreaker-keys-set' into 'master'Douwe Maan2017-12-042-0/+20
|\ | | | | | | | | Keep track of all storage keys in a set See merge request gitlab-org/gitlab-ce!15613
| * Keep track of all storage keys in a setbvl-circuitbreaker-keys-setBob Van Landuyt2017-12-012-0/+20
| | | | | | | | | | That way we don't need the to scan the entire keyspace to get all known keys
* | Added default order to UserFinderFrancisco Javier López2017-12-041-0/+21
| |
* | Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` ↵Rémy Coutable2017-12-011-0/+2
|/ | | | | | and fix a transient failing spec due to that Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'backstage/gb/build-pipeline-in-a-separate-class' into 'master'Kamil Trzciński2017-12-015-47/+104
|\ | | | | | | | | | | | | Extract class responsible for building a pipeline Closes #38460 See merge request gitlab-org/gitlab-ce!14762
| * Fix pipeline config source specs and test it explicitlyGrzegorz Bizon2017-11-301-41/+38
| |
| * Merge branch 'master' into backstage/gb/build-pipeline-in-a-separate-classGrzegorz Bizon2017-11-301136-12218/+38280
| |\ | | | | | | | | | * master: (1794 commits)
| * | Extend pipeline build chain specsbackstage/gb/build-pipeline-in-a-separate-classGrzegorz Bizon2017-10-111-0/+8
| | |
| * | Set pipeline config source attribute in a build stepGrzegorz Bizon2017-10-113-2/+9
| | |
| * | Add initial specs for pipeline build chain classGrzegorz Bizon2017-10-101-0/+43
| | |
| * | Improve post_receive spec by not stubbing private methodsGrzegorz Bizon2017-10-101-5/+7
| | |
* | | Adds validation for Project#ci_config_path not to contain leading slashChristiaan Van den Poel2017-12-011-2/+3
| | |
* | | Merge branch 'sh-fix-root-ref-repository' into 'master'Rémy Coutable2017-12-011-0/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Gracefully handle case when repository's root ref does not exist Closes #40615 See merge request gitlab-org/gitlab-ce!15678
| * | | Gracefully handle case when repository's root ref does not existsh-fix-root-ref-repositoryStan Hu2017-11-301-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was failing regularly with an Error 500 when the API branches endpoint was used. Closes #40615
* | | | Merge branch 'clean-capybara-config' into 'master'Stan Hu2017-11-301-8/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up Capybara configuration Closes #40599 See merge request gitlab-org/gitlab-ce!15644
| * | | | add logging back to capybara config and clean up selenium option instantiationclean-capybara-configMike Greiling2017-11-291-8/+28
| | | | |
* | | | | issue note storeSimon Knox2017-11-3012-34/+34
| | | | |
* | | | | allow caching options to be specified for counting servicesBrett Walker2017-11-301-0/+6
| | | | |
* | | | | Merge branch 'improve-require-input-spec' into 'master'Fatih Acet2017-11-301-36/+40
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve require input spec See merge request gitlab-org/gitlab-ce!15654
| * | | | | Improve require input specimprove-require-input-specClement Ho2017-11-291-36/+40
| |/ / / /
* | | | | Set an artificial $HOME for gitaly in testJacob Vosmaer (GitLab)2017-11-301-0/+3
| |_|_|/ |/| | |
* | | | Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-3016-179/+462
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector. See merge request gitlab-org/gitlab-ce!15515
| * | | | Fix feature spec38668-revert-copied-kubernetesservice-logicShinya Maeda2017-11-282-3/+9
| | | | |
| * | | | Fix integraetion testsShinya Maeda2017-11-282-2/+1
| | | | |
| * | | | Fix static analysysShinya Maeda2017-11-282-4/+4
| | | | |
| * | | | Fix unit testsShinya Maeda2017-11-283-11/+12
| | | | |
| * | | | Aling shared_exmaples to "same behavior between KubernetesService and ↵Shinya Maeda2017-11-2812-85/+36
| | | | | | | | | | | | | | | | | | | | Platform::Kubernetes"
| * | | | Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-289-154/+113
| | | | |
| * | | | Duplicate spec for Platform::Kubernetes with kubernetes_projectShinya Maeda2017-11-285-44/+102
| | | | |
| * | | | Add test for checking interchangeability between KubernetesService and ↵Shinya Maeda2017-11-281-0/+45
| | | | | | | | | | | | | | | | | | | | Clusters::Platform::Kubernetes
| * | | | Add test suit for platform::kubernetesShinya Maeda2017-11-287-75/+212
| | | | |
| * | | | Fix tests for Clusters::Platforms::KubernetesShinya Maeda2017-11-281-12/+4
| | | | |
| * | | | Revert KubernetesService logic in Platforms::KubernetesShinya Maeda2017-11-281-0/+135
| | | | |
* | | | | Merge branch 'multi-file-editor-dirty-diff-indicator' into 'master'Tim Zallmann2017-11-309-3/+727
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multi-file editor dirty diff indicator Closes #40046 See merge request gitlab-org/gitlab-ce!15423
| * | | | | updated diff specPhil Hughes2017-11-301-31/+31
| | | | | |
| * | | | | Merge branch 'master' into multi-file-editor-dirty-diff-indicatorPhil Hughes2017-11-3059-909/+2189
| |\ \ \ \ \
| * | | | | | added editor options to redcue EE conflictsPhil Hughes2017-11-291-0/+7
| | | | | | |
| * | | | | | fixed failing specsPhil Hughes2017-11-281-3/+7
| | | | | | |
| * | | | | | added specsPhil Hughes2017-11-287-0/+713
| | | | | | |
* | | | | | | fix for special charecter in file nameshaseeb2017-11-301-0/+9
| |/ / / / / |/| | | | |
* | | | | | Merge branch '39455-clone-dropdown-should-not-have-a-tooltip' into 'master'Tim Zallmann2017-11-301-13/+42
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Clone dropdown should not have a tooltip" Closes #39455 See merge request gitlab-org/gitlab-ce!15334
| * | | | | | Added ssh_button helper specs and addressed ruby code observationsJose Ivan Vargas2017-11-271-14/+41
| | | | | | |
| * | | | | | UX adjustments and spec correctionsJose Ivan Vargas2017-11-271-5/+7
| | | | | | |
* | | | | | | Remove blank flash messages caused by nil40671-fix-empty-blank-flash-messagesEric Eastwood2017-11-291-0/+22
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40671 See https://gitlab.com/gitlab-org/gitlab-ce/blob/f7254a4060b30e3134c6cf932eaba0fc8e249e9a/app/controllers/sessions_controller.rb#L42 for an example of where we set `flash[:notice] = nil`
* | | | | | Merge branch 'bvl-double-fork' into 'master'Phil Hughes2017-11-291-1/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redirect to an already forked project if it exists See merge request gitlab-org/gitlab-ce!15653
| * | | | | | Redirect to an already forked project if it existsBob Van Landuyt2017-11-291-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the we would try to `POST` to the project path, which would result in a 404, because that `POST` is not supported. By changing this back to a normal link, not not handled in JS, we can immeadiatly redirect.
* | | | | | | support ordering of project notes in notes apihaseeb2017-11-291-0/+124
| | | | | | |
* | | | | | | Merge branch 'remove-mr-diff-serialised-columns' into 'master'Yorick Peterse2017-11-297-456/+402
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove serialised diff and commit columns Closes #39533 See merge request gitlab-org/gitlab-ce!15582
| * | | | | | | Remove serialised diff and commit columnsSean McGivern2017-11-287-456/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The st_commits and st_diffs columns on merge_request_diffs historically held the YAML-serialised data for a merge request diff, in a variety of formats. Since 9.5, these have been migrated in the background to two new tables: merge_request_diff_commits and merge_request_diff_files. That has the advantage that we can actually query the data (for instance, to find out how many commits we've stored), and that it can't be in a variety of formats, but must match the new schema. This is the final step of that journey, where we drop those columns and remove all references to them. This is a breaking change to the importer, because we can no longer import diffs created in the old format, and we cannot guarantee the export will be in the new format unless it was generated after this commit.