summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* update specfix/import-user-validation-errorJames Lopez2017-01-311-6/+2
|
* add spec replicating validation errorJames Lopez2017-01-311-0/+28
|
* 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
| | | | | | | | |
* | | | | | | | | fix typoJames Lopez2017-01-301-2/+2
| | | | | | | | |
* | | | | | | | | Ignore encrypted attributes in Import/ExportJames Lopez2017-01-302-4/+23
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Regenerates tokens for all models that have them * Remove variables, since they are basically just storing encrypted data * Bumped version up to 0.1.6 * Updated related docs
* | | | | | | | Merge branch '23634-remove-project-grouping' into 'master' Sean McGivern2017-01-305-14/+139
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't group issue, merge request and TODO lists by project Closes #23634 See merge request !8519
| * | | | | | | | Move issuable reference display to a helper methodOswaldo Ferreira2017-01-271-0/+40
| | | | | | | | |
| * | | | | | | | Present TODO's list without grouping by projectOswaldo Ferreira2017-01-272-5/+5
| | | | | | | | |
| * | | | | | | | Present group and dashboard MR list without grouping by projectOswaldo Ferreira2017-01-272-8/+8
| | | | | | | | |
| * | | | | | | | Refactor Project#to_reference and make full_path a keyword argumentBerna Castro2017-01-272-17/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor overall code and fix failing specs Fix Project#to_reference Fix wrong spaces and update changelog Refactor #to_reference for Project & Issue Fix and improves Project#to_reference
| * | | | | | | | Fix and add specs for Project#to_referenceBerna Castro2017-01-271-3/+9
| | | | | | | | |
| * | | | | | | | Fix and add specs for Issue#to_referenceBerna Castro2017-01-271-1/+10
| | | | | | | | |
* | | | | | | | | Merge branch 'mr-widget-initial-state-tests' into 'master' Rémy Coutable2017-01-301-0/+34
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test for initial merge request widget state See merge request !8738
| * | | | | | | | | Added test for initial merge request widget statemr-widget-initial-state-testsPhil Hughes2017-01-261-0/+34
| | | | | | | | | |
* | | | | | | | | | Merge branch 'hardcode-title-system-note' into 'master' Rémy Coutable2017-01-301-1/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure autogenerated title does not cause failing spec Closes #26933 See merge request !8693
| * | | | | | | | | | Ensure autogenerated title does not cause failing specbrian m. carlson2017-01-271-1/+3
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hardcode the title into the object in the spec, so that an autogenerated title (such as one starting with "O") does not cause the spec to fail.
* | | | | | | | | | Merge branch 'issuable-sidebar-bug' into 'master' Alfredo Sumaran2017-01-272-0/+38
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed Issuable sidebar so it remains closed on mobile/smaller screen devices See merge request !7466