summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Remove unneeded 'borderless' from icons nameFilipa Lacerda2017-01-258-5/+5
| | | | | | | | | | |
| * | | | | | | | | | changelog entrydimitrieh2017-01-251-0/+4
| | | | | | | | | | |
| * | | | | | | | | | fixed pipeline graph action buttons and counter badge positioningdimitrieh2017-01-251-23/+19
| | | | | | | | | | |
| * | | | | | | | | | added icons and fixed mini pipeline action dropdown iconsdimitrieh2017-01-2511-8/+24
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '26852-fix-slug-for-openshift' into 'master' Kamil Trzciński2017-01-314-10/+35
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid repeated dashes in $CI_ENVIRONMENT_SLUG Closes #26852 See merge request !8638
| * | | | | | | | | | | Avoid repeated dashes in $CI_ENVIRONMENT_SLUGNick Thomas2017-01-234-10/+35
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'zj-display-error-team-fetch' into 'master' Kamil Trzciński2017-01-316-9/+19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-306-14/+12
| | | | | | | | | | | | |
| * | | | | | | | | | | | Added error message and testLuke "Jared" Bennett2017-01-243-1/+13
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix inconsistent return typeZ.J. van de Weg2017-01-245-11/+11
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '24795_refactor_merge_request_build_service' into 'master' Sean McGivern2017-01-313-58/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor MergeRequest::BuildService Closes #24795 See merge request !8462
| * | | | | | | | | | | | | refactor merge request build serviceRydkin Maxim2017-01-313-58/+77
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'patch-12' into 'master' James Lopez2017-01-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Services changed to Integrations See merge request !8686
| * | | | | | | | | | | | Services changed to Integrations to slack.mdDoğukan KOTAN2017-01-211-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'remove-warning-to-login' into 'master' Rémy Coutable2017-01-313-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove flash warning from login page See merge request !8864
| * | | | | | | | | | | | | Remove flash warning from login pagePadilla, Gerald2017-01-303-1/+11
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'ensure-rake-is-called-within-the-correct-bundle-context' into ↵Rémy Coutable2017-01-311-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Ensure rake is called within the correct bundle context See merge request !8882
| * | | | | | | | | | | | | Ensure rake is called within the correct bundle contextensure-rake-is-called-within-the-correct-bundle-contextLuke "Jared" Bennett2017-01-301-4/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'feature/gb/expose-commit-and-mr-pipelines-api' into 'master'Rémy Coutable2017-01-3121-69/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-272-2/+34
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix cycle analytics code after improving serializersGrzegorz Bizon2017-01-277-7/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Expose serialized pipelines API for merge requestsGrzegorz Bizon2017-01-271-1/+10
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Expose serialized pipelines for commit pipelinesGrzegorz Bizon2017-01-272-5/+15
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Return serializable hash from a represented serializerGrzegorz Bizon2017-01-278-40/+29
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'sh-add-project-id-index-project-authorizations' into 'master' Yorick Peterse2017-01-303-1/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add project ID index to `project_authorizations` table to optimize queries Closes #27443 See merge request !8890
| * | | | | | | | | | | | | | Add project ID index to `project_authorizations` table to optimize queriessh-add-project-id-index-project-authorizationsStan Hu2017-01-303-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As described in #27443, the `project_authorizations` table is often used to retrieve all team members of this project. This can lead to a number of slow queries impacting load times. This MR adds an index for just `project_id`. Closes #27443
* | | | | | | | | | | | | | | Merge branch '26282-autosize-js-memory-leak' into 'master' Alfredo Sumaran2017-01-307-319/+222
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "ba-resize memory leak" Closes #26282 See merge request !8412
| * | | | | | | | | | | | | | remove ba-resize26282-autosize-js-memory-leakLuke "Jared" Bennett2017-01-207-319/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor js-autosize code now that ba-resize is gone Added specs
* | | | | | | | | | | | | | | Merge branch 'issue-sidebar-empty-assignee' into 'master' Fatih Acet2017-01-304-1/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resets issue boards assignee dropdown Closes #26514 and #26814 See merge request !8540
| * | | | | | | | | | | | | | | Clears all dropdown menus in issue sidebar when it opensissue-sidebar-empty-assigneePhil Hughes2017-01-201-4/+6
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Resets issue boards assignee dropdownPhil Hughes2017-01-204-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #26514
* | | | | | | | | | | | | | | | Merge branch 'move-todos-empty-state-icons' into 'master' Fatih Acet2017-01-303-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move todos empty state icons See merge request !7370
| * | | | | | | | | | | | | | | | Moved todos icons to new foldermove-todos-empty-state-iconsLuke "Jared" Bennett2016-11-223-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'fix/ci-build-policy' into 'master' Robert Speicher2017-01-303-2/+97
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build access policies when pipelines are public See merge request !8711
| * | | | | | | | | | | | | | | | Add Changelog entry for build policy improvementsfix/ci-build-policyGrzegorz Bizon2017-01-231-0/+4
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix build access policies when pipelines are publicGrzegorz Bizon2017-01-232-2/+93
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch '8-16-0-release-date' into 'master' Rémy Coutable2017-01-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 8.16.0 release date. See merge request !8881
| * | | | | | | | | | | | | | | | | Fix 8.16.0 release date. 8-16-0-release-dateAdam Niedzielski2017-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was already released, we do not have to wait until February!
* | | | | | | | | | | | | | | | | | Merge branch ↵Fatih Acet2017-01-3013-51/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-3013-51/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed delete labels not working Review changes
* | | | | | | | | | | | | | | | | | Merge branch 'dz-nested-groups-improvements-2' into 'master' Dmitriy Zaporozhets2017-01-3012-9/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nested groups improvements pt 2 See merge request !8827
| * | | | | | | | | | | | | | | | | Improve search within group logicDmitriy Zaporozhets2017-01-303-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | | | | | | | Add changelog item about new attributes in group apiDmitriy Zaporozhets2017-01-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | | | | | | | Update group api doc with full_name and full_path attributesDmitriy Zaporozhets2017-01-302-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | | | | | | | | | | | | Include nested groups items into search resultsDmitriy Zaporozhets2017-01-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | | | | | | | | | Use full group name/path in UI dropdownsDmitriy Zaporozhets2017-01-304-7/+8
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>