An error occurred fetching the project authors.
  1. 07 Sep, 2019 1 commit
  2. 28 Aug, 2019 2 commits
    • 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
    • Victor Zagorodny's avatar
      Add ability to filter projects with sec reports · 633b990b
      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
      633b990b
  3. 30 Jul, 2019 1 commit
    • Yorick Peterse's avatar
      Inject EE modules in a CE compatible fashion · 1112fec4
      Yorick Peterse authored
      All instances of injecting an EE specific module have been changed to
      use the new methods for this: prepend_if_ee, extend_if_ee, and
      include_if_ee. This allows these lines to be included in CE, even when
      the modules to inject do not exist. This in turn allows us to backport
      these lines to CE and keep them there, instead of having to strip them
      out.
      1112fec4
  4. 29 Jul, 2019 1 commit
  5. 26 Jul, 2019 1 commit
  6. 24 Jun, 2019 1 commit
  7. 19 Jun, 2019 3 commits
    • 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
    • Patrick Derichs's avatar
      Use NotesFinder to fetch notes on API and Controllers · 7af3f0e0
      Patrick Derichs authored
      Add project override for epics
      
      Reverted previous changes
      
      Bring back parent type
      
      
      Bring back parent_type and added parent_id
      
      Fix style error
      
      parent_id must be an Integer
      
      Remove to_i here
      
      Fix call to find_noteable
      
      Remove commented out method
      
      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 8369ca8949.
      
      Method is no longer needed
      
      Method is no longer needed
      
      NotesFinder is able to handle Epics
      
      Revert "NotesFinder is able to handle Epics"
      
      This reverts commit 097062c6933b2e26176d5ac5c0393b753f52984c.
      
      Check whether noteable can be read by user
      7af3f0e0
    • Manoj MJ's avatar
      Add documentation and tests · 53b17f03
      Manoj MJ authored
      This commit adds
       - feature specs
        - to test the ability of a user with "developer" permission
          to delete tags in repositories.
       - documentation
      53b17f03
  8. 31 May, 2019 2 commits
    • Shinya Maeda's avatar
      Remove legacy artifact related code · 26c01176
      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.
      26c01176
    • 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
  9. 24 Apr, 2019 1 commit
  10. 27 Mar, 2019 1 commit
  11. 11 Mar, 2019 1 commit
  12. 06 Mar, 2019 3 commits
  13. 16 Feb, 2019 3 commits
  14. 05 Feb, 2019 1 commit
  15. 31 Jan, 2019 5 commits
  16. 16 Jan, 2019 1 commit
  17. 11 Jan, 2019 2 commits
  18. 10 Jan, 2019 1 commit
  19. 08 Jan, 2019 1 commit
  20. 07 Jan, 2019 1 commit
  21. 31 Dec, 2018 3 commits
  22. 21 Dec, 2018 1 commit
  23. 16 Dec, 2018 2 commits
  24. 06 Dec, 2018 1 commit