- Mar 26, 2018
-
-
James Edwards-Jones authored
-
James Edwards-Jones authored
-
James Edwards-Jones authored
Explored Policy framework to create something I can use as a starting point.
-
- Mar 07, 2018
-
-
Bob Van Landuyt authored
The query becomes a lot simpler if we can check the branch name as well instead of having to load all branch names.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
When an MR is created using `allow_maintainer_to_push`, we enable some abilities while the MR is open. This should allow every user with developer abilities on the target project, to push to the source project.
-
- Mar 03, 2018
-
-
Felipe Artur authored
-
- Feb 22, 2018
-
-
Bob Van Landuyt authored
-
- Feb 09, 2018
-
-
Douwe Maan authored
Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibility' into 'security-10-4' [Port for security-10-4]: Makes SnippetFinder ensure feature visibility
-
- Feb 01, 2018
-
-
Mark Fletcher authored
-
- Jan 05, 2018
-
-
Lin Jen-Shin authored
-
- Jan 04, 2018
-
-
Felipe Artur authored
-
- Dec 12, 2017
- Dec 07, 2017
-
-
Jarka Kadlecova authored
-
- Nov 23, 2017
-
-
Tomasz Maczukin authored
-
- Nov 06, 2017
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- Oct 23, 2017
-
-
Shinya Maeda authored
-
- Oct 05, 2017
-
-
Kamil Trzcińśki authored
-
- Oct 03, 2017
-
-
Kamil Trzcińśki authored
-
Shinya Maeda authored
-
- Oct 01, 2017
-
-
Shinya Maeda authored
-
- Sep 29, 2017
-
-
Phil Hughes authored
-
- Sep 28, 2017
-
-
Markus Koller authored
-
- Sep 18, 2017
-
-
Felipe Artur authored
-
- Sep 14, 2017
-
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
- Sep 07, 2017
-
-
Ruben Davila authored
-
Michael Kozono authored
-
- Sep 06, 2017
-
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
…in Groups::UpdateService instead of only in the browser.
-
- Aug 31, 2017
-
-
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.
-
- Aug 29, 2017
-
-
Maxim Rydkin authored
-
- Aug 21, 2017
-
-
Tiago Botelho authored
-