An error occurred fetching the project authors.
  1. 20 Mar, 2020 1 commit
  2. 19 Mar, 2020 1 commit
  3. 04 Mar, 2020 1 commit
  4. 28 Feb, 2020 2 commits
  5. 12 Feb, 2020 1 commit
  6. 30 Jan, 2020 1 commit
  7. 16 Dec, 2019 1 commit
  8. 13 Dec, 2019 1 commit
  9. 22 Nov, 2019 1 commit
  10. 28 Oct, 2019 1 commit
  11. 24 Sep, 2019 1 commit
  12. 30 Aug, 2019 1 commit
  13. 29 Aug, 2019 2 commits
    • Ash McKenzie's avatar
      Replace rails_helper.rb with spec_helper.rb · 032edfa7
      Ash McKenzie authored
      rails_helper.rb's only logic was to require
      spec_helper.rb.
      032edfa7
    • Stan Hu's avatar
      Fix snippets API not working with visibility level · 680f4377
      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
      680f4377
  14. 06 Mar, 2019 1 commit
  15. 18 Dec, 2018 2 commits
    • blackst0ne's avatar
      Update specs to rails5 format · 77b85029
      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 }`
      77b85029
    • blackst0ne's avatar
      Update specs to rails5 format · b44a2c80
      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 }`
      b44a2c80
  16. 23 Nov, 2018 1 commit
  17. 27 Jun, 2018 1 commit
  18. 13 Jun, 2018 1 commit
  19. 09 Feb, 2018 2 commits
    • Douwe Maan's avatar
      Merge branch... · e820cff8
      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
      e820cff8
    • Douwe Maan's avatar
      Merge branch... · 5e9e5692
      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
      5e9e5692
  20. 23 Oct, 2017 1 commit
  21. 20 Oct, 2017 1 commit
  22. 29 Aug, 2017 2 commits
  23. 28 Aug, 2017 1 commit
  24. 09 Aug, 2017 2 commits
  25. 06 Jul, 2017 3 commits
  26. 21 Jun, 2017 2 commits
  27. 31 May, 2017 1 commit
  28. 21 Apr, 2017 1 commit
  29. 02 Mar, 2017 2 commits
  30. 28 Feb, 2017 1 commit