summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix header link rendering when containing numbersfix-markdown-renderingYorick Peterse2016-04-062-1/+9
| | | | | | | | | | | This fixes the problem where Markdown such as: ### 31st Would get rendered as a link tag pointing to issue number 31 inside a header tag. See gitlab-org/gitlab-ce#14936 for more information.
* Merge branch 'doc_ldap_fixes' into 'master' Achilleas Pipinellis2016-04-052-7/+7
|\ | | | | | | | | | | | | Fix LDAP link and codeblock indentation See merge request !3538
| * Fix LDAP link and codeblock indentationdoc_ldap_fixesAchilleas Pipinellis2016-04-052-7/+7
| | | | | | | | [ci skip]
* | Merge branch 'reorder-language' into 'master' Yorick Peterse2016-04-052-7/+21
|\ \ | | | | | | | | | | | | Update language after doing all other operations See merge request !3533
| * | Update language only on HEAD of the repositoryreorder-languageKamil Trzcinski2016-04-052-4/+17
| | |
| * | Update language after doing all other operationsKamil Trzcinski2016-04-051-3/+4
| | |
* | | Merge branch 'build-notification-changelog' into 'master' Jacob Schatz2016-04-051-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added CHANGELOG for build notifications [ci skip] See merge request !3537
| * | | Added CHANGELOG for build notificationsPhil Hughes2016-04-051-0/+1
|/ / / | | | | | | | | | [ci skip]
* | | Merge branch 'scss-lint-comments' into 'master' Jacob Schatz2016-04-051-0/+105
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add comments to the SCSS Lint config file [ci skip] This MR also adds some previously missing linters. See merge request !3500
| * | | Add comments to the SCSS Lint config file [ci skip]connorshea2016-04-041-0/+105
| | | | | | | | | | | | | | | | Also add some previously missing linters.
* | | | Merge branch 'missing-changelog' into 'master' Jacob Schatz2016-04-051-0/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing changelog item about improving navigation sidebar Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For !3494 and #14838 See merge request !3527
| * | | Add missing changelog item about improving navigation sidebarmissing-changelogDmitriy Zaporozhets2016-04-041-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'fix-gh-pr-import' into 'master' Yorick Peterse2016-04-054-0/+38
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix Importing repos from GHE doesn't work See merge request !3529
| * | | | Flush repository cache before import project datafix-gh-pr-importDouglas Barbosa Alexandre2016-04-044-0/+38
| |/ / / | | | | | | | | | | | | | | | | GitHub Pull Requests importer handle with the repository while importing data, we need to make sure that the cached values are valid.
* | | | Merge branch 'banzai-image-link' into 'master' Robert Speicher2016-04-057-2/+61
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Add link to image URL for images in discussions. The main problem with this is that it doesn't apply retroactively, only to images that are uploaded after this change. It's also hacky and probably not the most optimal solution. Resolves #14411. See merge request !3464
| * | | Wrap images in discussions and wikis with a link to the image source using ↵connorshea2016-04-047-2/+61
|/ / / | | | | | | | | | | | | | | | | | | | | | ImageLinkFilter. Resolves #14411. See merge request !3464
* | | Merge branch 'remove-2fa-status' into 'master' Jacob Schatz2016-04-041-2/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove 2FA status on enable page The 2FA status on the enabling page is useless, since it always is `disabled`. A user is enabling 2FA, so he already knows that it is disabled. ### Before ![Screenshot_2016-03-29_12.41.27](/uploads/4800a13a82f176077a11ecaf13ed0cb1/Screenshot_2016-03-29_12.41.27.png) ### After ![Screenshot_2016-03-29_12.40.55](/uploads/a77e8acd7cf99190bbd6bd340542ad10/Screenshot_2016-03-29_12.40.55.png) See merge request !3436
| * | | Remove 2FA status on enable pageremove-2fa-statusRobert Schilling2016-03-291-2/+0
| | | |
* | | | Merge branch 'admin-pages-layout' into 'master' Dmitriy Zaporozhets2016-04-043-35/+49
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Improve UI for admin/groups page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @jschatz1 @skyruler See merge request !3523
| * | | Single quotes paradiseadmin-pages-layoutDmitriy Zaporozhets2016-04-041-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Improve UI for admin/groups pageDmitriy Zaporozhets2016-04-043-35/+49
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceYorick Peterse2016-04-045-9/+11
|\ \ \ \
| * \ \ \ Merge branch 'dz-admin-area-fixes' into 'master' Jacob Schatz2016-04-045-9/+11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set of UI fixes for admin area See merge request !3525
| | * | | | Fix missing paddings in admin areaDmitriy Zaporozhets2016-04-044-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | | | Dont use monospace font for namesDmitriy Zaporozhets2016-04-041-1/+1
| | |/ / / | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Merge branch 'hide_profile_activity_on_mobile' into 'master' Jacob Schatz2016-04-040-0/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide user profile activity graph on mobile closes #14507 ## Before ![Screen_Shot_2016-03-26_at_10.28.21_PM](/uploads/5d5e2f77de936c2f2cd8a95132720a81/Screen_Shot_2016-03-26_at_10.28.21_PM.png) ## After ![Screen_Shot_2016-03-26_at_10.27.01_PM](/uploads/c011497b31368a0b7aa7d851541ac301/Screen_Shot_2016-03-26_at_10.27.01_PM.png) ## Medium width screen ![fix2](/uploads/2a5eb2d01f1a516991cd3e2b35b8aadc/fix2.gif) See merge request !3412
* | \ \ \ \ Merge branch 'fix-forked-project-link-specs' into 'master' Yorick Peterse2016-04-041-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Reload forked_project_link projects See merge request !3526
| * | | | | Reload forked_project_link projectsYorick Peterse2016-04-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes ./spec/services/projects/unlink_fork_service_spec.rb which somehow started failing on the master branch. It certainly isn't a very elegant solution but seems to be the easiest/best way of solving this problem for the time being.
* | | | | | Merge branch 'hide_profile_activity_on_mobile' into 'master' Jacob Schatz2016-04-042-1/+7
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide user profile activity graph on mobile closes #14507 ## Before ![Screen_Shot_2016-03-26_at_10.28.21_PM](/uploads/5d5e2f77de936c2f2cd8a95132720a81/Screen_Shot_2016-03-26_at_10.28.21_PM.png) ## After ![Screen_Shot_2016-03-26_at_10.27.01_PM](/uploads/c011497b31368a0b7aa7d851541ac301/Screen_Shot_2016-03-26_at_10.27.01_PM.png) ## Medium width screen ![fix2](/uploads/2a5eb2d01f1a516991cd3e2b35b8aadc/fix2.gif) See merge request !3412
| * | | | | hide user profile activity graph on mobile and enable horizontal scroll for ↵hide_profile_activity_on_mobileArinde Eniola2016-04-012-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | medium screens
* | | | | | Merge branch 'fix-award-emoji-menu' into 'master' Jacob Schatz2016-04-042-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix award emoji picker for relative_url MR !2888 caused a regression where the emoji picker does not load when using relative_url, because the path for the controller was hardcoded. See merge request !3493
| * | | | | Fix award emoji picker for relative_urlSandra Freihofer2016-04-012-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MR !2888 caused a regression where the emoji picker does not load when using relative_url, because the path for the controller was hardcoded.
* | | | | | Merge branch '14083-build-labels' into 'master' Jacob Schatz2016-04-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add labels to block element Fixes #14083 Before:![Screen_Shot_2016-04-04_at_11.22.27_AM](/uploads/c35afd95ebca1b72f2aa37c72dc3c1a9/Screen_Shot_2016-04-04_at_11.22.27_AM.png) After: ![Screen_Shot_2016-04-04_at_11.21.34_AM](/uploads/94f180858cf8fe2fc7eeec541ce66d44/Screen_Shot_2016-04-04_at_11.21.34_AM.png) See merge request !3492
| * | | | | | Add labels to block element14083-build-labelsAnnabel Dunstone2016-04-011-1/+1
| |/ / / / /
* | | | | | Merge branch 'fix-ui-event' into 'master' Dmitriy Zaporozhets2016-04-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix event rendering when create project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @jschatz1 See merge request !3522
| * | | | | | Fix event rendering when create projectfix-ui-eventDmitriy Zaporozhets2016-04-041-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'fix_remove_fork_link' into 'master' Douwe Maan2016-04-046-11/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove fork link closes all merge requests opened on source project Currently, if you: - create a fork - open a merge request on the source project - remove the fork link The created MR cannot be closed. With this MR, all pending MR is closed when the fork link is removed. See merge request !3189
| * | | | | | Fix incorrect variable nameBaldinof2016-04-041-1/+1
| | | | | | |
| * | | | | | Fix rubocop in unlink fork service specsBaldinof2016-04-031-2/+2
| | | | | | |
| * | | | | | Move unlink fork logic to a serviceBaldinof2016-03-225-40/+52
| | | | | | |
| * | | | | | Merge branch 'master' into fix_remove_fork_linkBaldinof2016-03-14158-1030/+2902
| |\ \ \ \ \ \
| * | | | | | | Close merge requests when removing fork relationBaldinof2016-03-115-2/+33
| | | | | | | |
* | | | | | | | Merge branch 'fix-sidebar-exapnd' into 'master' Dmitriy Zaporozhets2016-04-041-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix transparent bg for expand sidebar button Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #14838 cc @jschatz1 See merge request !3520
| * | | | | | | Fix transparent bg for expand sidebar buttonDmitriy Zaporozhets2016-04-041-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Merge branch 'update_repository_from_ee' into 'master' Douwe Maan2016-04-043-10/+33
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Repository#local_branches from gitlab-ee. REF: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/249 This will help us to avoid posible merge conflicts when merging gitlab-ce to gitlab-ee See merge request !3496
| * | | | | | | Migrate Repository#local_branches from gitlab-ee.update_repository_from_eeRubén Dávila2016-04-013-10/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will help us to avoid posible merge conflicts when merging gitlab-ce to gitlab-ee
* | | | | | | | Merge branch 'space-before-brace-scss-lint' into 'master' Jacob Schatz2016-04-0414-20/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable SpaceBeforeBrace rule for SCSS Lint Also resolve all instances of spaces not being included before opening braces. See merge request !3463
| * | | | | | | | Enable SpaceBeforeBrace rule for SCSS Lintconnorshea2016-03-3014-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also resolve all instances of spaces not being included before opening braces.
* | | | | | | | | Add 8.6.4 changelog itemRémy Coutable2016-04-041-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | Merge branch 'fix-mr-for-orphaned-branches' into 'master' Rémy Coutable2016-04-044-2/+35
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix creation of merge requests for orphaned branches with images When attempting to create a merge request from an orphaned branch (e.g. this happens for the first commit of any repo) that contained images, GitLab would fail with a Error 500. This MR fixes that problem. Closes #14875 See merge request !3511