Skip to content
Snippets Groups Projects
  1. Mar 23, 2020
  2. Mar 09, 2020
  3. Feb 20, 2020
  4. Jan 30, 2020
  5. Jan 29, 2020
  6. Jan 22, 2020
  7. Jan 16, 2020
  8. Jan 10, 2020
  9. Dec 20, 2019
  10. Dec 17, 2019
  11. Dec 16, 2019
  12. Dec 13, 2019
  13. Nov 15, 2019
  14. Nov 12, 2019
  15. Nov 11, 2019
  16. Oct 08, 2019
  17. Sep 13, 2019
  18. Sep 10, 2019
  19. Aug 28, 2019
    • Victor Zagorodny's avatar
      Update CE files for GSD projects filter · e4fbd94c
      Victor Zagorodny authored
      A new param with_security_reports was added to
      GET /groups/:id/projects API and the code to
      support this logic in GroupProjectsFinder and
      Project model. Also, a DB index was added to
      ci_job_artifacts table to speed up the search
      of security reports artifacts for projects
      e4fbd94c
  20. Jul 26, 2019
  21. Jun 24, 2019
  22. Jun 19, 2019
    • Patrick Derichs's avatar
      Use NotesFinder to fetch notes on API and Controllers · 932a9a0c
      Patrick Derichs authored
      Fix missing iid query on NotesFinder
      
      Changed parameters of find_noteable, 
      so changes across a few files were needed.
      MergeRequest also requires iid instead of id query
      
      Make NotesFinder fail with RecordNotFound again
      
      Add specs for target_iid
      
      Using RSpec tablesyntax for target_iid specs
      
      Revert "Using RSpec tablesyntax for target_iid specs"
      
      This reverts commit ba45c7f569a.
      
      Allow find_by! here
      
      Fix variable name
      
      Add readable check
      
      Revert "Add readable check"
      
      This reverts commit 9e3a1a7aa39.
      
      Remove unnecessary assignment
      
      Add required changes for EE
      
      Fix parameter count
      
      Reduce code duplication by extracting a noteable module method
      
      The call to find_noteable was redundant so
      multiple files and lines have changed in that
      commit to use the newly introduced module
      method `noteable`.
      
      Replace casecmp with include check
      
      Add parent_type parameter
      
      
      Revert "Reduce code duplication by extracting
      a noteable module method"
      
      This reverts commit 8c0923babff16.
      
      Method is no longer needed
      
      Check whether noteable can be read by user
      932a9a0c
    • Manoj M J's avatar
      Add documentation and tests · 53b17f03
      Manoj M J authored and James Lopez's avatar James Lopez committed
      This commit adds
       - feature specs
        - to test the ability of a user with "developer" permission
          to delete tags in repositories.
       - documentation
      53b17f03
  23. May 31, 2019
    • Shinya Maeda's avatar
      Remove legacy artifact related code · 387a4f4b
      Shinya Maeda authored
      We've already migrated all the legacy artifacts to the new realm,
      which is ci_job_artifacts table.
      It's time to remove the old code base that is no longer used.
      387a4f4b
  24. Apr 24, 2019
  25. Mar 27, 2019
  26. Mar 11, 2019
  27. Mar 06, 2019
  28. Feb 16, 2019
  29. Feb 05, 2019
  30. Jan 31, 2019
  31. Jan 11, 2019
  32. Jan 10, 2019
  33. Jan 07, 2019
Loading