summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | |
| * | | | update changelogValery Sizov2015-03-161-0/+1
| | | | |
| * | | | code folding fixValery Sizov2015-03-165-8/+19
| | | | |
| * | | | SubscriptionValery Sizov2015-03-1511-3/+127
| | | | |
* | | | | Properly align save user profile buttonDmitriy Zaporozhets2015-03-171-2/+4
| | | | |
* | | | | Revert "Merge branch 'backup-permissions' into 'master'"Dmitriy Zaporozhets2015-03-163-48/+7
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c42262b43b009af990e5769840391862d64a1c2d, reversing changes made to c6586b1283a94c8f08bc669f4d8a9384b263073e.
* | | | | Fix button color inside alertDmitriy Zaporozhets2015-03-161-1/+1
| | | | |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-161-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'relative-sematic-versioning' into 'master'Dmitriy Zaporozhets2015-03-171-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relative sematic versioning Note to indicate that semantic versioning is not absolute or allows you to fly blind. See merge request !286
| | * | | | | Add note about semantic versioning not being absolute.relative-sematic-versioningSytse Sijbrandij2015-01-101-1/+1
| | | | | | |
* | | | | | | Merge branch 'backup-permissions' into 'master'Dmitriy Zaporozhets2015-03-173-7/+48
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change permissions on backup files Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files. See #1894. Now the backup task recursively `chmod`s the `db/`, `uploads/`, and `repositories/` folders with 0700 permissions, and the tar file is created as 0600. cc @sytse See merge request !1703
| * | | | | | | Change permissions on backup filesVinnie Okada2015-03-153-7/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files.
* | | | | | | | Merge branch 'unicorn-workers' into 'master'Dmitriy Zaporozhets2015-03-171-1/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation about unicorn settings. Helps with https://news.ycombinator.com/item?id=9213180 See merge request !1704
| * | | | | | | Documentation about unicorn settings.Sytse Sijbrandij2015-03-161-1/+4
| | | | | | | |
* | | | | | | | Merge branch 'fix-null-visibility' into 'master'Dmitriy Zaporozhets2015-03-173-5/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle null restricted_visibility_levels setting Fix a 500 error when the `restricted_visibility_levels` setting is null in the database - see #2134. See merge request !1705
| * | | | | | | | Fix restricted visibility bugsVinnie Okada2015-03-162-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for nil values in the restricted_visibility_level validation method, and set the restricted visibility request parameter to `[]` when it's missing from the request.
| * | | | | | | | Handle null restricted_visibility_levels settingVinnie Okada2015-03-161-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a 500 error when the `restricted_visibility_levels` setting is null in the database.