- 10 Nov, 2020 40 commits
-
-
Russell Dickenson authored
Update vulnerability documentation page See merge request gitlab-org/gitlab!47322
-
Wayne Haber authored
-
Mayra Cabrera authored
Disallow editing of project-level MR approval settings that are enabled at the instance level See merge request gitlab-org/gitlab!46637
-
Patrick Bair authored
Extend postgres_indexes view to exclude expression indexes from reindexing See merge request gitlab-org/gitlab!47304
-
Mayra Cabrera authored
Revert "Global Search - Left Sidebar" See merge request gitlab-org/gitlab!47344
-
Amy Qualls authored
Update iterations version notes See merge request gitlab-org/gitlab!47319
-
Ash McKenzie authored
Add GraphQL mutation to create a new release See merge request gitlab-org/gitlab!46263
-
Andrew Fontaine authored
Merge branch '216943-add-performance-marks-and-measures-user-timing-api-to-mr-diffs-for-relevant-moments' into 'master' Add performance marks and measures to the MR Diffs app See merge request gitlab-org/gitlab!46434
-
Stan Hu authored
Block LFS requests on snippets See merge request gitlab-org/gitlab!45874
-
Markus Koller authored
The repository routes for project repositories are ambiguous and also match project snippet repositories, so LFS requests for project snippets will work but snippets are not ready yet to properly support LFS. We can work around this by checking `#lfs_enabled?` on the `container` instead of the `project`, which for snippets will be the snippet itself, and `Snippet#lfs_enabled?` is currently hard-coded to return `false`. To simplify things, we also remove the project-specific access check and use `lfs_download_access?` instead to determine wether to expose the existence of the project (404 response) or not (403 response), when sending an error response. When LFS is disabled on the container we now also send a 404 instead of a 403.
-
Dylan Griffith authored
This reverts merge request !46595
-
Jose Ivan Vargas authored
Add group coverage metrics to repositories analytics See merge request gitlab-org/gitlab!46610
-
Thong Kuah authored
Update gitlab-kas version See merge request gitlab-org/gitlab!47172
-
Suzanne Selhorn authored
Add instructions to purge Dependency Proxy cache from the rails console See merge request gitlab-org/gitlab!47021
-
Caleb Cooper authored
-
Douglas Barbosa Alexandre authored
Wrap instance metadata in a model so that it can have a policy See merge request gitlab-org/gitlab!47243
-
Stan Hu authored
Paginate project_runners in ci_cd settings See merge request gitlab-org/gitlab!45830
-
Mike Jang authored
Add video outdated note See merge request gitlab-org/gitlab!47329
-
Markus Koller authored
Add IID to designs See merge request gitlab-org/gitlab!46596
-
Alex Kalderimis authored
This adds a new column to design_management_designs, an internal ID scoped to project. The column is null by default for now, and a background migration runs to update all designs in batches by project.
-
Enrique Alcántara authored
Default boards_with_swimlanes feature flag to true See merge request gitlab-org/gitlab!47036
-
Stan Hu authored
Extract experimentation concern See merge request gitlab-org/gitlab!47020
-
Andrew Fontaine authored
Merge branch '232577-populate-the-milestone-dropdown-combobox-on-the-release-edit-new-page-with-group-milestones' into 'master' Resolve "Populate the milestone dropdown combobox on the Release edit/new page with Group milestones" See merge request gitlab-org/gitlab!46027
-
Jake Burden authored
Fetchs data from group milestones API Searches with the group search API Adds group milestone results section Check if group_milestones_project_releases is available
-
Robert Speicher authored
Resolve "Shared group not visible" See merge request gitlab-org/gitlab!46412
-
Markus Koller authored
[GraphQL] Error tracking: use Global-ID scalar See merge request gitlab-org/gitlab!36098
-
Alex Kalderimis authored
This changes the type of id from ID to the more meaningful GlobalIDType[Gitlab::ErrorTracking::DetailedError] This is a bit of an interim fix, since these IDs (being sentry IDs really) don't make much sense as global IDs, which are meant to represent application resources.
-
Andrew Fontaine authored
Add CSS rule to prevent excess left margin See merge request gitlab-org/gitlab!47323
-
Robert Speicher authored
Use billing email to create subscriptions See merge request gitlab-org/gitlab!47105
-
Vitaly Slobodin authored
We can't use an email from GL.com because it may differ from the billing email. Instead we must use the email received from the CustomersDot as a billing email. Closes https://gitlab.com/gitlab-org/customers-gitlab-com/-/issues/2168
-
Robert Speicher authored
Container repository details GraphQL API See merge request gitlab-org/gitlab!46560
-
Nathan Friend authored
This commit adds a new GraphQL mutation - `releaseCreate` that creates a new release.
-
Kamil Trzciński authored
Use pages_deployments in the zip serving instead of artifacts See merge request gitlab-org/gitlab!46320
-
Vladimir Shushlin authored
Add 2 feature flags: * 1 for using deployments * 1 for allowing to use deployments stored in disk Also rename old feature flag to match the naming schema
-
Cynthia Ng authored
-
Phil Hughes authored
Replace fa-check icon in custom notifications See merge request gitlab-org/gitlab!47288
-
Jan Provaznik authored
Use # in the describe-method declaration to make it easily searchable See merge request gitlab-org/gitlab!47227
-
Enrique Alcántara authored
Update dependency @gitlab/ui to v23.4.0 See merge request gitlab-org/gitlab!47314
-
Nicolò Maria Mezzopera authored
Add missing QA selectors for Vue group members view See merge request gitlab-org/gitlab!47101
-
Peter Hegman authored
Add missing QA selectors to new Vue group members view
-