summaryrefslogtreecommitdiff
path: root/features
Commit message (Collapse)AuthorAgeFilesLines
...
| * Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-103-8/+10
| |
* | Remove note from MR discussion when deleting it in the changes tabDouglas Barbosa Alexandre2015-12-102-0/+29
| |
* | Merge branch 'fix-edit-notes-on-merge-request-diff' into 'master' Robert Speicher2015-12-102-0/+35
|\ \ | |/ |/| | | | | | | | | Fix editing notes on a merge request diff Fixes #3910 See merge request !2041
| * Merge branch 'master' into fix-edit-notes-on-merge-request-diffDouglas Barbosa Alexandre2015-12-0923-3/+146
| |\
| * | Ensure notes are replaced on a merge request diff when they're updatedDouglas Barbosa Alexandre2015-12-092-0/+35
| | |
* | | Merge branch 'move-network'Dmitriy Zaporozhets2015-12-093-10/+12
|\ \ \
| * | | Fix test for network shortcutmove-networkDmitriy Zaporozhets2015-12-093-5/+6
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Move Network page from separate tab to sub tab of CommitsDmitriy Zaporozhets2015-12-093-9/+10
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge remote-tracking branch 'origin/mr-broken'Dmitriy Zaporozhets2015-12-092-2/+2
|\ \ \ | |_|/ |/| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Merge branch 'master' into mr-brokenDouwe Maan2015-12-082-0/+14
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # app/helpers/ci_status_helper.rb
| * | | Use "Build passed" in tooltip instead of "Build status: passed"Douwe Maan2015-12-082-2/+2
| | | |
* | | | Merge branch 'rs-default-clone-fixes' into 'master' Robert Speicher2015-12-091-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Simplify shared User SSH key steps See merge request !2043
| * | | | Simplify shared User SSH key stepsRobert Speicher2015-12-091-2/+2
| | | | |
* | | | | Merge branch 'split-up-builds' into 'master' Dmitriy Zaporozhets2015-12-0913-1/+13
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Split up 20min+ `spec:other` and `spinach:project` builds to increase parallelization See merge request !2036
| * | | | Tag feature specsDouwe Maan2015-12-0913-1/+13
| | |_|/ | |/| |
* | | | Merge branch 'default_clone_protocol_based_on_user_keys' into 'master' Robert Speicher2015-12-095-2/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When rendering the clone page, check user profile to decide default clone protocol If the user has uploaded SSH-keys, use SSH; otherwise, use http(s). Closes #3504. See merge request !1998
| * \ \ \ Merge branch 'master' into default_clone_protocol_based_on_user_keysEirik Lygre2015-12-0914-31/+106
| |\ \ \ \ | | |/ / /
| * | | | Move ssh-key steps into SharedUser. Change references in "Explore Projects" ↵Eirik Lygre2015-12-095-10/+14
| | | | | | | | | | | | | | | | | | | | feature. Apply ssh-key requirement to "Project Create" feature.
| * | | | Add spinach tests for the clone protocol selection.Eirik Lygre2015-12-092-2/+27
| | | | |
* | | | | Merge branch 'fix-admin-should-be-able-to-add-himself-to-group' into 'master' Dmitriy Zaporozhets2015-12-095-0/+102
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed in Admin can add/remove himself to a group/project Fixes #3640 /cc @JobV Could you have a look as well? See merge request !1942
| * | | | Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-groupDouglas Barbosa Alexandre2015-12-089-20/+58
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-groupDouglas Barbosa Alexandre2015-12-0410-33/+84
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-groupDouglas Barbosa Alexandre2015-12-034-8/+8
| |\ \ \ \ \
| * | | | | | Signed in admin should be able to add/remove himself to a projectDouglas Barbosa Alexandre2015-12-012-0/+53
| | | | | | |
| * | | | | | Signed in admin should be able to add/remove himself to a groupDouglas Barbosa Alexandre2015-12-013-0/+49
| | | | | | |
* | | | | | | Merge branch 'mr-builds' into 'master' Dmitriy Zaporozhets2015-12-091-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Builds tab to MR detail page ## Before ![Screen_Shot_2015-12-08_at_13.21.04](/uploads/0d26060bef78f3de076e33439b8a4789/Screen_Shot_2015-12-08_at_13.21.04.png) ## After ![Screen_Shot_2015-12-08_at_13.25.20](/uploads/be7d7fd6d4fc8c5cc366b5b3778b813a/Screen_Shot_2015-12-08_at_13.25.20.png) Fixes #3907 See merge request !2016
| * \ \ \ \ \ \ Merge branch 'master' into mr-buildsDouwe Maan2015-12-084-0/+47
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/merge_requests_controller.rb # app/views/projects/merge_requests/widget/_heading.html.haml
| * | | | | | | Fix specmr-buildsDouwe Maan2015-12-081-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'edit-in-patch-branch' into 'master' Robert Speicher2015-12-082-10/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default target branch to patch-n when editing file in protected branch Fixes #3441 See merge request !2021
| * | | | | | Fix specDouwe Maan2015-12-082-10/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'languages-graph' into 'master' Robert Speicher2015-12-082-0/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Languages graph See merge request !2009
| * | | | | Add tests and changelog item for language graphslanguages-graphDmitriy Zaporozhets2015-12-082-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'serve_lfs_object' into 'master' Douwe Maan2015-12-082-0/+33
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Serve LFS object Depends on gitlab-org/gitlab_git!57 See merge request !1976
| * | | | | Fix specs caused by update of gitlab-test repo.serve_lfs_objectMarin Jankovski2015-12-081-0/+1
| | | | | |
| * | | | | Add specs for showing lfs object in UI.Marin Jankovski2015-12-072-0/+32
| | |_|/ / | |/| | |
* | | | | Add custom ColorValidatorRobert Speicher2015-12-072-2/+2
| |/ / / |/| | |
* | | | Merge branch 'fix-random-failing-test' into 'master' Dmitriy Zaporozhets2015-12-072-2/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix random failing test Make sure we wait till page reloads after request was merged. Otherwise we get request running which fails next test Improvement for !1897 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !2004
| * | | | Fix random failing testDmitriy Zaporozhets2015-12-072-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure we wait till page reloads after request was merged. Otherwise we get request running which fails next test Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'report-ssl-errors' of https://gitlab.com/stanhu/gitlab-ceDmitriy Zaporozhets2015-12-071-3/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix specStan Hu2015-12-041-3/+1
| | | | |
* | | | | Merge branch 'fix/award-emoji-conflict-in-notes' into 'master' Grzegorz Bizon2015-12-074-13/+47
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix problems with award-emoji-only comment This fixes a conflict between note with only a single emoji in content and award-emojis mechanisms. Closes #3734 cc @vsizov See merge request !1936
| * | | | Add feature test for emoji-only diff notesGrzegorz Bizon2015-12-032-0/+23
| | | | | | | | | | | | | | | | | | | | This specs is related to bug described in #3734 (award-emojis).
| * | | | Add test for award-emoji being added as regular commentGrzegorz Bizon2015-12-032-13/+24
| | |/ / | |/| |
* | | | Ensure "Remove Source Branch" button is not shown when branch is being ↵Rubén Dávila2015-12-042-0/+52
| |/ / |/| | | | | | | | deleted. #3583
* | | Merge remote-tracking branch 'origin/ui/issuable-form'Dmitriy Zaporozhets2015-12-042-3/+2
|\ \ \ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Fix specsui/issuable-formDouwe Maan2015-12-032-2/+2
| | | |
| * | | Merge branch 'master' into ui/issuable-formDouwe Maan2015-12-034-8/+8
| |\ \ \ | | |/ /
| * | | Don't reset target branch when choosing to "Change branches" in MRDouwe Maan2015-12-021-1/+0
| | |/ | |/|
* | | Merge branch 'ui/form-consistency' into 'master' Dmitriy Zaporozhets2015-12-046-19/+19
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI: Improve form consistency Depends on !1953 See the commits for more details, the messages mostly speak for themselves. # Highlights ## Tag form Before: ![tag_before](/uploads/ee5ba6ef405749013f9e5717ebcf72f3/tag_before.png) After: ![tag_after](/uploads/71bb543553190d91c03fd706cce35923/tag_after.png) See merge request !1955
| * | | Fix specui/form-consistencyDouwe Maan2015-12-031-4/+4
| | | |