- 11 Nov, 2020 20 commits
-
-
fjsanpedro authored
-
Vitaly Slobodin authored
Add snippet autocomplete to tribute (from at.js) See merge request gitlab-org/gitlab!47017
-
Kushal Pandya authored
Fix Bad Escape in Issue Board Empty State See merge request gitlab-org/gitlab!45465
-
Kev authored
-
Kushal Pandya authored
Merge branch '263143-introduce-an-easier-way-to-contact-sales-about-upgrading-a-self-hosted-instance-plan-add-a' into 'master' Change "Contact Sales to upgrade" link on License See merge request gitlab-org/gitlab!47214
-
Heinrich Lee Yu authored
[RUN AS-IF-FOSS] Resolve "FOSS master failure: spec/finders/joined_groups_finder_spec.rb" See merge request gitlab-org/gitlab!47360
-
Heinrich Lee Yu authored
Expose timebox stats explicitly See merge request gitlab-org/gitlab!46774
-
Alex Pooley authored
-
Dylan Griffith authored
Allow additional msg to be passed in 405 response See merge request gitlab-org/gitlab!47224
-
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 20 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
-