An error occurred fetching the project authors.
  1. 24 Jan, 2019 1 commit
  2. 07 Jan, 2019 1 commit
  3. 25 Dec, 2018 1 commit
    • gfyoung's avatar
      Enable some frozen string in ee/lib · f514f9df
      gfyoung authored
      Enables frozen string in the following:
      
      * ee/lib/*.rb
      * ee/lib/api/**/*.rb
      * ee/lib/audit/**/*.rb
      * ee/lib/banzai/**/*.rb
      * ee/lib/ee/**/*.rb
      * ee/lib/elasticsearch/**/*.rb
      * ee/lib/generators/**/*.rb
      
      Also enables frozen string in some vestigial
      files of the ee/app directory.
      
      Partially addresses gitlab-org/gitlab-ce/#47424.
      f514f9df
  4. 30 Nov, 2018 1 commit
  5. 05 Nov, 2018 1 commit
  6. 25 Sep, 2018 1 commit
  7. 19 Sep, 2018 1 commit
  8. 11 Sep, 2018 1 commit
  9. 07 Aug, 2018 2 commits
  10. 19 Mar, 2018 1 commit
    • Jan Provaznik's avatar
      Optional '/-/' delimiter for epics and search API · 6ea8fc2f
      Jan Provaznik authored
      '/-/' delimiter is used only in UI, in API we don't use it for
      other endpoints. To align epics and search endpoints with the rest of API
      endpoints, this patch makes '/-/' optional for existing endpoints (to
      keep backward compatibility), for new endpoints (epic notes, discussions)
      '/-/' path is not included.
      
      Documentation is updated to prefer paths without '/-/'.
      
      Closes #5245
      6ea8fc2f
  11. 01 Mar, 2018 1 commit
  12. 26 Feb, 2018 1 commit
  13. 19 Feb, 2018 1 commit
    • Jan Provaznik's avatar
      Extend Epics API - searching and sorting · a135c5eb
      Jan Provaznik authored
      In API allow searching epics by title and description and sort
      epics by created_at and updated_at attributes.
      
      created_at and updated_at attributes are also exposed in epic API - if
      we allow sorting by these attributes it also makes sense to include them
      in API response.
      
      Close #4732
      a135c5eb
  14. 30 Jan, 2018 1 commit
    • Jan Provaznik's avatar
      Include epics from subgroups · 34c90015
      Jan Provaznik authored
      When listing epics in a group, include also epics from all group's
      subgroups. Also `by_iids` filter is removed from EpicsFinder because
      filtering by iid (which is scoped to single group) doesn't make sense
      since subgroups are included too.
      
      Close #4301
      34c90015
  15. 05 Jan, 2018 1 commit