- 11 Nov, 2020 11 commits
-
-
Luke Duncalfe authored
Update Terraform/Base.latest.gitlab-ci.yml to inline cd TF_ROOT See merge request gitlab-org/gitlab!47254
-
Marcel Amirault authored
Resize images to smaller size See merge request gitlab-org/gitlab!47343
-
Mayra Cabrera authored
Add migration to populate pipeline_id in Vulnerability Feedback See merge request gitlab-org/gitlab!46266
-
Alan (Maciej) Paruszewski authored
This change adds background migration to populate pipeline_id in Vulnerability Feedback that was created from Vulnerability. The pipeline_id is crucial to properly render information about dismissed findings in MR security widget.
-
Shinya Maeda authored
Re-enqueue blocked_by link replacement See merge request gitlab-org/gitlab!46770
-
Jan Provaznik authored
We need to re-enqueue background migration which replaces `blocked_by` link type with `blocks`. The reason is that there are a couple of bi-directional links which needs to be deleted first.
-
Evan Read authored
Documentation: Fix API services parameter tables See merge request gitlab-org/gitlab!47191
-
Heinrich Lee Yu authored
Fix generation of ETag when sending Git blobs See merge request gitlab-org/gitlab!47225
-
Michael Kozono authored
Remove merge_red_head_comments_position_on_demand FF See merge request gitlab-org/gitlab!47303
-
Evan Read authored
Improve lefthook instructions See merge request gitlab-org/gitlab!47218
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 10 Nov, 2020 29 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
-
Amy Qualls authored
The image was twice as big as it needed to be.
-
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
-
Igor Drozdov authored
-
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.
-