- 04 Sep, 2017 1 commit
-
- 03 Sep, 2017 3 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 01 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 31 Aug, 2017 3 commits
-
-
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.
-
Tiago Botelho authored
-
Zeger-Jan van de Weg authored
In this instance its subgroups, and given we can't deploy it, we shouldn't allow it to be shown. Fixes gitlab-org/gitlab-ce#34864
-
- 30 Aug, 2017 6 commits
-
-
Nick Thomas authored
`allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
-
Nick Thomas authored
This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
-
Rubén Dávila authored
-
Sean McGivern authored
Postgres lets you treat `count` as another alias for `COUNT(*)` apparently, even if that's not the actual alias used.
-
Douwe Maan authored
-
Hiroyuki Sato authored
-
- 29 Aug, 2017 3 commits
-
-
Maxim Rydkin authored
-
Maxim Rydkin authored
-
Rubén Dávila authored
-
- 28 Aug, 2017 3 commits
-
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Yorick Peterse authored
This ensures the project of an MR's head pipeline is eager loaded, preventing an N+1 query problem from occurring when viewing the list of MRs of a project.
-
- 26 Aug, 2017 1 commit
-
-
Rubén Dávila authored
-
- 24 Aug, 2017 2 commits
-
-
Bob Van Landuyt authored
This avoids loading the `OmniAuthCallbacksController` at boot time so it doesn't mess up the `before_action`-chain
-
Mehdi Lahmam authored
-
- 22 Aug, 2017 2 commits
-
-
Robert Speicher authored
We should be defining the list of loggers in the controller, not the view.
-
Rubén Dávila authored
-
- 21 Aug, 2017 1 commit
-
-
Tiago Botelho authored
-
- 18 Aug, 2017 1 commit
-
-
Douwe Maan authored
-
- 17 Aug, 2017 6 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
haseeb authored
-
Zeger-Jan van de Weg authored
The link pointed to the wrong page, this is corrected by both writing the documentation and linking to that instead. (internal) Reference: https://gitlab.slack.com/archives/C0NFPSFA8/p1502791719000238
-
Zeger-Jan van de Weg authored
The params were not getting a value other than `project_templates:"on"` so the backend wasn't sure what template to use. Fixes gitlab-org/gitlab-ce#36492
-
- 15 Aug, 2017 2 commits
-
-
Jacob Schatz authored
-
Robert Speicher authored
-
- 14 Aug, 2017 2 commits
-
-
Robert Speicher authored
An upcoming update to rubocop-gitlab-security added additional violations.
-
Yorick Peterse authored
This changes the pagination of the "Explore" pages so they use a simpler pagination system that only shows "Prev" and "Next" buttons. This removes the need for getting the total number of rows to display, a process that can easily take up to 2 seconds when browsing through a large list of projects. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27390
-
- 11 Aug, 2017 3 commits
-
-
Mehdi Lahmam authored
-
Robin Bobbitt authored
-
Robert Speicher authored
Also marks a few things as uncovered, and removes an unused class.
-