summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Use `add_$role` helper in snippets specssnippet-spamSean McGivern2017-02-022-6/+6
|
* Check public snippets for spamSean McGivern2017-02-025-2/+218
| | | | | | Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
* Merge branch 'fix/import-user-validation-error' into 'master' Rémy Coutable2017-01-311-0/+24
|\ | | | | | | | | | | | | Fix user validation error in Import/Export Closes #23833 See merge request !8909
| * update specfix/import-user-validation-errorJames Lopez2017-01-311-6/+2
| |
| * add spec replicating validation errorJames Lopez2017-01-311-0/+28
| |
* | Merge branch '27484-environment-show-name' into 'master' Fatih Acet2017-01-312-1/+5
|\ \ | | | | | | | | | | | | | | | | | | Don't capitalize environment name in show page Closes #27484 See merge request !8902
| * | Don't capitalize environment name in show page27484-environment-show-nameFilipa Lacerda2017-01-312-1/+5
| |/ | | | | | | Upate test to match the new behavior
* | Merge branch '23767-disable-storing-of-sensitive-information' into 'master' Filipa Lacerda2017-01-311-3/+17
|\ \ | | | | | | | | | | | | | | | | | | Fix disable storing of sensitive information when importing a new repo Closes #23767 See merge request !8885
| * | Fix disable storing of sensitive information when importing a new repo23767-disable-storing-of-sensitive-informationClement Ho2017-01-301-3/+17
| | |
* | | Merge branch '395-fix-notification-when-group-set-to-watch' into 'master'Sean McGivern2017-01-311-2/+22
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix notification when group set to watch Closes #395 See merge request !8883
| * | | Fix notification when global=disabled, group=watch395-fix-notification-when-group-set-to-watchamaia2017-01-301-2/+22
| |/ / | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'fix/27479' into 'master' Sean McGivern2017-01-311-5/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove new branch button for confidential issues Closes #27479 See merge request !8894
| * | | Fix small typo on new branch button specfix/27479Douglas Barbosa Alexandre2017-01-311-1/+1
| | | |
| * | | Remove new branch button for confidential issuesDouglas Barbosa Alexandre2017-01-311-4/+14
| | | |
* | | | Merge branch '24021-Migrate-Projects-Labels-to-Group-Labels' into 'master'27283-fix-wrong-label-hide-show-whitespaceSean McGivern2017-01-312-0/+232
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Promote project labels to group labels Closes #24021 See merge request !7242
| * | | Abillity to promote project labels to group labelsRitave2017-01-312-0/+232
| | | | | | | | | | | | | | | | Fixes #24021
* | | | Merge branch ↵Kamil Trzciński2017-01-315-13/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25910-convert-manual-action-icons-to-svg-to-propperly-position-them' into 'master' Convert pipeline action icons to svg to have them propperly positioned Closes #25910 See merge request !8766
| * | | | Fixes after review25910-convert-manual-action-icons-to-svg-to-propperly-position-themFilipa Lacerda2017-01-261-4/+4
| | | | |
| * | | | Fix broken testsFilipa Lacerda2017-01-255-13/+13
| | | | | | | | | | | | | | | | | | | | Fix linter error
* | | | | Merge branch '26852-fix-slug-for-openshift' into 'master' Kamil Trzciński2017-01-311-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid repeated dashes in $CI_ENVIRONMENT_SLUG Closes #26852 See merge request !8638
| * | | | | Avoid repeated dashes in $CI_ENVIRONMENT_SLUGNick Thomas2017-01-231-0/+5
| | | | | |
* | | | | | Merge branch 'zj-display-error-team-fetch' into 'master' Kamil Trzciński2017-01-313-6/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix inconsistent return type Closes #27150 See merge request !8290
| * | | | | | Updated test for new error resultzj-display-error-team-fetchLuke "Jared" Bennett2017-01-301-1/+1
| | | | | | |
| * | | | | | Update #list_teams to propagate errorsZ.J. van de Weg2017-01-301-1/+1
| | | | | | |
| * | | | | | Added error message and testLuke "Jared" Bennett2017-01-241-0/+9
| | | | | | |
| * | | | | | Fix inconsistent return typeZ.J. van de Weg2017-01-242-6/+3
| | | | | | |
* | | | | | | Merge branch '24795_refactor_merge_request_build_service' into 'master' Sean McGivern2017-01-311-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor MergeRequest::BuildService Closes #24795 See merge request !8462
| * | | | | | | refactor merge request build serviceRydkin Maxim2017-01-311-1/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add changelog entry replace local variables `merge_request` with instance ones modify `MergeRequests::BuildService` to fix failed tests extract `assign_target_project` method remove unnecessary instance variables remove exclamation marks and rewrite conditionals to improve readability extract `params_does_not_contain_branches?` method, rename `unprepared_merge_request` method to `uncreatable_merge_request` replace instance variables `merge_request` and `error_messages` with getters and setters; divide `set_title_and_description` method on two separate ones refactor `execute` method return `set_title_and_description` method rename `branches_selected?` method to `branches_present?` to make it more different from `branches_specified?` fixes after discussion renamed method branches_valid? fix space return assigning methods into `execute` method simplify `find_target_branch` and `find_source_project` methods fix spec `merge request issuable record that supports slash commands in its description and notes`
* | | | | | | Merge branch 'remove-warning-to-login' into 'master' Rémy Coutable2017-01-311-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove flash warning from login page See merge request !8864
| * | | | | | | Remove flash warning from login pagePadilla, Gerald2017-01-301-0/+5
| |/ / / / / /
* | | | | | | Merge branch 'feature/gb/expose-commit-and-mr-pipelines-api' into 'master'Rémy Coutable2017-01-319-55/+82
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Expose pipelines API for commits and merge requests See merge request !8837
| * | | | | | Use ApiHelpers in merge request specs for API routesfeature/gb/expose-commit-and-mr-pipelines-apiGrzegorz Bizon2017-01-301-11/+5
| | | | | | |
| * | | | | | Add controller tests for commit pipelines endpointGrzegorz Bizon2017-01-271-5/+19
| | | | | | |
| * | | | | | Add controller test for merge requests pipelines APIGrzegorz Bizon2017-01-271-1/+32
| | | | | | |
| * | | | | | Return serializable hash from a represented serializerGrzegorz Bizon2017-01-277-40/+28
| | | | | | |
* | | | | | | Merge branch '26282-autosize-js-memory-leak' into 'master' Alfredo Sumaran2017-01-301-0/+122
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "ba-resize memory leak" Closes #26282 See merge request !8412
| * | | | | | | remove ba-resize26282-autosize-js-memory-leakLuke "Jared" Bennett2017-01-201-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor js-autosize code now that ba-resize is gone Added specs
* | | | | | | | Merge branch 'issue-sidebar-empty-assignee' into 'master' Fatih Acet2017-01-301-0/+30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resets issue boards assignee dropdown Closes #26514 and #26814 See merge request !8540
| * | | | | | | | Resets issue boards assignee dropdownPhil Hughes2017-01-201-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #26514
* | | | | | | | | Merge branch 'fix/ci-build-policy' into 'master' Robert Speicher2017-01-301-0/+93
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fix build access policies when pipelines are public See merge request !8711
| * | | | | | | | Fix build access policies when pipelines are publicGrzegorz Bizon2017-01-231-0/+93
| | | | | | | | |
* | | | | | | | | Merge branch ↵Fatih Acet2017-01-301-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '20852-getting-started-project-better-blank-state-for-labels-view' into 'master' Labels empty state Closes #24457 and #20852 See merge request !7443
| * | | | | | | | | Added labels empty state and priority label empty state20852-getting-started-project-better-blank-state-for-labels-viewLuke "Jared" Bennett2017-01-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed delete labels not working Review changes
* | | | | | | | | | Improve search within group logicDmitriy Zaporozhets2017-01-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | Update group api doc with full_name and full_path attributesDmitriy Zaporozhets2017-01-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | Add tests for nested groups in search service and search helperDmitriy Zaporozhets2017-01-302-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | fix typo in specJames Lopez2017-01-301-1/+1
| | | | | | | | | |
* | | | | | | | | | programmatically remove encrypted attributes. Added relevant spec.James Lopez2017-01-302-2/+13
| | | | | | | | | |
* | | | | | | | | | rename method and added note to export file spec about new encrypted attributesJames Lopez2017-01-301-0/+3
| | | | | | | | | |
* | | | | | | | | | fix spec failuresJames Lopez2017-01-302-2/+2
| | | | | | | | | |