Update CHANGELOG.md for 13.9.0-ee

[ci skip]
parent 002b5d2c
...@@ -2,6 +2,568 @@ ...@@ -2,6 +2,568 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. entry.
## 13.9.0 (2021-02-22)
### Security (1 change)
- Add token_with_iv table.
### Removed (4 changes)
- Remove implicit FF check on `Featurable`. !52223
- Remove merge_request_reviewers feature flag. !52468
- Removed unused Text dropdown. !53464
- Remove legacy alerts service data and table. !53534
### Fixed (131 changes, 29 of them are from the community)
- Allow to retrieve all jobs for a given pipeline. !48589 (Alexander Kutelev)
- Include submodule information for files in diff metadata. !50346 (Simon Stieger @sim0)
- Fix "Stay on Page" alert showing in empty snippet. !50400 (Kev @KevSlashNull)
- Add css to fix fluid layout for index file. !50626
- Make System OAuth app index table responsive and externalize text. !50979 (Kev @KevSlashNull)
- Prevent long variable names from overflowing the popover in CI/CD settings. !51018 (Kev @KevSlashNull)
- Fix long CI variable name overflows on origin. !51021 (Kev @KevSlashNull)
- Fix breadcrumb dropdown on mobile being too narrow. !51092 (Kev @KevSlashNull)
- Show correct ref name in code coverage statistics header. !51385 (Andreas Schmidt)
- Change Jira Connect update sequence id to use Unix Time. !51697
- Fix batch query issue when primary key is -1. !51716
- Allow versionless maven-metadata.xml file duplicates even when maven duplicates are disabled. !51758
- Fix comment form dropdown check alignment. !51787 (Lee Tickett @leetickett)
- Schedule artifact expiry date backfill background jobs. !51822
- Fix alignment and font issues in project operations settings page. !51825 (Yogi (@yo))
- Fix broken testsuite link if the suite contains a dot. !51828 (Michael Aigner @tonka3000)
- Move Social connect button to new GitLab UI. !51835 (Yogi (@yo))
- Fix border bottom color collapsed replies. !51871 (Yogi (@yo))
- Fix alignment of chevron-down icon in toggle replies. !51872 (Yogi (@yo))
- Remove container_class in project activity which removes extra padding. !51878 (Yogi (@yo))
- Add btn-default to MR edit button. !51879 (Yogi (@yo))
- Remove duplicates from related_commit_sha query. !51888
- Add btn-default class to button in project breadcrumb. !51910 (Yogi (@yo))
- Fix top border-radius of the login box. !51950 (Yogi (@yo))
- Improve duplication validation on Release Links. !51951
- Update Project/Group Exporter temp folder cleanup. !51969
- Migrate incorrect value stream group stage records. !51975
- Fixed notes polling incorrectly overwriting suggestions in the DOM. !51988
- Global Search - Project Filter sets Group. !52015
- Fix Y axis units of pipeline charts when values are small. !52024
- Apply new GitLab UI for report abuse button. !52049 (Yogi (@yo))
- Fix gitlab:cleanup:orphan_job_artifact_files rake task limit. !52056
- Remove extra border-top on pipeline quota in the settings page. !52059 (Yogi (@yo))
- Disable board configuration options for users without edit permission. !52077
- Fixed merge requests locked status not showing. !52078
- Fix reply box border on diffs. !52084
- Fixed sdiff suggestions not working when replying to comments. !52100
- Allow multiple comments on diff lines in inline view. !52111
- Breaking change: Prevent mutual recursion in GraphQL Package. !52131
- Update hamlit to v2.14.2. !52177
- Fix pipeline and stage show success without considering bridge status. !52192 (Cong Chen @gentcys)
- Update GitLab Workhorse to v8.61.0. !52195
- Scope milestones on swimlane boards to project and its ancestors. !52199
- Fixes GraphQl merge request types commits count. !52218
- Fix URL in JiraConnect feature flag serializer. !52221
- Allow user SSH public key endpoint to be publicly accessible again. !52227
- Update max number of NuGet packages returned. !52265
- Fix bug branch change with line selected. !52285
- Resolve User cannot merge an issue. !52311
- Fix Net::HTTP proxy encoding username and password. !52368
- Correct the egress 'deny all' policy preview from Allow to Deny. !52370
- Missing action prop on group page. !52379
- Improve search filter by taking space in file path into account. !52392
- Remove space next to the icon in email button on admin/users page. !52451 (Yogi (@yo))
- Fix assignee avatar alignment in edit board modal. !52453 (Yogi (@yo))
- Remove extra margin below tab on project template page. !52454 (Yogi (@yo))
- Fix retry option does not work in Merge Trains. !52463
- Fix action button alignment for application inside the table in oauth/applications. !52465 (Yogi (@yo))
- Fix viewing blobs for broken MRs. !52483
- Fix bug in personal snippet thread discussions. !52490
- Fix exclude path for backup rsync command. !52503
- Make CI Icon in merge request pipeline detail consistent with other widget icons. !52516
- Make text on Repository Cleanup page translatable. !52529
- Fix charts sometimes being hidden on milestone page. !52552
- Fix diff discussions rendering on the wrong side. !52579
- Add tooltips to requirement import and export buttons. !52582 (Kev @KevSlashNull)
- Allow dots in label names through REST API. !52591
- Fix tooltip when drag comment selection is enabled. !52595
- Allow Environment Scopes to Wrap on Feature Flags Table. !52617
- Allow cross-origin requests on /oauth/token. !52641
- Show more appropriate error message when merging fails. !52671
- Handle IPv6 hostname in ExternalHTTP instrumenter. !52691
- Remove MR List counts if they cannot be generated. !52698
- API: do not mangle dots when creating project with a name. !52725
- Fix size of group member user status emoji. !52730
- Fix bad request error when applying suggestions. !52735
- Update the database when moving repos between identical storages. !52743
- Don't expose project existence by redirecting from its .git URL. !52818
- Fill default commit message values in the placeholder instead of showing the variable slugs. !52851
- Make LifecycleEvents exceptions to be fatal. !52881
- BulkImports: avoid infinity recursion on group migration. !52931
- Fix to show auditor badging in admin user view. !52943
- Fix empty pipeline analytics charts when time_zone is non-UTC. !52971
- Fix fullscreen mode not working for comments in merge request changes view. !53009 (Simon Stieger @sim0)
- Fix formatting of "to do" in alert sidebar and error. !53037
- Change to-do formatting in Design error messages and sidebar. !53040
- Fix opensearch for anonymous users. !53056
- Allow HEAD requests for read_api and read_user scope tokens. !53088
- Adjust job report artifacts downloads to handle multiple types. !53141
- Fixed discussions on merge request commits not showing. !53143
- Send only latest jobs in pipeline webhook payload. !53159
- Fix snippet repository storage move API when snippet does not exist. !53211
- Use user-provided timestamp when updating issue and merge request milestones, iterations, and weights using the API. !53237
- Switch to correct localization function that strips namespaces. !53244
- Fix welcome page alignment on CE. !53265
- Fixes broken password reset link in account deletion message. !53274
- Support multi-line string variable values when running a manual pipeline in the UI. !53292
- Support fog-aws host options for Workhorse S3 client. !53326
- Vertically centre CI icons on pipeline page. !53427
- gitaly: Fix access checks with transactions and quarantine environments. !53449
- Back Button now switches to last active analytics tab. !53495
- Conditionally render test case file. !53497
- Remove dependency_proxy_manifests records with content_type to prevent Dependency Proxy failures. !53506
- Ensure note is promoted to discussion within reply create transaction. !53542
- Allow users to fork to a group when their personal namespace is full. !53632
- Fix some image diff URLs with special characters causing the diff to not show. !53638
- Adds only_group_labels and include_ancestor_labels and include_descendant_groups arguments to the project and group labels resolvers respectively. !53639
- Fix misalignment of assignee dropdown checkmark. !53664
- Fix timeouts affecting certain test webhooks. !53676
- Fix missing known usage data event. !53729
- Align note actions icons. !53753 (Claudius Ellsel (@clel))
- Fix left margin of Merge button in FF merge mode. !53756
- Fix spurious not-adjacent error when moving designs. !53771
- Cleanup incorrect data in projects.has_external_wiki. !53790
- Update column 'updated_at' in container after repository storage move. !53821
- Add post migration to backfill projects updated at after repository move. !53845
- Fix Web IDE open MR to show opened files consistently. !53927
- Removed ugly border around ellipsis dropdown Gitlab IDE. !53963 (Shubham Kumar @imskr)
- Fix bug rendering snippet activity. !53993
- Handle severity for generic payloads more gracefully. !53999
- Fix gap in tree table header. !54025
- Move GMA user badging in admin to EE only. !54125
- Fix alignment of 'Rebase in progress' label. !54189
- Fix incorrect breadcrumb path for import groups page. !54211
- Update Sample GitLab Project Template with MR conflicts fix. !54248
- Fix search functionality in Jira issues list. !54312
- Fix force-routing to Gitaly primary with empty hook env. !54317
- Fix pipeline test report not rendering when missing properties. !54363
- Safe guard repo compare when data is undefined. !54371
- Fix unneeded left margin in discussion filter container on mobile. !54379
- Fix overflowing design buttons on mobile. !54381
### Deprecated (1 change)
- Deprecate GitLab-managed (v1) apps that will be removed in 14.0. !54162
### Changed (107 changes, 16 of them are from the community)
- Migrate button to gitlab ui in note form. !42221
- Escaped markdown should not be interpreted as shortcuts. !45922
- Display the user busy status in the MR sidebar. !47769
- Move integration inheritance override dropdown above grid layout. !49325
- Code extraction - refactoring of MR services classes. !49827
- Create new assignees widget for boards. !50054
- Update the HEX values and names of the color options for labels. !50393
- Rename asset_proxy_whitelist column on application_settings. !50824
- Prevent creating duplicate pipelines manually. !51076 (Kev @KevSlashNull)
- Render WebP attachments as image by default. !51088 (Kev @KevSlashNull)
- Add warning message for GitLab group migration. !51214
- Display Terraform list errors to user. !51397
- Global Search - UX Cleanup of Search Bar. !51409
- Display full design name in tooltip. !51421
- Change the project avatar preview into a rectangle. !51511 (Austin Regnery)
- Add 'tags' field to runners in job/pipeline webhook payloads. !51633
- Move to CE: mutation to create MR for SAST Configuration. !51634
- Add converted_at(timestamp) & context(jsonb) columns to the experiment_subjects table. !51659
- Link to more helpful docs from alert management pages. !51665
- Move Cohorts page to Overiew-Users. !51707
- Web IDE shows alert and disable buttons when user cannot push code. !51710
- Add entity columns to vulnerability occurrences. !51739
- Add PostgreSQL trigger to maintain projects.has_external_issue_tracker. !51852
- Reduce vertical padding of registry list item. !51961
- Update Workhorse to v8.60.0. !51965
- Track exceptions when using Bulk Import. !52011
- Remove redundant text in Terraform Widget. !52013
- Add "What's new" item to the help dropdown. !52020
- Change UI text for failed pipeline on an MR. !52023
- Remove group owner data from webhooks. !52071
- Move btn-primary to btn-confirm class as a part of Pajamas migration. !52090 (Yogi (@yo))
- Add name validation to Terraform state. !52102
- Change error message for user approval error. !52103
- Admin dashboard basic stats redesign. !52176 (Yogi (@yo))
- Drop repository_read_only column from namespaces table. !52181
- Update styling of validation messages in New Feature Flag form. !52217
- Add callout disabling feature to cleanup policy alert. !52327
- Add pagination and filtering to htoup imports. !52340
- BulkImports: Add pipeline step to the failures log. !52345
- Improve accessibility of gray color CI status icons. !52356
- Global Search - UX Refresh for Sort Button. !52387
- Add 404 state to container registry details page. !52466
- Monitor RackAttack redis usage and enrich auth structured logs. !52471
- Remove compare switch revision button. !52547
- Improve merge failed error. !52555
- Add unique index on services project_id and type. !52563
- Clean up uniqueness validations for service type. !52565
- Redesign the search UI for the package list. !52575
- Fix margins in social connect button on account settings. !52581 (Yogi (@yo))
- Move the sub-section to gl-card in advanced search settings in admin. !52585 (Yogi (@yo))
- Update styles for terraform MR widget. !52627
- Bypass admin mode for internal api operations (ssh git & http rails). !52697 (Diego Louzán)
- Increase the complexity score of GraphQL detailedStatus#label as it can call Gitaly. !52708
- Migrate toggle button in subscription to GitLab UI component. !52717
- Migrate feature flags page toggles to GlToggle. !52728
- Migrate project settings to use GlToggle. !52729
- Run pipeline_schedule_worker at every 10th minute from 3 through 59. !52756 (Ben Bodenmiller (@bbodenmiller))
- Use realtime_changes endpoint for reporting group import status. !52796
- Add content_type column to dependency_proxy_manifests. !52805
- Replace erase job alert background color with color consistent with UI. !52810
- Fix protected branches/tags border. !52816
- Update download button size to sm from xs and add btn-default. !52867 (Yogi (@yo))
- Change DevopsAdoption feature to work with single group only. !52871
- Refactored admin user table headers. !52891 (Shubham Kumar (@imskr))
- Show helper link on a new line in GPG status popover. !52894 (Yogi (@yo))
- Fix bug, where the download email patches and plain diffs links did not download from the commit page. !52899 (Yogi (@yo))
- Update code quality template to use 0.85.22. !52913
- Remove ci_live_trace_use_fog_attributes feature flag. !52939
- Only Display One Chart at a Time. !52952
- Unwrap Sidekiq exceptions and jobs in the structured logs and metrics. !53006
- GraphQL: Add mergedYaml to CiConfigResolver response. !53081
- Add runner instructions modal in the CI/CD settings section. !53087
- Align action buttons in jobs page. Reduce icon buttons width in jobs, artifacts and environment pages. !53155
- Change the badge design in the jobs page. !53168
- Improve user dropdown items. !53175
- Update Rugged to v1.0.1. !53212
- Introduce automatic class path correction in Cobertura parser. !53236
- Sort milestone dropdown items by due date. !53242
- Change pipeline empty state language. !53281
- Stop notifying users of acknowledged alerts and stop changing the status of acknowledged Prometheus alerts to Triggered. !53330
- Enable suggestions custom commit message feature flag by default. !53342
- Redesign SSH keys list. !53351 (Yogi (@yo))
- Track YAML-less Auto DevOps inclusions separately. !53383
- Add sort argument to container_repositories graphql resolver. !53404
- Update Ruby detection rules for SAST. !53414
- Add loading display to Terraform lock action. !53475
- Search: Add Sort by Last Updated to Issue/MR. !53589
- Replace bootstrap modal in issuable_by_email HAML template. !53599
- Change UI text for 2FA setup. !53677
- Align and reorder boards search bar buttons. !53690
- Skip new note notifications when author is deleted. !53699
- Add release tooltip for guest users. !53722 (Jonas Wälter @wwwjon)
- Accept deeply nested arrays for CI script keyword. !53737
- Reset CI minutes only for namespaces that used minutes. !53740
- Update Sample GitLab Project Template to be clearer and adjust prominent placement. !53750
- Update blob page buttons to gitlab-ui pajamas styles. !53775
- Highlight board lists when they are added. !53779
- Add sort to container registry list page. !53820
- Filter deployments by finished_at in Value Stream Analytics. !53861
- Display loading when removing Terraform state. !53897
- Improve project members management, filtering, and sorting. !53935
- Add updated_at output to search results. !53958
- Prepend the Marginalia comment in SQL query. !54015
- Add OpenID SSO icon. !54026
- Select the newest records for webhook test payloads. !54030
- Upgrade Asciidoctor to 2.0.12. !54121 (Guillaume Grossetie)
- Remove position sticky polyfill. !54299
### Performance (14 changes)
- Add database index to improve performance of usage ping metrics calculation. !48671
- Add indexes for onboarding progress table. !50679
- Support batch loading of merge head diffs. !51078
- Extend index on ci_builds_metadata. !52123
- Improve the performance of merge request and issue search by label(s). !52495
- Project creation to use specialized worker to calculate project authorizations. !52719
- Paginate single commit view. !52819
- Introduce a rendering limit for commit titles. !52904
- Add index to incident management oncall shifts table. !52961
- Lower allocations in _collapsed partial. !53233
- Memoize the fork suggestion button partial. !53256
- Optimized loading of descendant group labels. !53356
- Use Gitaly keyset pagination to optimize branches page. !53409
- Speed up update merge request worker by memoizing whether a push is a force or not. !53536
### Added (107 changes, 15 of them are from the community)
- Add tag_list attribute to the JSON output for Jobs API. !44859 (Alon Liszt)
- Add follow each other model, API and UI(profile, activity view). !45451 (Roger Meier)
- Add Banzai filter for CustomEmoji. !47122 (Rajendra Kadam)
- Deployments::CreateService executions are idempotent for duplicate params. !47610
- Populate and migrate issue_email_participants. !48711 (Lee Tickett @leetickett)
- Enable local file reviews (marking files as viewed) by default and add documentation for that feature. !48976
- Add finder for getting commits with a trailer set. !49243
- Enable/disable additional diagram formats on Kroki. !49304 (Guillaume Grossetie)
- Allow opening projects with VS Code. !49460 (Kev @KevSlashNull)
- Allow users to re-request a review from a reviewer. !50068
- Add job to persist On-call shifts. !50239
- Improve visibility of time spent with external HTTP calls. !50696
- Add rake task to migrate Terraform states to object storage. !50740
- Map common severity values from a Prometheus alert payload. !50871
- Add keep latest artifact option for instances. !50889
- Add GraphQL query for single Terraform state. !51145
- Move "number of changed files" into Web IDE sidebar badge. !51166 (Kev @KevSlashNull)
- Allow reviewers to be updated via MergeRequest API. !51186
- Instrument CI parsers. !51241
- Add a commit message parameter for the suggestion endpoints. !51245
- Add dast_profiles database table. !51296
- Editor Lite: support for Diff Instance. !51470
- Populate the `uuid` attributes of the `security_findings` records and the `finding_uuid` attribute of the related `vulnerability_feedback` records. !51472
- Add the Manage::Import total GMAU metric. !51496
- Mark files as reviewed locally. !51513
- Sync pipeline builds to Jira. !51627
- Send deployment information to Jira. !51629
- Database migration for compliance pipeline configuration location. !51663
- Debian Group and Project Distribution Components. !51732 (Mathieu Parent)
- Add a /request_review alias for /assign_reviewer. !51751
- Log user approval/rejection in application logs. !51768
- Enable synchronization of feature flags to Jira. !51796
- Create Groups::RepositoryStorageMove table. !51803
- Keyboard shortcut for switching to GitLab next (Canary). !51834 (Yogi (@yo))
- Add On-call Rotations destroy mutation to GraphQL. !51860
- Add enforced SSH key expiration. !51921
- Pass dependency proxy credentials to runners to log in automatically. !51927
- Add captcha-related fields to snippet GraphQL mutations. !51956
- Support setting more attributes when forking a project. !51962
- Add delete functionality to the Image Repository detail view. !51980
- Expose if user is a bot in the REST api. !52003
- Add chat notification label support. !52105
- Support Project variables in `include` section of `gitlab-ci.yml`. !52108
- Add API for generating Markdown changelogs. !52116
- Add Jira proxy settings columns. !52119
- Project access token management via API. !52139
- BulkImports: Import Group Labels. !52260
- Add repository_read_only column to NamespaceSettings table. !52300
- Use a custom Ruby patch to instrument memory usage. !52306
- Added ability to re-request a review from a reviewer. !52321
- Add rake task to reset user password. !52347
- Track monthly active users for QuickActions. !52398
- Add `patch_hard_limit_bytes_hit` metric for monitoring diff patch size limit hits. !52456
- Show confirmation dialog when exiting pipeline editor. !52458
- Search across full name for mentions autocomplete. !52488
- Add site landmarks for screen readers. !52514
- Add `security_and_compliance_access_level` column into the `project_features` table. !52551
- Add OpenSearch support. !52583
- Show recent test case failures in the pipeline test report. !52606
- Display epic related events on user activity feed. !52611
- Adds README to OpenAPI docs. !52637 (Jim Cser @jimcser)
- Add rubygems metadata table. !52639
- Add subgroup_events column to web_hooks table. !52648
- Improve Vulnerability Tracking: Add fingerprints table. !52720
- Add git_two_factor_session_expiry column to application_settings table. !52761
- Add auto_delete_at to environments. !52788
- Matomo: Support the disabling of cookies. !52831 (otheus@gmail.com)
- Debian Group and Project Distribution Component Files. !52885 (Mathieu Parent)
- Adds jira issue enforcement field. !52896
- Track CI minutes for namespace on a monthly basis. !52915
- Debian Publications. !52916 (Mathieu Parent)
- Add bot to User GraphQL Type. !52933
- Support setting confidential note attribute in UI. !52949 (Lee Tickett @leetickett)
- Pipeline-level concurrency control with Cross-Project/Parent-Child pipelines. !53007
- Enable housekeeping for project and group wiki repos. !53011
- Add GFM reference format for feature flags. !53021
- BulkImports: Migrate Group Membership. !53083
- Add metrics for merge request approvals and revoking approvals. !53201
- Add empty jobs page with link to editor. !53240
- Add status attribute to packages and ability to set 'hidden' for generic packages. !53385
- Display unload warning if MR edit changed. !53438
- Track CI minutes on a monthly basis at project level. !53460
- Migration to add new Premium and Ultimate plan records. !53465
- Add group_id to ci_daily_build_group_report_result. !53494
- Enable group setting to allow or prevent duplicate Maven uploads. !53591
- Add application rate limit for Notes creation. !53637
- Add link to test case file in pipeline test report. !53650
- Automatically retarget merge requests. !53710
- Add Security Orchestration Policy Configuration. !53743
- Import epic award emojis when using Bulk Import. !53747
- Allow deploy keys to push to a protected branch. !53812
- Add semgrep SAST analyzer. !53815 (Daniel Paul Searles)
- Support Markdown for Feature Flags. !53816
- Add an allowlist to exclude users from the rate limit on notes creation. !53866
- Add user setting for opting into marketing emails. !53921
- Improve highlighting for merge diffs. !53980
- Add created_by_user to cluster agents. !54011
- Make merge-ref base the default comparison mode. !54017
- Add created_by_user to cluster agent tokens. !54019
- Add indicator in admin dashboard if user is group managed. !54027
- Add state events to merge request update mutation. !54133
- Display user busy status in issue sidebar. !54165
- Upgrade GitLab Pages to v1.35.0. !54167
- Add '!reference' YAML tag to help merge CI configurations. !54198
- Schedule user status cleanup after a given time interval via the REST API. !54207
- Add merged Yaml tab feature to Pipeline Editor. !54223
- Added warnings field to the pipelines GraphQL type. !54296
### Other (170 changes, 101 of them are from the community)
- Apply GitLab UI button styles to buttons in app/views/projects/notes directory. !44107 (Lakshit)
- Remove duplicates from vulnerability_occurrences. !49937
- Edited UI copy wording to comply with GitLab style. !50676
- New Shared Partial for SSH Key Deletion. !50825 (Mehul Sharma)
- Update buttons in _hook.html.haml to use GitLab UI. !51065 (nuwe1)
- Adds GitLabUI button styles in _test_button.html.haml. !51070 (nuwe1)
- Adds GitLabUI button styles in deploy tokens _table.html.haml. !51082 (nuwe1)
- Apply GitLab UI styles to buttons in notification directory _new_button.html.haml. !51148 (nuwe1)
- Apply GitLab UI styles to buttons in _comment_button.html.haml. !51152 (nuwe1)
- Adds GitLab UI styles to button in _edit_form.html.haml. !51156 (nuwe1)
- Adds GitLab UI styles to button in _form.html.haml. !51160 (nuwe1)
- Add gl-button to Set up new device button in 2fa settings. !51283 (Yogi (@yo))
- Add `gl-button` to promotion buttons on issue sidebar. !51287 (Yogi (@yo))
- Add gl-button to personal access token page. !51294 (Yogi (@yo))
- Add gl-button to new issues and MR page. !51295 (Yogi (@yo))
- Updated UI text to match style guidelines. !51348
- Add gl-button to nav buttons in the project page. !51427 (Yogi (@yo))
- Add Composer cache classes and table. !51509
- Bump doorkeeper to 5.4.0. !51559
- [Commit Page] Migrate to GlModal for cherry-pick commit. !51650
- Updated UI text to match style guidelines. !51658
- Apply GitLab UI button styles to button in geo. !51777 (Yogi (@yo))
- Apply GitLab UI button styles to button _blank_state_ee_trial. !51778 (Yogi (@yo))
- Apply GitLab UI button styles to buttons in group settings. !51781 (Yogi (@yo))
- Apply GitLab UI button styles to buttons in ee/app/views/users directory. !51783 (Yogi (@yo))
- Improve Performance bar design. !51788 (Yogi (@yo))
- Apply new GitLab UI for buttons in admin settings. !51789 (Yogi (@yo))
- Update empty labels container background color. !51792 (Yogi (@yo))
- Update milestone badge to gl-badge. !51794 (Yogi (@yo))
- Apply GitLab UI for create file button in MR. !51795 (Yogi (@yo))
- Remove huge bottom margin for expand file button. !51802 (Yogi (@yo))
- Apply new GitLab UI for commit browse file button. !51805 (Yogi (@yo))
- Update CI general pipeline settings UI text. !51806
- Apply new GitLab UI style to mirror update button and add space after icon. !51808 (Yogi (@yo))
- Migrate old button classes to our Pajamas style GitLab button in multiple areas. !51826 (Yogi (@yo))
- Update links in Pages settings. !51847
- Update button style for consistency in Settings > Integrations, Mermaid Diagram warning, and No SSH warning. !51864
- Add empty state placeholder for milestones. !51887 (Yogi (@yo))
- Move user action card to new GitLab UI card in admin. !51914 (Yogi (@yo))
- Move email badges to new GitLab UI badges. !51915 (Yogi (@yo))
- Apply GitLab UI to email status badge. !51916 (Yogi (@yo))
- Remove fuzzy search for awards emoji and refactor GFM autocomplete emoji support. !51972 (Ethan Reesor (@firelizzard))
- [MR Page] Migrate to GlModal for revert MR. !52019
- Increase splay of Puma worker restarts. !52079
- Add btn-default class for btn-build buttons. !52093 (Yogi (@yo))
- Update GitLab Runner Helm Chart to 0.25.0. !52095
- Apply new GitLab UI for form inputs project settings page. !52097 (Yogi (@yo))
- When an MR diff is Too Large, highlight it like other collapsed diffs. !52146
- Updated UI text to match style guidelines. !52152
- Remove temp index in oauth_applications table. !52157
- Apply new GitLab UI for input fields in auth screens. !52167 (Yogi (@yo))
- Update doorkeeper to 5.5.0.rc2. !52171
- Remove Avatar from Comment Forms. !52180 (Lee Tickett @leetickett)
- Add gl-button class in relevant places on project html. !52183 (Gary Bell @garybell)
- Track suggestion add/apply metrics. !52189
- Track the number of users who are assigned and get requested for reviews. !52194
- Apply new GitLab UI for badge and button in project's protected branch settings. !52207 (Yogi (@yo))
- Disable nakayoshi_fork by default in examples. !52209
- Remove graphql_pipeline_header feature flag. !52247
- Updated UI text to match style guidelines. !52267
- Update bundler-audit gem to 0.7.0.1. !52269
- Update default_value_for gem to 3.4.0. !52271
- Convert deploy token button to pajamas. !52277
- Updated UI text to match style guidelines. !52284
- Apply new GitLab UI badge for users in the admin page. !52289 (Yogi (@yo))
- Apply new GitLab UI for inputs in admin/users directory. !52290 (Yogi (@yo))
- Fix Add a to do spelling on epics. !52292 (Yogi (@yo))
- Expose user availablility data on issuable pages. !52333
- Convert project runner buttons to pajamas. !52358
- Replace angle-double-left icon with chevron-double-lg-left. !52393
- Apply new GitLab UI for subscribe buttons in issues. !52401 (Yogi (@yo))
- Apply new GitLab UI for inputs in admin/application_settings directory. !52402 (Yogi (@yo))
- Apply new GitLab UI for buttons and card in admin/license. !52408 (Yogi (@yo))
- Apply new GitLab UI for input field in admin/appearance. !52409 (Yogi (@yo))
- Apply new GitLab UI for input field in admin/applications. !52410 (Yogi (@yo))
- Apply new GitLab UI for input field in admin/broadcast_messages. !52411 (Yogi (@yo))
- Apply new GitLab UI for input field in admin/hooks. !52412 (Yogi (@yo))
- Apply new GitLab UI for input field in admin/labels. !52413 (Yogi (@yo))
- Move vulnerability report counts to GlCard. !52416 (Yogi (@yo))
- Bold metricDetailsLabel in the performance bar. !52417 (Yogi (@yo))
- Apply new GitLab UI for input field in user profile settings. !52424 (Yogi (@yo))
- Apply new GitLab UI for input field in user applications. !52425 (Yogi (@yo))
- Apply new GitLab UI for input field in user personal access token settings. !52426 (Yogi (@yo))
- Apply new GitLab UI for input field in user email settings. !52427 (Yogi (@yo))
- Apply new GitLab UI for buttons in blob header. !52429 (Yogi (@yo))
- Add btn-default to settings toggle button in push rules. !52430 (Yogi (@yo))
- Replace OpenSSL constants with strings. !52432 (Takuya Noguchi)
- Fix spacing before toggle subscribe button on labels. !52459 (Yogi (@yo))
- Apply new GitLab UI for input fields in file editor. !52461 (Yogi (@yo))
- Improve variable settings ui text. !52462
- Update starred empty state with new GitLab UI classes. !52467 (Yogi (@yo))
- Track API requests from the the VS Code extension. !52484
- Create constants for bv::show::modal and bv::hide::modal. !52518 (Kev @KevSlashNull)
- Add additional instructions on deleting account on Gitlab.com. !52538
- Remove v-html from mr_widget_pipeline.vue. !52564 (Kev @KevSlashNull)
- Apply new GitLab UI for buttons in 2fa and changed deprecated info to confirm. !52580 (Yogi (@yo))
- Allow new docs badges in UI links. !52651
- Update (?) link to sprite question icon. !52655 (Yogi (@yo))
- Improve overall copy, remove redundant reassurance in the form, and fix empty %p rendered in the DOM of the welcome page. !52660
- Apply new GitLab UI class for U2F try again button. !52759 (Yogi (@yo))
- Update question mark icon while checking pipeline status. !52760 (Yogi (@yo))
- Update table and ellipsis button in performance bar metrics modal. !52762 (Yogi (@yo))
- Replace bootstrap event strings with constants. !52777 (Kev @KevSlashNull)
- Apply new GitLab UI style for todo button in the issuable sidebar. !52779 (Yogi (@yo))
- Apply new GitLab UI for buttons in MR resolve conflicts page. !52783 (Yogi (@yo))
- Review UI text - deploy keys settings. !52830
- Add btn-default class for the download button in graphs page. !52857 (Yogi (@yo))
- Add btn-default class for unlock button in locked files page. !52858 (Yogi (@yo))
- Add btn-default class for history button in the contributors page. !52861 (Yogi (@yo))
- Apply new GitLab UI for buttons in tags page. !52862 (Yogi (@yo))
- Apply new GitLab UI for buttons in the tag edit page. !52863 (Yogi (@yo))
- Apply new GitLab UI for buttons and input in the project graph page. !52864 (Yogi (@yo))
- Add btn-default to buttons in tag action on the single tag page. !52866 (Yogi (@yo))
- Apply new GitLab UI for badges in the project branch list. !52868 (Yogi (@yo))
- Update rspec-* gem versions. !52873
- Review UI text - deploy freezes. !52884
- Apply new GitLab UI for RSS button in commits page. !52900 (Yogi (@yo))
- Add btn-icon class for action buttons in the user profile. !52901 (Yogi (@yo))
- Open CI/CD settings help links in new tab by default. !52948
- Update links to redirected docs. !53004
- Cleanup composer cache pages. !53005
- Re-add migration to fix invalid merge request index. !53042
- Update mermaid.js to v8.9.0. !53123
- Move CleanupMultiprocDirService out of config.ru. !53139
- Apply new GitLab UI for buttons in empty project snippets placeholder. !53157 (Yogi (@yo))
- [MR Page] Migrate to GlModal for Cherry-pick MR. !53169
- Bump cluster applications CI template to v0.40.0. !53183
- Remove inconsistent index in backup_labels table. !53189
- Set projects.has_external_wiki default to null if default value is present. !53216
- Update bullet gem version to 6.1.3. !53217
- Updated UI text to be sentence case. !53323
- Add btn-default class for social buttons in login and signup page. !53347 (Yogi (@yo))
- Apply new GitLab UI for buttons in pipeline page. !53364 (Yogi (@yo))
- Apply new GitLab UI for search in frequent items search. !53368 (Yogi (@yo))
- Apply new GitLab UI for badge in job page sidebar. !53386 (Yogi (@yo))
- Geo - Update Patroni replication docs to automatic recover from a leader change on the primary site. !53424
- Change secondary text color on Gitpod editor dropdown button. !53437
- Apply new GitLab UI for new trial page. !53447 (Yogi (@yo))
- Apply new GitLab UI for buttons in create project page. !53454 (Yogi (@yo))
- Apply new GitLab UI for buttons in connect repo buttons in new project page. !53455
- Apply new GitLab UI for buttons in new group page. !53456 (Yogi (@yo))
- Show bottom tooltip for edit button in user profile. !53459 (Yogi (@yo))
- Add Space before loading icon in toggle todo button. !53463 (Yogi (@yo))
- Apply new GitLab UI for create mr button from issue. !53467 (Yogi (@yo))
- Apply GitLab UI button styles to buttons in gitlab_slack_application file. !53478 (Yogi (@yo))
- Remove namespace_onboarding_actions table. !53488
- Update grape gem to 1.5.2. !53547
- Apply new GitLab UI for buttons in empty issue placeholder. !53554 (Yogi (@yo))
- Apply new GitLab UI for buttons in commit page. !53555 (Yogi (@yo))
- Apply new GitLab UI for toggle buttons in CI/CD settings page. !53556 (Yogi (@yo))
- Add margin and remove padding in project graph page. !53557 (Yogi (@yo))
- Add btn-icon class for icon only buttons in issues header. !53562 (Yogi (@yo))
- Remove gl-text-black-normal from detailed metric which is not visible in dark mode. !53563 (Yogi (@yo))
- Improve error message reporting in snippet create or update. !53576
- Add URL help text and edit other UI text. !53578
- Apply new GitLab UI for no repo action buttons. !53580 (Yogi (@yo))
- Track 5 mins production app template usage. !53618
- Add clear_status_at column to user_status table. !53620
- Fix /-/readiness probe for Puma Single. !53708
- Prevent blocked user from triggering notifications. !53788
- Track when a merge request is created from an issue. !53808
- Allow running Puma in Single mode. !53830
- Update GitLab Workhorse to v8.62.0. !53864
- Remove caching_experiments feature flag. !53901
- Improve profile status emoji alignment. !54078
- Add tracking to measure the number of unique users committing CI config. !54192
- Enable sorting diffs by default. !54210
- Update GitLab Workhorse to v8.63.0. !54315
- Add btn-default to buttons in todos page. (Yogi (@yo))
- Apply new GitLab UI for buttons in pipeline schedules.
## 13.8.4 (2021-02-11) ## 13.8.4 (2021-02-11)
### Security (9 changes) ### Security (9 changes)
......
---
title: Remove compare switch revision button
merge_request: 52547
author:
type: changed
---
title: Support setting more attributes when forking a project
merge_request: 51962
author:
type: added
---
title: Escaped markdown should not be interpreted as shortcuts
merge_request: 45922
author:
type: changed
---
title: "API: do not mangle dots when creating project with a name"
merge_request: 52725
author:
type: fixed
---
title: Move "number of changed files" into Web IDE sidebar badge
merge_request: 51166
author: Kev @KevSlashNull
type: added
---
title: Display epic related events on user activity feed
merge_request: 52611
author:
type: added
---
title: Add unique index on services project_id and type
merge_request: 52563
author:
type: changed
---
title: Clean up uniqueness validations for service type
merge_request: 52565
author:
type: changed
---
title: Support setting confidential note attribute in UI
merge_request: 52949
author: Lee Tickett @leetickett
type: added
---
title: Remove duplicates from vulnerability_occurrences
merge_request: 49937
author:
type: other
---
title: Web IDE shows alert and disable buttons when user cannot push code
merge_request: 51710
author:
type: changed
---
title: Migrate incorrect value stream group stage records
merge_request: 51975
author:
type: fixed
---
title: Add delete functionality to the Image Repository detail view
merge_request: 51980
author:
type: added
---
title: Add 404 state to container registry details page
merge_request: 52466
author:
type: changed
---
title: Remove duplicates from related_commit_sha query
merge_request: 51888
author:
type: fixed
---
title: Add Jira proxy settings columns
merge_request: 52119
author:
type: added
---
title: Allow opening projects with VS Code
merge_request: 49460
author: Kev @KevSlashNull
type: added
---
title: Replace angle-double-left icon with chevron-double-lg-left
merge_request: 52393
author:
type: other
---
title: Allow dots in label names through REST API
merge_request: 52591
author:
type: fixed
---
title: Redesign the search UI for the package list
merge_request: 52575
author:
type: changed
---
title: Change Jira Connect update sequence id to use Unix Time
merge_request: 51697
author:
type: fixed
---
title: Migrate button to gitlab ui in note form
merge_request: 42221
author:
type: changed
---
title: "[MR Page] Migrate to GlModal for Cherry-pick MR"
merge_request: 53169
author:
type: other
---
title: "[Commit Page] Migrate to GlModal for cherry-pick commit"
merge_request: 51650
author:
type: other
---
title: "[MR Page] Migrate to GlModal for revert MR"
merge_request: 52019
author:
type: other
---
title: Convert project runner buttons to pajamas
merge_request: 52358
author:
type: other
---
title: Apply GitLab UI button styles to buttons in ee/app/views/users directory
merge_request: 51783
author: Yogi (@yo)
type: other
---
title: Convert deploy token button to pajamas
merge_request: 52277
author:
type: other
---
title: Apply GitLab UI button styles to buttons in gitlab_slack_application file
merge_request: 53478
author: Yogi (@yo)
type: other
---
title: Add gl-button class in relevant places on project html
merge_request: 52183
author: Gary Bell @garybell
type: other
---
title: Apply GitLab UI button styles to button in geo
merge_request: 51777
author: Yogi (@yo)
type: other
---
title: Apply GitLab UI button styles to buttons in app/views/projects/notes directory
merge_request: 44107
author: Lakshit
type: other
---
title: Apply GitLab UI button styles to buttons in group settings
merge_request: 51781
author: Yogi (@yo)
type: other
---
title: Use user-provided timestamp when updating issue and merge request milestones,
iterations, and weights using the API
merge_request: 53237
author:
type: fixed
---
title: Show recent test case failures in the pipeline test report
merge_request: 52606
author:
type: added
---
title: Add entity columns to vulnerability occurrences
merge_request: 51739
author:
type: changed
---
title: Update max number of NuGet packages returned
merge_request: 52265
author:
type: fixed
---
title: "Enable/disable additional diagram formats on Kroki"
merge_request: 49304
author: Guillaume Grossetie
type: added
---
title: Add tag_list attribute to the JSON output for Jobs API
merge_request: 44859
author: Alon Liszt
type: added
---
title: Don't expose project existence by redirecting from its .git URL
merge_request: 52818
author:
type: fixed
---
title: Add enforced SSH key expiration
merge_request: 51921
author:
type: added
---
title: Add a commit message parameter for the suggestion endpoints
merge_request: 51245
author:
type: added
---
title: Add a /request_review alias for /assign_reviewer
merge_request: 51751
author:
type: added
---
title: Enable suggestions custom commit message feature flag by default
merge_request: 53342
author:
type: changed
---
title: Replace bootstrap modal in issuable_by_email HAML template
merge_request: 53599
author:
type: changed
---
title: Fix broken testsuite link if the suite contains a dot
merge_request: 51828
author: Michael Aigner @tonka3000
type: fixed
---
title: Add 'tags' field to runners in job/pipeline webhook payloads
merge_request: 51633
author:
type: changed
---
title: Track API requests from the the VS Code extension
merge_request: 52484
author:
type: other
---
title: Fix long CI variable name overflows on origin
merge_request: 51021
author: Kev @KevSlashNull
type: fixed
---
title: Improve the performance of merge request and issue search by label(s)
merge_request: 52495
author:
type: performance
---
title: Add subgroup_events column to web_hooks table
merge_request: 52648
author:
type: added
---
title: Sort milestone dropdown items by due date
merge_request: 53242
author:
type: changed
---
title: Global Search - UX Cleanup of Search Bar
merge_request: 51409
author:
type: changed
---
title: Add clear_status_at column to user_status table
merge_request: 53620
author:
type: other
---
title: Fix "Stay on Page" alert showing in empty snippet
merge_request: 50400
author: Kev @KevSlashNull
type: fixed
---
title: Add job to persist On-call shifts
merge_request: 50239
author:
type: added
---
title: Add On-call Rotations destroy mutation to GraphQL
merge_request: 51860
author:
type: added
---
title: Display user busy status in issue sidebar
merge_request: 54165
author:
type: added
---
title: Display the user busy status in the MR sidebar
merge_request: 47769
author:
type: changed
---
title: Allow users to fork to a group when their personal namespace is full
merge_request: 53632
author:
type: fixed
---
title: Add bot to User GraphQL Type
merge_request: 52933
author:
type: added
---
title: Expose if user is a bot in the REST api
merge_request: 52003
author:
type: added
---
title: Add link to test case file in pipeline test report
merge_request: 53650
author:
type: added
---
title: New Shared Partial for SSH Key Deletion
merge_request: 50825
author: Mehul Sharma
type: other
---
title: Correct the egress 'deny all' policy preview from Allow to Deny
merge_request: 52370
author:
type: fixed
---
title: 'Matomo: Support the disabling of cookies'
merge_request: 52831
author: 'otheus@gmail.com'
type: added
---
title: Improve user dropdown items
merge_request: 53175
author:
type: changed
---
title: Fix Web IDE open MR to show opened files consistently
merge_request: 53927
author:
type: fixed
---
title: Update blob page buttons to gitlab-ui pajamas styles
merge_request: 53775
author:
type: changed
---
title: Global Search - UX Refresh for Sort Button
merge_request: 52387
author:
type: changed
---
title: Cleanup incorrect data in projects.has_external_wiki
merge_request: 53790
author:
type: fixed
---
title: Add keep latest artifact option for instances
merge_request: 50889
author:
type: added
---
title: Allow versionless maven-metadata.xml file duplicates even when maven duplicates
are disabled
merge_request: 51758
author:
type: fixed
---
title: Make merge-ref base the default comparison mode
merge_request: 54017
author:
type: added
---
title: Populate the `uuid` attributes of the `security_findings` records and the `finding_uuid`
attribute of the related `vulnerability_feedback` records
merge_request: 51472
author:
type: added
---
title: Change UI text for 2FA setup
merge_request: 53677
author:
type: changed
---
title: Improve search filter by taking space in file path into account
merge_request: 52392
author:
type: fixed
---
title: Move Cohorts page to Overiew-Users
merge_request: 51707
author:
type: changed
---
title: Improve accessibility of gray color CI status icons
merge_request: 52356
author:
type: changed
---
title: Update styles for terraform MR widget
merge_request: 52627
author:
type: changed
---
title: Remove redundant text in Terraform Widget
merge_request: 52013
author:
type: changed
---
title: Change error message for user approval error
merge_request: 52103
author:
type: changed
---
title: Include submodule information for files in diff metadata
merge_request: 50346
author: Simon Stieger @sim0
type: fixed
---
title: Improve highlighting for merge diffs
merge_request: 53980
author:
type: added
---
title: Fix reply box border on diffs
merge_request: 52084
author:
type: fixed
---
title: Align note actions icons
merge_request: 53753
author: Claudius Ellsel (@clel)
type: fixed
---
title: Populate and migrate issue_email_participants
merge_request: 48711
author: Lee Tickett @leetickett
type: added
---
title: Fix batch query issue when primary key is -1
merge_request: 51716
author:
type: fixed
---
title: Fix Net::HTTP proxy encoding username and password
merge_request: 52368
author:
type: fixed
---
title: Add `security_and_compliance_access_level` column into the `project_features`
table
merge_request: 52551
author:
type: added
---
title: Select the newest records for webhook test payloads
merge_request: 54030
author:
type: changed
---
title: Add warning message for GitLab group migration
merge_request: 51214
author:
type: changed
---
title: Add Composer cache classes and table
merge_request: 51509
author:
type: other
---
title: Add sort argument to container_repositories graphql resolver
merge_request: 53404
author:
type: changed
---
title: Add sort to container registry list page
merge_request: 53820
author:
type: changed
---
title: Display unload warning if MR edit changed
merge_request: 53438
author:
type: added
---
title: Add PostgreSQL trigger to maintain projects.has_external_issue_tracker
merge_request: 51852
author:
type: changed
---
title: Add status attribute to packages and ability to set 'hidden' for generic packages
merge_request: 53385
author:
type: added
---
title: Add content_type column to dependency_proxy_manifests
merge_request: 52805
author:
type: changed
---
title: Add callout disabling feature to cleanup policy alert
merge_request: 52327
author:
type: changed
---
title: Add GraphQL query for single Terraform state
merge_request: 51145
author:
type: added
---
title: Remove MR List counts if they cannot be generated
merge_request: 52698
author:
type: fixed
---
title: Create new assignees widget for boards
merge_request: 50054
author:
type: changed
---
title: Track monthly active users for QuickActions
merge_request: 52398
author:
type: added
---
title: 'Editor Lite: support for Diff Instance'
merge_request: 51470
author:
type: added
---
title: Support batch loading of merge head diffs
merge_request: 51078
author:
type: performance
---
title: Display loading when removing Terraform state
merge_request: 53897
author:
type: changed
---
title: Add loading display to Terraform lock action
merge_request: 53475
author:
type: changed
---
title: Allow reviewers to be updated via MergeRequest API
merge_request: 51186
author:
type: added
---
title: Schedule user status cleanup after a given time interval via the REST API
merge_request: 54207
author:
type: added
---
title: Add metrics for merge request approvals and revoking approvals
merge_request: 53201
author:
type: added
---
title: Track suggestion add/apply metrics
merge_request: 52189
author:
type: other
---
title: Update links in Pages settings
merge_request: 51847
author:
type: other
---
title: Add created_by_user to cluster agents
merge_request: 54011
author:
type: added
---
title: Add created_by_user to cluster agent tokens
merge_request: 54019
author:
type: added
---
title: Enable sorting diffs by default
merge_request: 54210
author:
type: other
---
title: Sync pipeline builds to Jira
merge_request: 51627
author:
type: added
---
title: Update Workhorse to v8.60.0
merge_request: 51965
author:
type: changed
---
title: Fix fullscreen mode not working for comments in merge request changes view
merge_request: 53009
author: Simon Stieger @sim0
type: fixed
---
title: Create constants for bv::show::modal and bv::hide::modal
merge_request: 52518
author: Kev @KevSlashNull
type: other
---
title: Add updated_at output to search results
merge_request: 53958
author:
type: changed
---
title: 'Search: Add Sort by Last Updated to Issue/MR'
merge_request: 53589
author:
type: changed
---
title: Rename asset_proxy_whitelist column on application_settings
merge_request: 50824
author:
type: changed
---
title: Scope milestones on swimlane boards to project and its ancestors
merge_request: 52199
author:
type: fixed
---
title: Add indexes for onboarding progress table
merge_request: 50679
author:
type: performance
---
title: Missing action prop on group page
merge_request: 52379
author:
type: fixed
---
title: Removed unused Text dropdown
merge_request: 53464
author:
type: removed
---
title: Fix bug branch change with line selected
merge_request: 52285
author:
type: fixed
---
title: Add git_two_factor_session_expiry column to application_settings table
merge_request: 52761
author:
type: added
---
title: Remove namespace_onboarding_actions table
merge_request: 53488
author:
type: other
---
title: Remove inconsistent index in backup_labels table
merge_request: 53189
author:
type: other
---
title: Prevent creating duplicate pipelines manually
merge_request: 51076
author: Kev @KevSlashNull
type: changed
---
title: Enable group setting to allow or prevent duplicate Maven uploads
merge_request: 53591
author:
type: added
---
title: Expose user availablility data on issuable pages
merge_request: 52333
author:
type: other
---
title: Reduce vertical padding of registry list item
merge_request: 51961
author:
type: changed
---
title: Enable synchronization of feature flags to Jira
merge_request: 51796
author:
type: added
---
title: Fix charts sometimes being hidden on milestone page
merge_request: 52552
author:
type: fixed
---
title: Adds jira issue enforcement field
merge_request: 52896
author:
type: added
---
title: Add converted_at(timestamp) & context(jsonb) columns to the experiment_subjects
table
merge_request: 51659
author:
type: changed
---
title: Add name validation to Terraform state
merge_request: 52102
author:
type: changed
---
title: Log user approval/rejection in application logs
merge_request: 51768
author:
type: added
---
title: Disable board configuration options for users without edit permission
merge_request: 52077
author:
type: fixed
---
title: Use realtime_changes endpoint for reporting group import status
merge_request: 52796
author:
type: changed
---
title: Update CI general pipeline settings UI text
merge_request: 51806
author:
type: other
---
title: Add OpenSearch support
merge_request: 52583
author:
type: added
---
title: Add repository_read_only column to NamespaceSettings table
merge_request: 52300
author:
type: added
---
title: Track the number of users who are assigned and get requested for reviews
merge_request: 52194
author:
type: other
---
title: Fix Add a to do spelling on epics
merge_request: 52292
author: Yogi (@yo)
type: other
---
title: Global Search - Project Filter sets Group
merge_request: 52015
author:
type: fixed
---
title: Add rubygems metadata table
merge_request: 52639
author:
type: added
---
title: Track when a merge request is created from an issue
merge_request: 53808
author:
type: other
---
title: Enable housekeeping for project and group wiki repos
merge_request: 53011
author:
type: added
---
title: Add tracking to measure the number of unique users committing CI config
merge_request: 54192
author:
type: other
---
title: 'Resolve User cannot merge an issue'
merge_request: 52311
author:
type: fixed
---
title: Add tooltips to requirement import and export buttons
merge_request: 52582
author: Kev @KevSlashNull
type: fixed
---
title: Make CI Icon in merge request pipeline detail consistent with other widget
icons
merge_request: 52516
author:
type: fixed
---
title: Fix bug in personal snippet thread discussions
merge_request: 52490
author:
type: fixed
---
title: Improve variable settings ui text
merge_request: 52462
author:
type: other
---
title: Make text on Repository Cleanup page translatable
merge_request: 52529
author:
type: fixed
---
title: Improve project members management, filtering, and sorting
merge_request: 53935
author:
type: changed
---
title: Remove v-html from mr_widget_pipeline.vue
merge_request: 52564
author: Kev @KevSlashNull
type: other
---
title: Add gl-button to Set up new device button in 2fa settings
merge_request: 51283
author: Yogi (@yo)
type: other
---
title: Allow HEAD requests for read_api and read_user scope tokens
merge_request: 53088
author:
type: fixed
---
title: Update mermaid.js to v8.9.0
merge_request: 53123
author:
type: other
---
title: Fix timeouts affecting certain test webhooks
merge_request: 53676
author:
type: fixed
---
title: Handle IPv6 hostname in ExternalHTTP instrumenter
merge_request: 52691
author:
type: fixed
---
title: Fix bad request error when applying suggestions
merge_request: 52735
author:
type: fixed
---
title: Add Security Orchestration Policy Configuration
merge_request: 53743
author:
type: added
---
title: Align action buttons in jobs page. Reduce icon buttons width in jobs, artifacts
and environment pages.
merge_request: 53155
author:
type: changed
---
title: Fix incorrect breadcrumb path for import groups page
merge_request: 54211
author:
type: fixed
---
title: Cleanup composer cache pages
merge_request: 53005
author:
type: other
---
title: Migration to add new Premium and Ultimate plan records
merge_request: 53465
author:
type: added
---
title: Move CleanupMultiprocDirService out of config.ru
merge_request: 53139
author:
type: other
---
title: Fix /-/readiness probe for Puma Single
merge_request: 53708
author:
type: other
---
title: Fixes broken password reset link in account deletion message
merge_request: 53274
author:
type: fixed
---
title: Add empty jobs page with link to editor
merge_request: 53240
author:
type: added
---
title: Allow running Puma in Single mode
merge_request: 53830
author:
type: other
---
title: Add indicator in admin dashboard if user is group managed
merge_request: 54027
author:
type: added
---
title: Conditionally render test case file
merge_request: 53497
author:
type: fixed
---
title: Fix pipeline test report not rendering when missing properties
merge_request: 54363
author:
type: fixed
---
title: Improve merge failed error
merge_request: 52555
author:
type: changed
---
title: Show more appropriate error message when merging fails
merge_request: 52671
author:
type: fixed
---
title: Improve visibility of time spent with external HTTP calls
merge_request: 50696
author:
type: added
---
title: Add `patch_hard_limit_bytes_hit` metric for monitoring diff patch size limit hits
merge_request: 52456
author:
type: added
---
title: Add application rate limit for Notes creation
merge_request: 53637
author:
type: added
---
title: Safe guard repo compare when data is undefined
merge_request: 54371
author:
type: fixed
---
title: Add an allowlist to exclude users from the rate limit on notes creation
merge_request: 53866
author:
type: added
---
title: Fix search functionality in Jira issues list
merge_request: 54312
author:
type: fixed
---
title: Move GMA user badging in admin to EE only
merge_request: 54125
author:
type: fixed
---
title: Search across full name for mentions autocomplete
merge_request: 52488
author:
type: added
---
title: Run pipeline_schedule_worker at every 10th minute from 3 through 59
merge_request: 52756
author: Ben Bodenmiller (@bbodenmiller)
type: changed
---
title: Geo - Update Patroni replication docs to automatic recover from a leader change
on the primary site
merge_request: 53424
author:
type: other
---
title: Code extraction - refactoring of MR services classes
merge_request: 49827
author:
type: changed
---
title: Remove Avatar from Comment Forms
merge_request: 52180
author: Lee Tickett @leetickett
type: other
---
title: Adds GitLab UI styles to button in _edit_form.html.haml
merge_request: 51156
author: nuwe1
type: other
---
title: Update buttons in _hook.html.haml to use GitLab UI
merge_request: 51065
author: nuwe1
type: other
---
title: Adds GitLabUI button styles in _test_button.html.haml
merge_request: 51070
author: nuwe1
type: other
---
title: Adds GitLabUI button styles in deploy tokens _table.html.haml
merge_request: 51082
author: nuwe1
type: other
---
title: Apply GitLab UI styles to buttons in notification directory _new_button.html.haml
merge_request: 51148
author: nuwe1
type: other
---
title: Apply GitLab UI styles to buttons in _comment_button.html.haml
merge_request: 51152
author: nuwe1
type: other
---
title: Adds GitLab UI styles to button in _form.html.haml
merge_request: 51160
author: nuwe1
type: other
---
title: Replace OpenSSL constants with strings
merge_request: 52432
author: Takuya Noguchi
type: other
---
title: Replace bootstrap event strings with constants
merge_request: 52777
author: Kev @KevSlashNull
type: other
---
title: Fix breadcrumb dropdown on mobile being too narrow
merge_request: 51092
author: Kev @KevSlashNull
type: fixed
---
title: Extend index on ci_builds_metadata
merge_request: 52123
author:
type: performance
---
title: Adds only_group_labels and include_ancestor_labels and include_descendant_groups
arguments to the project and group labels resolvers respectively
merge_request: 53639
author:
type: fixed
---
title: Fix missing known usage data event
merge_request: 53729
author:
type: fixed
---
title: Add captcha-related fields to snippet GraphQL mutations
merge_request: 51956
author:
type: added
---
title: Add user setting for opting into marketing emails
merge_request: 53921
author:
type: added
---
title: Render WebP attachments as image by default
merge_request: 51088
author: Kev @KevSlashNull
type: changed
---
title: Send deployment information to Jira
merge_request: 51629
author:
type: added
---
title: Add state events to merge request update mutation
merge_request: 54133
author:
type: added
---
title: 'Breaking change: Prevent mutual recursion in GraphQL Package'
merge_request: 52131
author:
type: fixed
---
title: Fix URL in JiraConnect feature flag serializer
merge_request: 52221
author:
type: fixed
---
title: Fix spurious not-adjacent error when moving designs
merge_request: 53771
author:
type: fixed
---
title: Add margin and remove padding in project graph page
merge_request: 53557
author: Yogi (@yo)
type: other
---
title: Disable nakayoshi_fork by default in examples
merge_request: 52209
author:
type: other
---
title: Allow Environment Scopes to Wrap on Feature Flags Table
merge_request: 52617
author:
type: fixed
---
title: Apply new GitLab UI for buttons in pipeline schedules
merge_request:
author:
type: other
---
title: Update the HEX values and names of the color options for labels
merge_request: 50393
author:
type: changed
---
title: Fix protected branches/tags border
merge_request: 52816
author:
type: changed
---
title: Change the project avatar preview into a rectangle
merge_request: 51511
author: Austin Regnery
type: changed
---
title: Fix to show auditor badging in admin user view
merge_request: 52943
author:
type: fixed
---
title: Add additional instructions on deleting account on Gitlab.com
merge_request: 52538
author:
type: other
---
title: Upgrade Asciidoctor to 2.0.12
merge_request: 54121
author: Guillaume Grossetie
type: changed
---
title: Add auto_delete_at to environments
merge_request: 52788
author:
type: added
---
title: Pass dependency proxy credentials to runners to log in automatically
merge_request: 51927
author:
type: added
---
title: Increase splay of Puma worker restarts
merge_request: 52079
author:
type: other
---
title: Apply new GitLab UI for buttons in 2fa and changed deprecated info to confirm
merge_request: 52580
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in connect repo buttons in new project page
merge_request: 53455
author:
type: other
---
title: Add btn-default class for history button in the contributors page
merge_request: 52861
author: Yogi (@yo)
type: other
---
title: Add btn-default class for unlock button in locked files page
merge_request: 52858
author: Yogi (@yo)
type: other
---
title: Add btn-default to settings toggle button in push rules
merge_request: 52430
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for RSS button in commits page
merge_request: 52900
author: Yogi (@yo)
type: other
---
title: Redesign SSH keys list
merge_request: 53351
author: Yogi (@yo)
type: changed
---
title: Add btn-icon class for icon only buttons in issues header
merge_request: 53562
author: Yogi (@yo)
type: other
---
title: Add btn-icon class for action buttons in the user profile
merge_request: 52901
author: Yogi (@yo)
type: other
---
title: Add API for generating Markdown changelogs
merge_request: 52116
author:
type: added
---
title: Add chat notification label support
merge_request: 52105
author:
type: added
---
title: Accept deeply nested arrays for CI script keyword
merge_request: 53737
author:
type: changed
---
title: Add site landmarks for screen readers
merge_request: 52514
author:
type: added
---
title: Migrate feature flags page toggles to GlToggle
merge_request: 52728
author:
type: changed
---
title: Migrate project settings to use GlToggle
merge_request: 52729
author:
type: changed
---
title: Migrate toggle button in subscription to GitLab UI component
merge_request: 52717
author:
type: changed
---
title: Database migration for compliance pipeline configuration location
merge_request: 51663
author:
type: added
---
title: Update question mark icon while checking pipeline status
merge_request: 52760
author: Yogi (@yo)
type: other
---
title: Show bottom tooltip for edit button in user profile
merge_request: 53459
author: Yogi (@yo)
type: other
---
title: Track YAML-less Auto DevOps inclusions separately
merge_request: 53383
author:
type: changed
---
title: Add Banzai filter for CustomEmoji
merge_request: 47122
author: Rajendra Kadam
type: added
---
title: Show correct ref name in code coverage statistics header
merge_request: 51385
author: Andreas Schmidt
type: fixed
---
title: Allow user SSH public key endpoint to be publicly accessible again
merge_request: 52227
author:
type: fixed
---
title: Debian Group and Project Distribution Component Files
merge_request: 52885
author: Mathieu Parent
type: added
---
title: Debian Group and Project Distribution Components
merge_request: 51732
author: Mathieu Parent
type: added
---
title: Debian Publications
merge_request: 52916
author: Mathieu Parent
type: added
---
title: Deprecate GitLab-managed (v1) apps that will be removed in 14.0
merge_request: 54162
author:
type: deprecated
---
title: Change DevopsAdoption feature to work with single group only
merge_request: 52871
author:
type: changed
---
title: Lower allocations in _collapsed partial
merge_request: 53233
author:
type: performance
---
title: Allow new docs badges in UI links
merge_request: 52651
author:
type: other
---
title: Update links to redirected docs
merge_request: 53004
author:
type: other
---
title: Review UI text - deploy freezes
merge_request: 52884
author:
type: other
---
title: Review UI text - deploy keys settings
merge_request: 52830
author:
type: other
---
title: Fix bug, where the download email patches and plain diffs links did not download from the commit page
merge_request: 52899
author: Yogi (@yo)
type: changed
---
title: Update code quality template to use 0.85.22
merge_request: 52913
author:
type: changed
---
title: Instrument CI parsers
merge_request: 51241
author:
type: added
---
title: Introduce automatic class path correction in Cobertura parser
merge_request: 53236
author:
type: changed
---
title: Display full design name in tooltip
merge_request: 51421
author:
type: changed
---
title: Fix empty pipeline analytics charts when time_zone is non-UTC
merge_request: 52971
author:
type: fixed
---
title: Filter deployments by finished_at in Value Stream Analytics
merge_request: 53861
author:
type: changed
---
title: Project creation to use specialized worker to calculate project authorizations
merge_request: 52719
author:
type: performance
---
title: Add URL help text and edit other UI text
merge_request: 53578
author:
type: other
---
title: Bypass admin mode for internal api operations (ssh git & http rails)
merge_request: 52697
author: Diego Louzán
type: changed
---
title: Add follow each other model, API and UI(profile, activity view)
merge_request: 45451
author: Roger Meier
type: added
---
title: Add release tooltip for guest users
merge_request: 53722
author: Jonas Wälter @wwwjon
type: changed
---
title: Enable local file reviews (marking files as viewed) by default and add documentation
for that feature
merge_request: 48976
author:
type: added
---
title: Mark files as reviewed locally
merge_request: 51513
author:
type: added
---
title: Add GFM reference format for feature flags
merge_request: 53021
author:
type: added
---
title: Add merged Yaml tab feature to Pipeline Editor
merge_request: 54223
author:
type: added
---
title: Fix assignee avatar alignment in edit board modal
merge_request: 52453
author: Yogi (@yo)
type: fixed
---
title: Back Button now switches to last active analytics tab
merge_request: 53495
author:
type: fixed
---
title: Fix action button alignment for application inside the table in oauth/applications
merge_request: 52465
author: Yogi (@yo)
type: fixed
---
title: Prevent long variable names from overflowing the popover in CI/CD settings
merge_request: 51018
author: Kev @KevSlashNull
type: fixed
---
title: Add token_with_iv table
merge_request:
author:
type: security
---
title: Remove space next to the icon in email button on admin/users page
merge_request: 52451
author: Yogi (@yo)
type: fixed
---
title: Fix retry option does not work in Merge Trains
merge_request: 52463
author:
type: fixed
---
title: Fix opensearch for anonymous users
merge_request: 53056
author:
type: fixed
---
title: Fix overflowing design buttons on mobile
merge_request: 54381
author:
type: fixed
---
title: Fix pipeline and stage show success without considering bridge status
merge_request: 52192
author: Cong Chen @gentcys
type: fixed
---
title: Fix margins in social connect button on account settings
merge_request: 52581
author: Yogi (@yo)
type: changed
---
title: Fix spacing before toggle subscribe button on labels
merge_request: 52459
author: Yogi (@yo)
type: other
---
title: Fix comment form dropdown check alignment
merge_request: 51787
author: Lee Tickett @leetickett
type: fixed
---
title: Fix gap in tree table header
merge_request: 54025
author:
type: fixed
---
title: Fix unneeded left margin in discussion filter container on mobile
merge_request: 54379
author:
type: fixed
---
title: Add post migration to backfill projects updated at after repository move
merge_request: 53845
author:
type: fixed
---
title: Create Groups::RepositoryStorageMove table
merge_request: 51803
author:
type: added
---
title: Fix snippet repository storage move API when snippet does not exist
merge_request: 53211
author:
type: fixed
---
title: Fix bug rendering snippet activity
merge_request: 53993
author:
type: fixed
---
title: Update column 'updated_at' in container after repository storage move
merge_request: 53821
author:
type: fixed
---
title: Import epic award emojis when using Bulk Import
merge_request: 53747
author:
type: added
---
title: Track exceptions when using Bulk Import
merge_request: 52011
author:
type: changed
---
title: Update Project/Group Exporter temp folder cleanup
merge_request: 51969
author:
type: fixed
---
title: Remove fuzzy search for awards emoji and refactor GFM autocomplete emoji support
merge_request: 51972
author: Ethan Reesor (@firelizzard)
type: other
---
title: Add finder for getting commits with a trailer set
merge_request: 49243
author:
type: added
---
title: Apply new GitLab UI for badges in the project branch list
merge_request: 52868
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for badge in job page sidebar
merge_request: 53386
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for toggle buttons in CI/CD settings page
merge_request: 53556
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in commit page
merge_request: 53555
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for create mr button from issue
merge_request: 53467
author: Yogi (@yo)
type: other
---
title: Add btn-default to buttons in todos page
merge_request:
author: Yogi (@yo)
type: other
---
title: Add btn-default class for the download button in graphs page
merge_request: 52857
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in empty issue placeholder
merge_request: 53554
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in blob header
merge_request: 52429
author: Yogi (@yo)
type: other
---
title: Add btn-default to buttons in tag action on the single tag page
merge_request: 52866
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI style for todo button in the issuable sidebar
merge_request: 52779
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in pipeline page
merge_request: 53364
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in new group page
merge_request: 53456
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in create project page
merge_request: 53454
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for no repo action buttons
merge_request: 53580
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in MR resolve conflicts page
merge_request: 52783
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in the tag edit page
merge_request: 52863
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in empty project snippets placeholder
merge_request: 53157
author: Yogi (@yo)
type: other
---
title: Add btn-default class for social buttons in login and signup page
merge_request: 53347
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in tags page
merge_request: 52862
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI class for U2F try again button
merge_request: 52759
author: Yogi (@yo)
type: other
---
title: Move the sub-section to gl-card in advanced search settings in admin
merge_request: 52585
author: Yogi (@yo)
type: changed
---
title: Apply new GitLab UI for input field in user applications
merge_request: 52425
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for input field in user email settings
merge_request: 52427
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for input field in user personal access token settings
merge_request: 52426
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for input field in user profile settings
merge_request: 52424
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for new trial page
merge_request: 53447
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons and input in the project graph page
merge_request: 52864
author: Yogi (@yo)
type: other
---
title: Adjust job report artifacts downloads to handle multiple types
merge_request: 53141
author:
type: fixed
---
title: Update Sample GitLab Project Template to be clearer and adjust prominent placement
merge_request: 53750
author:
type: changed
---
title: Update Sample GitLab Project Template with MR conflicts fix
merge_request: 54248
author:
type: fixed
---
title: Update bullet gem version to 6.1.3
merge_request: 53217
author:
type: other
---
title: Bump doorkeeper to 5.4.0
merge_request: 51559
author:
type: other
---
title: Update grape gem to 1.5.2
merge_request: 53547
author:
type: other
---
title: Fix viewing blobs for broken MRs
merge_request: 52483
author:
type: fixed
---
title: Use Gitaly keyset pagination to optimize branches page
merge_request: 53409
author:
type: performance
---
title: Update bundler-audit gem to 0.7.0.1
merge_request: 52269
author:
type: other
---
title: Update default_value_for gem to 3.4.0
merge_request: 52271
author:
type: other
---
title: Update doorkeeper to 5.5.0.rc2
merge_request: 52171
author:
type: other
---
title: Update rspec-* gem versions
merge_request: 52873
author:
type: other
---
title: Make System OAuth app index table responsive and externalize text
merge_request: 50979
author: Kev @KevSlashNull
type: fixed
---
title: Improve duplication validation on Release Links
merge_request: 51951
author:
type: fixed
---
title: 'Improve Vulnerability Tracking: Add fingerprints table'
merge_request: 52720
author:
type: added
---
title: Use a custom Ruby patch to instrument memory usage
merge_request: 52306
author:
type: added
---
title: Fix tooltip when drag comment selection is enabled
merge_request: 52595
author:
type: fixed
---
title: Add css to fix fluid layout for index file
merge_request: 50626
author:
type: fixed
---
title: Adds README to OpenAPI docs
merge_request: 52637
author: Jim Cser @jimcser
type: added
---
title: Change the badge design in the jobs page
merge_request: 53168
author:
type: changed
---
title: Remove graphql_pipeline_header feature flag
merge_request: 52247
author:
type: other
---
title: Add runner instructions modal in the CI/CD settings section
merge_request: 53087
author:
type: changed
---
title: Remove caching_experiments feature flag
merge_request: 53901
author:
type: other
---
title: Improve profile status emoji alignment
merge_request: 54078
author:
type: other
---
title: Add "What's new" item to the help dropdown
merge_request: 52020
author:
type: changed
---
title: 'BulkImports: avoid infinity recursion on group migration'
merge_request: 52931
author:
type: fixed
---
title: 'BulkImports: Import Group Labels'
merge_request: 52260
author:
type: added
---
title: 'BulkImports: Migrate Group Membership'
merge_request: 53083
author:
type: added
---
title: 'BulkImports: Add pipeline step to the failures log'
merge_request: 52345
author:
type: changed
---
title: Add the Manage::Import total GMAU metric
merge_request: 51496
author:
type: added
---
title: Improve overall copy, remove redundant reassurance in the form, and fix empty
%p rendered in the DOM of the welcome page.
merge_request: 52660
author:
type: other
---
title: Remove position sticky polyfill
merge_request: 54299
author:
type: changed
---
title: Show helper link on a new line in GPG status popover
merge_request: 52894
author: Yogi (@yo)
type: changed
---
title: 'GraphQL: Add mergedYaml to CiConfigResolver response'
merge_request: 53081
author:
type: changed
---
title: Increase the complexity score of GraphQL detailedStatus#label as it can call
Gitaly
merge_request: 52708
author:
type: changed
---
title: Add Space before loading icon in toggle todo button
merge_request: 53463
author: Yogi (@yo)
type: other
---
title: Make LifecycleEvents exceptions to be fatal
merge_request: 52881
author:
type: fixed
---
title: Map common severity values from a Prometheus alert payload
merge_request: 50871
author:
type: added
---
title: Send only latest jobs in pipeline webhook payload.
merge_request: 53159
author:
type: fixed
---
title: Reset CI minutes only for namespaces that used minutes.
merge_request: 53740
author:
type: changed
---
title: Schedule artifact expiry date backfill background jobs.
merge_request: 51822
author:
type: fixed
---
title: Memoize the fork suggestion button partial
merge_request: 53256
author:
type: performance
---
title: Updated UI text to match style guidelines
merge_request: 52267
author:
type: other
---
title: Fix gitlab:cleanup:orphan_job_artifact_files rake task limit
merge_request: 52056
author:
type: fixed
---
title: Add group_id to ci_daily_build_group_report_result
merge_request: 53494
author:
type: added
---
title: Move vulnerability report counts to GlCard
merge_request: 52416
author: Yogi (@yo)
type: other
---
title: 'Move to CE: mutation to create MR for SAST Configuration'
merge_request: 51634
author:
type: changed
---
title: Fix formatting of "to do" in alert sidebar and error
merge_request: 53037
author:
type: fixed
---
title: Change to-do formatting in Design error messages and sidebar
merge_request: 53040
author:
type: fixed
---
title: Add database index to improve performance of usage ping metrics calculation
merge_request: 48671
author:
type: performance
---
title: Updated UI text to match style guidelines
merge_request: 51348
author:
type: other
---
title: Apply new GitLab UI for input fields in file editor
merge_request: 52461
author: Yogi (@yo)
type: other
---
title: Open CI/CD settings help links in new tab by default
merge_request: 52948
author:
type: other
---
title: Fix Y axis units of pipeline charts when values are small
merge_request: 52024
author:
type: fixed
---
title: Change pipeline empty state language
merge_request: 53281
author:
type: changed
---
title: Fix welcome page alignment on CE
merge_request: 53265
author:
type: fixed
---
title: Paginate single commit view
merge_request: 52819
author:
type: performance
---
title: Bold metricDetailsLabel in the performance bar
merge_request: 52417
author: Yogi (@yo)
type: other
---
title: Change UI text for failed pipeline on an MR
merge_request: 52023
author:
type: changed
---
title: Remove gl-text-black-normal from detailed metric which is not visible in dark
mode
merge_request: 53563
author: Yogi (@yo)
type: other
---
title: Support multi-line string variable values when running a manual pipeline in
the UI.
merge_request: 53292
author:
type: fixed
---
title: Replace erase job alert background color with color consistent with UI
merge_request: 52810
author:
type: changed
---
title: Fix misalignment of assignee dropdown checkmark
merge_request: 53664
author:
type: fixed
---
title: Fix size of group member user status emoji
merge_request: 52730
author:
type: fixed
---
title: Fixed discussions on merge request commits not showing
merge_request: 53143
author:
type: fixed
---
title: Fixed notes polling incorrectly overwriting suggestions in the DOM
merge_request: 51988
author:
type: fixed
---
title: Allow multiple comments on diff lines in inline view
merge_request: 52111
author:
type: fixed
---
title: Fixed sdiff suggestions not working when replying to comments
merge_request: 52100
author:
type: fixed
---
title: Fix diff discussions rendering on the wrong side
merge_request: 52579
author:
type: fixed
---
title: Fixes GraphQl merge request types commits count
merge_request: 52218
author:
type: fixed
---
title: Fixed merge requests locked status not showing
merge_request: 52078
author:
type: fixed
---
title: Added warnings field to the pipelines GraphQL type
merge_request: 54296
author:
type: added
---
title: Allow users to re-request a review from a reviewer
merge_request: 50068
author:
type: added
---
title: Added ability to re-request a review from a reviewer
merge_request: 52321
author:
type: added
---
title: Add dast_profiles database table
merge_request: 51296
author:
type: added
---
title: Show confirmation dialog when exiting pipeline editor
merge_request: 52458
author:
type: added
---
title: Allow cross-origin requests on /oauth/token
merge_request: 52641
author:
type: fixed
---
title: Fix force-routing to Gitaly primary with empty hook env
merge_request: 54317
author:
type: fixed
---
title: 'gitaly: Fix access checks with transactions and quarantine environments'
merge_request: 53449
author:
type: fixed
---
title: Handle severity for generic payloads more gracefully
merge_request: 53999
author:
type: fixed
---
title: Optimized loading of descendant group labels
merge_request: 53356
author:
type: performance
---
title: Skip new note notifications when author is deleted
merge_request: 53699
author:
type: changed
---
title: Prevent blocked user from triggering notifications
merge_request: 53788
author:
type: other
---
title: Update button style for consistency in Settings > Integrations, Mermaid Diagram
warning, and No SSH warning
merge_request: 51864
author:
type: other
---
title: Improve error message reporting in snippet create or update
merge_request: 53576
author:
type: other
---
title: Change secondary text color on Gitpod editor dropdown button
merge_request: 53437
author:
type: other
---
title: Highlight board lists when they are added
merge_request: 53779
author:
type: changed
---
title: Align and reorder boards search bar buttons
merge_request: 53690
author:
type: changed
---
title: Vertically centre CI icons on pipeline page
merge_request: 53427
author:
type: fixed
---
title: Unwrap Sidekiq exceptions and jobs in the structured logs and metrics
merge_request: 53006
author:
type: changed
---
title: Monitor RackAttack redis usage and enrich auth structured logs
merge_request: 52471
author:
type: changed
---
title: Update download button size to sm from xs and add btn-default
merge_request: 52867
author: Yogi (@yo)
type: changed
---
title: Re-add migration to fix invalid merge request index
merge_request: 53042
author:
type: other
---
title: Introduce a rendering limit for commit titles
merge_request: 52904
author:
type: performance
---
title: Add '!reference' YAML tag to help merge CI configurations
merge_request: 54198
author:
type: added
---
title: Remove extra margin below tab on project template page
merge_request: 52454
author: Yogi (@yo)
type: fixed
---
title: Allow deploy keys to push to a protected branch
merge_request: 53812
author:
type: added
---
title: Support Markdown for Feature Flags
merge_request: 53816
author:
type: added
---
title: Remove implicit FF check on `Featurable`
merge_request: 52223
author:
type: removed
---
title: Remove merge_request_reviewers feature flag
merge_request: 52468
author:
type: removed
---
title: Remove group owner data from webhooks
merge_request: 52071
author:
type: changed
---
title: Remove temp index in oauth_applications table
merge_request: 52157
author:
type: other
---
title: Move integration inheritance override dropdown above grid layout
merge_request: 49325
author:
type: changed
---
title: Add rake task to reset user password
merge_request: 52347
author:
type: added
---
title: Automatically retarget merge requests
merge_request: 53710
author:
type: added
---
title: Allow to retrieve all jobs for a given pipeline
merge_request: 48589
author: Alexander Kutelev
type: fixed
---
title: Drop repository_read_only column from namespaces table
merge_request: 52181
author:
type: changed
---
title: Set projects.has_external_wiki default to null if default value is present
merge_request: 53216
author:
type: other
---
title: Remove dependency_proxy_manifests records with content_type to prevent Dependency
Proxy failures
merge_request: 53506
author:
type: fixed
---
title: Update Ruby detection rules for SAST
merge_request: 53414
author:
type: changed
---
title: Edited UI copy wording to comply with GitLab style
merge_request: 50676
author:
type: other
---
title: Updated UI text to match style guidelines
merge_request: 52284
author:
type: other
---
title: Add semgrep SAST analyzer
merge_request: 53815
author: Daniel Paul Searles
type: added
---
title: Project access token management via API
merge_request: 52139
author:
type: added
---
title: Add OpenID SSO icon
merge_request: 54026
author:
type: changed
---
title: Remove ci_live_trace_use_fog_attributes feature flag
merge_request: 52939
author:
type: changed
---
title: Ensure note is promoted to discussion within reply create transaction
merge_request: 53542
author:
type: fixed
---
title: Support fog-aws host options for Workhorse S3 client
merge_request: 53326
author:
type: fixed
---
title: Prepend the Marginalia comment in SQL query
merge_request: 54015
author:
type: changed
---
title: Update hamlit to v2.14.2
merge_request: 52177
author:
type: fixed
---
title: Update Rugged to v1.0.1
merge_request: 53212
author:
type: changed
---
title: Removed ugly border around ellipsis dropdown Gitlab IDE
merge_request: 53963
author: Shubham Kumar @imskr
type: fixed
---
title: Refactored admin user table headers
merge_request: 52891
author: Shubham Kumar (@imskr)
type: changed
---
title: Updated UI text to be sentence case
merge_request: 53323
author:
type: other
---
title: Pipeline-level concurrency control with Cross-Project/Parent-Child pipelines
merge_request: 53007
author:
type: added
---
title: Add index to incident management oncall shifts table
merge_request: 52961
author:
type: performance
---
title: Stop notifying users of acknowledged alerts and stop changing the status of
acknowledged Prometheus alerts to Triggered
merge_request: 53330
author:
type: changed
---
title: Remove legacy alerts service data and table
merge_request: 53534
author:
type: removed
---
title: Link to more helpful docs from alert management pages
merge_request: 51665
author:
type: changed
---
title: Display Terraform list errors to user
merge_request: 51397
author:
type: changed
---
title: Add rake task to migrate Terraform states to object storage
merge_request: 50740
author:
type: added
---
title: Speed up update merge request worker by memoizing whether a push is a force or not
merge_request: 53536
author:
type: performance
---
title: Fill default commit message values in the placeholder instead of showing the
variable slugs
merge_request: 52851
author:
type: fixed
---
title: Switch to correct localization function that strips namespaces
merge_request: 53244
author:
type: fixed
---
title: Fix some image diff URLs with special characters causing the diff to not show
merge_request: 53638
author:
type: fixed
---
title: When an MR diff is Too Large, highlight it like other collapsed diffs
merge_request: 52146
author:
type: other
---
title: Track 5 mins production app template usage
merge_request: 53618
author:
type: other
---
title: Track CI minutes for namespace on a monthly basis
merge_request: 52915
author:
type: added
---
title: Track CI minutes on a monthly basis at project level
merge_request: 53460
author:
type: added
---
title: Updated UI text to match style guidelines
merge_request: 51658
author:
type: other
---
title: Updated UI text to match style guidelines
merge_request: 52152
author:
type: other
---
title: Update styling of validation messages in New Feature Flag form
merge_request: 52217
author:
type: changed
---
title: Update GitLab Runner Helm Chart to 0.25.0
merge_request: 52095
author:
type: other
---
title: Apply new GitLab UI for search in frequent items search
merge_request: 53368
author: Yogi (@yo)
type: other
---
title: Update starred empty state with new GitLab UI classes
merge_request: 52467
author: Yogi (@yo)
type: other
---
title: Update table and ellipsis button in performance bar metrics modal
merge_request: 52762
author: Yogi (@yo)
type: other
---
title: Update GitLab Workhorse to v8.61.0
merge_request: 52195
author:
type: fixed
---
title: Update GitLab Workhorse to v8.63.0
merge_request: 54315
author:
type: other
---
title: Update the database when moving repos between identical storages
merge_request: 52743
author:
type: fixed
---
title: Bump cluster applications CI template to v0.40.0
merge_request: 53183
author:
type: other
---
title: Upgrade GitLab Pages to v1.35.0
merge_request: 54167
author:
type: added
---
title: Only Display One Chart at a Time
merge_request: 52952
author:
type: changed
---
title: Support Project variables in `include` section of `gitlab-ci.yml`
merge_request: 52108
author:
type: added
---
title: Fix alignment of 'Rebase in progress' label
merge_request: 54189
author:
type: fixed
---
title: Fix left margin of Merge button in FF merge mode
merge_request: 53756
author:
type: fixed
---
title: Fix exclude path for backup rsync command
merge_request: 52503
author:
type: fixed
---
title: Update GitLab Workhorse to v8.62.0
merge_request: 53864
author:
type: other
---
title: 'Add pagination and filtering to htoup imports'
merge_request: 52340
author:
type: changed
---
title: Add btn-default class for btn-build buttons
merge_request: 52093
author: Yogi (@yo)
type: other
---
title: Add btn-default class to button in project breadcrumb
merge_request: 51910
author: Yogi (@yo)
type: fixed
---
title: Move btn-primary to btn-confirm class as a part of Pajamas migration
merge_request: 52090
author: Yogi (@yo)
type: changed
---
title: Keyboard shortcut for switching to GitLab next (Canary)
merge_request: 51834
author: Yogi (@yo)
type: added
---
title: Update empty labels container background color
merge_request: 51792
author: Yogi (@yo)
type: other
---
title: Add empty state placeholder for milestones
merge_request: 51887
author: Yogi (@yo)
type: other
---
title: Fix alignment and font issues in project operations settings page
merge_request: 51825
author: Yogi (@yo)
type: fixed
---
title: Fix top border-radius of the login box
merge_request: 51950
author: Yogi (@yo)
type: fixed
---
title: Add btn-default to MR edit button
merge_request: 51879
author: Yogi (@yo)
type: fixed
---
title: Fix border bottom color collapsed replies
merge_request: 51871
author: Yogi (@yo)
type: fixed
---
title: Move Social connect button to new GitLab UI
merge_request: 51835
author: Yogi (@yo)
type: fixed
---
title: Fix alignment of chevron-down icon in toggle replies
merge_request: 51872
author: Yogi (@yo)
type: fixed
---
title: Update milestone badge to gl-badge
merge_request: 51794
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for badge and button in project's protected branch settings
merge_request: 52207
author: Yogi (@yo)
type: other
---
title: Move email badges to new GitLab UI badges
merge_request: 51915
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI badge for users in the admin page
merge_request: 52289
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons in admin settings
merge_request: 51789
author: Yogi (@yo)
type: other
---
title: Apply GitLab UI for create file button in MR
merge_request: 51795
author: Yogi (@yo)
type: other
---
title: Add gl-button to new issues and MR page
merge_request: 51295
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for subscribe buttons in issues
merge_request: 52401
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI style to mirror update button and add space after icon
merge_request: 51808
author: Yogi (@yo)
type: other
---
title: Add gl-button to nav buttons in the project page
merge_request: 51427
author: Yogi (@yo)
type: other
---
title: Add `gl-button` to promotion buttons on issue sidebar
merge_request: 51287
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for report abuse button
merge_request: 52049
author: Yogi (@yo)
type: fixed
---
title: Add gl-button to personal access token page
merge_request: 51294
author: Yogi (@yo)
type: other
---
title: Move user action card to new GitLab UI card in admin
merge_request: 51914
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for inputs in admin/application_settings directory
merge_request: 52402
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for inputs in admin/users directory
merge_request: 52290
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for form inputs project settings page
merge_request: 52097
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for input field in admin/appearance
merge_request: 52409
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for input field in admin/applications
merge_request: 52410
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for input field in admin/broadcast_messages
merge_request: 52411
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for input field in admin/hooks
merge_request: 52412
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for input field in admin/labels
merge_request: 52413
author: Yogi (@yo)
type: other
---
title: Apply new GitLab UI for buttons and card in admin/license
merge_request: 52408
author: Yogi (@yo)
type: other
---
title: Apply GitLab UI button styles to button _blank_state_ee_trial
merge_request: 51778
author: Yogi (@yo)
type: other
---
title: Migrate old button classes to our Pajamas style GitLab button in multiple areas
merge_request: 51826
author: Yogi (@yo)
type: other
---
title: Admin dashboard basic stats redesign
merge_request: 52176
author: Yogi (@yo)
type: changed
---
title: Apply new GitLab UI for input fields in auth screens
merge_request: 52167
author: Yogi (@yo)
type: other
---
title: Improve Performance bar design
merge_request: 51788
author: Yogi (@yo)
type: other
---
title: Update (?) link to sprite question icon
merge_request: 52655
author: Yogi (@yo)
type: other
---
title: Remove container_class in project activity which removes extra padding
merge_request: 51878
author: Yogi (@yo)
type: fixed
---
title: Remove huge bottom margin for expand file button
merge_request: 51802
author: Yogi (@yo)
type: other
---
title: Remove extra border-top on pipeline quota in the settings page
merge_request: 52059
author: Yogi (@yo)
type: fixed
---
title: Apply new GitLab UI for commit browse file button
merge_request: 51805
author: Yogi (@yo)
type: other
---
title: Apply GitLab UI to email status badge
merge_request: 51916
author: Yogi (@yo)
type: other
---
title: Deployments::CreateService executions are idempotent for duplicate params
merge_request: 47610
author:
type: added
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