- Feb 20, 2020
-
-
GitLab Bot authored
-
- Feb 11, 2020
-
-
GitLab Bot authored
-
- Feb 10, 2020
-
-
GitLab Bot authored
-
- Jan 23, 2020
-
-
GitLab Bot authored
-
- Jan 13, 2020
-
-
GitLab Bot authored
-
- Jan 09, 2020
-
-
GitLab Bot authored
-
- Jan 03, 2020
-
-
GitLab Bot authored
-
- Dec 09, 2019
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Nov 14, 2019
-
-
GitLab Bot authored
-
- Nov 11, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 09, 2019
-
-
This change implements Application Statistics API
-
- Sep 06, 2019
-
-
Krasimir Angelov authored
Basic `/internal/pages` endpoint that will be used for Pages virtual domains internal API. The endpoint is currently behind feature flag and provides authetication similar to how Workhorse is authenticating with the GitLab.
-
- Sep 03, 2019
-
-
Krasimir Angelov authored
so that we can use API::Internal namespace. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/61927.
-
- Aug 20, 2019
-
-
Current `auth.log` uses `fullpath` and `ip`, while `api_json.log` uses `remote_ip` and `path` for the same fields. Let's standardize these namings to make it easier for people working with the data. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66167
-
- Aug 05, 2019
-
-
API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
-
- Jul 15, 2019
-
-
Stan Hu authored
Currently the base64-encoded value of the push-to-secondary data is saved in `api_json.log`, and this can easily be hundreds of megabytes. We should filter this from the logs.
-
- Jul 11, 2019
-
-
Dylan Griffith authored
This is basically a copy of the API for project clusters.
-
- Jul 09, 2019
-
-
Tim Zallmann authored
New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
-
- Jul 04, 2019
-
-
Nick Thomas authored
This MR introduces tracking of the `rebase_jid` for merge requests. As with `merge_ongoing?`, `rebase_in_progress?` will now return true if a rebase is proceeding in sidekiq. After one release, we should remove the Gitaly-based lookup of rebases. It is much better to track this kind of thing via the database.
-
- May 24, 2019
-
-
Markus Koller authored
The circuit breaker itself was removed in 11.5, this removes the corresponding API endpoints which returned empty data since then.
-
- May 05, 2019
-
-
Stan Hu authored
-
- Apr 24, 2019
-
-
Małgorzata Ksionek authored
Refactor api events class to use external helper Move specs from old class Add changelog and magic string Refactor events class to be more explicit Remove blank line
-
- Feb 27, 2019
-
-
Jacopo authored
The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.
-
- Feb 25, 2019
-
-
Michael Kozono authored
This reverts commit 7981c029, reversing changes made to 9202bbd1.
-
- Feb 14, 2019
-
-
Robert Schilling authored
This MR adds support for bulk update actions for issues and merge requests. A single API call can be used to update a list of issues or merge requests
-
- Jan 31, 2019
-
-
Robert Schilling authored
-
Robert Schilling authored
-
- Jan 25, 2019
-
-
Kamil Trzcińśki authored
This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
-
- Jan 17, 2019
-
-
Ben authored
-
- Jan 07, 2019
-
-
Shinya Maeda authored
Authorize against release not project
-
- Jan 04, 2019
-
-
Mayra Cabrera authored
Adds the following initial CRUD endpoints for Clusters API: - GET list of clusters - GET specific cluster - POST add existing cluster (mimic of "Add cluster") - PUT update cluser - DELETE destroy cluster Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40473
-
- Jan 03, 2019
-
-
Grzegorz Bizon authored
This commits adds a new class that is supposed to represent Grape API version, like `v3` or `v4`.
-
Grzegorz Bizon authored
-
- Dec 31, 2018
-
-
This commit introduces Releases API under /api/v4/projects/:id/releases * We are introducing release policies at project level. * We are deprecating releases changes from tags, both api and web interface. * Tags::CreateService no longer create a release This feature is controlled by :releases_page feature flag
-
- Dec 13, 2018
-
-
Oswaldo Ferreir authored
-
- Dec 06, 2018
-
-
Kamil Trzcińśki authored
The Correlation ID is taken or generated from received X-Request-ID. Then it is being passed to all executed services (sidekiq workers or gitaly calls). The Correlation ID is logged in all structured logs as `correlation_id`.
-
- Nov 28, 2018
-
-
Imre (Admin) authored
It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
-
- Nov 27, 2018
-
-
Kamil Trzcińśki authored
-