- 20 May, 2016 3 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Zeger-Jan van de Weg authored
-
- 18 May, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Adam Butler authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 17 May, 2016 2 commits
-
-
Sean McGivern authored
Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
-
Sean McGivern authored
When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit.
-
- 16 May, 2016 7 commits
-
-
Kamil Trzcinski authored
-
Robert Speicher authored
Remove unused methods from Event model
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
These get escaped automatically.
-
Robert Speicher authored
Prior, the `title` attribute was being included as an argument to the route helper rather than as an argument to `link_to`.
-
Robert Speicher authored
Given an activity feed entry like: > Douwe Maan commented on [issue #123] at [gitlab-org/gitlab-ce] ...the `issue #123` link will now have a `title` attribute.
-
- 14 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 13 May, 2016 3 commits
-
-
Douwe Maan authored
-
Annabel Dunstone authored
-
Gabriel Mazetto authored
-
- 12 May, 2016 11 commits
-
-
Kamil Trzcinski authored
-
Sean McGivern authored
The ForksController enforces this, so don't show the link if it won't go anywhere.
-
Andrei Gliga authored
-
Andrei Gliga authored
This reverts commit 075ace5686c63d40f7e9fa02bf37e1bd3168f7e7.
-
Andrei Gliga authored
This reverts commit 78a832d0fd7ff445c707809134dbb2a42d2a9e03. Show help only for the enabled OAuth Providers on oauth-providers-help block aria: { describedby: help_block_id } instead of 'aria-describedby' => help_block_id provider and not p a more simple approach to the OmniAuth helper links for oauth-providers-help
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
On Application Settings Page let the user select the enabled OAuth Sign in sources instead of the disabled ones
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
- 11 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 09 May, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 08 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 07 May, 2016 1 commit
-
-
Stan Hu authored
Use a custom Loofah scrubber since sanitize 2.x transformers are inadequate to handle case-sensitive SVG attributes. sanitize parses documents as HTML instead of XML, which causes all SVG attribute names (e.g. viewBox) to be downcased. * SVG element list: https://www.w3.org/TR/SVG/eltindex.html * SVG attribute list: https://www.w3.org/TR/SVG/attindex.html Closes #14555
-
- 04 May, 2016 5 commits
-
-
Robert Speicher authored
The repository size has since become calculated (and cached) more intelligently, and this should no longer be necessary.
-
Robert Speicher authored
This will intelligently format large repository sizes in GBs (or, shudder, TBs).
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Stan Hu authored
Closes #17243
-