Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix specfix-milestone-snippet-header | Douwe Maan | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | Rename .issuable-details to .detail-page (and -header and -description) | Douwe Maan | 2015-12-16 | 2 | -3/+3 |
| | |||||
* | Merge branch 'master' into fix-milestone-snippet-header | Douwe Maan | 2015-12-16 | 7 | -23/+23 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/feature/update-rubocop' | Dmitriy Zaporozhets | 2015-12-16 | 7 | -23/+23 |
| |\ | |||||
| | * | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 7 | -23/+23 |
| | | | |||||
* | | | Fix tests | Douwe Maan | 2015-12-16 | 1 | -1/+1 |
|/ / | |||||
* | | Add spinach test for note polling | Grzegorz Bizon | 2015-12-15 | 1 | -0/+10 |
| | | | | | | | | | | This also increases capybara timeout to 15 seconds (note polling interval). Capybara will look for new note for this period of time. | ||||
* | | Preserve trailing new lines at the end of file on the online editor | Douglas Barbosa Alexandre | 2015-12-14 | 1 | -0/+8 |
|/ | | | | | Because Haml automatically indents the HTML source code, the contents of whitespace-sensitive tags like pre and textarea can get screwed up. | ||||
* | Update commits spinach tests related to displaying build status | Grzegorz Bizon | 2015-12-14 | 1 | -0/+4 |
| | |||||
* | Merge branch 'ci-project-migrate' into 'master' | Kamil Trzciński | 2015-12-14 | 4 | -13/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987 | ||||
| * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 4 | -13/+3 |
| | | |||||
* | | Merge branch 'ci-services-migrate' into 'master' | Kamil Trzciński | 2015-12-14 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | | | Ci Services migrate See merge request !1985 | ||||
| * | Fix specs | Kamil Trzcinski | 2015-12-10 | 1 | -4/+4 |
| | | |||||
| * | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 2 | -4/+6 |
| | | |||||
* | | Remove note from MR discussion when deleting it in the changes tab | Douglas Barbosa Alexandre | 2015-12-10 | 1 | -0/+19 |
| | | |||||
* | | Merge branch 'fix-edit-notes-on-merge-request-diff' into 'master' | Robert Speicher | 2015-12-10 | 1 | -0/+25 |
|\ \ | |/ |/| | | | | | | | | | Fix editing notes on a merge request diff Fixes #3910 See merge request !2041 | ||||
| * | Merge branch 'master' into fix-edit-notes-on-merge-request-diff | Douglas Barbosa Alexandre | 2015-12-09 | 6 | -0/+80 |
| |\ | |||||
| * | | Ensure notes are replaced on a merge request diff when they're updated | Douglas Barbosa Alexandre | 2015-12-09 | 1 | -0/+25 |
| | | | |||||
* | | | Merge branch 'move-network' | Dmitriy Zaporozhets | 2015-12-09 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | Fix test for network shortcutmove-network | Dmitriy Zaporozhets | 2015-12-09 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | Move Network page from separate tab to sub tab of Commits | Dmitriy Zaporozhets | 2015-12-09 | 2 | -4/+4 |
| |/ / | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Merge remote-tracking branch 'origin/mr-broken' | Dmitriy Zaporozhets | 2015-12-09 | 2 | -2/+2 |
|\ \ \ | |_|/ |/| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Merge branch 'master' into mr-broken | Douwe Maan | 2015-12-08 | 1 | -0/+9 |
| |\ \ | | | | | | | | | | | | | | | | | # Conflicts: # app/helpers/ci_status_helper.rb | ||||
| * | | | Use "Build passed" in tooltip instead of "Build status: passed" | Douwe Maan | 2015-12-08 | 2 | -2/+2 |
| | | | | |||||
* | | | | Simplify shared User SSH key steps | Robert Speicher | 2015-12-09 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'default_clone_protocol_based_on_user_keys' into 'master' | Robert Speicher | 2015-12-09 | 3 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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_keys | Eirik Lygre | 2015-12-09 | 9 | -22/+80 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Move ssh-key steps into SharedUser. Change references in "Explore Projects" ↵ | Eirik Lygre | 2015-12-09 | 3 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | feature. Apply ssh-key requirement to "Project Create" feature. | ||||
| * | | | | Add spinach tests for the clone protocol selection. | Eirik Lygre | 2015-12-09 | 1 | -0/+8 |
| | | | | | |||||
* | | | | | Merge branch 'fix-admin-should-be-able-to-add-himself-to-group' into 'master' | Dmitriy Zaporozhets | 2015-12-09 | 3 | -0/+70 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-group | Douglas Barbosa Alexandre | 2015-12-08 | 6 | -17/+43 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-group | Douglas Barbosa Alexandre | 2015-12-04 | 9 | -33/+67 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | Merge branch 'master' into fix-admin-should-be-able-to-add-himself-to-group | Douglas Barbosa Alexandre | 2015-12-03 | 4 | -8/+8 |
| |\ \ \ \ \ | |||||
| * | | | | | | Signed in admin should be able to add/remove himself to a project | Douglas Barbosa Alexandre | 2015-12-01 | 1 | -0/+37 |
| | | | | | | | |||||
| * | | | | | | Signed in admin should be able to add/remove himself to a group | Douglas Barbosa Alexandre | 2015-12-01 | 2 | -0/+33 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'mr-builds' into 'master' | Dmitriy Zaporozhets | 2015-12-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Builds tab to MR detail page ## Before  ## After  Fixes #3907 See merge request !2016 | ||||
| * \ \ \ \ \ \ | Merge branch 'master' into mr-builds | Douwe Maan | 2015-12-08 | 2 | -0/+36 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/merge_requests_controller.rb # app/views/projects/merge_requests/widget/_heading.html.haml | ||||
| * | | | | | | | Fix specmr-builds | Douwe Maan | 2015-12-08 | 1 | -1/+1 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'edit-in-patch-branch' into 'master' | Robert Speicher | 2015-12-08 | 1 | -4/+0 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default target branch to patch-n when editing file in protected branch Fixes #3441 See merge request !2021 | ||||
| * | | | | | | Fix spec | Douwe Maan | 2015-12-08 | 1 | -4/+0 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'languages-graph' into 'master' | Robert Speicher | 2015-12-08 | 1 | -0/+9 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | Languages graph See merge request !2009 | ||||
| * | | | | | Add tests and changelog item for language graphslanguages-graph | Dmitriy Zaporozhets | 2015-12-08 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | | | Merge branch 'serve_lfs_object' into 'master' | Douwe Maan | 2015-12-08 | 1 | -0/+27 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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_object | Marin Jankovski | 2015-12-08 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Add specs for showing lfs object in UI. | Marin Jankovski | 2015-12-07 | 1 | -0/+26 |
| | |_|/ / | |/| | | | |||||
* | | | | | Add custom ColorValidator | Robert Speicher | 2015-12-07 | 2 | -2/+2 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'fix-random-failing-test' into 'master' | Dmitriy Zaporozhets | 2015-12-07 | 1 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 test | Dmitriy Zaporozhets | 2015-12-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-ce | Dmitriy Zaporozhets | 2015-12-07 | 1 | -3/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Fix spec | Stan Hu | 2015-12-04 | 1 | -3/+1 |
| | | | | |