- 11 Mar, 2016 21 commits
-
-
Kamil Trzcinski authored
# Conflicts: # spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
-
Kamil Trzcinski authored
-
Jacob Schatz authored
Fixes issue with issue sidebar toggle button not working Closes #14195 See merge request !3165
-
Jacob Schatz authored
Account settings Closes #13854 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/4802a7b4f74f17d25a611ed1a2200445/account-settings.png) See merge request !3039
-
Jacob Schatz authored
Added discard button to comment form Also changed the labels on the buttons to better match the action they are completing. Closes #8057 See merge request !3085
-
Dmitriy Zaporozhets authored
Add error for ajax:error when submitting comments Fixes #13814 ![Screen_Shot_2016-02-25_at_1.54.56_PM](/uploads/d70d706d306079df1b00d70f09affb63/Screen_Shot_2016-02-25_at_1.54.56_PM.png) cc @dblessing See merge request !2976
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Support YAML alias/anchor usage in .gitlab-ci.yml This allows to reuse one job as a template for another one: ``` job1: &JOBTMPL script: execute-script-for-job job2: *JOBTMPL ``` This also helps to solve some of the issues in gitlab-org/gitlab-ci#342 See merge request !2958
-
Jacob Schatz authored
Affix the build scroll controls Closes #4709 See merge request !3109
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Added in disable button for 2fa
-
Phil Hughes authored
Moved colours to variables
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Closes #13854
-
Phil Hughes authored
-
Phil Hughes authored
-
- 10 Mar, 2016 19 commits
-
-
Robert Speicher authored
Change all instances of "web hooks" to "webhooks" See merge request !3169
-
Rémy Coutable authored
[ci skip]
-
Robert Speicher authored
OCD hooooooooo! [ci skip]
-
Jacob Schatz authored
Fixes broken layout of web editor page on mobile Fixes #13987 <p><img src="https://gitlab.com/gitlab-org/gitlab-ce/uploads/3a58e7b576c25d5929bc1cdcbe163161/Screen_Shot_2016-03-10_at_1.13.19_PM.png" alt="Screen_Shot_2016-03-10_at_1.13.19_PM" width="487"></p> See merge request !3167
-
ashleys authored
-
Alfredo Sumaran authored
-
Robert Speicher authored
Adds mention of Redcarpet as Markdown parser in docs It makes it easier for users to find the source of issues related to Markdown parsing. [ci skip] See merge request !3168
-
A. Felipe Cabargas Madrid authored
-
A. Felipe Cabargas Madrid authored
-
A. Felipe Cabargas Madrid authored
-
Robert Speicher authored
Moves build status tooltip on issues See merge request !3156
-
Jacob Schatz authored
rewrite logo to simplify SVG code _Originally opened at !3129 by @slang._ - - - The look of the logo is obviously unchanged... This just gets rid of some useless SVG groups that Sketch made. See merge request !3164
-
Douwe Maan authored
Use an exclusive lease for LDAP checks Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14134 Merge https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3140 first. Only perform LDAP checks for a user after acquiring a lease. Checks during user login do not require a lease. The lease has a fixed expire time of 10 minutes. See merge request !3143
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Phil Hughes authored
Set position to auto left so that if it is off-screen it goes to the right
-
Jacob Vosmaer authored
-
-
Douwe Maan authored
Allow filtered explore results to be paged. Fixes #14104 See merge request !3149
-