summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'bump-gitlab-git' into 'master'Dmitriy Zaporozhets2015-03-182-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gitlab_git to 7.1.2 For https://dev.gitlab.org/gitlab/gitlabhq/issues/2151 See merge request !1722
| * | | | | | | | Bump gitlab_git to 7.1.2Dmitriy Zaporozhets2015-03-182-3/+3
| | | | | | | | |
* | | | | | | | | Merge branch 'new-branch-commits' into 'master'Dmitriy Zaporozhets2015-03-185-12/+18
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | List new commits for newly pushed branch in activity view. When someone pushes commits, I want to see them, regardless if it's a new or existing branch. If it's a new branch, we compare with the default branch (usually master). ![Screen_Shot_2015-03-17_at_15.49.13](https://dev.gitlab.org/gitlab/gitlabhq/uploads/4cb7e0d833bc83a30197db81d4b273bc/Screen_Shot_2015-03-17_at_15.49.13.png) See merge request !1711
| * | | | | | | | List new commits for newly pushed branch in activity view.Douwe Maan2015-03-185-12/+18
| |/ / / / / / /
* | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-1816-59/+204
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'commit_calendar_activity' into 'master'Douwe Maan2015-03-1814-39/+202
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend commit calendar to actually show what commits were made on a date ## What does this MR do? This MR extends the commit calendar so it acutally shows what commits were made on a date and in which project. It is based on the optimizations @dzaporozhets made for the calendar. ## Are there points in the code the reviewer needs to double check? The UI and how the links are generated i guess. That feels hacky at the moment :/ ## Screenshot: ![commit_calendar_extend_display](https://gitlab.com/uploads/gitlab-org/gitlab-ce/5bf1631660/commit_calendar_extend_display.png) I assume that i have to refactor this a bit more to make it a cleaner implementation, so please give me feedback on what needs to be changed :) See merge request !326
| | * | | | | | | Extend the commit calendar to show the actual commits for a dateHannes Rosenögger2015-03-1814-39/+202
| | |/ / / / / /
| * | | | | | | Merge branch 'line_wrap_default' into 'master'Douwe Maan2015-03-183-20/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable line wrapping per default. This MR enables line wrapping by default and removes the checkbox to toggle it. Let's be honest, noone likes horizontal scrollbars. /cc @dzaporozhets @DouweM As discussed yesterday. Please take a look. Did I miss something? The change feels to easy :smile: See merge request !396
| | * | | | | | enable line wrapping by default and remove the checkbox to change itHannes Rosenögger2015-03-183-20/+2
| |/ / / / / /
* | | | | | | Merge branch 'order_in_settings_page' into 'master'Dmitriy Zaporozhets2015-03-181-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the order of signin and signup on features page. See merge request !1720
| * | | | | | Fix the order of signin and signup on features page.Marin Jankovski2015-03-181-2/+2
|/ / / / / /
* | | | | | Merge branch 'fix_subscription' into 'master'Dmitriy Zaporozhets2015-03-182-26/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix public issue See merge request !1717
| * | | | | | fix public issueValery Sizov2015-03-182-26/+28
| | | | | | |
* | | | | | | Fix external wiki serviceDmitriy Zaporozhets2015-03-172-2/+2
| | | | | | |
* | | | | | | Merge branch 'refactor-css'Dmitriy Zaporozhets2015-03-176-769/+20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove to old GitLab colors for succes and primaryDmitriy Zaporozhets2015-03-173-10/+5
| | | | | | |
| * | | | | | Cleanup bootstrap variable example filerefactor-cssDmitriy Zaporozhets2015-03-171-741/+4
| | | | | | |
| * | | | | | More use of sass variables. Reject flatly gray colorsDmitriy Zaporozhets2015-03-175-24/+17
|/ / / / / /
* | | | | | Align services like in EE for easier mergingDmitriy Zaporozhets2015-03-171-4/+22
| | | | | |
* | | | | | Move CHANGELOG item to correct milestoneDmitriy Zaporozhets2015-03-171-1/+1
| | | | | |
* | | | | | Merge branch 'external_wiki' into 'master'Dmitriy Zaporozhets2015-03-187-2/+102
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for external wikis ## What does this MR do? This MR adds the possibility to replace the link to the internal wiki of gitlab with a custom link. Currently this is realised as a service. ## What Use Case does this MR solve? In my Company we already have a wiki System (Confluence). We have a policy to use the existing wiki, so we can't switch to the internal wiki Gitlab provides. This currently only leaves us two choices: 1. Disable the gitlab wiki. That means we completly loose the connection between wiki and code from the gitlab ui. 2. Create a simple wiki page with a link to our external wiki and hope that no one uses the internal one. Both solutions are not really good. So what can be done to improve the situation while making it as easy as possible for new developers to access both, wiki and gitlab? Replacing the wiki link kinda like the JIRA integration replaces the issues link looks like a good first step to me. :) This can probably be extended later to completly prevent access to the internal wiki (currently that's still possible if you know the link) or maybe to check if the link really points to a wiki. ## Screenshot: ![external_wiki_service](https://gitlab.com/uploads/gitlab-org/gitlab-ce/89b27cf068/external_wiki_service.png) See merge request !291
| * | | | | | Add a service to support external wikisHannes Rosenögger2015-03-127-2/+102
| | | | | | |
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-172-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'replace-linux-with-gnu-linux' into 'master'Dmitriy Zaporozhets2015-03-182-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace linux with gnu linux To recognize the work of Dr. Stallman. See merge request !391
| | * | | | | | | Replace linux with GNU/Linux to recognize the work of Dr. Stallman.replace-linux-with-gnu-linuxSytse Sijbrandij2015-03-152-2/+2
| | | | | | | | |
* | | | | | | | | Fix email template css for project moved emailsDmitriy Zaporozhets2015-03-171-2/+2
| | | | | | | | |
* | | | | | | | | Merge branch 'css-vars' into 'master'Dmitriy Zaporozhets2015-03-1810-31/+31
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More actively use css variabled to prevent colors duplication See merge request !1715
| * | | | | | | | More actively use css variabled to prevent colors duplicationDmitriy Zaporozhets2015-03-1710-31/+31
| | | | | | | | |
* | | | | | | | | Fix scroll for last push widgetDmitriy Zaporozhets2015-03-171-1/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'update-grack' into 'master'Dmitriy Zaporozhets2015-03-181-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Grack. See merge request !1712
| * | | | | | | | Update Grack.Douwe Maan2015-03-171-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'update-omniauth-ldap' into 'master'Dmitriy Zaporozhets2015-03-182-5/+5
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update omniauth-ldap. See merge request !1713
| * | | | | | | | Update omniauth-ldap.Douwe Maan2015-03-172-5/+5
| |/ / / / / / /
* | | | | | | | Its time for 7.10.0.preDmitriy Zaporozhets2015-03-172-1/+3
| | | | | | | |
* | | | | | | | Merge branch 'update_install_documentation' into 'master'Marin Jankovski2015-03-174-21/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update installation and upgrade documentation See merge request !1714
| * | | | | | | | Update upgrade and installation docs for 7.9.Marin Jankovski2015-03-172-15/+18
| | | | | | | | |
| * | | | | | | | Merge branch 'fix_service_trigger_ui' into 'master'Douwe Maan2015-03-172-6/+6
| |\ \ \ \ \ \ \ \ |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix service UI There was a small bug in the service UI that caused an empty 'Trigger' label to be shown. After this change the 'Trigger' field is not shown when only one event type of supported. Before: ![Screen Shot 2015-03-16 at 7.40.31 PM](https://gitlab.com/uploads/dblessing/gitlab-ce/0457a0b918/Screen_Shot_2015-03-16_at_7.40.31_PM.png) I think in the future there are other things we can do to enforce at least one selected event type and also show the user what the singular event type is if only one is supported. That will take time to work out and this is definitely acceptable for the time. See merge request !395
| * | | | | | | | Fix UI bug regarding servicesDrew Blessing2015-03-172-6/+6
| | | | | | | | |
* | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-178-19/+53
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix changelog.Douwe Maan2015-03-171-3/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'atom-xhtml-squashed' into 'master'Douwe Maan2015-03-178-19/+55
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix invalid Atom feeds when using emoji, horizontal rules, or images This is a fix for issues #880, #723, #1113. Markdown must be rendered to XHTML, not HTML, when generating summary content for Atom feeds. Otherwise, content-less tags like *img* and *hr* are not terminated and make the Atom XML invalid. Such tags are generated when issue descriptions, merge request descriptions, comments, or commit messages use emoji, horizontal rules, or images. To pass this option through from the relevant Haml templates to the proper place in the `gfm()` method, a new method `gfm_with_options()` is introduced. It reuses the options dictionary passed to `markdown()` and interprets options `xhtml` and `parse_tasks` from it (the latter was a convenient replacement for `gfm_with_tasks()`). `xhtml` is already interpreted by Redcarpet::Render::HTML, but that alone was not sufficient, because the post-processing in `gfm()` would convert its XHTML tags back to HTML. I found no way of passing additional optional options to the existing `gfm()` method without requiring updates to existing callers and without getting in the way of the existing optional arguments, but maybe someone who knows more about Ruby than I can think of one. Thorough review appreciated since this is the first time I have used Ruby. See merge request !344
| | * | | | | | | Fix invalid Atom feeds when using emoji, horizontal rules, or images.Christian Walther2015-03-168-19/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issues #880, #723, #1113: Markdown must be rendered to XHTML, not HTML, when generating summary content for Atom feeds. Otherwise, content-less tags like <img> and <hr>, generated when issue descriptions, merge request descriptions, comments, or commit messages use emoji, horizontal rules, or images, are not terminated and make the Atom XML invalid.
* | | | | | | | | Merge branch 'last-deploy-key' into 'master'Dmitriy Zaporozhets2015-03-174-2/+44
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete deploy key when last connection to a project is destroyed. Addresses #1959. See merge request !1710
| * | | | | | | | | Satisfy Rubocop.Douwe Maan2015-03-171-2/+1
| | | | | | | | | |
| * | | | | | | | | Delete deploy key when last connection to a project is destroyed.Douwe Maan2015-03-174-2/+45
| |/ / / / / / / /
* | | | | | | | | Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets2015-03-1717-4/+245
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subscription to issue/mr Fixes #1911 and #1909 ![joxi_screenshot_1426601822159](https://dev.gitlab.org/gitlab/gitlabhq/uploads/53021bc5783271322ab2dfba7598eaa3/joxi_screenshot_1426601822159.png) ![joxi_screenshot_1426601836423](https://dev.gitlab.org/gitlab/gitlabhq/uploads/244ff360fbd6f30980f8dad699400814/joxi_screenshot_1426601836423.png) See merge request !1702
| * | | | | | | | improve UIValery Sizov2015-03-175-22/+30
| | | | | | | | |
| * | | | | | | | testsValery Sizov2015-03-1615-25/+115
| | | | | | | | |
| * | | | | | | | fix specsValery Sizov2015-03-163-12/+22
| | | | | | | | |
| * | | | | | | | rename table subscribe; make it polymorficValery Sizov2015-03-1611-44/+41
| | | | | | | | |