- 01 Oct, 2019 23 commits
-
-
Heinrich Lee Yu authored
This reverts merge request !17581
-
Lin Jen-Shin authored
Skip running any approval migrations for FOSS See merge request gitlab-org/gitlab!17921
-
Kushal Pandya authored
Translate GitLab Pages Settings See merge request gitlab-org/gitlab!17704
-
Kushal Pandya authored
Update release blocks to support multiple milestones See merge request gitlab-org/gitlab!17091
-
Tim Zallmann authored
Follow up: Remove duplication in activated trial banner's copy text Closes #33064 See merge request gitlab-org/gitlab!17903
-
Sean McGivern authored
SCIM pagination Closes #14805 See merge request gitlab-org/gitlab!14892
-
Sean McGivern authored
Fix Gitaly N+1 queries in related merge requests API Closes #32948 See merge request gitlab-org/gitlab!17850
-
Igor Drozdov authored
Any approval migrations contain the code that exists only in EE version That is why we need to skip the running for the FOSS version
-
Stan Hu authored
This adds a number of missing fields from the response.
-
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
-
Evan Read authored
Update Docker build example to upload to Container Registry Closes #30560 See merge request gitlab-org/gitlab!17776
-
Achilleas Pipinellis authored
This updates the documentation to use a specific Docker version. Suggesting users to use docker:stable and docker:dind is fairly dangerous, since it will keep being updated to a new version without them knowing. Ports https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/31323
-
Stan Hu authored
Resolve "Improve performance of Gitlab::Utils::InlineHash" See merge request gitlab-org/gitlab!17824
-
Evan Read authored
Resolve follow-up issues in V&A Content Closes #32968 See merge request gitlab-org/gitlab!17870
-
Russell Dickenson authored
-
Evan Read authored
Improve caps and backticks in various admin docs See merge request gitlab-org/gitlab!17863
-
Marcel Amirault authored
Update capitalization of product names in admin docs and add backticks as needed
-
Mike Greiling authored
Improve admin/labels page ui See merge request gitlab-org/gitlab!17831
-
Mike Greiling authored
Narrow down violation of promise/no-nesting ESLint rule See merge request gitlab-org/gitlab!17683
-
Winnie Hellmann authored
-
Mike Greiling authored
Resolve "Follow up - Migrate mock data to fixture spec" Closes #32112 See merge request gitlab-org/gitlab!17727
-
Douglas Barbosa Alexandre authored
FileTransformer saves against lfs_storage_project See merge request gitlab-org/gitlab!17558
-
Luke Duncalfe authored
This changes LfsObject#project_allowed_access? to allow all members of a fork network to be considered allowed access. https://gitlab.com/gitlab-org/gitlab/merge_requests/17558
-
- 30 Sep, 2019 17 commits
-
-
Evan Read authored
Add k8s cluster group permissions Closes #21817 See merge request gitlab-org/gitlab!17834
-
Daniel Gruesso authored
-
Mark Lapierre authored
Add end-to-end test for the related issues feature Closes gitlab-org/quality/testcases#177 See merge request gitlab-org/gitlab!17891
-
Walmyr Lima e Silva Filho authored
-
Robert Speicher authored
Disable gitlab-workhorse static error page on health endpoints See merge request gitlab-org/gitlab!17770
-
Adrien Kohlbecker authored
-
Robert Speicher authored
Upgrade test-prof gem See merge request gitlab-org/gitlab!17661
-
Alper Akgun authored
-
Mayra Cabrera authored
Existing vulns should point to source tree See merge request gitlab-org/gitlab!17764
-
Can Eldem authored
Added tests for vulnerability comparer Refactor vulnerability comparer
-
Douglas Barbosa Alexandre authored
Limit diverging commit counts requests See merge request gitlab-org/gitlab!16737
-
allison.browne authored
-
allison.browne authored
Unested symbolic or numeric keys should not be converted to strings. These changes document that and adds specs reflecting that. Also makes a minor change to simplify and speed perf in the InlineHash implementation.
-
allison.browne authored
Use the less expensive .to_a when a prefix is not passed.
-
Thong Kuah authored
Fix error when displaying pod logs of pod that has multiple containers See merge request gitlab-org/gitlab!16236
-
Reuben Pereira authored
- When a pod contains more than one container, the container name has to be included in the pod_logs API call otherwise the Kubernetes API returns 400. - Also allow our logs API to take a container_name param which can be used to choose which container's logs should be returned.
-
Clement Ho authored
Merge branch '32888-productivity-analytics-days_to_merge-filtering-option-doesn-t-reset' into 'master' Resolve "Productivity Analytics "days_to_merge" filtering option doesn't reset" Closes #32888 See merge request gitlab-org/gitlab!17810
-