Commit fe69f9a3 authored by GitLab Bot's avatar GitLab Bot

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

parent 0302998d
......@@ -2,6 +2,812 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 13.11.0 (2021-04-22)
### Security (3 changes)
- Update to Rails v6.0.3.6. !59328
- Update mermaid to version 8.9.2.
- Allow to disable exiftool depending on env variable.
### Removed (10 changes, 1 of them is from the community)
- Redirect deprecated pipeline routes. !53990
- Remove CI lint button from Jobs page nav. !56854
- Remove graphql_individual_release_page feature flag. !56882
- Remove deprecated repository archive routes. !57236
- Remove add issues modal from issue boards (this has been disabled since 13.6). !57329
- Remove unused feature flag ':roadmap_buffered_rendering'. !57486
- Remove HipChat integration from frontend and docs. !57556
- Remove temporary index from vulnerabilities table. !57656 (Huzaifa Iftikhar @huzaifaiftikhar)
- Remove unused feature flag checks. !58469
- Remove ability to create new service templates. !58624
### Fixed (175 changes, 90 of them are from the community)
- Update gatsby project template to address the pipeline failure. !37410 (Takuya Noguchi)
- Fixed an issue where the link commit message did not end with a newline. !49086 (Kazuya Kojima)
- Partially fix incorrect icons for non-standard license files. !53207
- Add language- prefix to CSS class of markdown code blocks. !55076 (Camil Staps)
- Filter out pipelines that were excluded in the relation scope in Ci::Pipeline#latest_pipeline_per_commit. !55657 (Cong Chen @gentcys)
- Fix mermaid diagrams in dark mode. !56183
- Catch network errors. !56457 (Shubham Kumar (@imskr))
- Fix the Maven sync worker to not fail if the versionless package is not found. !56514
- Fix `#current_authenticated_job` when used with `.authenticate_with` in Grape APIs. !56564
- Move graphql timelogs to CE. !56633 (Lee Tickett @leetickett)
- Fix bug in wiki link rewriter filter. !56636
- Fix bug in Gollum Tags filter. !56638
- Fix derivation of effective permissions (access level) of group members. !56677 (Jonas Wälter @wwwjon)
- Fix word wrapping in parallel diffs. !56713
- Don't close issue label select box on click if only mouseup outside. !56721 (Simon Stieger @sim0)
- Fix reference widget icon and text spacing. !56759
- Fix test report merge request widget summary and issues alignment. !56768
- Fix artifacts section from showing up when no artifacts are present. !56784
- Push confidential_notes feature flag to mr frontend. !56798 (Lee Tickett @leetickett)
- Fixed offenses Layout/BeginEndAlignment. !56827 (Shubham Kumar (@imskr))
- Close DropLab dropdowns on click instead of mousedown. !56847 (Simon Stieger @sim0)
- Add labels to UI toggles. !56848
- Fix offense Layout/RescueEnsureAlignment. !56870 (Shubham Kumar (@imskr))
- Fixes offense Lint/RedundantSafeNavigation. !56884 (Shubham Kumar (@imskr))
- In admin new user page, fix external checkbox warning hide with keyboard interaction. !56896
- Fix Conan project-level API to return correct download-urls and fix Conan project-level functionality. !56899
- Remove Kramdown patch and update to v2.3.1 gem. !56917
- Fixed styling of commit comment buttons. !56982
- Update weight transaltion for Russian locale. !56986 (Gennady Kovalev (@belolap))
- Fixes rubocop offense Migration/DepartmentName. !56997 (Shubham Kumar (@imskr))
- Do not render empty title in HelpPopover. !57025
- Validate import manifest url scheme. !57071
- Inherit default branch name for subgroups. !57101
- Fix ruby alpine CI template. !57109
- Fix rails binding for ruby alpine template. !57112
- Update admin edit button icon class. !57151
- Fix branch switch to be exact instead of partial match. !57197
- Add aria labels to icon buttons. !57261
- Ensure search param is kept in scrolled commit. !57307
- Fix remote_mirrors usage ping metric. !57332
- Remove calls to jQuery animations to fix infinite scrolling on the Repository commits page. !57379
- Hide project-specific views on group / instance level integrations. !57381
- A blocked URL for a push mirror is a hard failure. !57392
- Fix usage data count start/finish export issue. !57403
- Fix tooltip position in mini pipeline chart. !57425
- Use search param in refs call to filter revisions. !57442
- Update the Package settings to use the blue primary button. !57468
- Always save default on empty values in Exp Policies. !57470
- Allow all file types to be uploaded from the repo file upload tool. !57498
- Fix Assignee dropdown showing assignee(s) twice. !57513
- Fix inconsistent production environment definition on VSA. !57557
- Fix namespace validation (unique path) on group creation. !57563 (Jonas Wälter @wwwjon)
- Give better feedback when quick actions have no effect. !57570 (Hilco van der Wilk)
- Fix security report fetching in Merge Requests. !57574
- Display error message when runner installation instructions modal cannot be loaded correctly. !57588
- Fix two data races in the branch names cache. !57607
- Add aria labels to icon-only buttons. !57610
- Fix Rails/SaveBang rubocop offenses in spec/controllers/projects/*. !57643 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang Rubocop offenses for admin controllers. !57644 (Huzaifa Iftikhar @huzaifaiftikhar)
- Make NuGet SearchQueryService q parameter optional. !57654 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix MR Source Branch styling. !57662
- Fix updating GraphQL boards cards on assignees update. !57687
- Revert Ignore default_enabled value in Feature.enabled?. !57707
- Simplify Build Group name correction. !57739
- Fix force_random_password option when creating Users via API. !57751
- Fix issue where merge description not showing when merged with merge train. !57787
- Covert has-tooltip on commit page to pajamas. !57858
- Fix Rails/SaveBang rubocop offenses in spec/controllers/groups*. !57879 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang Rubocop offenses for requests module. !57883 (Huzaifa Iftikhar @huzaifaiftikhar)
- Disable trigger manual job button after click. !57885
- Fix Rails/SaveBang rubocop offenses in auth controllers. !57886 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang Rubocop offenses for requests/api module. !57887 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix Rails/SaveBang Rubocop offenses for presenters. !57888 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix Rails/SaveBang rubocop offenses in profiles & projects controllers. !57890 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang rubocop offenses in spec/features/admin. !57891 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang rubocop offenses in spec/features/dashboard. !57898 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang rubocop offenses in spec/features/issues. !57900 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang rubocop offenses in spec/features/projects. !57904 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang rubocop offenses in spec/features/. !57907 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang Rubocop offenses for hooks module. !57918 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fixes rubocop offenses Style/RedundantSelfAssignment. !57920 (Shubham Kumar (@imskr))
- Fix closed icon for merge requests to match close issue icon. !57981 (jesus beltran)
- Resolves offenses Style/ParallelAssignment. !57999 (Shubham Kumar (@imskr))
- Resolves offenses Style/RedundantAssignment. !58013 (Shubham Kumar (@imskr))
- Fix Rails/SaveBang Rubocop offenses for deployment modules. !58040 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix Rails/SaveBang Rubocop offenses for mattermost modules. !58048 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix Rails/SaveBang rubocop offenses in spec/initializers. !58049 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang Rubocop offenses for issue models. !58052 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix Rails/SaveBang Rubocop offenses for legacy github import. !58054 (Huzaifa Iftikhar @huzaifaiftikhar)
- Resolves rubocop offenses Rails/WhereNot. !58062 (Shubham Kumar (@imskr))
- Fix Rails/SaveBang Rubocop offenses for markdown cache modules. !58063 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix Rails/SaveBang Rubocop offenses for commit models. !58069 (Huzaifa Iftikhar @huzaifaiftikhar)
- Only link merge requests to successful deployments. !58072
- Fix Rails/SaveBang Rubocop offenses for gitaly client models. !58089 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix Rails/SaveBang Rubocop offenses for email handlers. !58095 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix Rails/SaveBang rubocop offenses in spec/factories_spec.rb. !58102 (Abdul Wadood @abdulwd)
- Fix Rails/SaveBang Rubocop offenses for ci models. !58104 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix Rails/SaveBang Rubocop offenses for banzai modules. !58108 (Huzaifa Iftikhar @huzaifaiftikhar)
- Ensures that the "Suggest GitLab CI" popover is shown after selecting a template type. !58120
- Fix EmptyLineAfterFinalLetItBe Rubocop offenses for groups controller. !58174 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe Rubocop offenses for boards module. !58180 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses for error tracking module. !58182 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe Rubocop offenses for groups module. !58183 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses for design management module. !58189 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe Rubocop offenses for metrics module. !58190 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe Rubocop offenses for helpers. !58192 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe Rubocop offenses for api entities. !58193 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe Rubocop offenses for api helpers. !58194 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix overflow UI bug with longer commit title on Wiki Page History. !58212 (Takuya Noguchi)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/graphql/types. !58241 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/banzai. !58242 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe in spec/lib/gitlab/alert_management. !58244 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/analytics. !58245 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/auth. !58246 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/checks. !58248 (Huzaifa Iftikhar @huzaifaiftikhar)
- Disable pages_serve_with_zip_file_protocol by default. !58253
- Fix EmptyLineAfterFinalLetItBe offenses spec/lib/gitlab/github_import. !58256 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/graphql. !58261 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/hook_data. !58262 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses spec/lib/gitlab/import_export. !58264 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/jira_import. !58266 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix visibility filter on explore projects page. !58293 (Jonas Wälter @wwwjon)
- Fix EmptyLineAfterFinalLetItBe in spec/lib/gitlab/phabricator_import. !58297 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab. !58314 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/mailers. !58319 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/models/blob_viewer. !58325 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/models/ci. !58327 (Huzaifa Iftikhar @huzaifaiftikhar)
- Update the group permission check in packages finder helper. !58329
- Fix EmptyLineAfterFinalLetItBe offenses in spec/models/concerns. !58367 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/models/project. !58372 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/policies. !58393 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/serializers. !58406 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/services/award_emojis. !58407 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/services/boards. !58413 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe in spec/services/design_management. !58416 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/services/environments. !58418 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/services/groups. !58423 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/services/ide. !58424 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/services/issues. !58425 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fix EmptyLineAfterFinalLetItBe offenses in spec/services/merge_requests. !58429 (Huzaifa Iftikhar @huzaifaiftikhar)
- Add aria labels to icon-only buttons. !58459
- Fixes admin ci variables not showing up. !58496
- Fix previous deployment fetches wrong deployment. !58567
- Fix delete source branch status message. !58605
- Fix member autocomplete sort order. !58652
- Show bottom border on milestones sidebar widget for incident issues. !58662
- Fix project access token creation group settings link. !58686
- Avoid listing snippets through GraphQL when user profile is private. !58739
- Fix notification when new Service Desk Issue is created. !58803
- Fix dark mode colors of retried jobs in job details page. !58855
- Fix Forward Deployment Worker causes deadlock. !58861
- Fix select2 dropdowns in dark mode. !58862
- Fix badge s and borders in dark mode info wells. !58875
- Dark mode nav improvements. !58891
- Fix style for adding a related issue in free tiers. !58893 (Michael Telgkamp @michael.telgkamp)
- Fix user reference transformation in EpicsPipeline. !58913
- Avoid inflating Redis memory when aborting pipelines. !59018
- Fix sign out button in error pages. !59030
- Add aria labels to icon-only buttons. !59037
- Skip Rack Attack rate limiting for container registry event API. !59085
- Fix loading pipelines by commit SHA for GraphQL. !59110
- Drop user pipelines async when user is blocked. !59129
- IPython KaTeX rendering of comparison operators for markdown. !59132 (Reinhold Gschweicher <pyro4hell@gmail.com>)
- Fix MR diff file tree being hidden behind review bar. !59150
- Add invited group members to search results on assignees widget. !59152
- Fix tooltip not rendering. !59202
- Fix revert commit query. !59356
- Do not show sort by project in Package project page. !59367
- Return 403 status code to the Runner when CI Job is deleted. !59382
- Fix character escaping in Resolved By tooltips. !59428
- Fix Jenkins integration for GitLab FOSS. !59476
- Exclude projects dropdown from revert modal. !59504
- Ensure all tooltips appear with a 500ms delay. !59561
- Added feature flag to show/hide assignees GraphQL widget. !59620
- Fix rare race condition in GitLab-internal feature flags with database load balancing enabled.
### Deprecated (5 changes, 1 of them is from the community)
- Rename event to action in Snowplow helpers and FE event handlers. !55698
- Deprecate Product Intelligence test aggregated metrics. !57377
- Bump recommended Redis version from 4.0 to 5.0. !59072 (Takuya Noguchi)
- Deprecate Alerts for Managed Prometheus. !59433
- Deprecate assigneeUsername issue filter in GraphQL. !59538
### Changed (211 changes, 76 of them are from the community)
- Adds CI pipeline and job features to GraphQL API. !44703
- Unify the Docker Image build CI template and use the default branch instead of hardcoded 'master'. !51931 (dnsmichi)
- Update performance bar background color to use Pajamas compliant colour palette. !52775 (Yogi (@yo))
- Remove extra tooltip from pipelines overview page. !52902 (Yogi (@yo))
- Update RubyGems metadata constraints and add gem metadata extraction. !53673
- Returns deep stringified keys for merged_yaml in linting endpoint. !54336
- Add space to graph in contributor page. !54431 (Yogi (@yo))
- Move from btn-success to btn-confirm in app/views/profiles directory. !54748 (Yogi (@yo))
- Add multi-line styling within contribution tooltip. !54765 (Yogi (@yo))
- Update import statuses texts and icons. !54957
- Add branch names field to repository GraphQL type. !55074
- Remove referencing TokenWithIv model in the codebase and dynamic nonce creation feature flag. !55209
- Move to btn-confirm from btn-success in views/invites directory. !55293 (Yogi (@yo))
- Add validation for emails on push recipients. !55550
- Migrate bootstrap modal to GlModal for repo single file uploads. !55587
- Record sent in-product marketing emails and don't send the same email twice. !55840
- Alerts integration form UX cleanup. !55892
- Sync single-file mode user preference when changed from the MR cog menu checkbox. !55931
- Remove group member: add option to also remove direct user membership from subgroups and projects. !55980 (Jonas Wälter @wwwjon)
- Move to btn-danger for delete button in applications. !56088 (Yogi (@yo))
- Apply new GitLab UI for badge in starrers page. !56091 (Yogi (@yo))
- Move to btn-confirm from btn-primary in wiki empty state. !56192 (Yogi (@yo))
- Move to btn-confirm in download directory dropdown. !56193 (Yogi (@yo))
- Add btn-default class for Service Desk toggle in settings. !56195 (Yogi (@yo))
- Move to confirm variant from success in pipeline_new directory. !56199 (Yogi (@yo))
- Move to confirm varient from success in pipeline_editor directory. !56200 (Yogi (@yo))
- Move from btn-success to btn-confirm in pipeline_schedules directory. !56201 (Yogi (@yo))
- Move to confirm variant from success in feature_flags directory. !56202 (Yogi (@yo))
- Move to confirm variant from success in alert_management directory. !56206 (Yogi (@yo))
- Move from btn-success to btn-confirm in tracings directory. !56209 (Yogi (@yo))
- Move from btn-success to btn-confirm in logs directory. !56211 (Yogi (@yo))
- Move from btn-success to btn-confirm in environments directory. !56212 (Yogi (@yo))
- Move from btn-success to btn-confirm in blob directory. !56213 (Yogi (@yo))
- BulkImports: Track pipeline worker with BulkImports::Tracker#status. !56242
- Update master to main inside monitor copy. !56264
- Project Settings Operations headers Alerts/Error tracking/Jeager tracing/Jeager tracing expand/collapse on-click/on-tap. !56269 (Daniel Schömer)
- Project Settings Operations header Grafana authentication expand/collapse on-click/on-tap. !56270 (Daniel Schömer)
- Add support for commit_email to Users API. !56272
- Project Settings Operations header Incidents expand/collapse on-click/on-tap. !56273 (Daniel Schömer)
- Project Settings Operations header Metrics dashboard expand/collapse on-click/on-tap. !56274 (Daniel Schömer)
- Clean up integration form titles and password fields. !56309
- Move from btn-success to btn-confirm in branches directory. !56325 (Yogi (@yo))
- Move from btn-success to btn-confirm in cleanup directory. !56329 (Yogi (@yo))
- Move from btn-success to btn-confirm in default_branch directory. !56330 (Yogi (@yo))
- Move from btn-success to btn-confirm in deploy_keys directory. !56331 (Yogi (@yo))
- Move from btn-success to btn-confirm in forks directory. !56333 (Yogi (@yo))
- Move from btn-success to btn-confirm in hooks directory. !56334 (Yogi (@yo))
- Move from btn-success to btn-confirm in imports directory. !56336 (Yogi (@yo))
- Allow setting the shard/replica separately for standalone indexes. !56344
- Move from btn-success to btn-confirm in network directory. !56345 (Yogi (@yo))
- Move usage of delayed_project_removal to namespace settings. !56397
- Update buttons on issue page. !56425
- Create new policies for read, destroy, and create tokens. !56464
- Update Jira issues list to use new UI components. !56465
- Move from btn-success to btn-confirm in protected_branches directory. !56477 (Yogi (@yo))
- Move from btn-success to btn-confirm in protected_tags directory. !56478 (Yogi (@yo))
- Move from btn-success to btn-confirm in runners directory. !56485 (Yogi (@yo))
- Enable new RPC call to retrieve wiki files. !56491
- Center the pipeline stages dropdown in the commit details page. !56505
- Update mini pipeline appearance in commit page to match other mini pipelines in the application. !56510
- Disable pipeline schedules when a user is blocked. !56513
- Add Username to Email From Header in Notifications. !56588
- WebIDE show fork button when cannot push code. !56608
- Add empty state CTA in pipeline editor section for new root CI files. !56665
- Support newlines for the chatops "run" command. !56668
- Adds skipped state to duration cell for single stage manual pipelines. !56669
- Support for --prefer-source option for Composer registry. !56693
- Allow Email Replies to Notes to Create Discussions. !56711
- Add id and short_sha GraphQL fields to jobType in the CI namespace. !56714
- Remove the commit message from the package details UI. !56716
- Assignee dropdown in issue page displays only participants by default. !56742
- Render Kramdown format using Gitlab markup. !56750
- Relax version validation on generic packages. !56755
- Show popovers on hover and focus by default. !56778
- Change icon size in the pipeline editor. !56780
- Show password hint only if password_authentication_enabled_for_web? on new location logins. !56783 (Roger Meier)
- Add Vulnerabilities::FindingEvidence model. !56790
- Update compare branches button to btn-confirm. !56791
- Update buttons and spacing on commit page. !56793
- Update secondary nav elements right margin to 8px. !56794
- Add created_at to job webhooks. !56835
- Rename pipelines setting to CI/CD and move out from under repository section. !56857
- Change the way deprecation information is presented in GraphQL documentation. !56864
- Validate null constraint for cluster token name. !56868
- Move from btn-success to btn-confirm in projects/services directory. !56937 (Yogi (@yo))
- Move from btn-success to btn-confirm in projects/settings directory. !56938 (Yogi (@yo))
- Move from btn-success to btn-confirm in projects/snippets directory. !56939 (Yogi (@yo))
- Move from btn-success to btn-confirm in projects/tags directory. !56940 (Yogi (@yo))
- Move from btn-success to btn-confirm in projects directory. !56943 (Yogi (@yo))
- Move from btn-success to btn-confirm in registrations directory. !56944 (Yogi (@yo))
- Move from btn-success to btn-confirm in users directory. !56945 (Yogi (@yo))
- Adjust gitlab_database_transaction_seconds histogram bucket. !56952
- Add extra fields to the external pipeline validation payload. !56969
- Change assignee dropdown invite to utilize invite modal. !57002
- Enable DISTINCT optimization for ObjectHierarchy globally. !57052
- Redirect to the pipeline editor when clicking on CI/CD quick links. !57085
- Update learn gitlab template for new registrations. !57098
- Add loading icon to create merge request button. !57105
- Move Pipeline Editor repo link outside of feature flag conditional. !57144
- Show the Contribution Analytics promotion page for users without permission. !57222
- Show skipped duration state for all skipped pipelines. !57242
- Add Runner ID as title in Runner details page. !57247
- Remove feature flag usage_data_track_ci_templates_unique_projects. !57280
- Deprecate but keep support for Klar up to version 3. A new analyzer based on Trivy will be used from version 4 onwards. !57281
- Hydrate some of the variables in the Overview tab suggestion commit placeholder by switching the Diffs data source for it. !57419
- Remove Slack attachment from new issues created via Slash commands. !57431
- Make VALIDATION_REQUEST_TIMEOUT configurable. !57521
- Remove programmatic access to registration tokens. !57524
- Update Jira subscriptions list to use Vue. !57561
- Update runner badges look and feel in admin runners table. !57566
- Rename jobs to promote a smoother transition between Klar and Trivy based scanners. !57593
- Do not trim input for sample & test payload on alerts integration form. !57617
- Allow a Global ID to be used when filtering issue by iterationId in GraphQL. !57620
- Add tags field to jobType in the CI namespace. !57631
- Expose createdAt and updatedAt fields for Board in the GraphQL API. !57645
- Update validation trigger flow on the alerts integration form. !57697
- Remove groupId and projectId arguments to Runner install instructions. !57720
- GraphQL: expose milestone iid. !57732
- Move commit neighbor buttons to sticky MR controls. !57743
- Update title on revoke member invite modal and hide unneeded related issues and merge requests checkbox. !57755
- Deprecate btn-warning on admin area delete user modal. !57761
- Remove deprecated button classes from issue detail view. !57763
- Utilize btn-tertiary for copy project id on project overview. !57766
- Remove top margin for print layout. !57824
- Fail batch-aborted pipelines with reason. !57838
- Replace deprecated Close Milestone button on list view. !57871
- Replace deprecated button on new epic creation form. !57874
- Hide pipeline filtered search when no pipeline exists. !57881
- Add gl-badge for badges in group members page. !57933 (Yogi (@yo))
- Add gl-badge for badges in project members page. !57934 (Yogi (@yo))
- Display error message when dashboard activity fetch fails. !57935
- Add gl-badge for badges in dashboard nav. !57936 (Yogi (@yo))
- Update GIicon size in geo_node_header.vue. !57952 (singhanshuman)
- Move to confirm variant for buttons in vulnerabilities page. !57961 (Yogi (@yo))
- Add gl-badge for badges in MR page nav. !57969 (Yogi (@yo))
- Align project stars and date to center of project in groups page. !57972 (Yogi (@yo))
- Add btn-icon class for GPG key delete button. !57974 (Yogi (@yo))
- Add btn-default for mirror update button. !57978 (Yogi (@yo))
- Update ruby-magic-static to v0.3.5. !57984
- Reduce button size for revoke button in PAT page. !57989 (Yogi (@yo))
- Apply gl-form-input for fields in GPG keys page. !58002 (Yogi (@yo))
- Apply gl-form-input for fields in new schedule page. !58015 (Yogi (@yo))
- Move to btn-confirm from btn-success in licenses directory. !58024 (Yogi (@yo))
- Move to btn-confirm from btn-success in geo directory. !58031 (Yogi (@yo))
- Move to btn-confirm from btn-success in push_rules directory. !58033 (Yogi (@yo))
- Move to btn-confirm from btn-success in devise directory. !58035 (Yogi (@yo))
- Add btn-default class for toggle button in admin templates. !58041 (Yogi (@yo))
- Move to btn-confirm from btn-success in ee project settings. !58047 (Yogi (@yo))
- Improve UI of Runner Installation instructions: add a loading indicator, use checkmark on selected options, reduce height of modal. !58055
- Update New Issue form description copy from 'wite a comment' to 'wite a description'. !58068
- BulkImports: Import milestone iid. !58107
- Replace deprecated buttons on epic detail view. !58152
- Replace deprecated buttons on board view. !58153
- Small text updates on the SAST Config UI page. !58188
- Update GlIcon size in environments.vue. !58208 (Md. Pial Ahamed (@root.pial))
- Link to revision in version on admin dashboard. !58225 (Yogi (@yo))
- Rename Gitlab to GitLab in admin dashboard. !58228 (Yogi (@yo))
- Remove underline in apply for credit button in k8s page alert. !58232 (Yogi (@yo))
- Add btn-default class for file picker button. !58238 (Yogi (@yo))
- Rename Submit issue to Create issue in boards and docs. !58243 (Yogi (@yo))
- Update label container background and border colour from dark grey to use the same light grey as the board's containers. !58279
- UI improvement of Admin Dashboard top page. !58373 (Takuya Noguchi)
- Add warning icon beside in progress text if pipeline is stuck. !58427
- Set workhorse_extract_filename_base feature flag to default. !58504
- Update resolving alert system notes to use term Recovery Alert. !58513
- Update default spinner color to pajamas. !58517
- Update ruby-magic to v0.3.2. !58537
- Fix HAML in _promote_issue_weights.html.haml. !58546 (Yogi (@yo))
- Update popover placement and cursor on warning icon in PB. !58552 (Yogi (@yo))
- Remove vertical-align-middle from user location and work in profile. !58554 (Yogi (@yo))
- Enable chronological sort order for other items in the performance bar. !58572
- Use GlTable design system component for pipelines table. !58581
- Update MobSF to version 3.4.0 in the SAST template. !58594
- Add count of unique users to receive on-call notification to usage ping. !58606
- Add global callout for Service template deprecation. !58613
- Remove cached_api_merge_request_version feature flag. !58670
- Bump minimum git version to v2.31.0. !58737
- Add a chaos endpoint that signals QUIT. !58755
- Improve runners status icon usability and accessibility in the project settings view. !58781
- Make ref parameter optional in get raw file api. !58787
- Centralize shared state in Authoring section. !58790
- Update default branch in divergence graph. !58871
- Update Pipeline Graph Visualization. !58889
- Move initial pipeline processing to Sidekiq. !58901
- Display runner token and description consistently in the job sidebar and admin list. !58904
- Update ruby-magic to v0.4.0. !58947
- Update search and sort from the branches page. !58951
- Return email confirmation time from email entity. !58957
- Update runner type indicators in view/edit pages. !59005
- Default enable cascading settings feature flag. !59026
- Fix gl-emoji in abuse report page. !59078 (Yogi (@yo))
- Adds new clusters_integrations_prometheus table and model for Prometheus Cluster Integration. !59091
- Include project and build ID in Pages tmp directory. !59106
- Deactivate prune webhook logs worker. !59120
- Reduce pipeline tooltip delay to 0. !59155
- Remove gldropdown_branches feature flag. !59179
- Clarify on welcome page that we do not share any data. !59183
- Schedule artifact expiry backfill again. !59270
- Create prometheus service asynchronously by default when creating a project. !59273
- Show archive notice on empty project. !59286
- Enable in-product emails only for free instances. !59290
- Log all API uploads that exceed max attachment size. !59292
- Pages: Add feature flag to disable deployment to legacy storage. !59298
- Hide What's New for unauthenticated users. !59330
- Add queue label to metrics dispatched by background transaction. !59344
- Update Ruby from 2.5 to 2.7 in Dockerfile templates. !59345 (Takuya Noguchi)
- Update profile SSH key labels to refer to expired keys as "Expired". !59381
- Display project settings runners identifiers consistently. !59383
- Migrate Start Review button on MRs to use confirm variant. !59523
- Update auto-build-image to v0.6.0, updating the included docker to 20.10.6 and pack to 0.18.0. !59525
- Apply new GitLab UI for buttons in create tag page. (Yogi (@yo))
### Performance (107 changes, 1 of them is from the community)
- Cache namespace traversal path. !52854
- Use empty-query by default to check database connection. !54366 (Leandro Gomes @leandrogs)
- API JSON caching for tags endpoint. !54975
- Cache open merge requests count in group sidebar. !55971
- Add index on ci_stages to speed up batch pipeline cancellation. !56126
- Backfill traversal_ids for gitlab-org staging. !56293
- Linear version of Namespace#self_and_descendants. !56296
- Add database index for cancelable ci_pipelines on user and id. !56314
- Improve the performance of Merge Request Analytics table. !56380
- Move fetching projects and groups on todos page to API call. !56507
- Fix Workhorse acceleration for encoded project IDs in API. !56731
- Prevent sticking to DB primary when experiments are tracked. !56852
- Move link icon to CSS. !56980
- Drop unused preload from PipelineSerializer. !56988
- Speed up destroying of group Todos when user leaves group. !56995
- Optimise query for Deployment#previous_environment_deployment in LinkMergeRequestWorker. !57039
- Optimize database performance of loading assigned issue count on header bar. !57073
- Backfill traversal_ids for gitlab-org .com. !57075
- Check access only for requesting user when checking if subscribed. !57201
- Add gin index for namespaces.traversal_ids. !57207
- Accelerate uploads via API with Workhorse. !57250
- Add additional index to merge_requests table for project/status/created_at. !57267
- Preload group parent to fix N+1 queries for project search. !57277
- Preload additional data to fix N+1 queries for merge request search. !57284
- Remove N+1 for API commits/:sha/merge_requests. !57290
- Remove N+1 for API :id/deploy_keys. !57295
- Reduce query count for ExpirePipelineCacheWorker. !57304
- Remove N + 1 for milestones issues. !57349
- Add partial index to improve mirrors update. !57353
- Apply optimizations to JobsController#show.json. !57367
- Fix N+1 issue when loading merge request comments. !57374
- Perform more merge request creation tasks asynchronously to improve response times. !57453
- Fix N+1 for searching notes (comments) scope. !57460
- Resolve N + 1 for JIRA pulls. !57482
- Make `ci_runner_builds_queue_on_replicas` default. !57484
- Reduce queries on group labels controller. !57517
- Reduce number of queries in mergeRequestSetAssignees GraphQL mutation. !57523
- Reduce N+1 queries in creating todos after user mentions in a note. !57525
- Optimize Deploy Keys Presenter. !57551
- Add index to improve project deployments endpoint performance. !57554
- Resolve N + 1 for deployments API. !57558
- Cache merge request diff version API. !57568
- Reduce SQL requests number for issue links. !57602
- Avoid N+1 query when updating todo count cache. !57622
- Resolve N + 1 for commits notes API. !57641
- Resolve more N+1 issues in Jira pulls API. !57658
- Reduce number of SQL queries in Profiles::SlacksController#edit. !57674
- Preload all user callouts in a single request. !57679
- Add TargetProject And SourceBranch Index To MergeRequest. !57691
- Optimize group level Maven package finder query. !57692
- Remove ci_lower_frequency_trace_update feature flag. !57713
- Cache MRs count on milestone page. !57714
- Fix N+1 for searching milestone scope. !57715
- Avoid N+1 queries in breadcrumbs. !57725
- Move project hooks routes under /-/ scope. !57734
- Add composite index to support epic filtering by award emoji. !57759
- Reduce query count for popular worker ExpireJobCacheWorker. !57773
- Remove feature flag optimize_issue_filter_assigned_to_self. !57775
- Ensure a project iid is set before transitioning on pipeline error. !57783
- Fix N+1 in projects REST endpoint with forked projects. !57798
- Bulk-abort user pipelines on block. !57801
- Move pipelines calculation from widget.json to cached_widget.json. !57822
- Delete all issuable todos asynchronously when issuable is destroyed. !57830
- Reduce queries on projects labels controller. !57864
- Optimize database query for last deployment. !57979
- Fix N + 1 for MilestonesController#merge_requests. !57980
- Minor performance improvement for ref finder. !58099
- Reduce milestone issue list display limit to 500. !58168
- Partial index optimization for namespaces id. !58220
- Add caching to variables calculation of builds. !58286
- Reduce SQL requests on building artifacts. !58339
- Drop unused mirror_data index. !58349
- Add index on file_store for pages_deployments table. !58355
- Eliminage N+1 database queries on the user notifications page. !58397
- Create finder for searching branch names via redis. !58439
- Preload associations in Ci::Pipeline#cancel_running. !58484
- Add new MergeRequests::SyncCodeOwnerApprovalRulesWorker. !58512
- Create the pipelines asynchronously when refreshing merge requests. !58542
- Optimize searching cherry-picked merge requests for linking deployments. !58568
- Use object quarantine directory to enumerate new LFS pointers. !58634
- Resolve merge request todos asynchronously on update. !58647
- Enable cached avatar lookups by email. !58659
- Resolve group_member policy n+1. !58668
- Move CI related paths to cached MR widget. !58711
- Fix N+1 in REST projects and service desk. !58747
- Optimize environment serializer to reduce N+1 problems. !58748
- Handle assignee changes side effects asynchronously. !58783
- Remove paths from BuildArtifactEntity. !58818
- Use fast path helpers in BuildDetailsEntity. !58824
- Add framework for using specialized services to improve performance of MergeRequests::UpdateService. !58836
- Fix N+1 for searching commits. !58867
- Fix N+1 queries to find or initialize services. !58879
- Adjust indices to improve query performance for notification_settings. !58895
- Fix N+1 queries for issues search. !58915
- Optimize query for cherry picked merge requests. !58967
- Cache issues count in sidebar at group level. !59004
- Improve performance by moving TODO creation out of the jobs/request path. !59022
- Eliminate N+1 database queries on the user notifications page within the project notifications section. !59029
- Add migration to index members on user_id, source_id, and source_type. !59051
- Reduce the number of SQL queries executed on Maven file API endpoints. !59136
- Add user index on spam logs. !59151
- Limit number of GraphQL requests tracked in performance bar to 10. !59158
- Add index for the path column on the packages_maven_metadata table. !59241
- Reduce timeouts on tab counts for searches to 5s. !59435
- Add partial index on members to optimize highest access level query. !59455
- Optimize issuable updates. !59468
- Ensure the project iid is set before dropping pipeline. !59626
### Added (108 changes, 11 of them are from the community)
- Support adding and removing assignees w/ push opts. !25904
- Add Go Packages as a cache for the Go proxy. !34558 (Ethan Reesor (@firelizzard))
- Allow admin users to define admin notes on groups. !47825
- Resolve nested variable values sent to the runner. !48627
- Hide "Resolve conflicts" button when source branch is protected. !51121 (Marcin Majkowski @marcinmajkowski)
- Allow Add Comment To Review. !51718 (Lee Tickett @leetickett)
- Add click to copy button over project ID. !53224 (Virgile MATHIEU @vmathieu)
- Convert admin mode feature flag to system application setting. !53610 (Diego Louzán)
- Send in-product marketing emails to guide users setting up their groups. !53715
- Automatically try to migrate gitlab pages to zip storage. !54578
- Add user-merge request interaction type. !54588
- Save usage_data_id from versions app in raw_usage_data. !54738
- Create UserPreferences API. !55033
- Support group applications. !55152 (Jonas Wälter @wwwjon, Bastian Blank)
- Ability to add Prometheus as cluster integration. !55244
- Add JavaScript, TypeScript, and React support to the semgrep analyzer. !55257
- Added local_store to Pages settings in gitlab.yml file. !55470
- Add additional fields to dast_site_profiles database table. !55579
- Cascade delayed project removal setting lookup to parent namespace. !55678
- Support automatic transitions of Jira issues. !55773
- Add blocked issues detail popover for boards cards. !55821
- Allow users to mark pages projects as not deployed during migration to zip storage. !55862
- Add dast_profile_secret_variables table. !56067
- Support daily DORA metrics API. !56080
- Track agent token last_used. !56143
- Add CI_COMMIT_AUTHOR predefined variable. !56144 (Craig Andrews @candrews)
- Linking to a single line number in Web IDE. !56159
- Migrate group badges when using Bulk Import. !56357
- Add Ability to Edit Freeze Periods. !56407
- Add GraphQL mutation to delete an existing release asset link. !56417
- Personal access token revoke for managed accounts (feature flag removed). !56427
- Migration: add trial extension type to gitlab_subscription. !56460
- Geo: Prepare snippet_repositories and snippet_repository_registry tables for adding verification. !56596
- User Availability - Allow users to schedule un-setting of their status values. !56649
- Add missing icon for files with .c++ extension. !56650 (Peter Kovář @peter.kovar)
- Add in-page search for all settings pages. !56659
- Support include_ancestors when querying group milestones via GraphQL. !56667
- Add recaptcha to top-level group creation behind feature flag. !56707
- Configure issue and merge request description templates at group level and rolldown description templates in the group hierarchy. !56737
- Enabled phabricator importer by default. !56765
- Generalize alert details status. !56800
- Create database table dast_profiles_pipelines. !56821
- Allow selecting a CI template by providing the template name as a URL param gitlab_ci_yml. !56861
- Group SAML - Check SSO status on Git activity. !56867
- Send email notification on SSH key expiration. !56888
- Support custom tag formats for changelogs. !56889
- Delete records from security_findings table with missing UUID values. !56975
- Link squashed commits using the changelog API. !56985
- Allow users to enable force push to protected branches. !57053
- Add rake tasks for Pages deployment migration. !57120
- Code suggestions correctly add based on multi-line comments. !57125
- BulkImports: Add `BulkImports::PipelineWorker` to process each BulkImport pipeline on its own background job. !57153
- Connect Registries searches to URL. !57251
- Sort code quality degradations in MR Widget comparison reports. !57258
- Add unified metrics definition YAML file API endpoint. !57270
- Clarify what coverage means on the merge request pipeline section. !57275
- Improve payload format of DORA metrics API. !57314
- Expose timelogs against issues and merge requests in GraphQL. !57321 (Lee Tickett @leetickett)
- Populate missing dismissal information for vulnerabilities. !57347
- Clarify the impact of selecting incidents in the new issue form. !57373
- Add jobs field to the project type. !57376
- When removing a user, warn Admin user is part of an on-call schedule. !57397
- Exposes schedulingType on CiJobType and adds usesNeeds to PipelineType. !57398
- '/projects/:id/repository/compare' supports comparing branches/commits on different projects. !57418 (Exchizz (@Exchizz))
- Add geo database changes for pipeline artifact replication. !57506
- Add more fields to the job type. !57530
- Capture test report summary widget views via usage ping. !57543
- Allow filtering GraphQL alertManagementIntegrations and alertManagementHttpIntegrations by ID. !57590
- Add search functionality to Jira Connect App namespaces. !57669
- Add Conan GraphQL type to package. !57719
- Log message when upload via API exceeds limit. !57774
- Migration: Add cloud column to licenses. !57781
- Re-add swap revisions feature (legacy). !57802
- Add support for SMTP connection pooling when sending emails. !57805
- Add a migration to insert trail plans within SAAS for Ultimate and Premium plans. !57814
- Add link to test case file in the test report for merge requests. !57911
- Upgrade GitLab Pages to v1.37.0. !57946
- Add negative filters for merge requests API. !58021
- Add setting to change default target project for merge requests from forks. !58093
- Support negated filtering of issues by iids, label_name, milestone_title, assignee_usernames and assignee_id in GraphQL. !58154
- User notification when SSH key is set to expire soon. !58171
- Allow user to filter epics by their reaction emoji via GraphQL. !58211
- Add config support for using Microsoft Graph with MailRoom. !58250
- Let users create groups and projects at signup and onboard them through issues on gitlab.com. !58301
- Reschedule background migration to copy projects.container_registry_enabled to project_features.container_registry_access_level. !58360
- Prettify JSON of sample alert payload. !58433
- Add spent quick action alias. !58539 (Lee Tickett @leetickett)
- Add GraphQL endpoint for test report summary for pipelines. !58596
- Show pipeline finished timestamp on MR widget. !58618
- Add Hello World CI Template. !58649
- Make blobs directly accessible through the graphql repository. !58677
- Add target_type column to dast_site_profiles database table. !58723
- Add GraphQL endpoint for a specific test suite in pipelines. !58924
- Add blob filename to attachment content disposition. !58977
- Rollout product_intelligence_metrics_names_suggestions feature flag. !58995
- Support filtering by assignee wildcard in GraphQL board list issues query. !58996
- Remove pages_serve_from_migrated_zip feature flag. !59002
- Enables multiple_cache_per_job feature flag by default. !59016
- Add CODECLIMATE_PREFIX variable to code quality template. !59041
- Add instance_url column to the jira_connect_installations table. !59148
- Remove codequality_backend_comparison feature flag. !59320
- Allow cherry-picking to a fork's parent. !59399
- Add kotlin support to spotbugs-sast job. !59431
- Upgrade GitLab Pages to 1.38.0. !59464
- Add documentation about Pages deployment migration. !59475
- Re-enable serving pages with zip file protocol. !59486
- Enable pipeline_status_for_pipeline_editor by default. !59495
- Extract creation of prometheus service from Projects::CreateService.
### Other (160 changes, 74 of them are from the community)
- Resolve Improve text for error No issue found for given params in UI. !45064
- Update gon gem to 6.4.0. !51210
- Initialize conversion of events.id to bigint, and add execute_batched_migrations_on_schedule feature flag to control scheduled background migrations. !51332
- Apply new GitLab UI buttons in the webhooks list. !51977 (Yogi (@yo))
- Fix alignment of folder-caret and actions button in the subgroup list. !52400 (Yogi (@yo))
- Remove JSON endpoint for project container index. !52407 (Takuya Noguchi)
- Update HIPAA logo for project templates. !53270
- Apply GitLab UI button styles to buttons in app/views/shared directory. !53474 (Yogi (@yo))
- Drop non-partitioned audit_events_archived table. !53880
- Add message for repository backup skip. !54285
- Updated MR Approvals to specify settings section. !54985
- Remove markdown from comment search result. !55255
- Deduplicate issue_metrics table. !55285
- Document how to use custom omniauth button icon. !55388 (Diego Louzán)
- Create Cop to enforce using policies framework for administrators. !55693 (Diego Louzán)
- Remove tabindex on skip link that could negatively impact keyboard focus management and order. !55756
- Mark merge request as preparing on create. !56086
- Update Search and Apply buttons to confirm variant to align with Pajamas design system. !56122
- Decrease spacing between controls on the Commit page header. !56129
- Create new unit test tables. !56137
- Convert Commit dropdown to Vue. !56142
- Enable the instance variables UI. !56255
- Set the scope in search context from group issue and MR pages. !56383
- Remove On-call Edit feature flag. !56445
- Fix cop offenses for Style/HashTransformation in app directory. !56579 (Karthik Sivadas @karthik.sivadas)
- Fix cop offenses for Style/HashTransformation in ee directory. !56581 (Karthik Sivadas @karthik.sivadas)
- Fix cop offenses for Style/HashTransformation in lib directory. !56583 (Karthik Sivadas @karthik.sivadas)
- Fix cop offenses for Style/HashTransformation in spec directory. !56586 (Karthik Sivadas @karthik.sivadas)
- Track epic note created via usage ping. !56609
- Aggregate code review metrics. !56734
- Update android template to default branch. !56738
- Stop using json-schema gem for production. !56745
- Refactor docs and UI for Jaeger tracing. !56819
- Add support for the MATERIALIZED keyword when using WITH (CTE) queries in PostgreSQL 12. !56976
- Externalize project deploy keys (edit) strings. !57015 (Jonston Chan @JonstonChan)
- Migrates the expand button in MR reports to GitLab UI. !57021
- Update GitLab Runner Helm Chart to 0.27.0. !57048
- Remove unnecessary use of freeze. !57056 (Lee Tickett @leetickett)
- Remove unnecessary use of freeze. !57057 (Lee Tickett @leetickett)
- Remove unnecessary use of freeze. !57058 (Lee Tickett @leetickett)
- Remove unnecessary use of freeze. !57059 (Lee Tickett @leetickett)
- Remove unnecessary use of freeze. !57060 (Lee Tickett @leetickett)
- Remove the FF skip_dag_manual_and_delayed_jobs. !57086
- Remove the FF ci_trigger_payload_into_pipeline. !57087
- Updated documented K8s snippet to undeprecated API. !57100 (Raimund Hook (@stingrayza))
- Validate NOT NULL constraint on gitlab_subscriptions namespace_id. !57113
- Update button variants on the project boards controller to better align with the Pajamas Design System. !57129
- Remove the recursive_namespace_lookup_as_inner_join feature flag. !57131
- Only display focus mode button at md+ breakpoint and make it the tertiary style. !57139
- Remove feature flag for customize homepage banner. !57147
- Update issuable submit content order, button variants, and button alignment. !57172
- Send invited users to sign up instead of sign in when possible. !57240
- Updated UI text to match style guidelines. !57276
- Enable RedundantFreeze Cop and Remove Remaining Offenses. !57288 (Lee Tickett @leetickett)
- Review and revise Integrations/Asana UI text. !57362
- Add enqueueing of Onboarding Progress to the Invite Service. !57372
- Validate foreign key on ServiceHooks. !57483
- Removed migrate_delayed_project_removal feature flag. !57541
- Migration to cleanup after partitioned web_hook_logs backfill. !57580
- Update BulkImport default page size to 500 in order to process larger page of data. !57594
- Refactor member/invitation services to share common code. !57618
- Fix triggers page externalization. !57637 (Jonston Chan @JonstonChan)
- Add foreign key from web_hooks to groups. !57735
- Remove batch_suggestions feature flag. !57745
- Remove remove_resolve_note feature flag. !57757
- Remove deprecated info button from issue list view. !57762
- Track the different overflows for diff collections. !57790
- Update Jira plugin UI copy. !57793 (Russell Dickenson rdickenson@gitlab.com)
- Rename table/model vulnerability_finding_fingerprints to *_signatures. !57840
- Move to btn-confirm from btn-success in pipelines quotas page. !57861 (Yogi (@yo))
- Remove records without group from webhooks table. !57863
- Updated UI text to match style guidelines. !57884
- Add a template for using Indeni Cloudrail in GitLab. !57919
- Externalise-strings in _ip_limits.html.haml. !58003 (nuwe1)
- Externalise strings in application_settings/_pages.html.haml. !58011 (nuwe1)
- Externalize strings in _performance.html.haml. !58016 (nuwe1)
- Externalise strings in application_settings/_performance_bar.html.haml. !58018 (nuwe1)
- Externalise strings in /application_settings/_realtime.html.haml. !58039 (nuwe1)
- Externalise strings in _registry.html.haml. !58051 (nuwe1)
- Externalise strings in /application_settings/_repository_check.html.haml. !58058 (nuwe1)
- Update Design Management added design icon to be slightly smaller which conforms to the Pajamas design guide. !58086 (Andreas Resch @reschandreas)
- Externalise strings in admin/users/_head.html.haml. !58101 (nuwe1)
- Updating success button to confirm variant and reordering buttons per Pajamas Design System guidelines for buttons. !58112
- Externalize strings in /abuse_reports/index.html.haml. !58132 (nuwe1)
- Use Gitlab::AppLogger in settings. !58134 (Huzaifa Iftikhar @huzaifaiftikhar)
- Fill in all placeholder values in the apply suggestion commit message placeholder text. !58136
- Externalize strings in broadcast_messages/index.html.haml. !58146 (nuwe1)
- Externalize strings in deploy_keys/new.html.haml. !58148 (nuwe1)
- Externalize strings in hook_logs/_index.html.haml. !58155 (nuwe1)
- Externalize strings in projects/_projects.html.haml. !58158 (nuwe1)
- Externalize strings in projects/index.html.haml. !58160 (nuwe1)
- Externalize strings in services/index.html.haml. !58167 (nuwe1)
- Externalise strings in runners/_runner.html.haml. !58168 (nuwe1)
- Externalise strings in spam_logs/_spam_log.html.haml. !58169 (nuwe1)
- Fix EmptyLineAfterFinalLetItBe Rubocop offenses for projects controller. !58176 (Huzaifa Iftikhar @huzaifaiftikhar)
- Externalize strings in _confirmation_instructions_account.html.haml. !58214 (nuwe1)
- Externalize strings in _confirmation_instructions_account.text.erb. !58215 (nuwe1)
- Externalize strings in _confirmation_instructions_secondary.text.erb. !58218 (nuwe1)
- Externalise strings in password_change files. !58219 (nuwe1)
- Externalize strings in unlock_instructions.html.haml. !58227 (nuwe1)
- Externalize strings in passwords/edit.html.haml. !58233 (nuwe1)
- Externalize strings in passwords/new.html.haml. !58236 (nuwe1)
- Externalize strings in sessions/_new_ldap.html.haml. !58267 (nuwe1)
- Externalize strings in registrations/edit.html.erb. !58268 (nuwe1)
- Externalize strings in sessions/_new_crowd.html.haml. !58269 (nuwe1)
- Externalise strings in sessions/new.html.haml. !58274 (nuwe1)
- Externalize strings in sessions/two_factor.html.haml. !58275 (nuwe1)
- Externalize strings in shared/_omniauth_box.html.haml. !58281 (nuwe1)
- Externalize strings in shared/_sign_in_link.html.haml. !58283 (nuwe1)
- Externalise strings in shared/_tabs_ldap.html.haml. !58285 (nuwe1)
- Externalize strings in unlocks/new.html.haml. !58289 (nuwe1)
- Externalise strings in labels/edit.html.haml. !58294 (nuwe1)
- Externalize strings in milestones/_form.html.haml. !58298 (nuwe1)
- Externalize strings in milestones/edit.html.haml. !58306 (nuwe1)
- Externalise strings in runners/edit.html.haml. !58315 (nuwe1)
- Externalise strings in groups/_activities.html.haml. !58324 (nuwe1)
- Externalize strings in groups/_create_chat_team.html.haml. !58328 (nuwe1)
- Externalise strings in groups/_group_admin_settings.html.haml. !58331 (nuwe1)
- Externalises strings in groups/activity.html.haml. !58332 (nuwe1)
- Update pipeline email service UI text. !58377
- Update pot file. !58392
- Updated UI text for Assembla integration to match style guidelines. !58400
- Externalize strings in instance_configuration/_gitlab_ci.html.haml. !58435 (nuwe1)
- Externalize strings in instance_configuration/_gitlab_pages.html.haml. !58437 (nuwe1)
- Externalize strings in help/index.html.haml. !58441 (nuwe1)
- Externalize strings in instance_configuration.html.haml. !58443 (nuwe1)
- Externalize strings in chat_names/_chat_name.html.haml. !58444 (nuwe1)
- Externalizes strings in viewers/_empty.html.haml. !58451 (nuwe1)
- Externalize strings in viewers/_loading_auxiliary.html.haml. !58454 (nuwe1)
- Review and revise Pages settings-related UI text. !58479
- Updated Alert integration UI text to match style guidelines. !58507
- If creating a new issue fails in boards, remove the issue card from a list. !58558
- Enable Layout/SpaceAfterColon cop for HAML. !58564 (Takuya Noguchi)
- Update mattermost integration UI text. !58570
- Update Emails on push UI Text to match style guidelines. !58597
- Updated outdated UI text and docs. !58600
- Update UI text of Jenkins integration. !58623
- Track total_tuple_count for batched migrations. !58675
- Update Project Management metrics definitions. !58710
- Add correlation id in X-Request-ID for external pipeline validation. !58741
- Update UI text from timing to Duration. !58838
- Update Discord integration UI text. !58842
- Update UI text for slack notifications integration. !58845
- Review and revise Redmine Integration UI text. !58899
- Bump devise-two-factor version. !58929
- Update metric definition under verify testing group. !59028
- Remove issue_perform_after_creation_tasks_async feature flag. !59042
- Obtain pipeline validation service token from config not ENV. !59101
- Bump rspec-rails to 4.1.2. !59130
- Add index services on project and type where inherit is null. !59168
- Replace deprecated skeleton loader in the user popover with slightly darker SVG based skelton loader. !59180
- Bump rspec-rails to 5.0.1. !59194
- Update drone integration UI text. !59231
- Add index on (created_at, web_hook_id) to the partitioned web_hook_logs. !59261
- Add index on web_hook_id to partitioned web_hook_logs. !59266
- Add a foreign key from the partitioned web_hook_logs to web_hooks. !59282
- Bump minimum required Go version for workhorse to 1.15. !59347
- Update UI text for TeamCity integration. !59493
- Remove redundant index from epics. !59494
- Externalize strings in labels/new.html.haml. (nuwe1)
## 13.10.3 (2021-04-13)
### Security (3 changes)
......
88b95248f53231b8fc7f06070773df7dfb0ddcb7
13.11.0
\ No newline at end of file
---
title: Clean up integration form titles and password fields
merge_request: 56309
author:
type: changed
---
title: Support automatic transitions of Jira issues
merge_request: 55773
author:
type: added
---
title: Reschedule background migration to copy projects.container_registry_enabled
to project_features.container_registry_access_level
merge_request: 58360
author:
type: added
---
title: Add spent quick action alias
merge_request: 58539
author: Lee Tickett @leetickett
type: added
---
title: Add foreign key from web_hooks to groups
merge_request: 57735
author:
type: other
---
title: Remove records without group from webhooks table
merge_request: 57863
author:
type: other
---
title: Project Settings Operations headers Alerts/Error tracking/Jeager tracing/Jeager
tracing expand/collapse on-click/on-tap
merge_request: 56269
author: Daniel Schömer
type: changed
---
title: Project Settings Operations header Grafana authentication expand/collapse on-click/on-tap
merge_request: 56270
author: Daniel Schömer
type: changed
---
title: Project Settings Operations header Incidents expand/collapse on-click/on-tap
merge_request: 56273
author: Daniel Schömer
type: changed
---
title: Project Settings Operations header Metrics dashboard expand/collapse on-click/on-tap
merge_request: 56274
author: Daniel Schömer
type: changed
---
title: Extract creation of prometheus service from Projects::CreateService
merge_request:
author:
type: added
---
title: Resolve merge request todos asynchronously on update
merge_request: 58647
author:
type: performance
---
title: Handle assignee changes side effects asynchronously
merge_request: 58783
author:
type: performance
---
title: Resolve group_member policy n+1
merge_request: 58668
author:
type: performance
---
title: Reduce queries on group labels controller
merge_request: 57517
author:
type: performance
---
title: Eliminate N+1 database queries on the user notifications page within the project
notifications section
merge_request: 59029
author:
type: performance
---
title: Eliminage N+1 database queries on the user notifications page
merge_request: 58397
author:
type: performance
---
title: Reduce number of SQL queries in Profiles::SlacksController#edit
merge_request: 57674
author:
type: performance
---
title: Optimize issuable updates
merge_request: 59468
author:
type: performance
---
title: Reduce queries on projects labels controller
merge_request: 57864
author:
type: performance
---
title: Preload associations in Ci::Pipeline#cancel_running
merge_request: 58484
author:
type: performance
---
title: Fix N+1 in REST projects and service desk
merge_request: 58747
author:
type: performance
---
title: Fix N+1 in projects REST endpoint with forked projects
merge_request: 57798
author:
type: performance
---
title: Remove issue_perform_after_creation_tasks_async feature flag
merge_request: 59042
author:
type: other
---
title: WebIDE show fork button when cannot push code
merge_request: 56608
author:
type: changed
---
title: Deduplicate issue_metrics table
merge_request: 55285
author:
type: other
---
title: Fix delete source branch status message
merge_request: 58605
author:
type: fixed
---
title: Linking to a single line number in Web IDE
merge_request: 56159
author:
type: added
---
title: Add index services on project and type where inherit is null
merge_request: 59168
author:
type: other
---
title: Add Go Packages as a cache for the Go proxy
merge_request: 34558
author: Ethan Reesor (@firelizzard)
type: added
---
title: Add language- prefix to CSS class of markdown code blocks
merge_request: 55076
author: Camil Staps
type: fixed
---
title: Update gatsby project template to address the pipeline failure
merge_request: 37410
author: Takuya Noguchi
type: fixed
---
title: Update HIPAA logo for project templates
merge_request: 53270
author:
type: other
---
title: Add link to test case file in the test report for merge requests
merge_request: 57911
author:
type: added
---
title: Re-add swap revisions feature (legacy)
merge_request: 57802
author:
type: added
---
title: Externalize project deploy keys (edit) strings
merge_request: 57015
author: Jonston Chan @JonstonChan
type: other
---
title: Fix N+1 for searching milestone scope
merge_request: 57715
author:
type: performance
---
title: Show the Contribution Analytics promotion page for users without permission
merge_request: 57222
author:
type: changed
---
title: Fix N+1 queries for issues search
merge_request: 58915
author:
type: performance
---
title: Add support for SMTP connection pooling when sending emails
merge_request: 57805
author:
type: added
---
title: Remove deprecated repository archive routes
merge_request: 57236
author:
type: removed
---
title: Add created_at to job webhooks
merge_request: 56835
author:
type: changed
---
title: Fix issue where merge description not showing when merged with merge train
merge_request: 57787
author:
type: fixed
---
title: Backfill traversal_ids for gitlab-org staging
merge_request: 56293
author:
type: performance
---
title: Capture test report summary widget views via usage ping
merge_request: 57543
author:
type: added
---
title: Add Vulnerabilities::FindingEvidence model
merge_request: 56790
author:
type: changed
---
title: Replace deprecated skeleton loader in the user popover with slightly darker SVG based skelton loader
merge_request: 59180
author:
type: other
---
title: Add support for the MATERIALIZED keyword when using WITH (CTE) queries in PostgreSQL 12
merge_request: 56976
author:
type: other
---
title: Ensure search param is kept in scrolled commit
merge_request: 57307
author:
type: fixed
---
title: Support for --prefer-source option for Composer registry
merge_request: 56693
author:
type: changed
---
title: Migrate bootstrap modal to GlModal for repo single file uploads
merge_request: 55587
author:
type: changed
---
title: "Add click to copy button over project ID"
merge_request: 53224
author: Virgile MATHIEU @vmathieu
type: added
---
title: Fix force_random_password option when creating Users via API
merge_request: 57751
author:
type: fixed
---
title: Fix style for adding a related issue in free tiers
merge_request: 58893
author: Michael Telgkamp @michael.telgkamp
type: fixed
---
title: Update title on revoke member invite modal and hide unneeded related issues and merge requests checkbox
merge_request: 57755
author:
type: changed
---
title: User Availability - Allow users to schedule un-setting of their status values
merge_request: 56649
author:
type: added
---
title: Return email confirmation time from email entity
merge_request: 58957
author:
type: changed
---
title: Fixed an issue where the link commit message did not end with a newline
merge_request: 49086
author: Kazuya Kojima
type: fixed
---
title: Add validation for emails on push recipients
merge_request: 55550
author:
type: changed
---
title: Fix Conan project-level API to return correct download-urls and fix Conan project-level
functionality
merge_request: 56899
author:
type: fixed
---
title: Update import statuses texts and icons
merge_request: 54957
author:
type: changed
---
title: Relax version validation on generic packages
merge_request: 56755
author:
type: changed
---
title: Update buttons on issue page
merge_request: 56425
author:
type: changed
---
title: Update compare branches button to btn-confirm
merge_request: 56791
author:
type: changed
---
title: Update buttons and spacing on commit page
merge_request: 56793
author:
type: changed
---
title: Updating success button to confirm variant and reordering buttons per Pajamas
Design System guidelines for buttons
merge_request: 58112
author:
type: other
---
title: Update secondary nav elements right margin to 8px
merge_request: 56794
author:
type: changed
---
title: Decrease spacing between controls on the Commit page header
merge_request: 56129
author:
type: other
---
title: Update button variants on the project boards controller to better align with
the Pajamas Design System
merge_request: 57129
author:
type: other
---
title: Update Search and Apply buttons to confirm variant to align with Pajamas design system
merge_request: 56122
author:
type: other
---
title: Update issuable submit content order, button variants, and button alignment
merge_request: 57172
author:
type: other
---
title: Only display focus mode button at md+ breakpoint and make it the tertiary style
merge_request: 57139
author:
type: other
---
title: Update Jira issues list to use new UI components
merge_request: 56465
author:
type: changed
---
title: Remove unused feature flag checks
merge_request: 58469
author:
type: removed
---
title: 'Update Pipeline Graph Visualization'
merge_request: 58889
author:
type: changed
---
title: Return 403 status code to the Runner when CI Job is deleted
merge_request: 59382
author:
type: fixed
---
title: Remove HipChat integration from frontend and docs
merge_request: 57556
author:
type: removed
---
title: Support filtering by assignee wildcard in GraphQL board list issues query
merge_request: 58996
author:
type: added
---
title: Clarify what coverage means on the merge request pipeline section
merge_request: 57275
author:
type: added
---
title: Create UserPreferences API
merge_request: 55033
author:
type: added
---
title: Add Conan GraphQL type to package
merge_request: 57719
author:
type: added
---
title: Populate missing dismissal information for vulnerabilities
merge_request: 57347
author:
type: added
---
title: Set the scope in search context from group issue and MR pages
merge_request: 56383
author:
type: other
---
title: Initialize conversion of events.id to bigint, and add execute_batched_migrations_on_schedule feature flag to control scheduled background migrations
merge_request: 51332
author:
type: other
---
title: Fix MR diff file tree being hidden behind review bar
merge_request: 59150
type: fixed
---
title: Rename event to action in Snowplow helpers and FE event handlers
merge_request: 55698
author:
type: deprecated
---
title: Mark merge request as preparing on create
merge_request: 56086
author:
type: other
---
title: Track epic note created via usage ping
merge_request: 56609
author:
type: other
---
title: Remove markdown from comment search result
merge_request: 55255
author:
type: other
---
title: Save usage_data_id from versions app in raw_usage_data
merge_request: 54738
author:
type: added
---
title: Inherit default branch name for subgroups
merge_request: 57101
author:
type: fixed
---
title: Add in-page search for all settings pages
merge_request: 56659
author:
type: added
---
title: Improve runners status icon usability and accessibility in the project settings
view
merge_request: 58781
author:
type: changed
---
title: Allow users to mark pages projects as not deployed during migration to zip
storage
merge_request: 55862
author:
type: added
---
title: Move project hooks routes under /-/ scope
merge_request: 57734
author:
type: performance
---
title: Allow setting the shard/replica separately for standalone indexes
merge_request: 56344
author:
type: changed
---
title: Hide "Resolve conflicts" button when source branch is protected.
merge_request: 51121
author: Marcin Majkowski @marcinmajkowski
type: added
---
title: Remove the FF skip_dag_manual_and_delayed_jobs
merge_request: 57086
author:
type: other
---
title: Clarify the impact of selecting incidents in the new issue form
merge_request: 57373
author:
type: added
---
title: Add a template for using Indeni Cloudrail in GitLab
merge_request: 57919
author:
type: other
---
title: Hide project-specific views on group / instance level integrations
merge_request: 57381
author:
type: fixed
---
title: Cache open merge requests count in group sidebar
merge_request: 55971
author:
type: performance
---
title: Partially fix incorrect icons for non-standard license files
merge_request: 53207
author:
type: fixed
---
title: Convert Commit dropdown to Vue
merge_request: 56142
author:
type: other
---
title: Fix `#current_authenticated_job` when used with `.authenticate_with` in Grape APIs
merge_request: 56564
author:
type: fixed
---
title: Remove feature flag for customize homepage banner
merge_request: 57147
author:
type: other
---
title: Remove pages_serve_from_migrated_zip feature flag
merge_request: 59002
author:
type: added
---
title: Deprecate assigneeUsername issue filter in GraphQL
merge_request: 59538
author:
type: deprecated
---
title: Support negated filtering of issues by iids, label_name, milestone_title, assignee_usernames and assignee_id in GraphQL
merge_request: 58154
author:
type: added
---
title: Fix Jenkins integration for GitLab FOSS
merge_request: 59476
author:
type: fixed
---
title: Cache namespace traversal path
merge_request: 52854
author:
type: performance
---
title: Center the pipeline stages dropdown in the commit details page
merge_request: 56505
author:
type: changed
---
title: Update mini pipeline appearance in commit page to match other mini pipelines
in the application
merge_request: 56510
author:
type: changed
---
title: Review and revise Integrations/Asana UI text
merge_request: 57362
author:
type: other
---
title: Review and revise Pages settings-related UI text
merge_request: 58479
author:
type: other
---
title: Alerts integration form UX cleanup
merge_request: 55892
author:
type: changed
---
title: A blocked URL for a push mirror is a hard failure
merge_request: 57392
author:
type: fixed
---
title: Linear version of Namespace#self_and_descendants
merge_request: 56296
author:
type: performance
---
title: Added local_store to Pages settings in gitlab.yml file
merge_request: 55470
author:
type: added
---
title: Update RubyGems metadata constraints and add gem metadata extraction
merge_request: 53673
author:
type: changed
---
title: Add space to graph in contributor page
merge_request: 54431
author: Yogi (@yo)
type: changed
---
title: Track the different overflows for diff collections
merge_request: 57790
author:
type: other
---
title: Enable RedundantFreeze Cop and Remove Remaining Offenses
merge_request: 57288
author: Lee Tickett @leetickett
type: other
---
title: Remove unnecessary use of freeze
merge_request: 57056
author: Lee Tickett @leetickett
type: other
---
title: Remove unnecessary use of freeze
merge_request: 57057
author: Lee Tickett @leetickett
type: other
---
title: Remove unnecessary use of freeze
merge_request: 57058
author: Lee Tickett @leetickett
type: other
---
title: Remove unnecessary use of freeze
merge_request: 57059
author: Lee Tickett @leetickett
type: other
---
title: Remove unnecessary use of freeze
merge_request: 57060
author: Lee Tickett @leetickett
type: other
---
title: Remove batch_suggestions feature flag
merge_request: 57745
author:
type: other
---
title: Remove remove_resolve_note feature flag
merge_request: 57757
author:
type: other
---
title: Remove the FF ci_trigger_payload_into_pipeline
merge_request: 57087
author:
type: other
---
title: Fix word wrapping in parallel diffs
merge_request: 56713
author:
type: fixed
---
title: Centralize shared state in Authoring section
merge_request: 58790
author:
type: changed
---
title: Update Jira subscriptions list to use Vue
merge_request: 57561
author:
type: changed
---
title: Enable pipeline_status_for_pipeline_editor by default
merge_request: 59495
author:
type: added
---
title: Validate NOT NULL constraint on gitlab_subscriptions namespace_id
merge_request: 57113
author:
type: other
---
title: Allow filtering GraphQL alertManagementIntegrations and alertManagementHttpIntegrations
by ID
merge_request: 57590
author:
type: added
---
title: Drop unused preload from PipelineSerializer
merge_request: 56988
author:
type: performance
---
title: Generalize alert details status
merge_request: 56800
author:
type: added
---
title: Automatically try to migrate gitlab pages to zip storage
merge_request: 54578
author:
type: added
---
title: Add a migration to insert trail plans within SAAS for Ultimate and Premium plans
merge_request: 57814
author:
type: added
---
title: Assignee dropdown in issue page displays only participants by default
merge_request: 56742
author:
type: changed
---
title: Track agent token last_used
merge_request: 56143
author:
type: added
---
title: Update New Issue form description copy from 'wite a comment' to 'wite a description'
merge_request: 58068
author:
type: changed
---
title: Remove referencing TokenWithIv model in the codebase and dynamic nonce creation
feature flag
merge_request: 55209
author:
type: changed
---
title: Validate null constraint for cluster token name
merge_request: 56868
author:
type: changed
---
title: Fix branch switch to be exact instead of partial match
merge_request: 57197
author:
type: fixed
---
title: Change assignee dropdown invite to utilize invite modal
merge_request: 57002
author:
type: changed
---
title: Fix sign out button in error pages
merge_request: 59030
author:
type: fixed
---
title: Add enqueueing of Onboarding Progress to the Invite Service
merge_request: 57372
author:
type: other
---
title: Refactor member/invitation services to share common code
merge_request: 57618
author:
type: other
---
title: Make blobs directly accessible through the graphql repository
merge_request: 58677
author:
type: added
---
title: Update learn gitlab template for new registrations
merge_request: 57098
author:
type: changed
---
title: Allow users to enable force push to protected branches
merge_request: 57053
author:
type: added
---
title: Support include_ancestors when querying group milestones via GraphQL
merge_request: 56667
author:
type: added
---
title: Remove tabindex on skip link that could negatively impact keyboard focus management
and order
merge_request: 55756
author:
type: other
---
title: Cache issues count in sidebar at group level
merge_request: 59004
author:
type: performance
---
title: Add unified metrics definition YAML file API endpoint
merge_request: 57270
author:
type: added
---
title: Fix updating GraphQL boards cards on assignees update
merge_request: 57687
author:
type: fixed
---
title: Delete records from security_findings table with missing UUID values
merge_request: 56975
author:
type: added
---
title: "When removing a user, warn Admin user is part of an on-call schedule"
merge_request: 57397
author:
type: added
---
title: Migration to cleanup after partitioned web_hook_logs backfill
merge_request: 57580
author:
type: other
---
title: Add a foreign key from the partitioned web_hook_logs to web_hooks
merge_request: 59282
author:
type: other
---
title: Add index on (created_at, web_hook_id) to the partitioned web_hook_logs
merge_request: 59261
author:
type: other
---
title: Add index on web_hook_id to partitioned web_hook_logs
merge_request: 59266
author:
type: other
---
title: Add blob filename to attachment content disposition
merge_request: 58977
author:
type: added
---
title: Add index on ci_stages to speed up batch pipeline cancellation
merge_request: 56126
author:
type: performance
---
title: Bulk-abort user pipelines on block
merge_request: 57801
author:
type: performance
---
title: Update master to main inside monitor copy
merge_request: 56264
author:
type: changed
---
title: Update default branch in divergence graph
merge_request: 58871
author:
type: changed
---
title: Add support for commit_email to Users API
merge_request: 56272
author:
type: changed
---
title: Add search functionality to Jira Connect App namespaces
merge_request: 57669
author:
type: added
---
title: Fix the Maven sync worker to not fail if the versionless package is not found
merge_request: 56514
author:
type: fixed
---
title: Enable new RPC call to retrieve wiki files
merge_request: 56491
author:
type: changed
---
title: Remove Slack attachment from new issues created via Slash commands
merge_request: 57431
author:
type: changed
---
title: Use search param in refs call to filter revisions
merge_request: 57442
author:
type: fixed
---
title: Fail batch-aborted pipelines with reason
merge_request: 57838
author:
type: changed
---
title: Prevent sticking to DB primary when experiments are tracked
merge_request: 56852
author:
type: performance
---
title: Update Design Management added design icon to be slightly smaller which conforms to the Pajamas design guide
merge_request: 58086
author: Andreas Resch @reschandreas
type: other
---
title: Update GlIcon size in environments.vue
merge_request: 58208
author: Md. Pial Ahamed (@root.pial)
type: changed
---
title: Covert has-tooltip on commit page to pajamas
merge_request: 57858
author:
type: fixed
---
title: Connect Registries searches to URL
merge_request: 57251
author:
type: added
---
title: Speed up destroying of group Todos when user leaves group
merge_request: 56995
author:
type: performance
---
title: Remove ability to create new service templates
merge_request: 58624
author:
type: removed
---
title: Add global callout for Service template deprecation
merge_request: 58613
author:
type: changed
---
title: Add instance_url column to the jira_connect_installations table
merge_request: 59148
author:
type: added
---
title: Add rake tasks for Pages deployment migration
merge_request: 57120
author:
type: added
---
title: Add index on file_store for pages_deployments table
merge_request: 58355
author:
type: performance
---
title: Send invited users to sign up instead of sign in when possible
merge_request: 57240
author:
type: other
---
title: Apply optimizations to JobsController#show.json
merge_request: 57367
author:
type: performance
---
title: Fix badge s and borders in dark mode info wells
merge_request: 58875
author:
type: fixed
---
title: Always save default on empty values in Exp Policies
merge_request: 57470
author:
type: fixed
---
title: Optimize database performance of loading assigned issue count on header bar
merge_request: 57073
author:
type: performance
---
title: Add partial index to improve mirrors update
merge_request: 57353
author:
type: performance
---
title: Backfill traversal_ids for gitlab-org .com
merge_request: 57075
author:
type: performance
---
title: Add additional index to merge_requests table for project/status/created_at
merge_request: 57267
author:
type: performance
---
title: Allow user to filter epics by their reaction emoji via GraphQL
merge_request: 58211
author:
type: added
---
title: Add gin index for namespaces.traversal_ids
merge_request: 57207
author:
type: performance
---
title: Delete all issuable todos asynchronously when issuable is destroyed
merge_request: 57830
author:
type: performance
---
title: Add new MergeRequests::SyncCodeOwnerApprovalRulesWorker
merge_request: 58512
author:
type: performance
---
title: Fix remote_mirrors usage ping metric
merge_request: 57332
author:
type: fixed
---
title: Update the Package settings to use the blue primary button
merge_request: 57468
author:
type: fixed
---
title: Update validation trigger flow on the alerts integration form
merge_request: 57697
author:
type: changed
---
title: Prettify JSON of sample alert payload
merge_request: 58433
author:
type: added
---
title: Do not trim input for sample & test payload on alerts integration form
merge_request: 57617
author:
type: changed
---
title: Fix usage data count start/finish export issue
merge_request: 57403
author:
type: fixed
---
title: Fix N+1 for searching notes (comments) scope
merge_request: 57460
author:
type: performance
---
title: Fix Assignee dropdown showing assignee(s) twice
merge_request: 57513
author:
type: fixed
---
title: Drop unused mirror_data index
merge_request: 58349
author:
type: performance
---
title: Display error message when runner installation instructions modal cannot be
loaded correctly
merge_request: 57588
author:
type: fixed
---
title: Deprecate btn-warning on admin area delete user modal
merge_request: 57761
author:
type: changed
---
title: Removed migrate_delayed_project_removal feature flag
merge_request: 57541
author:
type: other
---
title: Fix security report fetching in Merge Requests
merge_request: 57574
author:
type: fixed
---
title: Update runner badges look and feel in admin runners table
merge_request: 57566
author:
type: changed
---
title: Reduce the number of SQL queries executed on Maven file API endpoints
merge_request: 59136
author:
type: performance
---
title: Remove groupId and projectId arguments to Runner install instructions
merge_request: 57720
author:
type: changed
---
title: 'Improve UI of Runner Installation instructions: add a loading indicator, use
checkmark on selected options, reduce height of modal'
merge_request: 58055
author:
type: changed
---
title: Add correlation id in X-Request-ID for external pipeline validation
merge_request: 58741
author:
type: other
---
title: Disable pages_serve_with_zip_file_protocol by default
merge_request: 58253
author:
type: fixed
---
title: Display runner token and description consistently in the job sidebar and admin
list
merge_request: 58904
author:
type: changed
---
title: Display project settings runners identifiers consistently
merge_request: 59383
author:
type: changed
---
title: Fix N+1 queries to find or initialize services
merge_request: 58879
author:
type: performance
---
title: Avoid N+1 queries in breadcrumbs
merge_request: 57725
author:
type: performance
---
title: Show bottom border on milestones sidebar widget for incident issues
merge_request: 58662
author:
type: fixed
---
title: Add invited group members to search results on assignees widget
merge_request: 59152
author:
type: fixed
---
title: Small text updates on the SAST Config UI page
merge_request: 58188
author:
type: changed
---
title: Add caching to variables calculation of builds
merge_request: 58286
author:
type: performance
---
title: UI improvement of Admin Dashboard top page
merge_request: 58373
author: Takuya Noguchi
type: changed
---
title: Fix overflow UI bug with longer commit title on Wiki Page History
merge_request: 58212
author: Takuya Noguchi
type: fixed
---
title: Partial index optimization for namespaces id
merge_request: 58220
author:
type: performance
---
title: Update the group permission check in packages finder helper
merge_request: 58329
author:
type: fixed
---
title: Create prometheus service asynchronously by default when creating a project
merge_request: 59273
author:
type: changed
---
title: Add index for the path column on the packages_maven_metadata table
merge_request: 59241
author:
type: performance
---
title: Ensure the project iid is set before dropping pipeline
merge_request: 59626
author:
type: performance
---
title: Update profile SSH key labels to refer to expired keys as "Expired"
merge_request: 59381
author:
type: changed
---
title: Fix N+1 for searching commits
merge_request: 58867
author:
type: performance
---
title: Fix revert commit query
merge_request: 59356
author:
type: fixed
---
title: Reduce timeouts on tab counts for searches to 5s
merge_request: 59435
author:
type: performance
---
title: Bump recommended Redis version from 4.0 to 5.0
merge_request: 59072
author: Takuya Noguchi
type: deprecated
---
title: Update runner type indicators in view/edit pages
merge_request: 59005
author:
type: changed
---
title: Add partial index on members to optimize highest access level query
merge_request: 59455
author:
type: performance
---
title: Do not show sort by project in Package project page
merge_request: 59367
author:
type: fixed
---
title: Ensure all tooltips appear with a 500ms delay
merge_request: 59561
author:
type: fixed
---
title: Resolve more N+1 issues in Jira pulls API
merge_request: 57658
author:
type: performance
---
title: Add kotlin support to spotbugs-sast job
merge_request: 59431
author:
type: added
---
title: Remove the commit message from the package details UI
merge_request: 56716
author:
type: changed
---
title: Remove feature flag optimize_issue_filter_assigned_to_self
merge_request: 57775
author:
type: performance
---
title: Update GIicon size in geo_node_header.vue
merge_request: 57952
author: singhanshuman
type: changed
---
title: Avoid listing snippets through GraphQL when user profile is private
merge_request: 58739
author:
type: fixed
---
title: Fix tooltip not rendering
merge_request: 59202
author:
type: fixed
---
title: Allow Add Comment To Review
merge_request: 51718
author: Lee Tickett @leetickett
type: added
---
title: Group SAML - Check SSO status on Git activity
merge_request: 56867
author:
type: added
---
title: Add negative filters for merge requests API
merge_request: 58021
author:
type: added
---
title: Externalise-strings in _ip_limits.html.haml
merge_request: 58003
author: nuwe1
type: other
---
title: Externalize strings in _performance.html.haml
merge_request: 58016
author: nuwe1
type: other
---
title: Externalise strings in application_settings/_performance_bar.html.haml
merge_request: 58018
author: nuwe1
type: other
---
title: Externalise strings in /application_settings/_realtime.html.haml
merge_request: 58039
author: nuwe1
type: other
---
title: Externalise strings in _registry.html.haml
merge_request: 58051
author: nuwe1
type: other
---
title: Externalise strings in /application_settings/_repository_check.html.haml
merge_request: 58058
author: nuwe1
type: other
---
title: Externalize strings in /abuse_reports/index.html.haml
merge_request: 58132
author: nuwe1
type: other
---
title: Externalize strings in broadcast_messages/index.html.haml
merge_request: 58146
author: nuwe1
type: other
---
title: Externalize strings in chat_names/_chat_name.html.haml
merge_request: 58444
author: nuwe1
type: other
---
title: Externalise strings in groups/_group_admin_settings.html.haml
merge_request: 58331
author: nuwe1
type: other
---
title: Externalize strings in help/index.html.haml
merge_request: 58441
author: nuwe1
type: other
---
title: Externalize strings in instance_configuration.html.haml
merge_request: 58443
author: nuwe1
type: other
---
title: Externalise strings in labels/edit.html.haml
merge_request: 58294
author: nuwe1
type: other
---
title: Externalise strings in runners/edit.html.haml
merge_request: 58315
author: nuwe1
type: other
---
title: Externalize strings in services/index.html.haml
merge_request: 58167
author: nuwe1
type: other
---
title: Externalize strings in shared/_sign_in_link.html.haml
merge_request: 58283
author: nuwe1
type: other
---
title: Externalize strings in unlocks/new.html.haml
merge_request: 58289
author: nuwe1
type: other
---
title: Externalize strings in viewers/_loading_auxiliary.html.haml
merge_request: 58454
author: nuwe1
type: other
---
title: Externalise strings in application_settings/_pages.html.haml
merge_request: 58011
author: nuwe1
type: other
---
title: Externalize strings in _confirmation_instructions_account.html.haml
merge_request: 58214
author: nuwe1
type: other
---
title: Externalise strings in password_change files
merge_request: 58219
author: nuwe1
type: other
---
title: Externalize strings in _confirmation_instructions_account.text.erb
merge_request: 58215
author: nuwe1
type: other
---
title: Externalize strings in _confirmation_instructions_secondary.text.erb
merge_request: 58218
author: nuwe1
type: other
---
title: Externalize strings in deploy_keys/new.html.haml
merge_request: 58148
author: nuwe1
type: other
---
title: Externalise strings in groups/_activities.html.haml
merge_request: 58324
author: nuwe1
type: other
---
title: Externalize strings in groups/_create_chat_team.html.haml
merge_request: 58328
author: nuwe1
type: other
---
title: Externalises strings in groups/activity.html.haml
merge_request: 58332
author: nuwe1
type: other
---
title: Externalize strings in hook_logs/_index.html.haml
merge_request: 58155
author: nuwe1
type: other
---
title: Externalize strings in instance_configuration/_gitlab_ci.html.haml
merge_request: 58435
author: nuwe1
type: other
---
title: Externalize strings in instance_configuration/_gitlab_pages.html.haml
merge_request: 58437
author: nuwe1
type: other
---
title: Externalize strings in labels/new.html.haml
merge_request:
author: nuwe1
type: other
---
title: Externalize strings in milestones/_form.html.haml
merge_request: 58298
author: nuwe1
type: other
---
title: Externalize strings in milestones/edit.html.haml
merge_request: 58306
author: nuwe1
type: other
---
title: Externalize strings in passwords/edit.html.haml
merge_request: 58233
author: nuwe1
type: other
---
title: Externalize strings in passwords/new.html.haml
merge_request: 58236
author: nuwe1
type: other
---
title: Externalize strings in projects/_projects.html.haml
merge_request: 58158
author: nuwe1
type: other
---
title: Externalize strings in projects/index.html.haml
merge_request: 58160
author: nuwe1
type: other
---
title: Externalize strings in registrations/edit.html.erb
merge_request: 58268
author: nuwe1
type: other
---
title: Externalise strings in runners/_runner.html.haml
merge_request: 58168
author: nuwe1
type: other
---
title: Externalize strings in sessions/_new_crowd.html.haml
merge_request: 58269
author: nuwe1
type: other
---
title: Externalise strings in sessions/new.html.haml
merge_request: 58274
author: nuwe1
type: other
---
title: Externalize strings in sessions/two_factor.html.haml
merge_request: 58275
author: nuwe1
type: other
---
title: Externalise strings in shared/_tabs_ldap.html.haml
merge_request: 58285
author: nuwe1
type: other
---
title: Externalize strings in shared/_omniauth_box.html.haml
merge_request: 58281
author: nuwe1
type: other
---
title: Externalise strings in spam_logs/_spam_log.html.haml
merge_request: 58169
author: nuwe1
type: other
---
title: Externalize strings in sessions/_new_ldap.html.haml
merge_request: 58267
author: nuwe1
type: other
---
title: Externalize strings in unlock_instructions.html.haml
merge_request: 58227
author: nuwe1
type: other
---
title: Externalise strings in admin/users/_head.html.haml
merge_request: 58101
author: nuwe1
type: other
---
title: Externalizes strings in viewers/_empty.html.haml
merge_request: 58451
author: nuwe1
type: other
---
title: Drop non-partitioned audit_events_archived table
merge_request: 53880
author:
type: other
---
title: Improve performance by moving TODO creation out of the jobs/request path
merge_request: 59022
author:
type: performance
---
title: Add user index on spam logs
merge_request: 59151
author:
type: performance
---
title: Track total_tuple_count for batched migrations
merge_request: 58675
author:
type: other
---
title: Use empty-query by default to check database connection
merge_request: 54366
author: Leandro Gomes @leandrogs
type: performance
---
title: 'Migration: Add cloud column to licenses'
merge_request: 57781
author:
type: added
---
title: Display error message when dashboard activity fetch fails
merge_request: 57935
author:
type: changed
---
title: Add TargetProject And SourceBranch Index To MergeRequest
merge_request: 57691
author:
type: performance
---
title: Allow admin users to define admin notes on groups.
merge_request: 47825
author:
type: added
---
title: Add Username to Email From Header in Notifications
merge_request: 56588
author:
type: changed
---
title: Add Ability to Edit Freeze Periods
merge_request: 56407
author:
type: added
---
title: Allow Email Replies to Notes to Create Discussions
merge_request: 56711
author:
type: changed
---
title: Reduce number of queries in mergeRequestSetAssignees GraphQL mutation
merge_request: 57523
author:
type: performance
---
title: Add user-merge request interaction type
merge_request: 54588
author:
type: added
---
title: Change the way deprecation information is presented in GraphQL documentation
merge_request: 56864
author:
type: changed
---
title: Adds CI pipeline and job features to GraphQL API
merge_request: 44703
author:
type: changed
---
title: Remove programmatic access to registration tokens
merge_request: 57524
author:
type: changed
---
title: Align project stars and date to center of project in groups page
merge_request: 57972
author: Yogi (@yo)
type: changed
---
title: "'/projects/:id/repository/compare' supports comparing branches/commits on
different projects."
merge_request: 57418
author: Exchizz (@Exchizz)
type: added
---
title: Updated MR Approvals to specify settings section
merge_request: 54985
author:
type: other
---
title: Support adding and removing assignees w/ push opts
merge_request: 25904
author:
type: added
---
title: Add GraphQL endpoint for test report summary for pipelines
merge_request: 58596
author:
type: added
---
title: Add GraphQL endpoint for a specific test suite in pipelines
merge_request: 58924
author:
type: added
---
title: Replace deprecated buttons on board view
merge_request: 58153
author:
type: changed
---
title: Rename Gitlab to GitLab in admin dashboard
merge_request: 58228
author: Yogi (@yo)
type: changed
---
title: Move to confirm variant from success in alert_management directory
merge_request: 56206
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in blob directory
merge_request: 56213
author: Yogi (@yo)
type: changed
---
title: Move to btn-confirm from btn-success in devise directory
merge_request: 58035
author: Yogi (@yo)
type: changed
---
title: Move to btn-confirm in download directory dropdown
merge_request: 56193
author: Yogi (@yo)
type: changed
---
title: Move to confirm variant from success in feature_flags directory
merge_request: 56202
author: Yogi (@yo)
type: changed
---
title: Move to btn-confirm from btn-success in geo directory
merge_request: 58031
author: Yogi (@yo)
type: changed
---
title: Move to btn-confirm from btn-success in views/invites directory
merge_request: 55293
author: Yogi (@yo)
type: changed
---
title: Move to btn-confirm from btn-success in licenses directory
merge_request: 58024
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in logs directory
merge_request: 56211
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in environments directory
merge_request: 56212
author: Yogi (@yo)
type: changed
---
title: Move to confirm varient from success in pipeline_editor directory
merge_request: 56200
author: Yogi (@yo)
type: changed
---
title: Move to confirm variant from success in pipeline_new directory
merge_request: 56199
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in branches directory
merge_request: 56325
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in cleanup directory
merge_request: 56329
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in default_branch directory
merge_request: 56330
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in forks directory
merge_request: 56333
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in deploy_keys directory
merge_request: 56331
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in hooks directory
merge_request: 56334
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in imports directory
merge_request: 56336
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in network directory
merge_request: 56345
author: Yogi (@yo)
type: changed
---
title: Move to btn-confirm from btn-success in ee project settings
merge_request: 58047
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in projects/services directory
merge_request: 56937
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in projects/settings directory
merge_request: 56938
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in projects/snippets directory
merge_request: 56939
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in projects/tags directory
merge_request: 56940
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in projects directory
merge_request: 56943
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in protected_branches directory
merge_request: 56477
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in protected_tags directory
merge_request: 56478
author: Yogi (@yo)
type: changed
---
title: Move to btn-confirm from btn-success in push_rules directory
merge_request: 58033
author: Yogi (@yo)
type: changed
---
title: Move to btn-confirm from btn-success in pipelines quotas page
merge_request: 57861
author: Yogi (@yo)
type: other
---
title: Move from btn-success to btn-confirm in registrations directory
merge_request: 56944
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in runners directory
merge_request: 56485
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in pipeline_schedules directory
merge_request: 56201
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in tracings directory
merge_request: 56209
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in app/views/profiles directory
merge_request: 54748
author: Yogi (@yo)
type: changed
---
title: Move from btn-success to btn-confirm in users directory
merge_request: 56945
author: Yogi (@yo)
type: changed
---
title: Move to confirm variant for buttons in vulnerabilities page
merge_request: 57961
author: Yogi (@yo)
type: changed
---
title: Move to btn-confirm from btn-primary in wiki empty state
merge_request: 56192
author: Yogi (@yo)
type: changed
---
title: Move to btn-danger for delete button in applications
merge_request: 56088
author: Yogi (@yo)
type: changed
---
title: Add btn-default class for file picker button
merge_request: 58238
author: Yogi (@yo)
type: changed
---
title: Add btn-default for mirror update button
merge_request: 57978
author: Yogi (@yo)
type: changed
---
title: Add btn-default class for Service Desk toggle in settings
merge_request: 56195
author: Yogi (@yo)
type: changed
---
title: Add btn-default class for toggle button in admin templates
merge_request: 58041
author: Yogi (@yo)
type: changed
---
title: Add btn-icon class for GPG key delete button
merge_request: 57974
author: Yogi (@yo)
type: changed
---
title: Reduce button size for revoke button in PAT page
merge_request: 57989
author: Yogi (@yo)
type: changed
---
title: Avoid N+1 query when updating todo count cache
merge_request: 57622
author:
type: performance
---
title: Allow a Global ID to be used when filtering issue by iterationId in GraphQL
merge_request: 57620
author:
type: changed
---
title: Ability to add Prometheus as cluster integration
merge_request: 55244
author:
type: added
---
title: Cache MRs count on milestone page
merge_request: 57714
author:
type: performance
---
title: "Add CI_COMMIT_AUTHOR predefined variable"
merge_request: 56144
author: Craig Andrews @candrews
type: added
---
title: Remove vertical-align-middle from user location and work in profile
merge_request: 58554
author: Yogi (@yo)
type: changed
---
title: Stop using json-schema gem for production
merge_request: 56745
author:
type: other
---
title: Improve payload format of DORA metrics API
merge_request: 57314
author:
type: added
---
title: Support custom tag formats for changelogs
merge_request: 56889
author:
type: added
---
title: Fix closed icon for merge requests to match close issue icon
merge_request: 57981
author: jesus beltran
type: fixed
---
title: Support newlines for the chatops "run" command
merge_request: 56668
author:
type: changed
---
title: Create Cop to enforce using policies framework for administrators
merge_request: 55693
author: Diego Louzán
type: other
---
title: Show password hint only if password_authentication_enabled_for_web? on new location logins
merge_request: 56783
author: Roger Meier
type: changed
---
title: Add extra fields to the external pipeline validation payload
merge_request: 56969
author:
type: changed
---
title: Make VALIDATION_REQUEST_TIMEOUT configurable
merge_request: 57521
author:
type: changed
---
title: Disable pipeline schedules when a user is blocked
merge_request: 56513
author:
type: changed
---
title: Fix loading pipelines by commit SHA for GraphQL
merge_request: 59110
author:
type: fixed
---
title: Add database index for cancelable ci_pipelines on user and id
merge_request: 56314
author:
type: performance
---
title: Move initial pipeline processing to Sidekiq
merge_request: 58901
author:
type: changed
---
title: Unify the Docker Image build CI template and use the default branch instead
of hardcoded 'master'
merge_request: 51931
author: dnsmichi
type: changed
---
title: Close DropLab dropdowns on click instead of mousedown
merge_request: 56847
author: Simon Stieger @sim0
type: fixed
---
title: Updated documented K8s snippet to undeprecated API
merge_request: 57100
author: Raimund Hook (@stingrayza)
type: other
---
title: Adds new clusters_integrations_prometheus table and model for Prometheus Cluster
Integration
merge_request: 59091
author:
type: changed
---
title: Add aria labels to icon buttons
merge_request: 57261
author:
type: fixed
---
title: Add aria labels to icon-only buttons
merge_request: 58459
author:
type: fixed
---
title: Add aria labels to icon-only buttons
merge_request: 59037
author:
type: fixed
---
title: Add aria labels to icon-only buttons
merge_request: 57610
author:
type: fixed
---
title: Add labels to UI toggles
merge_request: 56848
author:
type: fixed
---
title: Fix member autocomplete sort order
merge_request: 58652
author:
type: fixed
---
title: Fix notification when new Service Desk Issue is created
merge_request: 58803
author:
type: fixed
---
title: Default enable cascading settings feature flag
merge_request: 59026
author:
type: changed
---
title: Cascade delayed project removal setting lookup to parent namespace
merge_request: 55678
author:
type: added
---
title: Move usage of delayed_project_removal to namespace settings
merge_request: 56397
author:
type: changed
---
title: Remove paths from BuildArtifactEntity
merge_request: 58818
author:
type: performance
---
title: Use fast path helpers in BuildDetailsEntity
merge_request: 58824
author:
type: performance
---
title: Deactivate prune webhook logs worker
merge_request: 59120
author:
type: changed
---
title: Deprecate Alerts for Managed Prometheus
merge_request: 59433
author:
type: deprecated
---
title: Deprecate but keep support for Klar up to version 3. A new analyzer based on
Trivy will be used from version 4 onwards
merge_request: 57281
author:
type: changed
---
title: Fix N+1 issue when loading merge request comments
merge_request: 57374
author:
type: performance
---
title: Support daily DORA metrics API
merge_request: 56080
author:
type: added
---
title: Add documentation about Pages deployment migration
merge_request: 59475
author:
type: added
---
title: Document how to use custom omniauth button icon
merge_request: 55388
author: Diego Louzán
type: other
---
title: Don't close issue label select box on click if only mouseup outside
merge_request: 56721
author: Simon Stieger @sim0
type: fixed
---
title: Drop user pipelines async when user is blocked
merge_request: 59129
author:
type: fixed
---
title: Fix rails binding for ruby alpine template
merge_request: 57112
author:
type: fixed
---
title: Fix ruby alpine CI template
merge_request: 57109
author:
type: fixed
---
title: Add setting to change default target project for merge requests from forks
merge_request: 58093
author:
type: added
---
title: Redirect deprecated pipeline routes
merge_request: 53990
author:
type: removed
---
title: Remove top margin for print layout
merge_request: 57824
author:
type: changed
---
title: Show archive notice on empty project
merge_request: 59286
author:
type: changed
---
title: Create new unit test tables
merge_request: 56137
author:
type: other
---
title: Sort code quality degradations in MR Widget comparison reports
merge_request: 57258
author:
type: added
---
title: Update metric definition under verify testing group
merge_request: 59028
author:
type: other
---
title: Optimize group level Maven package finder query
merge_request: 57692
author:
type: performance
---
title: Ensure a project iid is set before transitioning on pipeline error
merge_request: 57783
author:
type: performance
---
title: Replace deprecated buttons on epic detail view
merge_request: 58152
author:
type: changed
---
title: Refactor docs and UI for Jaeger tracing
merge_request: 56819
author:
type: other
---
title: Exclude projects dropdown from revert modal
merge_request: 59504
author:
type: fixed
---
title: Allow to disable exiftool depending on env variable.
merge_request:
author:
type: security
---
title: Migrates the expand button in MR reports to GitLab UI
merge_request: 57021
author:
type: other
---
title: User notification when SSH key is set to expire soon
merge_request: 58171
author:
type: added
---
title: Move Pipeline Editor repo link outside of feature flag conditional
merge_request: 57144
author:
type: changed
---
title: Add empty state CTA in pipeline editor section for new root CI files
merge_request: 56665
author:
type: changed
---
title: Simplify Build Group name correction
merge_request: 57739
author:
type: fixed
---
title: Filter out pipelines that were excluded in the relation scope in Ci::Pipeline#latest_pipeline_per_commit
merge_request: 55657
author: Cong Chen @gentcys
type: fixed
---
title: Make ref parameter optional in get raw file api
merge_request: 58787
author:
type: changed
---
title: Fix visibility filter on explore projects page
merge_request: 58293
author: Jonas Wälter @wwwjon
type: fixed
---
title: Fix Forward Deployment Worker causes deadlock
merge_request: 58861
author:
type: fixed
---
title: Avoid inflating Redis memory when aborting pipelines
merge_request: 59018
author:
type: fixed
---
title: Fix gl-emoji in abuse report page
merge_request: 59078
author: Yogi (@yo)
type: changed
---
title: Fix derivation of effective permissions (access level) of group members
merge_request: 56677
author: Jonas Wälter @wwwjon
type: fixed
---
title: Fix HAML in _promote_issue_weights.html.haml
merge_request: 58546
author: Yogi (@yo)
type: changed
---
title: Fix test report merge request widget summary and issues alignment
merge_request: 56768
author:
type: fixed
---
title: Fix MR Source Branch styling
merge_request: 57662
author:
type: fixed
---
title: Preload additional data to fix N+1 queries for merge request search
merge_request: 57284
author:
type: performance
---
title: Preload group parent to fix N+1 queries for project search
merge_request: 57277
author:
type: performance
---
title: Fix namespace validation (unique path) on group creation
merge_request: 57563
author: Jonas Wälter @wwwjon
type: fixed
---
title: Fix inconsistent production environment definition on VSA
merge_request: 57557
author:
type: fixed
---
title: 'Remove group member: add option to also remove direct user membership from
subgroups and projects'
merge_request: 55980
author: Jonas Wälter @wwwjon
type: changed
---
title: Fix previous deployment fetches wrong deployment
merge_request: 58567
author:
type: fixed
---
title: Fix reference widget icon and text spacing
merge_request: 56759
author:
type: fixed
---
title: Ensures that the "Suggest GitLab CI" popover is shown after selecting a template type
merge_request: 58120
author:
type: fixed
---
title: Fix bug in Gollum Tags filter
merge_request: 56638
author:
type: fixed
---
title: Fix bug in wiki link rewriter filter
merge_request: 56636
author:
type: fixed
---
title: Render Kramdown format using Gitlab markup
merge_request: 56750
author:
type: changed
---
title: Remove ci_lower_frequency_trace_update feature flag
merge_request: 57713
author:
type: performance
---
title: Migrate group badges when using Bulk Import
merge_request: 56357
author:
type: added
---
title: Fix user reference transformation in EpicsPipeline
merge_request: 58913
author:
type: fixed
---
title: Update BulkImport default page size to 500 in order to process larger page
of data
merge_request: 57594
author:
type: other
---
title: Show popovers on hover and focus by default
merge_request: 56778
author:
type: changed
---
title: Add gl-badge for badges in dashboard nav
merge_request: 57936
author: Yogi (@yo)
type: changed
---
title: Add gl-badge for badges in group members page
merge_request: 57933
author: Yogi (@yo)
type: changed
---
title: Add gl-badge for badges in MR page nav
merge_request: 57969
author: Yogi (@yo)
type: changed
---
title: Add gl-badge for badges in project members page
merge_request: 57934
author: Yogi (@yo)
type: changed
---
title: Apply new GitLab UI for badge in starrers page
merge_request: 56091
author: Yogi (@yo)
type: changed
---
title: Apply new GitLab UI for buttons in create tag page
merge_request:
author: Yogi (@yo)
type: changed
---
title: Apply GitLab UI button styles to buttons in app/views/shared directory
merge_request: 53474
author: Yogi (@yo)
type: other
---
title: Apply gl-form-input for fields in GPG keys page
merge_request: 58002
author: Yogi (@yo)
type: changed
---
title: Apply gl-form-input for fields in new schedule page
merge_request: 58015
author: Yogi (@yo)
type: changed
---
title: Expose timelogs against issues and merge requests in GraphQL
merge_request: 57321
author: Lee Tickett @leetickett
type: added
---
title: Support group applications
merge_request: 55152
author: Jonas Wälter @wwwjon, Bastian Blank
type: added
---
title: Add message for repository backup skip
merge_request: 54285
author:
type: other
---
title: Bump devise-two-factor version
merge_request: 58929
author:
type: other
---
title: Update gon gem to 6.4.0
merge_request: 51210
author:
type: other
---
title: Bump rspec-rails to 5.0.1
merge_request: 59194
author:
type: other
---
title: Bump rspec-rails to 4.1.2
merge_request: 59130
author:
type: other
---
title: Cache merge request diff version API
merge_request: 57568
author:
type: performance
---
title: Allow cherry-picking to a fork's parent
merge_request: 59399
author:
type: added
---
title: Move CI related paths to cached MR widget
merge_request: 58711
author:
type: performance
---
title: Resolve N + 1 for deployments API
merge_request: 57558
author:
type: performance
---
title: Resolve N + 1 for commits notes API
merge_request: 57641
author:
type: performance
---
title: Remove N+1 for API :id/deploy_keys
merge_request: 57295
author:
type: performance
---
title: Resolve N + 1 for JIRA pulls
merge_request: 57482
author:
type: performance
---
title: Remove N+1 for API commits/:sha/merge_requests
merge_request: 57290
author:
type: performance
---
title: Remove N + 1 for milestones issues
merge_request: 57349
author:
type: performance
---
title: Preload all user callouts in a single request
merge_request: 57679
author:
type: performance
---
title: 'Fix N + 1 for MilestonesController#merge_requests'
merge_request: 57980
author:
type: performance
---
title: Reduce SQL requests on building artifacts
merge_request: 58339
author:
type: performance
---
title: Reduce SQL requests number for issue links
merge_request: 57602
author:
type: performance
---
title: Remove cached_api_merge_request_version feature flag
merge_request: 58670
author:
type: changed
---
title: Move pipelines calculation from widget.json to cached_widget.json
merge_request: 57822
author:
type: performance
---
title: Add blocked issues detail popover for boards cards
merge_request: 55821
author:
type: added
---
title: Improve the performance of Merge Request Analytics table
merge_request: 56380
author:
type: performance
---
title: Reduce N+1 queries in creating todos after user mentions in a note
merge_request: 57525
author:
type: performance
---
title: Adjust indices to improve query performance for notification_settings
merge_request: 58895
author:
type: performance
---
title: Send in-product marketing emails to guide users setting up their groups
merge_request: 53715
author:
type: added
---
title: Link squashed commits using the changelog API
merge_request: 56985
author:
type: added
---
title: Add migration to index members on user_id, source_id, and source_type
merge_request: 59051
author:
type: performance
---
title: Configure issue and merge request description templates at group level and rolldown description templates in the group hierarchy
merge_request: 56737
author:
type: added
---
title: IPython KaTeX rendering of comparison operators for markdown
merge_request: 59132
author: Reinhold Gschweicher <pyro4hell@gmail.com>
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for admin controllers
merge_request: 57644
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for banzai modules
merge_request: 58108
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for ci models
merge_request: 58104
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for commit models
merge_request: 58069
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for deployment modules
merge_request: 58040
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for email handlers
merge_request: 58095
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for gitaly client models
merge_request: 58089
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for hooks module
merge_request: 57918
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for issue models
merge_request: 58052
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for legacy github import
merge_request: 58054
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for markdown cache modules
merge_request: 58063
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for mattermost modules
merge_request: 58048
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for presenters
merge_request: 57888
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for requests/api module
merge_request: 57887
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix Rails/SaveBang Rubocop offenses for requests module
merge_request: 57883
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Remove temporary index from vulnerabilities table
merge_request: 57656
author: Huzaifa Iftikhar @huzaifaiftikhar
type: removed
---
title: Make NuGet SearchQueryService q parameter optional
merge_request: 57654
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe Rubocop offenses for api entities
merge_request: 58193
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe Rubocop offenses for api helpers
merge_request: 58194
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe Rubocop offenses for boards module
merge_request: 58180
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses for design management module
merge_request: 58189
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses for error tracking module
merge_request: 58182
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe in spec/lib/gitlab/alert_management
merge_request: 58244
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/analytics
merge_request: 58245
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/auth
merge_request: 58246
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/checks
merge_request: 58248
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses spec/lib/gitlab/github_import
merge_request: 58256
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/graphql
merge_request: 58261
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/hook_data
merge_request: 58262
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses spec/lib/gitlab/import_export
merge_request: 58264
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab/jira_import
merge_request: 58266
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/graphql/types
merge_request: 58241
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe Rubocop offenses for groups controller
merge_request: 58174
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe Rubocop offenses for groups module
merge_request: 58183
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe Rubocop offenses for helpers
merge_request: 58192
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/banzai
merge_request: 58242
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/lib/gitlab
merge_request: 58314
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/mailers
merge_request: 58319
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe Rubocop offenses for metrics module
merge_request: 58190
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/models/blob_viewer
merge_request: 58325
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/models/ci
merge_request: 58327
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/models/concerns
merge_request: 58367
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/models/project
merge_request: 58372
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe in spec/lib/gitlab/phabricator_import
merge_request: 58297
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/policies
merge_request: 58393
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe Rubocop offenses for projects controller
merge_request: 58176
author: Huzaifa Iftikhar @huzaifaiftikhar
type: other
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/serializers
merge_request: 58406
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/services/award_emojis
merge_request: 58407
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/services/boards
merge_request: 58413
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe in spec/services/design_management
merge_request: 58416
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/services/environments
merge_request: 58418
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/services/groups
merge_request: 58423
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/services/ide
merge_request: 58424
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/services/issues
merge_request: 58425
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Fix EmptyLineAfterFinalLetItBe offenses in spec/services/merge_requests
merge_request: 58429
author: Huzaifa Iftikhar @huzaifaiftikhar
type: fixed
---
title: Remove deprecated button classes from issue detail view
merge_request: 57763
author:
type: changed
---
title: Remove deprecated info button from issue list view
merge_request: 57762
author:
type: other
---
title: Add composite index to support epic filtering by award emoji
merge_request: 57759
author:
type: performance
---
title: Add id and short_sha GraphQL fields to jobType in the CI namespace
merge_request: 56714
author:
type: changed
---
title: Add tags field to jobType in the CI namespace
merge_request: 57631
author:
type: changed
---
title: Update search and sort from the branches page
merge_request: 58951
author:
type: changed
---
title: Change icon size in the pipeline editor
merge_request: 56780
author:
type: changed
---
title: Fix tooltip position in mini pipeline chart
merge_request: 57425
author:
type: fixed
---
title: Enable the instance variables UI
merge_request: 56255
author:
type: other
---
title: Remove gldropdown_branches feature flag
merge_request: 59179
author:
type: changed
---
title: Reduce milestone issue list display limit to 500
merge_request: 58168
author:
type: performance
---
title: Update weight transaltion for Russian locale
merge_request: 56986
author: Gennady Kovalev (@belolap)
type: fixed
---
title: Fix triggers page externalization
merge_request: 57637
author: Jonston Chan @JonstonChan
type: other
---
title: Add JavaScript, TypeScript, and React support to the semgrep analyzer.
merge_request: 55257
author:
type: added
---
title: Hide What's New for unauthenticated users
merge_request: 59330
author:
type: changed
---
title: 'BulkImports: Add `BulkImports::PipelineWorker` to process each BulkImport pipeline on its own background job'
merge_request: 57153
author:
type: added
---
title: 'BulkImports: Import milestone iid'
merge_request: 58107
author:
type: changed
---
title: 'BulkImports: Track pipeline worker with BulkImports::Tracker#status'
merge_request: 56242
author:
type: changed
---
title: Expose createdAt and updatedAt fields for Board in the GraphQL API
merge_request: 57645
author:
type: changed
---
title: 'GraphQL: expose milestone iid'
merge_request: 57732
author:
type: changed
---
title: Enabled phabricator importer by default
merge_request: 56765
author:
type: added
---
title: Add framework for using specialized services to improve performance of MergeRequests::UpdateService
merge_request: 58836
author:
type: performance
---
title: Remove unused feature flag ':roadmap_buffered_rendering'
merge_request: 57486
author:
type: removed
---
title: Show pipeline finished timestamp on MR widget
merge_request: 58618
author:
type: added
---
title: Update label container background and border colour from dark grey to use the same light grey as the board's containers
merge_request: 58279
author:
type: changed
---
title: Limit number of GraphQL requests tracked in performance bar to 10
merge_request: 59158
author:
type: performance
---
title: Only link merge requests to successful deployments
merge_request: 58072
author:
type: fixed
---
title: Link to revision in version on admin dashboard
merge_request: 58225
author: Yogi (@yo)
type: changed
---
title: Exposes schedulingType on CiJobType and adds usesNeeds to PipelineType
merge_request: 57398
author:
type: added
---
title: Returns deep stringified keys for merged_yaml in linting endpoint
merge_request: 54336
author:
type: changed
---
title: Enables multiple_cache_per_job feature flag by default
merge_request: 59016
author:
type: added
---
title: Make `ci_runner_builds_queue_on_replicas` default
merge_request: 57484
author:
type: performance
---
title: Validate import manifest url scheme
merge_request: 57071
author:
type: fixed
---
title: Add branch names field to repository GraphQL type.
merge_request: 55074
author:
type: changed
---
title: Schedule artifact expiry backfill again.
merge_request: 59270
author:
type: changed
---
title: Create finder for searching branch names via redis.
merge_request: 58439
author:
type: performance
---
title: Update mermaid to version 8.9.2
merge_request:
author:
type: security
---
title: 'Migration: add trial extension type to gitlab_subscription'
merge_request: 56460
author:
type: added
---
title: Replace deprecated Close Milestone button on list view
merge_request: 57871
author:
type: changed
---
title: Update Emails on push UI Text to match style guidelines
merge_request: 58597
author:
type: other
---
title: Updated Alert integration UI text to match style guidelines
merge_request: 58507
author:
type: other
---
title: Add index to improve project deployments endpoint performance
merge_request: 57554
author:
type: performance
---
title: Add a chaos endpoint that signals QUIT
merge_request: 58755
author:
type: changed
---
title: Perform more merge request creation tasks asynchronously to improve response
times
merge_request: 57453
author:
type: performance
---
title: 'Geo: Prepare snippet_repositories and snippet_repository_registry tables for
adding verification'
merge_request: 56596
author:
type: added
---
title: Add geo database changes for pipeline artifact replication
merge_request: 57506
author:
type: added
---
title: Add CODECLIMATE_PREFIX variable to code quality template
merge_request: 59041
author:
type: added
---
title: Remove codequality_backend_comparison feature flag
merge_request: 59320
author:
type: added
---
title: Update MobSF to version 3.4.0 in the SAST template
merge_request: 58594
author:
type: changed
---
title: Move graphql timelogs to CE
merge_request: 56633
author: Lee Tickett @leetickett
type: fixed
---
title: Move link icon to CSS
merge_request: 56980
author:
type: performance
---
title: Create the pipelines asynchronously when refreshing merge requests
merge_request: 58542
author:
type: performance
---
title: Migrate Start Review button on MRs to use confirm variant
merge_request: 59523
author:
type: changed
---
title: Add Runner ID as title in Runner details page
merge_request: 57247
author:
type: changed
---
title: Review and revise Redmine Integration UI text
merge_request: 58899
author:
type: other
---
title: Resolve Improve text for error No issue found for given params in UI
merge_request: 45064
author:
type: other
---
title: Deprecate Product Intelligence test aggregated metrics
merge_request: 57377
author:
type: deprecated
---
title: Rollout product_intelligence_metrics_names_suggestions feature flag
merge_request: 58995
author:
type: added
---
title: Replace deprecated button on new epic creation form
merge_request: 57874
author:
type: changed
---
title: Add GraphQL mutation to delete an existing release asset link
merge_request: 56417
author:
type: added
---
title: Remove graphql_individual_release_page feature flag
merge_request: 56882
author:
type: removed
---
title: Allow selecting a CI template by providing the template name as a URL param gitlab_ci_yml
merge_request: 56861
author:
type: added
---
title: Let users create groups and projects at signup and onboard them through issues on gitlab.com
merge_request: 58301
author:
type: added
---
title: Add Hello World CI Template
merge_request: 58649
author:
type: added
---
title: Hide pipeline filtered search when no pipeline exists
merge_request: 57881
author:
type: changed
---
title: Enable in-product emails only for free instances
merge_request: 59290
author:
type: changed
---
title: Record sent in-product marketing emails and don't send the same email twice
merge_request: 55840
author:
type: changed
---
title: Clarify on welcome page that we do not share any data
merge_request: 59183
author:
type: changed
---
title: Give better feedback when quick actions have no effect
merge_request: 57570
author: Hilco van der Wilk
type: fixed
---
title: Added feature flag to show/hide assignees GraphQL widget
merge_request: 59620
author:
type: fixed
---
title: Optimise query for Deployment#previous_environment_deployment in LinkMergeRequestWorker
merge_request: 57039
author:
type: performance
---
title: Optimize environment serializer to reduce N+1 problems
merge_request: 58748
author:
type: performance
---
title: Optimize searching cherry-picked merge requests for linking deployments
merge_request: 58568
author:
type: performance
---
title: Optimize query for cherry picked merge requests
merge_request: 58967
author:
type: performance
---
title: Optimize database query for last deployment
merge_request: 57979
author:
type: performance
---
title: Add more fields to the job type
merge_request: 57530
author:
type: added
---
title: Add jobs field to the project type
merge_request: 57376
author:
type: added
title: Update performance bar background color to use Pajamas compliant colour palette
merge_request: 52775
author: Yogi (@yo)
type: changed
---
title: Disable trigger manual job button after click
merge_request: 57885
author:
type: fixed
---
title: Fixes admin ci variables not showing up
merge_request: 58496
author:
type: fixed
---
title: Show skipped duration state for all skipped pipelines
merge_request: 57242
author:
type: changed
---
title: Fix artifacts section from showing up when no artifacts are present
merge_request: 56784
author:
type: fixed
---
title: Adds skipped state to duration cell for single stage manual pipelines
merge_request: 56669
author:
type: changed
---
title: Use GlTable design system component for pipelines table
merge_request: 58581
author:
type: changed
---
title: Update popover placement and cursor on warning icon in PB
merge_request: 58552
author: Yogi (@yo)
type: changed
---
title: Remove CI lint button from Jobs page nav
merge_request: 56854
author:
type: removed
---
title: Add warning icon beside in progress text if pipeline is stuck
merge_request: 58427
author:
type: changed
---
title: Rename pipelines setting to CI/CD and move out from under repository section
merge_request: 56857
author:
type: changed
---
title: Resolve nested variable values sent to the runner
merge_request: 48627
author:
type: added
---
title: Add missing icon for files with .c++ extension
merge_request: 56650
author: Peter Kovář @peter.kovar
type: added
---
title: Code suggestions correctly add based on multi-line comments
merge_request: 57125
author:
type: added
---
title: Add loading icon to create merge request button
merge_request: 57105
author:
type: changed
---
title: Fixed styling of commit comment buttons
merge_request: 56982
author:
type: fixed
---
title: Move fetching projects and groups on todos page to API call
merge_request: 56507
author:
type: performance
---
title: Add target_type column to dast_site_profiles database table
merge_request: 58723
author:
type: added
---
title: Add dast_profile_secret_variables table
merge_request: 56067
author:
type: added
---
title: Add additional fields to dast_site_profiles database table
merge_request: 55579
author:
type: added
---
title: Create database table dast_profiles_pipelines
merge_request: 56821
author:
type: added
---
title: Bump minimum git version to v2.31.0
merge_request: 58737
author:
type: changed
---
title: Use object quarantine directory to enumerate new LFS pointers
merge_request: 58634
author:
type: performance
---
title: Bump minimum required Go version for workhorse to 1.15
merge_request: 59347
author:
type: other
---
title: Fix cop offenses for Style/HashTransformation in app directory
merge_request: 56579
author: Karthik Sivadas @karthik.sivadas
type: other
---
title: Fix cop offenses for Style/HashTransformation in ee directory
merge_request: 56581
author: Karthik Sivadas @karthik.sivadas
type: other
---
title: Fix cop offenses for Style/HashTransformation in lib directory
merge_request: 56583
author: Karthik Sivadas @karthik.sivadas
type: other
---
title: Fix cop offenses for Style/HashTransformation in spec directory
merge_request: 56586
author: Karthik Sivadas @karthik.sivadas
type: other
---
title: Fixed offenses Layout/BeginEndAlignment
merge_request: 56827
author: Shubham Kumar (@imskr)
type: fixed
---
title: Fixes rubocop offense Migration/DepartmentName
merge_request: 56997
author: Shubham Kumar (@imskr)
type: fixed
---
title: Resolves offenses Style/ParallelAssignment
merge_request: 57999
author: Shubham Kumar (@imskr)
type: fixed
---
title: Resolves offenses Style/RedundantAssignment
merge_request: 58013
author: Shubham Kumar (@imskr)
type: fixed
---
title: Fixes offense Lint/RedundantSafeNavigation
merge_request: 56884
author: Shubham Kumar (@imskr)
type: fixed
---
title: Fixes rubocop offenses Style/RedundantSelfAssignment
merge_request: 57920
author: Shubham Kumar (@imskr)
type: fixed
---
title: Fix offense Layout/RescueEnsureAlignment
merge_request: 56870
author: Shubham Kumar (@imskr)
type: fixed
---
title: Resolves rubocop offenses Rails/WhereNot
merge_request: 58062
author: Shubham Kumar (@imskr)
type: fixed
---
title: Update Project Management metrics definitions
merge_request: 58710
author:
type: other
---
title: Utilize btn-tertiary for copy project id on project overview
merge_request: 57766
author:
type: changed
---
title: In admin new user page, fix external checkbox warning hide with keyboard interaction
merge_request: 56896
author:
type: fixed
---
title: Fix dark mode colors of retried jobs in job details page
merge_request: 58855
author:
type: fixed
---
title: Fix mermaid diagrams in dark mode
merge_request: 56183
author:
type: fixed
---
title: Dark mode nav improvements
merge_request: 58891
author:
type: fixed
---
title: Fix select2 dropdowns in dark mode
merge_request: 58862
author:
type: fixed
---
title: Push confidential_notes feature flag to mr frontend
merge_request: 56798
author: Lee Tickett @leetickett
type: fixed
---
title: Add queue label to metrics dispatched by background transaction
merge_request: 59344
author:
type: changed
---
title: Adjust gitlab_database_transaction_seconds histogram bucket
merge_request: 56952
author:
type: changed
---
title: Enable chronological sort order for other items in the performance bar
merge_request: 58572
author:
type: changed
---
title: Reduce query count for popular worker ExpireJobCacheWorker
merge_request: 57773
author:
type: performance
---
title: Fix Rails/SaveBang rubocop offenses in auth controllers
merge_request: 57886
author: Abdul Wadood @abdulwd
type: fixed
---
title: Fix Rails/SaveBang rubocop offenses in spec/factories_spec.rb
merge_request: 58102
author: Abdul Wadood @abdulwd
type: fixed
---
title: Fix Rails/SaveBang rubocop offenses in spec/features/admin
merge_request: 57891
author: Abdul Wadood @abdulwd
type: fixed
---
title: Fix Rails/SaveBang rubocop offenses in spec/features/dashboard
merge_request: 57898
author: Abdul Wadood @abdulwd
type: fixed
---
title: Fix Rails/SaveBang rubocop offenses in spec/features/issues
merge_request: 57900
author: Abdul Wadood @abdulwd
type: fixed
---
title: Fix Rails/SaveBang rubocop offenses in spec/features/projects
merge_request: 57904
author: Abdul Wadood @abdulwd
type: fixed
---
title: Fix Rails/SaveBang rubocop offenses in spec/controllers/groups*
merge_request: 57879
author: Abdul Wadood @abdulwd
type: fixed
---
title: Fix Rails/SaveBang rubocop offenses in spec/initializers
merge_request: 58049
author: Abdul Wadood @abdulwd
type: fixed
---
title: Fix Rails/SaveBang rubocop offenses in profiles & projects controllers
merge_request: 57890
author: Abdul Wadood @abdulwd
type: fixed
---
title: Fix Rails/SaveBang rubocop offenses in spec/controllers/projects/*
merge_request: 57643
author: Abdul Wadood @abdulwd
type: fixed
---
title: Fix Rails/SaveBang rubocop offenses in spec/features/
merge_request: 57907
author: Abdul Wadood @abdulwd
type: fixed
---
title: Re-enable serving pages with zip file protocol
merge_request: 59486
author:
type: added
---
title: Redirect to the pipeline editor when clicking on CI/CD quick links
merge_request: 57085
author:
type: changed
---
title: Reduce pipeline tooltip delay to 0
merge_request: 59155
author:
type: changed
---
title: Reduce query count for ExpirePipelineCacheWorker
merge_request: 57304
author:
type: performance
---
title: Minor performance improvement for ref finder
merge_request: 58099
author:
type: performance
---
title: Convert admin mode feature flag to system application setting
merge_request: 53610
author: Diego Louzán
type: added
---
title: Upgrade GitLab Pages to v1.37.0
merge_request: 57946
author:
type: added
---
title: Enable cached avatar lookups by email
merge_request: 58659
author:
type: performance
---
title: Remove feature flag usage_data_track_ci_templates_unique_projects
merge_request: 57280
author:
type: changed
---
title: Remove add issues modal from issue boards (this has been disabled since 13.6)
merge_request: 57329
author:
type: removed
---
title: Fix rare race condition in GitLab-internal feature flags with database load
balancing enabled
merge_request:
author:
type: fixed
---
title: Remove JSON endpoint for project container index
merge_request: 52407
author: Takuya Noguchi
type: other
---
title: Optimize Deploy Keys Presenter
merge_request: 57551
author:
type: performance
---
title: Remove underline in apply for credit button in k8s page alert
merge_request: 58232
author: Yogi (@yo)
type: changed
---
title: Remove redundant index from epics
merge_request: 59494
author:
type: other
---
title: Rename Submit issue to Create issue in boards and docs
merge_request: 58243
author: Yogi (@yo)
type: changed
---
title: Rename table/model vulnerability_finding_fingerprints to *_signatures
merge_request: 57840
author:
type: other
---
title: Rename jobs to promote a smoother transition between Klar and Trivy based scanners
merge_request: 57593
author:
type: changed
---
title: Fix two data races in the branch names cache
merge_request: 57607
author:
type: fixed
---
title: Revert Ignore default_enabled value in Feature.enabled?
merge_request: 57707
author:
type: fixed
---
title: Remove On-call Edit feature flag
merge_request: 56445
author:
type: other
---
title: Remove the recursive_namespace_lookup_as_inner_join feature flag
merge_request: 57131
author:
type: other
---
title: Personal access token revoke for managed accounts (feature flag removed)
merge_request: 56427
author:
type: added
---
title: Update Jira plugin UI copy
merge_request: 57793
author: Russell Dickenson rdickenson@gitlab.com
type: other
---
title: Fix project access token creation group settings link
merge_request: 58686
author:
type: fixed
---
title: Create new policies for read, destroy, and create tokens
merge_request: 56464
author:
type: changed
---
title: Skip Rack Attack rate limiting for container registry event API
merge_request: 59085
author:
type: fixed
---
title: 'Pages: Add feature flag to disable deployment to legacy storage'
merge_request: 59298
author:
type: changed
---
title: Set workhorse_extract_filename_base feature flag to default
merge_request: 58504
author:
type: changed
---
title: Fix Workhorse acceleration for encoded project IDs in API
merge_request: 56731
author:
type: performance
---
title: Enable DISTINCT optimization for ObjectHierarchy globally
merge_request: 57052
author:
type: changed
---
title: Log all API uploads that exceed max attachment size
merge_request: 59292
author:
type: changed
---
title: Log message when upload via API exceeds limit
merge_request: 57774
author:
type: added
---
title: Include project and build ID in Pages tmp directory
merge_request: 59106
author:
type: changed
---
title: Remove Kramdown patch and update to v2.3.1 gem
merge_request: 56917
author:
type: fixed
---
title: Add config support for using Microsoft Graph with MailRoom
merge_request: 58250
author:
type: added
---
title: Update to Rails v6.0.3.6
merge_request: 59328
author:
type: security
---
title: Update ruby-magic to v0.4.0
merge_request: 58947
author:
type: changed
---
title: Update ruby-magic-static to v0.3.5
merge_request: 57984
author:
type: changed
---
title: Update ruby-magic to v0.3.2
merge_request: 58537
author:
type: changed
---
title: Accelerate uploads via API with Workhorse
merge_request: 57250
author:
type: performance
---
title: Remove extra tooltip from pipelines overview page
merge_request: 52902
author: Yogi (@yo)
type: changed
---
title: Check access only for requesting user when checking if subscribed
merge_request: 57201
author:
type: performance
---
title: Catch network errors
merge_request: 56457
author: Shubham Kumar (@imskr)
type: fixed
---
title: Send email notification on SSH key expiration
merge_request: 56888
author:
type: added
---
title: Add count of unique users to receive on-call notification to usage ping
merge_request: 58606
author:
type: changed
---
title: Update resolving alert system notes to use term Recovery Alert
merge_request: 58513
author:
type: changed
---
title: API JSON caching for tags endpoint
merge_request: 54975
author:
type: performance
---
title: Move commit neighbor buttons to sticky MR controls
merge_request: 57743
author:
type: changed
---
title: Enable Layout/SpaceAfterColon cop for HAML
merge_request: 58564
author: Takuya Noguchi
type: other
---
title: Add recaptcha to top-level group creation behind feature flag
merge_request: 56707
author:
type: added
---
title: Hydrate some of the variables in the Overview tab suggestion commit placeholder
by switching the Diffs data source for it
merge_request: 57419
author:
type: changed
---
title: Fill in all placeholder values in the apply suggestion commit message placeholder
text
merge_request: 58136
author:
type: other
---
title: Remove calls to jQuery animations to fix infinite scrolling on the Repository
commits page
merge_request: 57379
author:
type: fixed
---
title: Fix character escaping in Resolved By tooltips
merge_request: 59428
author:
type: fixed
---
title: Sync single-file mode user preference when changed from the MR cog menu checkbox
merge_request: 55931
author:
type: changed
---
title: Aggregate code review metrics
merge_request: 56734
author:
type: other
---
title: Updated outdated UI text and docs
merge_request: 58600
author:
type: other
---
title: Update pot file
merge_request: 58392
author:
type: other
---
title: Update Discord integration UI text
merge_request: 58842
author:
type: other
---
title: Update drone integration UI text
merge_request: 59231
author:
type: other
---
title: Updated UI text to match style guidelines
merge_request: 57276
author:
type: other
---
title: Updated UI text for Assembla integration to match style guidelines
merge_request: 58400
author:
type: other
---
title: Update UI text of Jenkins integration
merge_request: 58623
author:
type: other
---
title: Update UI text for TeamCity integration
merge_request: 59493
author:
type: other
---
title: Update UI text from timing to Duration
merge_request: 58838
author:
type: other
---
title: Update mattermost integration UI text
merge_request: 58570
author:
type: other
---
title: Updated UI text to match style guidelines
merge_request: 57884
author:
type: other
---
title: Update pipeline email service UI text
merge_request: 58377
author:
type: other
---
title: Update UI text for slack notifications integration
merge_request: 58845
author:
type: other
---
title: Allow all file types to be uploaded from the repo file upload tool
merge_request: 57498
author:
type: fixed
---
title: Update admin edit button icon class
merge_request: 57151
author:
type: fixed
---
title: Update auto-build-image to v0.6.0, updating the included docker to 20.10.6 and pack to 0.18.0
merge_request: 59525
author:
type: changed
---
title: Update android template to default branch
merge_request: 56738
author:
type: other
---
title: Add multi-line styling within contribution tooltip
merge_request: 54765
author: Yogi (@yo)
type: changed
---
title: Update GitLab Runner Helm Chart to 0.27.0
merge_request: 57048
author:
type: other
---
title: Update Ruby from 2.5 to 2.7 in Dockerfile templates
merge_request: 59345
author: Takuya Noguchi
type: changed
---
title: Update default spinner color to pajamas
merge_request: 58517
author:
type: changed
---
title: Upgrade GitLab Pages to 1.38.0
merge_request: 59464
author:
type: added
---
title: If creating a new issue fails in boards, remove the issue card from a list
merge_request: 58558
author:
type: other
---
title: Use Gitlab::AppLogger in settings
merge_request: 58134
author: Huzaifa Iftikhar @huzaifaiftikhar
type: other
---
title: Validate foreign key on ServiceHooks
merge_request: 57483
author:
type: other
---
title: Obtain pipeline validation service token from config not ENV.
merge_request: 59101
author:
type: other
---
title: Do not render empty title in HelpPopover
merge_request: 57025
author:
type: fixed
---
title: Apply new GitLab UI buttons in the webhooks list
merge_request: 51977
author: Yogi (@yo)
type: other
---
title: Fix alignment of folder-caret and actions button in the subgroup list
merge_request: 52400
author: Yogi (@yo)
type: other
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