An error occurred fetching the project authors.
- 24 Jan, 2019 1 commit
-
-
Mario de la Ossa authored
Includes upvotes/downvotes counts on the epics API endpoints
-
- 07 Jan, 2019 1 commit
-
-
Jan Provaznik authored
Epics returned by epics API endpoint are now paginated.
-
- 25 Dec, 2018 1 commit
-
-
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.
-
- 30 Nov, 2018 1 commit
-
-
Imre Farkas authored
It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
-
- 05 Nov, 2018 1 commit
-
-
Jarka Košanová authored
-
- 25 Sep, 2018 1 commit
-
-
Kushal Pandya authored
-
- 19 Sep, 2018 1 commit
-
-
Mark Chao authored
-
- 11 Sep, 2018 1 commit
-
-
Yorick Peterse authored
This whitelists various EE specific offenses of the various CodeReuse cops.
-
- 07 Aug, 2018 2 commits
- 19 Mar, 2018 1 commit
-
-
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
-
- 01 Mar, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 26 Feb, 2018 1 commit
-
-
Jan Provaznik authored
-
- 19 Feb, 2018 1 commit
-
-
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
-
- 30 Jan, 2018 1 commit
-
-
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
-
- 05 Jan, 2018 1 commit
-
-
Jarka Kadlecová authored
-