An error occurred fetching the project authors.
- 18 Nov, 2019 2 commits
-
-
Ezekiel Kigbo authored
Part of consolidating cycle analytics api requests in the api module. Added a spec for tasks by type request
-
Nicolò Maria Mezzopera authored
- add options to get - unit tests
-
- 13 Nov, 2019 1 commit
-
-
Miguel Rincon authored
- Change input props of component environment_logs - Update store to match path params from API. - Add documentation to getPodLogs API method - Keep path params in store - Update specs
-
- 12 Nov, 2019 1 commit
-
-
Nicolò Maria Mezzopera authored
- paths and function in api.js - unit tests
-
- 04 Nov, 2019 1 commit
-
-
Reuben Pereira authored
- ETag caching will help reduce the load from polling the API. - Query parameters are not supported with ETag caching since the middleware only looks at the request path. Modify the frontend to work with path params We've changed the pod logs API to use path params instead of query params in order to support ETag caching. Simpify api replacing patterns - Use a single object as a parameter - Remove some code - Update specs Separate out html and json logs endpoints - Create separate APIs for the logs HTML page and the JSON endpoint that returns k8s logs. - Also correct the route for the JSON endpoint by adding the resource names to the route.
-
- 16 Sep, 2019 1 commit
-
-
Kushal Pandya authored
Adds `include_ancestor_groups` & `include_descendant_groups` query params support to group epics fetch API.
-
- 22 Aug, 2019 1 commit
-
-
Kushal Pandya authored
Add support for populating and selecting group epics from Issue sidebar.
-
- 19 Aug, 2019 1 commit
-
-
Himanshu Kapoor authored
Api.approverUsers uses a legacy endpoint `/autocomplete/users`. In effort to reduce gap between CE and EE and to phase out old APIs, we're replacing approverUsers with a new /api/v4 endpoint. Requires https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31801 to be merged before merging in EE.
-
- 06 Jun, 2019 1 commit
-
-
Kushal Pandya authored
Adds Tree tab under epic page to show Epic tree.
-
- 28 Feb, 2019 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10098
-