An error occurred fetching the project authors.
- 12 Oct, 2019 2 commits
-
-
Etienne Baqué authored
Updated api release rspec files. Updated release api documentation.
-
Etienne Baqué authored
Updated release payload to include links. Updated rspec accordingly.
-
- 07 Oct, 2019 1 commit
-
-
Dan Jensen authored
Adds the updated_at attribute to responses from the API deployments endpoints.
-
- 04 Oct, 2019 1 commit
-
-
Dan Jensen authored
Adds the created_at and updated_at attributes to responses from the API pipelines endpoints.
-
- 03 Oct, 2019 1 commit
-
-
Mathieu Parent authored
- share_with_group_lock (was edit-only) - require_two_factor_authentication - two_factor_grace_period - project_creation_level - auto_devops_enabled - subgroup_creation_level - emails_disabled
-
- 01 Oct, 2019 1 commit
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661, we removed the `subscribed` field from API endpoints that needed to return a list of issues or merge requests when to avoid full Markdown processing. However, we introduced a performance regression in GitLab 11.10 (https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/26367) when we converted `MergeRequestBasic` to `MergeRequest` in order to expose the head pipeline in the /api/:version/projects/:id/issues/:issue_iid/related_merge_requests endpoint. To avoid this overhead, we now omit the `subscribed` field in this API endpoint. Closes https://gitlab.com/gitlab-org/gitlab/issues/32948
-
- 26 Sep, 2019 2 commits
-
-
Winnie Hellmann authored
-
Sean Carroll authored
In order to provide more control over review apps, additional front-end controls are being added. This MR exposes endpoints needed for these changes Closes https://gitlab.com/gitlab-org/gitlab/issues/5582
-
- 24 Sep, 2019 1 commit
-
-
Luke Duncalfe authored
Enables the Todo REST API to return Todos for Designs. This feature had previously been intentionally disabled with https://gitlab.com/gitlab-org/gitlab/merge_requests/15129 https://gitlab.com/gitlab-org/gitlab/issues/13543
-
- 23 Sep, 2019 1 commit
-
-
Sean Carroll authored
Modify the Release API endpoint and Vue components to add live links on the Releases page. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61061
-
- 17 Sep, 2019 2 commits
-
-
Yorick Peterse authored
This changes any mention of gitlab-ce to gitlab-foss, and any mention of gitlab-ee to just gitlab.
-
Nacho Otal authored
Issue #60774 : I understand the limitations on the number of queries as a test but don't understand how can I count them yet. I'll try to see if I can progress on the pipeline while I get some attention.
-
- 16 Sep, 2019 2 commits
-
-
Jarka Košanová authored
- move issue trackers properties to a separated table - keep backwards compatibily and still be able to read from properties
-
Etienne Baqué authored
Updated models to set up the new relationship. Updated spec files and fixtures as well.
-
- 09 Sep, 2019 1 commit
-
-
Manoj MJ authored
This change implements Application Statistics API
-
- 07 Sep, 2019 2 commits
-
-
Andrea Leone authored
-
Andrea Leone authored
-
- 04 Sep, 2019 6 commits
-
-
Winnie Hellmann authored
(cherry picked from commit 0bf7fecdee5a200eeb4f27b4888a57ceee63bde9)
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
manojmj authored
-
manojmj authored
-
manojmj authored
This change implements Application Statistics API
-
- 03 Sep, 2019 1 commit
-
-
Etienne Baqué authored
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
-
- 28 Aug, 2019 1 commit
-
-
Michael Kozono authored
Instead of sending varied data to Gitaly, and making Gitaly construct various messages, build the messages first and have Gitaly print either basic messages or alert messages, in the order they come. Depends on https://gitlab.com/gitlab-org/gitaly/merge_requests/1410
-
- 27 Aug, 2019 2 commits
-
-
Winnie Hellmann authored
(cherry picked from commit 897a9d308db46b620b738b98f2b0e5630ac7d2dd)
-
Winnie Hellmann authored
-
- 24 Aug, 2019 2 commits
-
-
Brett Walker authored
User images and videos will get proxied through the Camo server in order to keep malicious sites from collecting the IP address of users.
-
Brett Walker authored
User images and videos will get proxied through the Camo server in order to keep malicious sites from collecting the IP address of users.
-
- 18 Aug, 2019 1 commit
-
-
Stan Hu authored
In GitLab 9.0, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the `subscribed` flag from the API when the user requested a list of issues or merge requests since calculating this value triggers extensive Markdown processing. In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this performance regression by changing `IssueBasic` to `Issue` in `entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown processing would attempt to extract a commit if it detected a regex that matched a commit. We restore the prior behavior by once again removing the `subscribed` flag for the bulk list of issues and merge requests and add a test to ensure they aren't reintroduced. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
-
- 08 Aug, 2019 3 commits
-
-
Hordur Freyr Yngvason authored
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
-
Hordur Freyr Yngvason authored
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
-
Sean McGivern authored
These counts significantly increase the load time for these requests. Users can now opt in to receiving the counts by setting `with_counts=true` in requests. This is a breaking change, but hopefully a fairly minor one.
-
- 07 Aug, 2019 2 commits
-
-
Camil Staps authored
Expose time since starring on project/:id/starrers API endpoint; exclude private profiles here as well
-
Douglas Barbosa Alexandre authored
Port of a community contribution to EE
-
- 02 Aug, 2019 1 commit
-
-
George Koltsov authored
`allow_local_requests_for_hooks_and_services` was renamed to `allow_local_requests_for_web_hooks_and_services`.
-
- 30 Jul, 2019 1 commit
-
-
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.
-
- 26 Jul, 2019 1 commit
-
-
Oleg Zubchenko authored
-
- 25 Jul, 2019 2 commits
-
-
Heinrich Lee Yu authored
These are not required because MySQL is not supported anymore
-
Heinrich Lee Yu authored
These are not required because MySQL is not supported anymore
-