summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow primary email to be set to an email that you've already added.change-primary-emailDouwe Maan2015-04-306-18/+46
|
* Merge branch 'search-layout' into 'master'Dmitriy Zaporozhets2015-04-2916-133/+161
|\ | | | | | | | | | | | | | | Improvements to search layout Improve search layout to match new UI style and make it more mobile-firendly See merge request !585
| * Fix testsDmitriy Zaporozhets2015-04-291-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Move search categories (projects, issues etc) below search field. Instead ↵Dmitriy Zaporozhets2015-04-298-81/+87
| | | | | | | | | | | | use sidebar for dashbaord nav Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Continue refactoring and restyle of search layoutDmitriy Zaporozhets2015-04-2810-70/+98
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Draft improvements to search layoutDmitriy Zaporozhets2015-04-2811-115/+109
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix visibility settings UI in admin areaDmitriy Zaporozhets2015-04-291-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-295-148/+80
|\ \
| * \ Merge branch 'footnotes-markdown' into 'master'Douwe Maan2015-04-292-1/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add footnotes support to Markdown This merge request fix this issue : https://gitlab.com/gitlab-org/gitlab-ce/issues/555 See merge request !572
| | * | Add footnotes support to MarkdownGuillaume Delbergue2015-04-242-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Guillaume Delbergue <guillaume.delbergue@greensocs.com>
| * | | Merge branch 'refactor-service-settings' into 'master'Douwe Maan2015-04-293-147/+77
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move service template and project service settings into a shared view This MR reconciles the small differences in the error message layout between the template and project settings, and moves the partial into a shared view. This came from a mention in https://github.com/gitlabhq/gitlabhq/issues/9181 to take care of this. See merge request !588
| | * | | Move service template and project service settings into a shared viewStan Hu2015-04-293-147/+77
| |/ / /
* | | | Merge branch 'Add_phrase_close_multiple_issues' into 'master'Sytse Sijbrandij2015-04-291-1/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add phrase "Here's how to close multiple issues in one commit message" Added phrase "Here's how to close multiple issues in one commit message" so that doc is easier to find by users. cc/ @sytse See merge request !1801
| * | | Added phrase "Here's how to close multiple issues in one commit message" so ↵Karen Carias2015-04-281-1/+3
| | | | | | | | | | | | | | | | that doc is easier to find by users
* | | | Merge branch 'fix_data' into 'master'Dmitriy Zaporozhets2015-04-292-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove abandoned GroupMembers https://dev.gitlab.org/gitlab/gitlabhq/issues/2270#note_43457 See merge request !1802
| * | | | Remove abandoned GroupMembersValery Sizov2015-04-292-1/+7
|/ / / /
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-04-292-2/+2
|\ \ \ \
| * \ \ \ Merge pull request #9220 from kylekatarnls/patch-1Jeroen van Baarsen2015-04-291-1/+1
| |\ \ \ \ | | | | | | | | | | | | Fix #9219 Affix menu size change
| | * | | | Fix #9219 Affix menu size changeKyle2015-04-291-1/+1
| |/ / / /
| * | | | Merge pull request #8677 from jubianchi/api-500-jsonJeroen van Baarsen2015-04-281-1/+1
| |\ \ \ \ | | |/ / / | |/| | | Send 500 errors as JSON in the API
| | * | | Send 500 errors as JSON in the APIjubianchi2015-04-271-1/+1
| | | | |
* | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets2015-04-293-1/+19
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'fix-commit-data-url-generation' into 'master'Douwe Maan2015-04-283-1/+19
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where commit data would not appear in some subdirectories Fix issue where commit data would not show up in some subdirectories due to escaped slashes. For example: https://gitlab.common-lisp.net/ecl/ecl/tree/develop/src/gc (now patched with fix) The upgrade from Rails v4.1.2 to v4.1.9 (76aad9b76ed) caused slashes in a tree to be escaped automatically. Using a wildcard glob in the route prevents this behavior. * Closes #1478, #1459 * Closes https://github.com/gitlabhq/gitlabhq/issues/9037 See merge request !581
| | * | | Fix bug where commit data would not appear in some subdirectoriesStan Hu2015-04-263-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upgrade from Rails v4.1.2 to v4.1.9 (76aad9b76ed) caused slashes in a tree to be escaped automatically. Using wildcard globs prevents this behavior. Closes #1478, #1459
* | | | | Revert "Fix '.container or .container-fluid should be the first child inside ↵Dmitriy Zaporozhets2015-04-291-2/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | of a .navbar' issue" This reverts commit 570594a469fe481060d312d9d90980c5f9289e2f.
* | | | Merge branch 'rs-issue-2269' into 'master'Dmitriy Zaporozhets2015-04-286-52/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate settings for default_url_options Closes #2269 See merge request !1797
| * | | | Specs don't need to set default_url_options anymoreRobert Speicher2015-04-272-18/+0
| | | | |
| * | | | Set default_url_options in test environments tooRobert Speicher2015-04-251-11/+9
| | | | |
| * | | | Remove duplicate settings for default_url_optionsRobert Speicher2015-04-253-23/+1
| |/ / / | | | | | | | | | | | | Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2269
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-04-288-12/+27
|\ \ \ \
| * \ \ \ Merge pull request #8680 from jubianchi/dev-rerun-foremanJeroen van Baarsen2015-04-283-5/+14
| |\ \ \ \ | | |_|/ / | |/| | | Add a rake task to automatically restart foreman when changes occur
| | * | | Add a rake task to automatically restart foreman when changes occurjubianchi2015-04-273-5/+14
| |/ / /
| * | | Merge pull request #8754 from jirutka/fix-project_name_regexJeroen van Baarsen2015-04-273-4/+8
| |\ \ \ | | | | | | | | | | Fix (project_)name_regex to accept non-ASCII letters and dash
| | * | | Fix (project_)name_regex to accept non-ASCII letters and dashJakub Jirutka2015-04-273-4/+8
| | | | |
| * | | | Merge pull request #8645 from chulkilee/hipchat-api-versionDmitriy Zaporozhets2015-04-272-3/+5
| |\ \ \ \ | | | | | | | | | | | | Add api version property on hipchat service
| | * | | | Add api version property on hipchat serviceChulki Lee2015-04-272-3/+5
| | |/ / /
* | | | | Merge branch 'admin-add-group-members' into 'master'Dmitriy Zaporozhets2015-04-282-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix adding new group members from admin area Fix for #2222 Tests for this case already exists but it was green. It related to current way dealing with ajax selectbox. Improving tests might be a reason for another merge requests - everyone is welcome to participate. See merge request !1796
| * | | | | Fix adding new group members from admin areaDmitriy Zaporozhets2015-04-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceSytse Sijbrandij2015-04-274-6/+14
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'fix-relative-submodule-links-with-personal-projects' into 'master'Dmitriy Zaporozhets2015-04-273-5/+13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken file browsing with relative submodule in personal projects Git submodules with relative links work fine for projects in groups but not in personal projects. This patch fixes this issue. To reproduce the problem, go here: https://gitlab.com/andrewwu.tw/submodule-test/tree/master Closes https://github.com/gitlabhq/gitlabhq/issues/7554 See merge request !565
| | * | | | | | Fix broken file browsing with relative submodule in personal projectsStan Hu2015-04-233-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/7554
| * | | | | | | Merge branch 'upgrade-dockerfile-7.10.0' into 'master'Robert Schilling2015-04-271-1/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Docker build to v7.10.0 See merge request !568
| | * | | | | | Upgrade Docker build to v7.10.0Stan Hu2015-04-271-1/+1
| | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'docker-improvements' into 'master'Sytse Sijbrandij2015-04-281-9/+35
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Add more instructions on how to publish docker images yourself. See merge request !1800
| * | | | | | Add more instuctions on how to publish docker images yourself.Sytse Sijbrandij2015-04-271-9/+35
|/ / / / / /
* | | | | | Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-2710-32/+21
| |_|/ / / |/| | | | | | | | | | | | | | This reverts commit 548f182814acd0f7a110e6c165c186e345901b00.
* | | | | Merge pull request #9209 from Soullivaneuh/bootstrap-updateJeroen van Baarsen2015-04-271-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Bootstrap 3.3.4
| * | | | | Bootstrap 3.3.4Sullivan SENECHAL2015-04-271-3/+3
| | | | | |
* | | | | | Merge pull request #9208 from Soullivaneuh/container-classJeroen van Baarsen2015-04-271-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix .container position on navbar
| * | | | | | Fix '.container or .container-fluid should be the first child inside of a ↵Sullivan SENECHAL2015-04-261-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | .navbar' issue