Commit 0ce33bd2 authored by GitLab Bot's avatar GitLab Bot

Add latest changes from gitlab-org/gitlab@13-8-stable-ee

parent 5c74e935
......@@ -2,6 +2,363 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 13.8.0 (2021-01-22)
### Security (4 changes, 1 of them is from the community)
- The NuGet endpoints will no longer ignore an invalid username when a personal access token or deploy token is passed via HTTP Basic authentication. !38627 (Ethan Reesor (@firelizzard))
- Update WEBrick to v1.6.1. !50720
- Prevent user-defined variables from being used by non-maintainers. !51682
- Upgrade Workhorse to 8.58.2.
### Removed (2 changes)
- Drop group_id column from compliance_management_frameworks table. !50829
- Remove deprecated generic alert integration in favor of HTTP Integrations. !50913
### Fixed (91 changes, 35 of them are from the community)
- Deduplicate labels with identical title and group. !37148
- Remove diff display preferences and file tree from changes empty state. !43467
- Upgrade to Grape v1.5.0. !44554
- Fix database timeout errors when removing expired job artifacts. !47496
- Return release milestones in predictable order. !47700
- Fix multiple simultaneous requests for vulnerabilities on pipeline security tab. !48426
- Remove duplicate service records. !49463
- Add LaTeX support for Jupyter Notebooks. !49497
- Fix confusing button text when importing from GitHub. !49684 (Kev @KevSlashNull)
- Fix identicon text color in dark mode. !49785 (@yo)
- Fix installation of Knative under Helm 3. !49843
- Hide inoperable group search Releases filter. !50010
- Fix visibility level validation for deep nested forks. !50081
- Change type of CiJob.needs. !50192
- Handle git errors when cleaning up MR refs. !50250
- Fix over-eagerly updating Web IDE Live Preview. !50255
- Persist updated_at value in state change events. !50272
- Enlarge the timeline toggle button. !50284
- Hide "Actions" label on group members view if no action buttons exist. !50304
- Fix bug with snippets in HEAD when default branch is not master. !50366
- Add project scope to ci clint graphql endpoint. !50418
- Fix the graphQL type for container repository tags. !50419
- Allow more actions on group members. !50445
- Don't allow filtering by release tag on groups. !50457
- Flash transfer errors in the admin project controller. !50541 (Vincent Fazio)
- Update cluster-applications to v0.37.0. !50548
- Fix codeowners superseding web ide and single file edit. !50608
- Update Terraform Pipline templaes to support 0.14 lockfile cache. !50647 (Aurelian Shuttleworth)
- Fix issue with the `default_merge_refs` feature flag removing version to version diffs. !50671
- Fix LDAP override throws 404 when member has Minimal access. !50680
- Maven will return the most recent maven-metadata.xml file if there are multiple matches accross different projects. !50700
- Avoid 409 StaleObjectError errors with /rebase. !50719
- New project guidelines are no longer displayed. !50736 (Roger Meier)
- Add RateLimit-* headers to RackAttack responses. !50833 (adam-moss)
- Fix 500 error on repository settings access when repository is empty. !50844 (Diego Louzán)
- Update toast position on set status. !50886
- Fix duplicated toggle button showing on right sidebar when signed out. !50892
- Fix fork icon shrinks if branch name is very long. !50915 (Kev @KevSlashNull)
- Fix 'copy sha' in 'add previous commits' modal doesn't copy. !50921 (Kev @KevSlashNull)
- Fix large S3 uploads failing to finalize. !50922
- Fix webhook badge color in darkmode. !50943 (Yogi (@yo))
- Remove border radius for sidekiq iframe card. !50955 (Yogi (@yo))
- Align checkbox in system hooks page in admin. !50958 (Yogi (@yo))
- Fix import issues button style. !50969 (Yogi (@yo))
- Fix mobile layout Error Tracking details page. !50970 (Kev @KevSlashNull)
- Fix cobertura parser when there is an empty sources node. !50971
- Fix branch name overflows in profile activity section. !50975 (Kev @KevSlashNull)
- Fix abuse reports contains html and does not show repoter. !50983 (Kev @KevSlashNull)
- Rename button "CI lint" to "CI Lint" on jobs page. !50987 (Kev @KevSlashNull)
- Align admin notes label to the left. !50992 (Kev @KevSlashNull)
- Fix multiple errors in custom server hook render improperly. !51001 (Kev @KevSlashNull)
- Fix Jira MR status not syncing by making workers idempotent. !51006
- Show status of snippet author in header. !51030 (Kev @KevSlashNull)
- Fix slack application helper card. !51034 (Yogi (@yo))
- Remove margin top for snippets empty state. !51038 (Yogi (@yo))
- Invalidate reviews counter cache when MR gets closed/merged/reopened. !51055
- Fix merge request analytics page filtering when multiple labels are given. !51060
- Fix admin project overview badge alignment. !51066 (Kev @KevSlashNull)
- Strip newline from commit description on project overview. !51099 (Kev @KevSlashNull)
- Fix alignment of protected tag and branch labels on mobile. !51100 (Kev @KevSlashNull)
- Fix 500 errors entering a webhook URL not encoded. !51109
- Fix long deploy token name overflows revocation modal. !51114 (Kev @KevSlashNull)
- Use an empty body when sending a file with X-Sendfile. !51115
- Ensure Rake DB create doesn't fail when LDAP is enabled. !51132
- Fix runner admin is missing CI status styles. !51158 (Kev @KevSlashNull)
- Fix jobs admin is missing CI status styles. !51161 (Kev @KevSlashNull)
- Fix color of hamburger in dark mode. !51168 (Kev @KevSlashNull)
- Fix padding of user admin search bar on mobile. !51170 (Kev @KevSlashNull)
- Make todo filter sort input full width on mobile. !51171 (Kev @KevSlashNull)
- Correctly handle Gitaly being unavailable in more locations. !51222
- Prevent rebase from being run in quick action when there are conflicts. !51243
- Fix cut off line number in file blame. !51259
- Add margin to user chat settings. !51282 (Yogi (@yo))
- Invalidate reviews counter cache when MR gets created. !51316
- Forbid snippet pushes when repo is read-only. !51318
- Fix tertiary button color in dark mode. !51349
- Fix table columm shift with table-layout fixed. !51416
- Conditionally show card footer in single group page in admin. !51426 (Yogi (@yo))
- Fix argument type for background migration. !51475
- Correct status indicator for jobs groups when failure is allowed. !51478 (Sune Keller (sirlatrom))
- In WebIDE switch files before closing the active one. !51483
- Fix behavior of maven_duplicates_allowed setting so new Maven packages can be uploaded. !51524
- Fix script typo in secret detection template causing the detection to be skipped. !51544 (Vicken Simonian @vicken.papaya)
- Rename Backlog list to Open in issue boards. !51562
- Update GraphqlExtractor return value to be original hash. !51596
- Fixed applied message showing before discussion gets resolved. !51605
- Generate page-info for connections of preloaded associations. !51642
- Fix typo in notice displayed when Design Management requires LFS to be enabled. !51644
- Fix coverage not showing for inline diffs. !51652
- Fix issues when Web IDE commits to new branch. !51654
- Remove EE references from FOSS code. !51832
### Deprecated (2 changes)
- Deprecate prometheus.listen_address and prometheus.enable. !50500
- Refactor(opsgenie): remove Opsgenie integration frontend code from Incident management. !50525
### Changed (75 changes, 9 of them are from the community)
- Increase the complexity score of GraphQL MergeRequest#approved, MergeRequest#approvalsLeft and Repository#exists fields as they can call Gitaly. !47039
- Move deploy boards to Core. !47147
- Improve error message when username and namespace conflict. !47537
- Improve error messages when adding namespaces in Jira Connect App. !48651
- Update puma & puma_worker_killer to upstream. !48897
- Replace dropdown-input-fa-color with gray-500. !49213
- Adds MergeRequest.reviewers to GraphQL API. !49707
- Reorganize project member management into tabs. !49764
- Standardize page title styles on all wiki pages. !49777
- Ensure container_expiration_policy keep_n is an integer. !49805 (Mathieu Parent)
- When retrying jobs associate subsequent jobs with triggering user. !49833
- Allow collaboration on merge requests across forks by default. !49904 (Jonston Chan @JonstonChan)
- Add PostgreSQL trigger to maintain projects.has_external_wiki. !49916
- Limit the number of container tags to delete when deleting them in bulk. !49961
- Remove extra space in API 403 Forbidden error message. !50016
- Enable collect_package_events_redis by default. !50092
- Remove total_pipeline_duration from project_type. !50093
- Use Patroni as the default in the replication docs. !50101
- Fix package event metrics aggregation. !50108
- Upgrade CodeQuality version in CI template to 0.85.19. !50118
- Defer tagsCount & add startup.js to container registry. !50147
- Update ci config type for GraphQL to use connection_type. !50160
- [RUN-AS-IF-FOSS] Move to `createBoard` mutation instead of REST API call + `updateBoard`. !50171
- Adjust container registry metadata during loading. !50181
- Allow group owners and auditors to login to SSO-enforced groups without SSO. !50199
- Update .net Project Template Archive. !50321
- Add button to edit custom Wiki sidebar. !50323 (Frank Li)
- Update Rails Project Template archive. !50325
- Updated Express Project Template archive. !50326
- Change clusters.helm_major_version default to 3. !50399
- More concise pipeline notification emails. !50405
- Rename coverage report sidekiq queue. !50424
- Use a dynamic segment not depending on the package id for Debian files. !50433 (Mathieu Parent)
- Remove lfs_chunked_encoding feature flag. !50557
- Adds annotations as part of metadata for CiliumNetworkPolicies wrapper. !50586
- Add manual bridge support to api. !50634
- Add issue link to due date emails. !50642
- Updates graphql gitlab-ci.yml linter implementation. !50664
- Add additional fields to diff_metadata.json endpoint. !50666
- Check namespace package settings when creating Maven packages. !50691
- Change onboarding actions table to use one record per namespace. !50711
- Improve the reliability and observability of the container registry client. !50750
- Remove inactive integrations indicator in index and show pages. !50753
- Add tags count and cleanup status to registry details. !50756
- Update merge request status box without reloading page. !50761
- Add error handling in the container registry delete tags service. !50763
- Update the maven package finder. !50774
- Move Group Migration entities import to individual sidekiq jobs. !50781
- Prevent locked Terraform states from being deleted. !50798
- API: Exposes errors in lint endpoint. !50891
- Indent child form elements in integrations form. !50929
- Wiki edit: automatically focus on the content field. !50941 (Jacopo Beschi @jacopo-beschi)
- Limit Group Migration extractors and loaders to 1 per pipeline. !50951
- Add space and helper to the group members page. !50954 (Yogi (@yo))
- Add access request endpoint to OpenAPI standard. !51000 (Jim Cser)
- Use GlBadge for badges in pipeline_url.vue. !51058 (Kev @KevSlashNull)
- Migrate `deleteBoard` board_store function to GraphQL mutation. !51069
- Skip secret_detection on tags. !51129
- Remove pagination from Deployment Frequency API endpoint. !51137
- Updates regex for group_name to support numbers in job name. !51157
- Migrate GitLab UI button for Merge Request Approvals settings. !51159 (George Tsiolis)
- Enable reviewer_approval_rules by default. !51183
- Remove limit of four features per plan. !51264
- Disable submit button on wiki if no title and content. !51272
- Wiki: Add author avatar and link. !51273
- Update the DAST latest template to run when configured even if the user doesn't have sufficient permission. !51279
- Resolve Grouping/swimlanes choice should persist after board has been edited. !51317
- Extract expired pipeline artifacts removal service into it's own background worker. !51323
- Bump workhorse to 8.59.0. !51329
- Update Issue Incidents to allow the milestones feature to be used in the sidebar and quick actions. !51456
- Remove test_failure_history flag. !51464
- Update pipeline graphs on CI/CD Analytics page to use GraphQL endpoint. !51504
- Redirect deprecated profile paths to scoped path. !51646
- Default enable set_user_availability_status. !51668
- Add visibility mismatch warning to the branch chooser. !51671
### Performance (16 changes)
- Lower /explore page limit. !50233
- Cache license data in a process-memory cache. !50318
- Fix N+1 queries with loading group issues with GraphQL. !50328
- Performance improvements for CI GraphQL resources. !50386
- Index ci_pipelines on pipeline_schedule_id and id. !50478
- Fix N+1 when rendering snippets in the dashboard. !50569
- During group deletion, only enqueue jobs for project_authorizations refresh if the group being deleted has other groups shared with it. !50617
- Switch to 2x faster PRNG. !50811
- Improve the database query performance on the pipeline loading in merge requests. !50818
- Reduce per-page size in release index pages for loading faster. !50934
- Spread monthly CI minutes reset from 8 to 24 hours. !51084
- CI: use commit SHA in persistent refspec. !51208
- Use Puma `nakayoshi_fork`. !51467
- Limit rendering of commit messages. !51485
- Remove pipeline status from /explore page. !51621
- Lower allocations when building nav. !51628
### Added (66 changes, 6 of them are from the community)
- Add ability to get admins via REST and GraphQL API. !46244
- Add flutter CI/CD template. !46968
- Add migration to swap partitioned audit_events. !47581
- Add the NuGet group level API. !48356
- Instrument viewing merge request diffs file by file. !48470
- Allow HTTP Basic Auth and deploy token authentication for generic packages. !48540 (Moshe Katz @kohenkatz)
- Stop unlinking the fork when changing visibility. !49013
- New user/issue specific email address for creating/forwarding to an issue. !49050
- Add GraphQL mutation to create on-call rotations. !49206
- Add ability for admins to create PAT for other users via API. !49222
- Add snippet repository storage move API endpoints. !49228
- Add keep latest artifact option for projects. !49256
- Debian Group and Project Distributions. !49405 (Mathieu Parent)
- Add table for tracking on-call shifts. !49423
- Add 5-minute-production-app CI template. !49487
- UI to opt out of keeping the artifacts from the last job at project level. !49500
- Debian File Metadata. !49692 (Mathieu Parent)
- Add epic board list table. !49728
- Enable OAuth PKCE flow. !49756
- Add artifacts:public boolean. !49775
- Add a quick action for /rebase. !49800
- Populate `finding_uuid` attribute for the existing `vulnerability_feedback` records. !49807
- Expose hide_backlog_list and hide_closed_list to project and group boards REST API. !49815 (Mathieu Parent)
- Expose notes resolved_at via API. !49821 (Lee Tickett)
- Add toggle to disable Operations in settings. !49919
- Add rake gitlab:git:checksum_projects. !49965
- Extend MergeRequestFinder to search by squash and merge commits. !49968
- Add delete metric image REST API endpoint. !50043
- Add namespace settings to allow or disallow duplicate Maven packages. !50104
- Add copy email to issue sidebar. !50127
- Add rake task for migrating legacy pages storage to zip deployments. !50153
- Project Template for Kotlin native. !50162
- Track usage for Terraform State API. !50224
- Add group MR approval settings table. !50256
- Add DevOps adoption end_time column. !50257
- Auto-assign merge request author when creating from issue. !50263
- Added epic board position database index. !50277
- Include the user id in the webhook payload. !50287
- Add project config path as a predefined project variable. !50301
- Send email when group member expiry is updated. !50310
- Implement variables for pipeline job rules. !50501
- Add DAST.latest.gitlab-ci.yml. !50539
- Add `dismissal_reason` column into the `vulnerability_feedback` table. !50632
- Add setting to enable Invisible Captcha. !50650
- Add include_versionless param to the Package API. !50669
- Allow custom response to be set when rate limits are exceeded. !50693
- Exposed web_path and web_url fields in Board's GraphQL API. !50947
- Add aggregate/union visit tracking for Compliance features. !50978
- Display Artifacts Dropdown on MR Pipeline Widget. !50998
- Add composer details GraphQL type and query. !51059
- Add skipped status to deployments. !51068
- Persist 'squash_commit_sha' when squashing. !51074
- Add confidentiality filtering to the epics REST API and GraphQL endpoints. !51105
- Add API command to remove pending member invitation. !51134
- Add configurable Gitpod button within projcet repository page. !51197
- Allow users to use IssueDeployedToProduction VSA event. !51199
- Show all quick actions in `/` autocomplete. !51239
- Debian Group and Project Distribution Architectures. !51265 (Mathieu Parent)
- Initially sync Merge Requests with Jira when a namespace is added through the GitLab for Jira app. !51341
- Adding /reviewer and /remove_reviewer aliases and specs. !51384
- Instrument CI template usage across projects. !51391
- Control job status using exit codes. !51439
- Enables the CI Pipeline Editor feature as a way to edit the GitLab CI/CD configuration. !51484
- Allow resetting group and instance level integrations. !51507
- Designate optional sections in the codeowners file. !51643
- Enable CI visualization by default. !51701
### Other (74 changes, 37 of them are from the community)
- Add a new Ruby API for specifying allowed authentication mechanisms for REST API endpoints. !38627 (Ethan Reesor (@firelizzard))
- Migrate-Bootstrap-dropdown-to-GitLab-UI-GlDropdown-in-app/assets/javascripts/vue_shared/components/pikaday.vue. !41458 (nuwe1)
- Add Icons to headings in system info on admin panel. !46618 (Yogi (@yo))
- Backfill artifact expiry date. !47723
- Convert navigation_tabs.vue to gl-tabs. !47841
- Fix UI on global breadcrumb on Project/Group Container Registry. !48288 (Takuya Noguchi)
- Dynamically load gapi on GKE cluster creation pages. !49512
- Update pipeline alert text to be more readable. !49575
- Remove users#show.json completely. !49670 (Takuya Noguchi)
- Visually enhance the difference between code that has and does not have test coverage. !49724
- Updated UI text to match style guidelines. !49871
- Update documentation for setting up database replication with Patroni on a Geo secondary node. !49986
- Disable auto admin mode for lib specs. !50056 (Diego Louzán)
- Add documentation for new Snippet repository storage move API. !50151
- Propagate client identity to gitaly. !50161
- Centered Markdown Preview in Web IDE with a set max width to limit the container size. !50291 (Mehul Sharma)
- Migrates the alert on the new branch page. !50307
- Fully disable auto admin mode and migrate remaining specs. !50331 (Diego Louzán)
- Refactor specs around gpg_keys in users_controller_spec.rb. !50337 (Takuya Noguchi)
- Refactor specs around ssh_keys in users_controller_spec.rb. !50338 (Takuya Noguchi)
- Improve badges UI text. !50351
- Update error message used in boards sidebar subscription. !50352
- Update GitLab Runner Helm Chart to 0.24.0. !50377
- Update Auto DevOps UI text to match style guidelines. !50398 (Amy Qualls @aqualls)
- Updated UI text to match style guidelines. !50403
- Improve service desk UI text. !50407
- Replace user controller spec with its request spec. !50435 (Takuya Noguchi)
- Updated UI text to match style guidelines. !50475 (Amy Qualls @aqualls)
- Updated UI text to match style guidelines. !50476
- Updated UI text to make runner lowercase. !50477
- Change failure message of missing job needs. !50492
- [Commit Page] Migrate to GlModal for revert commit. !50522
- Updated link text to match style guidelines. !50555
- Fix text color for 'no estimate or time spent' message in time tracker component. !50558
- Migrate runner_setup_controller_spec.rb to request spec. !50600 (Takuya Noguchi)
- Sampler intervals can now be configured via env vars. !50625
- Add test to check if /users/User is redirected to /User. !50651 (Takuya Noguchi)
- Add metrics to creating, closing, reopening and merging merge requests. !50654
- Update Docker from 19.03.0 to 20.10.1 on CI/CD. !50732 (Takuya Noguchi)
- Migrate jwks_controller specs to request specs of them. !50767 (Takuya Noguchi @tnir)
- Update copy on Feature Flags List view to be more descriptive for users. !50813 (Sarah Rosenshine)
- Add metrics to creating, editing or removing comments on merge requests. !50849
- Use git packages from buster on build-qa-image. !50867 (Takuya Noguchi @tnir)
- Upgrade factory_bot_rails to 6.1.0. !50875
- Update net-ldap gem version. !50888
- Add version cache field to composer metadata. !50906
- Drop temporary index on ci_builds. !50961
- Remove unnecessary use of .freeze. !50963 (Adam Davies @adamd92)
- Update canary(next) badge style with new GitLab UI. !50965 (Yogi (@yo))
- Remove tmp_index_for_email_unconfirmation_migration index in the emails table. !50981
- Improve delete snippet feature spec. !51020 (Lee Tickett @leetickett)
- Update toggle button in repo general settings. !51036 (Yogi (@yo))
- Reduce heading font size in validate CI lint page. !51042 (Yogi (@yo))
- Remove unnecessary use of .freeze. !51073 (Adam Davies @adamd92)
- Update button style of expand/collapse button on Deploy Tokens page. !51077 (nuwe1)
- Update button style of Revoke button on Deploy Tokens page. !51079 (nuwe1)
- Apply GitLab UI button styles to buttons in transactions show.html.haml files. !51096 (nuwe1)
- Add metrics to creating, editing or removing multiline comments on merge requests. !51098
- Update default value of applications_settings.max_import_size to 0. !51229
- Add one welcome email for account provisioned by group. !51271
- Add `gl-button` to move issue button in issue sidebar. !51285 (Yogi (@yo))
- Update to new GitLab UI button in members invite page. !51300 (Yogi (@yo))
- Update grape-path-helpers gem version. !51320
- Drop tmp_index_for_email_unconfirmation index from the emails table again. !51440
- Add metrics to starting and publishing a review. !51521
- Add gl-badge to members list badges. !51546 (Yogi (@yo))
- Add gl-badge to CI badges. !51547 (Yogi (@yo))
- Add gl-badge to CI runners. !51548 (Yogi (@yo))
- Add gl-mt-3 to no schedules nothing-here-block. !51551 (Yogi (@yo))
- Add gl-button to Add Jaeger URL. !51553 (Yogi (@yo))
- Add gl-button to dismiss feature highlight button. !51555 (Yogi (@yo))
- Remove unneeded group label index. !51676
- Apply GitLab UI button styles to buttons in project wiki. !51780 (Yogi (@yo))
- Add verbiage + link sast to show it's in core. !51935
## 13.7.4 (2021-01-13)
### Security (1 change)
......
64625df11e8add7e64cce44a47984512e5f42d72
13.8.0
\ No newline at end of file
---
title: Fix the graphQL type for container repository tags
merge_request: 50419
author:
type: fixed
---
title: Use an empty body when sending a file with X-Sendfile
merge_request: 51115
author:
type: fixed
---
title: Improve error messages when adding namespaces in Jira Connect App
merge_request: 48651
author:
type: changed
---
title: New user/issue specific email address for creating/forwarding to an issue
merge_request: 49050
author:
type: added
---
title: Enable collect_package_events_redis by default
merge_request: 50092
author:
type: changed
---
title: Allow group owners and auditors to login to SSO-enforced groups without SSO
merge_request: 50199
author:
type: changed
---
title: Remove inactive integrations indicator in index and show pages
merge_request: 50753
author:
type: changed
---
title: Improve error message when username and namespace conflict
merge_request: 47537
author:
type: changed
---
title: Persist 'squash_commit_sha' when squashing
merge_request: 51074
author:
type: added
---
title: Extend MergeRequestFinder to search by squash and merge commits
merge_request: 49968
author:
type: added
---
title: Add confidentiality filtering to the epics REST API and GraphQL endpoints
merge_request: 51105
author:
type: added
---
title: Add snippet repository storage move API endpoints
merge_request: 49228
author:
type: added
---
title: Fix 500 errors entering a webhook URL not encoded
merge_request: 51109
author:
type: fixed
---
title: During group deletion, only enqueue jobs for project_authorizations refresh
if the group being deleted has other groups shared with it
merge_request: 50617
author:
type: performance
---
title: Add toggle to disable Operations in settings
merge_request: 49919
author:
type: added
---
title: "[Commit Page] Migrate to GlModal for revert commit"
merge_request: 50522
author:
type: other
---
title: Convert navigation_tabs.vue to gl-tabs
merge_request: 47841
author:
type: other
---
title: Migrate GitLab UI button for Merge Request Approvals settings
merge_request: 51159
author: George Tsiolis
type: changed
---
title: Add button to edit custom Wiki sidebar
merge_request: 50323
author: Frank Li
type: changed
---
title: Apply GitLab UI button styles to buttons in project wiki
merge_request: 51780
author: Yogi (@yo)
type: other
---
title: Allow collaboration on merge requests across forks by default
merge_request: 49904
author: Jonston Chan @JonstonChan
type: changed
---
title: Fix issues when Web IDE commits to new branch
merge_request: 51654
author:
type: fixed
---
title: Migrates the alert on the new branch page
merge_request: 50307
author:
type: other
---
title: Change failure message of missing job needs
merge_request: 50492
author:
type: other
---
title: Fix 'copy sha' in 'add previous commits' modal doesn't copy
merge_request: 50921
author: Kev @KevSlashNull
type: fixed
---
title: Add migration to swap partitioned audit_events
merge_request: 47581
author:
type: added
---
title: Add ability to get admins via REST and GraphQL API
merge_request: 46244
author:
type: added
---
title: Correct status indicator for jobs groups when failure is allowed
merge_request: 51478
author: Sune Keller (sirlatrom)
type: fixed
---
title: Migrate `deleteBoard` board_store function to GraphQL mutation
merge_request: 51069
author:
type: changed
---
title: Instrument viewing merge request diffs file by file
merge_request: 48470
author:
type: added
---
title: Correctly handle Gitaly being unavailable in more locations
merge_request: 51222
author:
type: fixed
---
title: Fix cut off line number in file blame
merge_request: 51259
author:
type: fixed
---
title: Allow users to use IssueDeployedToProduction VSA event
merge_request: 51199
author:
type: added
---
title: Stop unlinking the fork when changing visibility
merge_request: 49013
author:
type: added
---
title: Fix visibility level validation for deep nested forks
merge_request: 50081
author:
type: fixed
---
title: Add DAST.latest.gitlab-ci.yml
merge_request: 50539
author:
type: added
---
title: Index ci_pipelines on pipeline_schedule_id and id
merge_request: 50478
author:
type: performance
---
title: Remove diff display preferences and file tree from changes empty state
merge_request: 43467
author:
type: fixed
---
title: Add configurable Gitpod button within projcet repository page
merge_request: 51197
author:
type: added
---
title: Show status of snippet author in header
merge_request: 51030
author: Kev @KevSlashNull
type: fixed
---
title: Add GraphQL mutation to create on-call rotations
merge_request: 49206
author:
type: added
---
title: Add table for tracking on-call shifts
merge_request: 49423
author:
type: added
---
title: Indent child form elements in integrations form
merge_request: 50929
author:
type: changed
---
title: Improve delete snippet feature spec
merge_request: 51020
author: Lee Tickett @leetickett
type: other
---
title: Enables the CI Pipeline Editor feature as a way to edit the GitLab CI/CD configuration
merge_request: 51484
author:
type: added
---
title: Fix LDAP override throws 404 when member has Minimal access
merge_request: 50680
author:
type: fixed
---
title: Add group MR approval settings table
merge_request: 50256
author:
type: added
---
title: Fix text color for 'no estimate or time spent' message in time tracker component
merge_request: 50558
author:
type: other
---
title: 'Refactor(opsgenie): remove Opsgenie integration frontend code from Incident
management'
merge_request: 50525
author:
type: deprecated
---
title: Add one welcome email for account provisioned by group
merge_request: 51271
author:
type: other
---
title: Fix behavior of maven_duplicates_allowed setting so new Maven packages can
be uploaded
merge_request: 51524
author:
type: fixed
---
title: Add namespace settings to allow or disallow duplicate Maven packages
merge_request: 50104
author:
type: added
---
title: Check namespace package settings when creating Maven packages
merge_request: 50691
author:
type: changed
---
title: Add tags count and cleanup status to registry details
merge_request: 50756
author:
type: changed
---
title: Fix issue with the `default_merge_refs` feature flag removing version to version
diffs
merge_request: 50671
author:
type: fixed
---
title: "Allow HTTP Basic Auth and deploy token authentication for generic packages"
merge_request: 48540
author: Moshe Katz @kohenkatz
type: added
---
title: Fix mobile layout Error Tracking details page
merge_request: 50970
author: Kev @KevSlashNull
type: fixed
---
title: Populate `finding_uuid` attribute for the existing `vulnerability_feedback`
records
merge_request: 49807
author:
type: added
---
title: Visually enhance the difference between code that has and does not have test
coverage
merge_request: 49724
author:
type: other
---
title: Fix merge request analytics page filtering when multiple labels are given
merge_request: 51060
author:
type: fixed
---
title: Improve the reliability and observability of the container registry client
merge_request: 50750
author:
type: changed
---
title: Defer tagsCount & add startup.js to container registry
merge_request: 50147
author:
type: changed
---
title: Fix database timeout errors when removing expired job artifacts
merge_request: 47496
author:
type: fixed
---
title: Reorganize project member management into tabs
merge_request: 49764
author:
type: changed
---
title: Initially sync Merge Requests with Jira when a namespace is added through the
GitLab for Jira app
merge_request: 51341
author:
type: added
---
title: Resolve Grouping/swimlanes choice should persist after board has been edited
merge_request: 51317
author:
type: changed
---
title: Fix Jira MR status not syncing by making workers idempotent
merge_request: 51006
author:
type: fixed
---
title: Update error message used in boards sidebar subscription
merge_request: 50352
author:
type: other
---
title: Allow resetting group and instance level integrations
merge_request: 51507
author:
type: added
---
title: Fix multiple errors in custom server hook render improperly
merge_request: 51001
author: Kev @KevSlashNull
type: fixed
---
title: Update the maven package finder
merge_request: 50774
author:
type: changed
---
title: Fix table columm shift with table-layout fixed
merge_request: 51416
author:
type: fixed
---
title: Maven will return the most recent maven-metadata.xml file if there are multiple
matches accross different projects
merge_request: 50700
author:
type: fixed
---
title: Add composer details GraphQL type and query
merge_request: 51059
author:
type: added
---
title: Fix UI on global breadcrumb on Project/Group Container Registry
merge_request: 48288
author: Takuya Noguchi
type: other
---
title: Fix confusing button text when importing from GitHub
merge_request: 49684
author: Kev @KevSlashNull
type: fixed
---
title: Auto-assign merge request author when creating from issue
merge_request: 50263
author:
type: added
---
title: Fix multiple simultaneous requests for vulnerabilities on pipeline security tab
merge_request: 48426
author:
type: fixed
---
title: 'Wiki: Add author avatar and link'
merge_request: 51273
author:
type: changed
---
title: 'Wiki edit: automatically focus on the content field'
merge_request: 50941
author: Jacopo Beschi @jacopo-beschi
type: changed
---
title: Disable submit button on wiki if no title and content
merge_request: 51272
author:
type: changed
---
title: Limit the number of container tags to delete when deleting them in bulk
merge_request: 49961
author:
type: changed
---
title: Add error handling in the container registry delete tags service
merge_request: 50763
author:
type: changed
---
title: Implement variables for pipeline job rules
merge_request: 50501
author:
type: added
---
title: Remove users#show.json completely
merge_request: 49670
author: Takuya Noguchi
type: other
---
title: Fix argument type for background migration
merge_request: 51475
author:
type: fixed
---
title: Remove duplicate service records
merge_request: 49463
author:
type: fixed
---
title: Add version cache field to composer metadata
merge_request: 50906
author:
type: other
---
title: Add PostgreSQL trigger to maintain projects.has_external_wiki
merge_request: 49916
author:
type: changed
---
title: Adjust container registry metadata during loading
merge_request: 50181
author:
type: changed
---
title: Add additional fields to diff_metadata.json endpoint
merge_request: 50666
author:
type: changed
---
title: Fix bug with snippets in HEAD when default branch is not master
merge_request: 50366
author:
type: fixed
---
title: Limit rendering of commit messages
merge_request: 51485
author:
type: performance
---
title: Show all quick actions in `/` autocomplete
merge_request: 51239
author:
type: added
---
title: In WebIDE switch files before closing the active one
merge_request: 51483
author:
type: fixed
---
title: Add DevOps adoption end_time column
merge_request: 50257
author:
type: added
---
title: Enlarge the timeline toggle button
merge_request: 50284
author:
type: fixed
---
title: Add aggregate/union visit tracking for Compliance features
merge_request: 50978
author:
type: added
---
title: Add project scope to ci clint graphql endpoint
merge_request: 50418
author:
type: fixed
---
title: Replace user controller spec with its request spec
merge_request: 50435
author: Takuya Noguchi
type: other
---
title: Refactor specs around ssh_keys in users_controller_spec.rb
merge_request: 50338
author: Takuya Noguchi
type: other
---
title: Add metrics to creating, editing or removing multiline comments on merge requests
merge_request: 51098
author:
type: other
---
title: Add metrics to starting and publishing a review
merge_request: 51521
author:
type: other
---
title: Add metrics to creating, editing or removing comments on merge requests
merge_request: 50849
author:
type: other
---
title: Add metrics to creating, closing, reopening and merging merge requests
merge_request: 50654
author:
type: other
---
title: "[RUN-AS-IF-FOSS] Move to `createBoard` mutation instead of REST API call +
`updateBoard`"
merge_request: 50171
author:
type: changed
---
title: Add `dismissal_reason` column into the `vulnerability_feedback` table
merge_request: 50632
author:
type: added
---
title: Fix jobs admin is missing CI status styles
merge_request: 51161
author: Kev @KevSlashNull
type: fixed
---
title: Fix package event metrics aggregation
merge_request: 50108
author:
type: changed
---
title: Refactor specs around gpg_keys in users_controller_spec.rb
merge_request: 50337
author: Takuya Noguchi
type: other
---
title: Change onboarding actions table to use one record per namespace
merge_request: 50711
author:
type: changed
---
title: Persist updated_at value in state change events
merge_request: 50272
author:
type: fixed
---
title: Send email when group member expiry is updated
merge_request: 50310
author:
type: added
---
title: Fix fork icon shrinks if branch name is very long
merge_request: 50915
author: Kev @KevSlashNull
type: fixed
---
title: Fix runner admin is missing CI status styles
merge_request: 51158
author: Kev @KevSlashNull
type: fixed
---
title: Add test to check if /users/User is redirected to /User
merge_request: 50651
author: Takuya Noguchi
type: other
---
title: Update Docker from 19.03.0 to 20.10.1 on CI/CD
merge_request: 50732
author: Takuya Noguchi
type: other
---
title: Use GlBadge for badges in pipeline_url.vue
merge_request: 51058
author: Kev @KevSlashNull
type: changed
---
title: Invalidate reviews counter cache when MR gets created
merge_request: 51316
author:
type: fixed
---
title: Invalidate reviews counter cache when MR gets closed/merged/reopened
merge_request: 51055
author:
type: fixed
---
title: 'Update Issue Incidents to allow the milestones feature to be used in the sidebar and quick actions'
merge_request: 51456
author:
type: changed
---
title: Adding /reviewer and /remove_reviewer aliases and specs
merge_request: 51384
author:
type: added
---
title: Remove unneeded group label index
merge_request: 51676
author:
type: other
---
title: Fix coverage not showing for inline diffs
merge_request: 51652
author:
type: fixed
---
title: Remove EE references from FOSS code
merge_request: 51832
author:
type: fixed
---
title: Deduplicate labels with identical title and group
merge_request: 37148
author:
type: fixed
---
title: Flash transfer errors in the admin project controller
merge_request: 50541
author: Vincent Fazio
type: fixed
---
title: Remove unnecessary use of .freeze
merge_request: 51073
author: Adam Davies @adamd92
type: other
---
title: Remove unnecessary use of .freeze
merge_request: 50963
author: Adam Davies @adamd92
type: other
---
title: Add the NuGet group level API
merge_request: 48356
author:
type: added
---
title: Update button style of expand/collapse button on Deploy Tokens page
merge_request: 51077
author: nuwe1
type: other
---
title: Update button style of Revoke button on Deploy Tokens page
merge_request: 51079
author: nuwe1
type: other
---
title: Apply GitLab UI button styles to buttons in transactions show.html.haml files
merge_request: 51096
author: nuwe1
type: other
---
title: Fix alignment of protected tag and branch labels on mobile
merge_request: 51100
author: Kev @KevSlashNull
type: fixed
---
title: Fix long deploy token name overflows revocation modal
merge_request: 51114
author: Kev @KevSlashNull
type: fixed
---
title: Migrate-Bootstrap-dropdown-to-GitLab-UI-GlDropdown-in-app/assets/javascripts/vue_shared/components/pikaday.vue
merge_request: 41458
author: nuwe1
type: other
---
title: Drop temporary index on ci_builds
merge_request: 50961
author:
type: other
---
title: Add API command to remove pending member invitation
merge_request: 51134
author:
type: added
---
title: Add flutter CI/CD template
merge_request: 46968
author:
type: added
---
title: Add Icons to headings in system info on admin panel
merge_request: 46618
author: Yogi (@yo)
type: other
---
title: Track usage for Terraform State API
merge_request: 50224
author:
type: added
---
title: Include the user id in the webhook payload
merge_request: 50287
author:
type: added
---
title: Add access request endpoint to OpenAPI standard
merge_request: 51000
author: Jim Cser
type: changed
---
title: Adds annotations as part of metadata for CiliumNetworkPolicies wrapper
merge_request: 50586
author:
type: changed
---
title: Exposed web_path and web_url fields in Board's GraphQL API
merge_request: 50947
author:
type: added
---
title: Fix codeowners superseding web ide and single file edit
merge_request: 50608
author:
type: fixed
---
title: Generate page-info for connections of preloaded associations
merge_request: 51642
author:
type: fixed
---
title: Change type of CiJob.needs
merge_request: 50192
author:
type: fixed
---
title: Performance improvements for CI GraphQL resources
merge_request: 50386
author:
type: performance
---
title: Adds MergeRequest.reviewers to GraphQL API
merge_request: 49707
author:
type: changed
---
title: Allow more actions on group members
merge_request: 50445
author:
type: fixed
---
title: Align admin notes label to the left
merge_request: 50992
author: Kev @KevSlashNull
type: fixed
---
title: Allow custom response to be set when rate limits are exceeded
merge_request: 50693
author:
type: added
---
title: Fix duplicated toggle button showing on right sidebar when signed out
merge_request: 50892
author:
type: fixed
---
title: Update Auto DevOps UI text to match style guidelines
merge_request: 50398
author: Amy Qualls @aqualls
type: other
---
title: Updated UI text to match style guidelines
merge_request: 50475
author: Amy Qualls @aqualls
type: other
---
title: Updated UI text to match style guidelines
merge_request: 50476
author:
type: other
---
title: Remove limit of four features per plan
merge_request: 51264
author:
type: changed
---
title: Expose hide_backlog_list and hide_closed_list to project and group boards REST API
merge_request: 49815
author: Mathieu Parent
type: added
---
title: Add issue link to due date emails
merge_request: 50642
author:
type: changed
---
title: Add verbiage + link sast to show it's in core.
merge_request: 51935
author:
type: Other
---
title: Change clusters.helm_major_version default to 3
merge_request: 50399
author:
type: changed
---
title: Disable auto admin mode for lib specs
merge_request: 50056
author: Diego Louzán
type: other
---
title: Fully disable auto admin mode and migrate remaining specs
merge_request: 50331
author: Diego Louzán
type: other
---
title: Control job status using exit codes
merge_request: 51439
author:
type: added
---
title: Extract expired pipeline artifacts removal service into it's own background
worker
merge_request: 51323
author:
type: changed
---
title: Add project config path as a predefined project variable
merge_request: 50301
author:
type: added
---
title: Prevent user-defined variables from being used by non-maintainers
merge_request: 51682
author:
type: security
---
title: Ensure Rake DB create doesn't fail when LDAP is enabled
merge_request: 51132
author:
type: fixed
---
title: Redirect deprecated profile paths to scoped path
merge_request: 51646
author:
type: changed
---
title: Debian Group and Project Distribution Architectures
merge_request: 51265
author: Mathieu Parent
type: added
---
title: Debian Group and Project Distributions
merge_request: 49405
author: Mathieu Parent
type: added
---
title: Debian File Metadata
merge_request: 49692
author: Mathieu Parent
type: added
---
title: Use a dynamic segment not depending on the package id for Debian files
merge_request: 50433
author: Mathieu Parent
type: changed
---
title: Default enable set_user_availability_status
merge_request: 51668
author:
type: changed
---
title: Enable reviewer_approval_rules by default
merge_request: 51183
author:
type: changed
---
title: Deprecate prometheus.listen_address and prometheus.enable
merge_request: 50500
author:
type: deprecated
---
title: Remove pipeline status from /explore page
merge_request: 51621
author:
type: performance
---
title: Display Artifacts Dropdown on MR Pipeline Widget
merge_request: 50998
author:
type: added
---
title: Add documentation for new Snippet repository storage move API
merge_request: 50151
author:
type: other
---
title: Update documentation for setting up database replication with Patroni on a
Geo secondary node
merge_request: 49986
author:
type: other
---
title: Use Patroni as the default in the replication docs
merge_request: 50101
author:
type: changed
---
title: Drop tmp_index_for_email_unconfirmation index from the emails table again
merge_request: 51440
author:
type: other
---
title: Add 5-minute-production-app CI template
merge_request: 49487
author:
type: added
---
title: Fix cobertura parser when there is an empty sources node
merge_request: 50971
author:
type: fixed
---
title: Remove test_failure_history flag
merge_request: 51464
author:
type: changed
---
title: Migrate jwks_controller specs to request specs of them
merge_request: 50767
author: Takuya Noguchi @tnir
type: other
---
title: Migrate runner_setup_controller_spec.rb to request spec
merge_request: 50600
author: Takuya Noguchi
type: other
---
title: Added epic board position database index
merge_request: 50277
author:
type: added
---
title: Add epic board list table
merge_request: 49728
author:
type: added
---
title: Improve badges UI text
merge_request: 50351
author:
type: other
---
title: Improve service desk UI text
merge_request: 50407
author:
type: other
---
title: Expose notes resolved_at via API
merge_request: 49821
author: Lee Tickett
type: added
---
title: Spread monthly CI minutes reset from 8 to 24 hours
merge_request: 51084
author:
type: performance
---
title: Update copy on Feature Flags List view to be more descriptive for users
merge_request: 50813
author: Sarah Rosenshine
type: other
---
title: Add visibility mismatch warning to the branch chooser
merge_request: 51671
author:
type: changed
---
title: Enable CI visualization by default
merge_request: 51701
author:
type: added
---
title: Fix 500 error on repository settings access when repository is empty
merge_request: 50844
author: Diego Louzán
type: fixed
---
title: Fix abuse reports contains html and does not show repoter
merge_request: 50983
author: Kev @KevSlashNull
type: fixed
---
title: Fix admin project overview badge alignment
merge_request: 51066
author: Kev @KevSlashNull
type: fixed
---
title: New project guidelines are no longer displayed
merge_request: 50736
author: Roger Meier
type: fixed
---
title: Rename button "CI lint" to "CI Lint" on jobs page
merge_request: 50987
author: Kev @KevSlashNull
type: fixed
---
title: Fix color of hamburger in dark mode
merge_request: 51168
author: Kev @KevSlashNull
type: fixed
---
title: Fix identicon text color in dark mode
merge_request: 49785
author: "@yo"
type: fixed
---
title: Fix branch name overflows in profile activity section
merge_request: 50975
author: Kev @KevSlashNull
type: fixed
---
title: Fix padding of user admin search bar on mobile
merge_request: 51170
author: Kev @KevSlashNull
type: fixed
---
title: "Fix script typo in secret detection template causing the detection to be skipped"
merge_request: 51544
author: Vicken Simonian @vicken.papaya
type: fixed
---
title: Fix N+1 when rendering snippets in the dashboard
merge_request: 50569
author:
type: performance
---
title: Forbid snippet pushes when repo is read-only
merge_request: 51318
author:
type: fixed
---
title: Move Group Migration entities import to individual sidekiq jobs
merge_request: 50781
author:
type: changed
---
title: Update GraphqlExtractor return value to be original hash
merge_request: 51596
author:
type: fixed
---
title: Limit Group Migration extractors and loaders to 1 per pipeline
merge_request: 50951
author:
type: changed
---
title: Update default value of applications_settings.max_import_size to 0
merge_request: 51229
author:
type: other
---
title: Propagate client identity to gitaly
merge_request: 50161
author:
type: other
---
title: Don't allow filtering by release tag on groups.
merge_request: 50457
author:
type: fixed
---
title: Update grape-path-helpers gem version
merge_request: 51320
author:
type: other
---
title: Update net-ldap gem version
merge_request: 50888
author:
type: other
---
title: Designate optional sections in the codeowners file
merge_request: 51643
author:
type: added
---
title: Upgrade factory_bot_rails to 6.1.0
merge_request: 50875
author:
type: other
---
title: Add setting to enable Invisible Captcha
merge_request: 50650
author:
type: added
---
title: Add LaTeX support for Jupyter Notebooks
merge_request: 49497
author:
type: fixed
---
title: Add keep latest artifact option for projects
merge_request: 49256
author:
type: added
---
title: Update pipeline graphs on CI/CD Analytics page to use GraphQL endpoint
merge_request: 51504
author:
type: changed
---
title: Remove total_pipeline_duration from project_type
merge_request: 50093
author:
type: changed
---
title: 'CI: use commit SHA in persistent refspec'
merge_request: 51208
author:
type: performance
---
title: Ensure container_expiration_policy keep_n is an integer
merge_request: 49805
author: Mathieu Parent
type: changed
---
title: Increase the complexity score of GraphQL MergeRequest#approved, MergeRequest#approvalsLeft
and Repository#exists fields as they can call Gitaly
merge_request: 47039
author:
type: changed
---
title: Fix typo in notice displayed when Design Management requires LFS to be enabled
merge_request: 51644
author:
type: fixed
---
title: Updates graphql gitlab-ci.yml linter implementation
merge_request: 50664
author:
type: changed
---
title: 'API: Exposes errors in lint endpoint'
merge_request: 50891
author:
type: changed
---
title: Add manual bridge support to api
merge_request: 50634
author:
type: changed
---
title: Updates regex for group_name to support numbers in job name
merge_request: 51157
author:
type: changed
---
title: Update ci config type for GraphQL to use connection_type
merge_request: 50160
author:
type: changed
---
title: Project Template for Kotlin native
merge_request: 50162
author:
type: added
---
title: Lower allocations when building nav
merge_request: 51628
author:
type: performance
---
title: Lower /explore page limit
merge_request: 50233
author:
type: performance
---
title: Switch to 2x faster PRNG
merge_request: 50811
author:
type: performance
---
title: Make todo filter sort input full width on mobile
merge_request: 51171
author: Kev @KevSlashNull
type: fixed
---
title: Add artifacts:public boolean
merge_request: 49775
author:
type: added
---
title: Backfill artifact expiry date.
merge_request: 47723
author:
type: other
---
title: When retrying jobs associate subsequent jobs with triggering user.
merge_request: 49833
author:
type: changed
---
title: Updated UI text to match style guidelines
merge_request: 49871
author:
type: other
---
title: Add rake gitlab:git:checksum_projects
merge_request: 49965
author:
type: added
---
title: Bump workhorse to 8.59.0
merge_request: 51329
author:
type: changed
---
title: Sampler intervals can now be configured via env vars
merge_request: 50625
author:
type: other
---
title: Remove extra space in API 403 Forbidden error message
merge_request: 50016
author:
type: changed
---
title: Rename coverage report sidekiq queue
merge_request: 50424
author:
type: changed
---
title: Move deploy boards to Core
merge_request: 47147
author:
type: changed
---
title: Drop group_id column from compliance_management_frameworks table
merge_request: 50829
author:
type: removed
---
title: Replace dropdown-input-fa-color with gray-500
merge_request: 49213
author:
type: changed
---
title: Return release milestones in predictable order
merge_request: 47700
author:
type: fixed
---
title: Remove pagination from Deployment Frequency API endpoint
merge_request: 51137
author:
type: changed
---
title: Enable OAuth PKCE flow
merge_request: 49756
author:
type: added
---
title: Reduce per-page size in release index pages for loading faster
merge_request: 50934
author:
type: performance
---
title: Fix tertiary button color in dark mode
merge_request: 51349
author:
type: fixed
---
title: Add rake task for migrating legacy pages storage to zip deployments
merge_request: 50153
author:
type: added
---
title: Handle git errors when cleaning up MR refs
merge_request: 50250
author:
type: fixed
---
title: UI to opt out of keeping the artifacts from the last job at project level.
merge_request: 49500
author:
type: added
---
title: Hide "Actions" label on group members view if no action buttons exist
merge_request: 50304
author:
type: fixed
---
title: Fixed applied message showing before discussion gets resolved
merge_request: 51605
author:
type: fixed
---
title: Update merge request status box without reloading page
merge_request: 50761
author:
type: changed
---
title: Update pipeline alert text to be more readable
merge_request: 49575
author:
type: other
---
title: More concise pipeline notification emails.
merge_request: 50405
author:
type: changed
---
title: Fix over-eagerly updating Web IDE Live Preview
merge_request: 50255
author:
type: fixed
---
title: Use Puma `nakayoshi_fork`
merge_request: 51467
author:
type: performance
---
title: Add RateLimit-* headers to RackAttack responses
merge_request: 50833
author: adam-moss
type: fixed
---
title: Improve the database query performance on the pipeline loading in merge requests
merge_request: 50818
author:
type: performance
---
title: Add skipped status to deployments
merge_request: 51068
author:
type: added
---
title: Hide inoperable group search Releases filter
merge_request: 50010
author:
type: fixed
---
title: Remove tmp_index_for_email_unconfirmation_migration index in the emails table
merge_request: 50981
author:
type: other
---
title: Rename Backlog list to Open in issue boards
merge_request: 51562
author:
type: fixed
---
title: Update the DAST latest template to run when configured even if the user doesn't have sufficient permission
merge_request: 51279
author:
type: changed
---
title: Skip secret_detection on tags
merge_request: 51129
author:
type: changed
---
title: Upgrade Workhorse to 8.58.2
merge_request:
author:
type: security
---
title: Updated link text to match style guidelines
merge_request: 50555
author:
type: other
---
title: Updated UI text to make runner lowercase
merge_request: 50477
author:
type: other
---
title: Updated UI text to match style guidelines
merge_request: 50403
author:
type: other
---
title: Fix large S3 uploads failing to finalize
merge_request: 50922
author:
type: fixed
---
title: Cache license data in a process-memory cache
merge_request: 50318
author:
type: performance
---
title: Prevent rebase from being run in quick action when there are conflicts
merge_request: 51243
author:
type: fixed
---
title: Fix N+1 queries with loading group issues with GraphQL
merge_request: 50328
author:
type: performance
---
title: Add a quick action for /rebase
merge_request: 49800
author:
type: added
---
title: Avoid 409 StaleObjectError errors with /rebase
merge_request: 50719
author:
type: fixed
---
title: Remove lfs_chunked_encoding feature flag
merge_request: 50557
author:
type: changed
---
title: Upgrade to Grape v1.5.0
merge_request: 44554
author:
type: fixed
---
title: Update WEBrick to v1.6.1
merge_request: 50720
author:
type: security
---
title: Add ability for admins to create PAT for other users via API
merge_request: 49222
author:
type: added
---
title: Add copy email to issue sidebar
merge_request: 50127
author:
type: added
---
title: Prevent locked Terraform states from being deleted
merge_request: 50798
author:
type: changed
---
title: Strip newline from commit description on project overview
merge_request: 51099
author: Kev @KevSlashNull
type: fixed
---
title: Remove deprecated generic alert integration in favor of HTTP Integrations
merge_request: 50913
author:
type: removed
---
title: Update Terraform Pipline templaes to support 0.14 lockfile cache
merge_request: 50647
author: Aurelian Shuttleworth
type: fixed
---
title: Add delete metric image REST API endpoint
merge_request: 50043
author:
type: added
---
title: Instrument CI template usage across projects
merge_request: 51391
author:
type: added
---
title: Add a new Ruby API for specifying allowed authentication mechanisms
for REST API endpoints
merge_request: 38627
author: Ethan Reesor (@firelizzard)
type: other
---
title: The NuGet endpoints will no longer ignore an invalid username when a personal
access token or deploy token is passed via HTTP Basic authentication
merge_request: 38627
author: Ethan Reesor (@firelizzard)
type: security
---
title: Update cluster-applications to v0.37.0
merge_request: 50548
author:
type: fixed
---
title: Update .net Project Template Archive
merge_request: 50321
author:
type: changed
---
title: Updated Express Project Template archive
merge_request: 50326
author:
type: changed
---
title: Update GitLab Runner Helm Chart to 0.24.0
merge_request: 50377
author:
type: other
---
title: Fix installation of Knative under Helm 3
merge_request: 49843
author:
type: fixed
---
title: Update puma & puma_worker_killer to upstream
merge_request: 48897
author:
type: changed
---
title: Update Rails Project Template archive
merge_request: 50325
author:
type: changed
---
title: Update toast position on set status
merge_request: 50886
author:
type: fixed
---
title: Upgrade CodeQuality version in CI template to 0.85.19
merge_request: 50118
author:
type: changed
---
title: Dynamically load gapi on GKE cluster creation pages
merge_request: 49512
author:
type: other
---
title: Use git packages from buster on build-qa-image
merge_request: 50867
author: Takuya Noguchi @tnir
type: other
---
title: Add include_versionless param to the Package API
merge_request: 50669
author:
type: added
---
title: Centered Markdown Preview in Web IDE with a set max width to limit the container size
merge_request: 50291
author: Mehul Sharma
type: other
---
title: Standardize page title styles on all wiki pages
merge_request: 49777
author:
type: changed
---
title: Add gl-mt-3 to no schedules nothing-here-block
merge_request: 51551
author: Yogi (@yo)
type: other
---
title: Add gl-badge to CI badges
merge_request: 51547
author: Yogi (@yo)
type: other
---
title: Add gl-badge to CI runners
merge_request: 51548
author: Yogi (@yo)
type: other
---
title: Add gl-badge to members list badges
merge_request: 51546
author: Yogi (@yo)
type: other
---
title: Add gl-button to dismiss feature highlight button
merge_request: 51555
author: Yogi (@yo)
type: other
---
title: Add gl-button to Add Jaeger URL
merge_request: 51553
author: Yogi (@yo)
type: other
---
title: Update to new GitLab UI button in members invite page
merge_request: 51300
author: Yogi (@yo)
type: other
---
title: Add margin to user chat settings
merge_request: 51282
author: Yogi (@yo)
type: fixed
---
title: Update canary(next) badge style with new GitLab UI
merge_request: 50965
author: Yogi (@yo)
type: other
---
title: Fix slack application helper card
merge_request: 51034
author: Yogi (@yo)
type: fixed
---
title: Add space and helper to the group members page
merge_request: 50954
author: Yogi (@yo)
type: changed
---
title: Update toggle button in repo general settings
merge_request: 51036
author: Yogi (@yo)
type: other
---
title: Fix webhook badge color in darkmode
merge_request: 50943
author: Yogi (@yo)
type: fixed
---
title: Remove margin top for snippets empty state
merge_request: 51038
author: Yogi (@yo)
type: fixed
---
title: Align checkbox in system hooks page in admin
merge_request: 50958
author: Yogi (@yo)
type: fixed
---
title: Fix import issues button style
merge_request: 50969
author: Yogi (@yo)
type: fixed
---
title: Reduce heading font size in validate CI lint page
merge_request: 51042
author: Yogi (@yo)
type: other
---
title: Remove border radius for sidekiq iframe card
merge_request: 50955
author: Yogi (@yo)
type: fixed
---
title: Add `gl-button` to move issue button in issue sidebar
merge_request: 51285
author: Yogi (@yo)
type: other
---
title: Conditionally show card footer in single group page in admin
merge_request: 51426
author: Yogi (@yo)
type: fixed
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment