- 12 May, 2016 36 commits
-
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
Allow Admins to remove the Login with buttons for OAuth services and still be able to import on the changelog
-
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
-
Andrei Gliga authored
-
Andrei Gliga authored
if omniauth is enabled and if there are button_based_providers available show the disable OAuth sources
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
stub Devise.omniauth_providers to return GitHub even if the gitlab.yml has no omniauth provider enabled This will fix failing tests in case gitlab.yml file has no omniauth providers enabled
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Yorick Peterse authored
Update 8.8 guides See merge request !4119
-
Rémy Coutable authored
Relative Links in the Wiki Are Broken - [ ] #16568 (!4050) Relative links in wiki are broken - [x] Investigate issue - [x] Implementation / Fix - [x] Write (failing) tests for `WikiLinkFilter` - [x] Link to `./bar` should either get rewritten correctly or left alone - [x] Link to `./bar.md` should maybe get rewritten correctly (is left alone currently) - [x] Link to `bar.md` should get rewritten correctly - [x] Check if this indeed a bug - [x] Make sure CI is green - [x] Assign to endboss - [x] Wait for review - [x] Implement review feedback - [ ] Wait for merge See merge request !4050
-
Timothy Andrew authored
-
Timothy Andrew authored
- Separate 'exercise' and 'verify' steps of tests. - Use `build_stubbed` instead of `build`
-
Timothy Andrew authored
- And fix behavior for non-file hierarchical links.
-
- 11 May, 2016 4 commits
-
-
Douwe Maan authored
Add snippet tab under user profile Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15572 See merge request !4001
-
Douwe Maan authored
Remove unused `icon_for_event` helper Extracted from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4090 See merge request !4120
-
Robert Speicher authored
-
Jacob Schatz authored
Don't show the Todo count if there aren't any Todos. When there are 0 Todos, the Todos icon still had the blue badge with a "0" in it, which made me think I had a new Todo left. This makes it less annoying. Follow-up on !4077. **Before:** ![Screen_Shot_2016-05-10_at_9.36.57_PM](/uploads/e0dfafae01692286096606c3251f0997/Screen_Shot_2016-05-10_at_9.36.57_PM.png) **After:** ![Screen_Shot_2016-05-10_at_10.01.02_PM](/uploads/30a8bafe8f54862418eb4045e5777a9a/Screen_Shot_2016-05-10_at_10.01.02_PM.png) cc: @jschatz1 @rspeicher See merge request !4113
-