- 06 Sep, 2017 1 commit
-
-
Phil Hughes authored
-
- 31 Aug, 2017 1 commit
-
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-
- 29 Aug, 2017 2 commits
-
-
Phil Hughes authored
-
Maxim Rydkin authored
-
- 07 Aug, 2017 1 commit
-
-
Annabel Dunstone Gray authored
-
- 04 Aug, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 31 Jul, 2017 1 commit
-
-
Rémy Coutable authored
-
- 28 Jul, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 04 Jul, 2017 1 commit
-
-
Phil Hughes authored
-
- 28 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 21 Jun, 2017 2 commits
-
-
Phil Hughes authored
only display the toggle setting in development env for now
-
Phil Hughes authored
Start of the new navigation by redesigning just the top navigation menu. This is only shown when a cookie is set. Part of #32794
-
- 20 Jun, 2017 1 commit
-
-
Sean McGivern authored
-
- 15 Jun, 2017 2 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
Let the backend do the translation.
-
- 14 Jun, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 01 Jun, 2017 1 commit
-
- 31 May, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 30 May, 2017 1 commit
-
-
Phil Hughes authored
-
- 11 May, 2017 1 commit
-
-
Tim Zallmann authored
-
- 10 May, 2017 1 commit
-
-
blackst0ne authored
-
- 08 May, 2017 2 commits
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- 04 May, 2017 3 commits
-
-
blackst0ne authored
-
blackst0ne authored
-
blackst0ne authored
-
- 27 Apr, 2017 1 commit
-
-
Toon Claes authored
-
- 24 Mar, 2017 1 commit
-
-
Phil Hughes authored
Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 15 Feb, 2017 1 commit
-
-
Semyon Pupkov authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
-
- 10 Feb, 2017 1 commit
-
-
Phil Hughes authored
Formats the timeago timestamps to be a short date. This will only be visible on slower connections whilst the JS is loading, after the JS has loaded it will be turned into a timeago string Closes #27537
-
- 03 Feb, 2017 1 commit
-
-
Adam Pahlevi authored
add complete changelog for !8949
-
- 09 Jan, 2017 1 commit
-
-
Clement Ho authored
-
- 20 Dec, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 19 Dec, 2016 1 commit
-
-
Luke "Jared" Bennett authored
-
- 07 Nov, 2016 1 commit
-
-
Clement Ho authored
-
- 30 Sep, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 22 Sep, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-