An error occurred fetching the project authors.
- 20 Mar, 2020 1 commit
-
-
Alex Pooley authored
Test create snippet abilities for external users for both personal snippets and project snippets.
-
- 19 Mar, 2020 1 commit
-
-
Alex Pooley authored
Snippet repositories will be phased in. Currently endpoint URLs are dependent on the snippet itself being attached to a repository, and the version_snippet feature flag setting.
-
- 04 Mar, 2020 1 commit
-
-
Francisco Javier López authored
When the snippet content we need to replicate it to the snippet repository.
-
- 28 Feb, 2020 2 commits
-
-
Francisco Javier López authored
In the same operation where the snippet and its repository is created, commit the file into it.
-
Peter Leitzen authored
243 files inspected, 343 offenses detected, 343 offenses corrected
-
- 12 Feb, 2020 1 commit
-
-
Vitali Tatarintev authored
Changes `set` to `let_it_be`
-
- 30 Jan, 2020 1 commit
-
-
charlieablett authored
Part of a general tidy of spam logic
-
- 16 Dec, 2019 1 commit
-
-
James Fargher authored
Ran: bundle exec rubocop --only RSpec/EmptyLineAfterFinalLet -a
-
- 13 Dec, 2019 1 commit
-
-
Arturo Herrero authored
Auto-correct some references in RSpec as: - expect_any_instance_of -> expect_next_instance_of - allow_any_instance_of -> allow_next_instance_of Related to https://gitlab.com/gitlab-org/gitlab/issues/34997
-
- 22 Nov, 2019 1 commit
-
-
Alex Pooley authored
-
- 28 Oct, 2019 1 commit
-
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
- 24 Sep, 2019 1 commit
-
-
Jarka Košanová authored
- only for issues and merge requests - snippets still require solving reCaptcha
-
- 30 Aug, 2019 1 commit
-
-
Ash McKenzie authored
rails_helper.rb's only logic was to require spec_helper.rb.
-
- 29 Aug, 2019 2 commits
-
-
Ash McKenzie authored
rails_helper.rb's only logic was to require spec_helper.rb.
-
Stan Hu authored
When a restricted visibility level of `private` is set in the instance, creating a snippet with the `visibility` level would always fail. This happened because: 1. `params[:visibility]` was a string (e.g. "public") 2. `CreateSnippetService` and `UpdateSnippetService` only looked at `params[:visibility_level]`, which was `nil`. To fix this, we: 1. Make `CreateSnippetService` look at the newly-built `snippet.visibility_level`, since the right value is assigned by the `VisibilityLevel#visibility=` method. 2. Modify `UpdateSnippetService` to handle both `visibility_level` and `visibility` parameters. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66050
-
- 06 Mar, 2019 1 commit
-
-
Nick Thomas authored
Previously, you could only access personal snippets in the API if you had authored them. The documentation doesn't state that this is the case, and it's quite surprising.
-
- 18 Dec, 2018 2 commits
-
-
blackst0ne authored
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
blackst0ne authored
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
- 23 Nov, 2018 1 commit
-
-
Francisco Javier López authored
-
- 27 Jun, 2018 1 commit
-
-
Robert Speicher authored
-
- 13 Jun, 2018 1 commit
-
-
Jan authored
-
- 09 Feb, 2018 2 commits
-
-
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
-
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
-
- 23 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 20 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 29 Aug, 2017 2 commits
-
-
Robert Schilling authored
-
Maxim Rydkin authored
-
- 28 Aug, 2017 1 commit
-
-
Robert Schilling authored
-
- 09 Aug, 2017 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>
-
- 06 Jul, 2017 3 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 21 Jun, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 31 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 21 Apr, 2017 1 commit
-
-
Jacopo authored
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
-
- 02 Mar, 2017 2 commits
-
-
Toon Claes authored
-
Toon Claes authored
-
- 28 Feb, 2017 1 commit
-
-
Robert Schilling authored
-