Commit 91da1dcc authored by GitLab Bot's avatar GitLab Bot

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

parent 5a5b7d73
......@@ -2,6 +2,468 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 13.7.0 (2020-12-22)
### Security (1 change)
- Fix regular expression backtracking issue in custom emoji name validation.
### Removed (2 changes, 1 of them is from the community)
- Remove Google Code importer. !48139 (Getulio Valentin Sánchez)
- Remove release notes from Tags page. !49979
### Fixed (109 changes, 7 of them are from the community)
- Update user mentions when markdown columns are directly saved to DB. !38034
- Retain spinner when applying MR suggestions. !46203
- Skipped jobs no longer trigger a cancelled deployment. !46614 (David Barr @davebarr)
- Catch wiki timeouts when rendering pages. !46627
- Fix single file snippets display for Geo secondary sites. !46812
- Fix Jira Connect styles not loaded when startup_css is enabled. !47043
- Add migration that updated users that don't need to have 2fa established. !47193
- Fix project integration form validation when integration is inactive. !47201
- Fix project access token build authentication error. !47247
- Support S3 server side encryption in CI cloud native job logs. !47536
- Fix repository clone panel for wikis. !47676
- Hide Mark as draft button in a merged MR even on mobile. !47678 (Takuya Noguchi)
- Eliminate N+1 performance issues in MergeRequest.pipelines in GraphQL API. !47784
- Add cascade delete foreign key to web_hooks on service_id without validation. !47821
- Implement passing dotenv variables to bridge jobs. !47905
- Allow canceling all pipelines with auto-cancel. !47906
- Fix error in Issuable::ImportCsv::BaseService when CSV file is empty. !47918
- Fixed editing labels on the swimlanes sidebar. !47946
- Scroll exactly to the top of a discussion on the MR Overview tab. !47970
- Search page: fix empty results status. !48034
- Move fuzz license check to .pre stage. !48076
- Add link in Access Request API. !48081 (jimcser)
- Add gitlab:db:active task. !48083
- Fix overscroll for MR diffs in mobile view. !48091
- Fix incorrect line height in file header. !48117
- Repopulate historical vulnerability statistics. !48128
- Fixed image diff comments positioning. !48132
- Manually trigger pipelines correctly when branches and tags have the same name. Separate tags and branches in trigger pipeline form. !48142
- Allow failure for Secret Detection job. !48152
- Change services.inherit_from_id foreign key to ON DELETE CASCADE. !48163
- Avoid exception when validating diff_note support. !48187
- Avoid invalid notes on Project Import. !48189
- Update alert setting form to handle JSON payload submit when mapping builder is not enabled. !48231
- Adds id desc to index_ci_builds_on_runner_id_and_id_desc. !48241
- Adds type="button" to the close button for the issue type selector to prevent accidental form submission. !48249
- Remove orphan service hooks. !48263
- Fix console error being thrown when file is renamed. !48275
- Update alert details sidebar assignee dropdown to use correct styling and formatting. !48285
- Consider design repositories when determining if there is a git transfer in progress. !48304
- Set Retry-After header when RackAttack throttling. !48310
- Fix misaligned buttons for CI Jobs page. !48332 (mgandres)
- Use incident instead of issue for operation settings. !48406
- Fix missing item with same name in autocomplete suggestions. !48410 (Paul Ungureanu @ungps)
- Fix misalignment of commit search by message input. !48430
- Prometheus integration name should not have a modifiable input field. !48437
- Fix stretched flash in project commit show page. !48439
- Ensure job trace endpoint is not called if the current job has not started or the browser is not visible. !48516
- Update fog-aws to v3.6.7. !48519
- Fixed double-border style on WebIDE button. !48605
- Fix spacing between buttons on pipeline header. !48660
- Fix vulnerability deduplication logic for the "pipeline security tab". !48704
- Add type filtering in appearance page of the admin panel. !48709 (Paul Ungureanu @ungps)
- Fix confirmation modal showing on project integration. !48720
- Fix import of LFS files in GitHub import. !48722
- Github importer - Avoid touching MR when importing pull request `merged by` field. !48729
- Fix styling of various dropdowns. !48800
- Fix MR buttons when fork is deleted. !48813
- Add menu-item class to non-details-job-component. !48834
- GraphQL: Add gitlay field to CiStatusAction. !48892
- Global Search - Fix Dark Mode Font. !48927
- Fix flex overflow bug. !48931
- Restrict access to job page to developers only when use CI_DEBUG_TRACE is true. !48932
- Resolve Cannot remove namespace. !48973
- Resolve Save button should have a different color on press. !48975
- Fix last_value record in internal_ids for epics. !48988
- Fix failed group imports getting stuck by long error messages. !48989
- Avoid branch name checking when creating a new snippet. !48995
- Ensure default_branch from settings is not blank. !49018
- Make sure Sourcegraph asset always loads successfully. !49030
- Fix avatar size in profile activity. !49047
- Fix margin and selected state in file header. !49059
- Fix comment highlighting for unified diff components. !49061
- Fix Jupyter notebook code and image rendering. !49067
- Fix bug in ProjectRepositoryStorageMove transition to scheduled. !49105
- Do not crash the ingestion of all security reports if there is an invalid report artifact. !49181
- Do not automatically reapply incident label after user removes it. !49188
- Update fog-google to v1.12. !49196
- Check for a status in the current user dropdown. !49203
- Fix pipeline page in dark mode. !49214
- Handle prometheus-formatted alert notifications through HTTP integrations. !49268
- Update repository size after import. !49319
- Fix typo on merge locally step. !49330
- Fix getting security report information on merge requests from forks. !49354
- Conan packages show build and commit information when published using CI. !49426
- Clear emoji status in issue/mr header. !49439
- Hide extra breadcrumb arrow that overlaps with last breadcrumb item. !49456
- Fix division by error when upload max size is set to 0. !49482
- Capture subgroup creation failure during Group Import via archive file. !49484
- Alert Service integration only available for projects. !49561
- Update projects_imported.total usage metric. !49568
- Fix usage data tracking of some issue events. !49571
- Fix copy to clipboard on Firefox. !49648
- Fix outline on selected button in Snippets Rendered/Source buttons. !49676
- Add final newline on submit in blob editor. !49681
- Fail import state whenever repository import fails. !49682
- Fix author on /clone quickaction usage to be current user. !49830
- Upgrade mailroom to v0.0.8. !49834
- Fix the header name for basic auth authentication in package managers APIs. !49836
- Allow opsgenie manage form to be displayed when opsgenie is enabled. !49863
- Add custom cop to prevent invalid HTTParty usage. !49878 (Ethan Reesor (@firelizzard))
- Remove last-child bottom-margin: 0 from page-title class. !49884
- Fix wording of some 400 Bad request API responses. !49895
- Set Web IDE Live Preview default background to white. !49901
- Fix bug in snippets mark as spam mutation. !49912
- Make the strategies env wrap. !49951
- Fix get endpoint not returning members with minimal access. !49996
- Fix feature flag logging is not working on API. !50025
- Resolve No boards found message showing when loading boards. !50140
- Fix Markdown attachments in Releases not rendering with full URL. !50146
### Deprecated (1 change)
- Drop unused feature_filter_type experiment column. !48221
### Changed (124 changes, 12 of them are from the community)
- Move Jenkins to Core. !37797 (Ben Bodenmiller (@bbodenmiller))
- Migrate Bootstrap button to GitLab UI GlButton in IDE. !39988
- Replace bootstrap alerts in ee/app/views/admin/licenses/new.html.haml. !41275 (Gilang Gumilar)
- Replace bootstrap alerts in app/views/profiles/notifications/show.html.haml. !41310 (Gilang Gumilar)
- Replace bootstrap alerts in app/views/admin/runners/show.html.haml. !41378 (Gilang Gumilar)
- Replace Runner Page Title with Runner’s Hash. !44854 (Kev @KevSlashNull)
- Rename Piwik config items and layout file after rebranding to Matomo. !45658 (Kate Grechishkina @kategrechishkina)
- Improve clarity of admin Rate Limiting UI. !46142
- Replace fa-exclamation-triangle icons with GitLab SVG warning-solid icon. !47089
- Add `converted_at` timestamp column to `experiment_users` to record when the user performs an experiment's conversion action. !47093
- Preserve cross references in AsciiDoc documents. !47131 (Guillaume Grossetie)
- Darker background for dark mode, plus small fixes to MR page. !47359
- Add option to uninstall the legacy Tiller server for clusters added before GitLab 13.2. !47457
- Use GitLab UI styles on Integrations page. !47478
- Add a job to the DAST template that shows an error in the console if the user is not licensed to use DAST. !47484
- Add BulkImports::Failure to store import failures of the Group Migration (BulkImports) process. !47526
- Remove brackets in no scopes selected message in access and deploy tokens lists. !47628
- Begin auto-stop countdown for environment after initial creation. !47702
- Change default project listing sort order to name. !47734 (Lee Tickett)
- Finalize new create project UI experiment. !47804
- Make ImportIssuesCsvWorker idempotent. !47808
- Remove "Details" from breadcrumb item and LD+JSON from Project top. !47817 (Takuya Noguchi)
- Convert knative error alert to glalert. !47840
- Remember last used project ordering option across groups. !47850 (Lee Tickett)
- Remove "Details" from breadcrumb and JSON+JD on Group top page. !47854 (Takuya Noguchi)
- Hide open registration user callout on gitlab.com. !47865
- Make "How to merge" modal in merge requests conform to correct modal styling. !47889
- Remove `Add Issues` button and a related modal. !47898
- Remove Feature Flag that controls data limit on Deploy Boards, thus making 10MB limits mandatory. !47950
- Removed boards promotion. !47972
- Replace fa-chevron-down in template selector dropdown. !48015
- Remove http_integrations_list feature flag. !48030
- Add filtering by current iteration to issue lists and issue boards. !48040
- Implement smart cobertura class path correction. !48048
- Replace fa-chevron-down icon in pikaday. !48054
- Add User.location field to GraphQL API. !48059
- Add support for filtering direct group members by 2FA enabled/disabled. !48084
- Iterate on the copy in the “Novice or Experienced” page of the registration onboarding flow. !48086
- Add metrics for count of unique users of alerts and incidents to usage ping. !48087
- Allow Pages to define a storage-specific connection. !48098
- Replace fa-exclamation-triangle in users select. !48116
- Add a generic packages tab to the Packages UI. !48121
- Replace fa icons in single file diff. !48136
- Add `checksum` column into the `vulnerability_remediations` table. !48165
- Replace fa-chevron-down with GitLab SVG in dropdowns. !48171
- Add ldap encrypted credentials to the usage data. !48210
- Replace fa-spinner in metrics dashboard yaml definition. !48227
- Update Design of the Container Registry Cleanup Policy for tags. !48243
- Enable LFS chunked encoding. !48269
- Authorize the project for the cluster agent if it is the agent's project. !48314
- Add GlFormCheckbox to squash commits. !48338
- Add metric for dead Sidekiq jobs. !48361
- Make How to merge modal in merge requests widget conform to correct modal styling. !48370
- Allow filtering project and group members by relationship in GraphQL. !48372
- Add Attributes cleaner to Group Migration. !48374
- Add additional fields to GraphQl terraform state version. !48411
- Bumps Managed-Cluster-Applications CI template to v0.36.0, which upgrades Runner. !48444
- Expose public email field for user in GraphQL. !48468
- Add MAU counter for snippet show action. !48477
- Refine group creation form. !48490
- Geo: Remove unused indexes. !48504
- Update empty state for no commits result. !48538
- Github Importer - import the pull request `merged by` field. !48561
- Refactor container registry list page to grapqhl. !48602
- Transfer a project/group to a new namespace inheriting integrations. !48621
- Replace fa-chevron-down icons with GitLab SVG in gcp cluster form. !48656
- Add containerRepositoriesCount to project and group queries. !48685
- Track test failures on pipeline completion. !48695
- Include actual limit in pipeline limit errors. !48710
- Replace how to merge HAML with Vue component. !48766
- Global Search - Fix Sidebar Whitespace. !48832
- Move CanaryIngress to core. !48836
- Finish removing unused replication columns from terraform state. !48839
- The dependency proxy caches manifests and makes HEAD requests to help with rate limiting. !48845
- Update package_file table to display commits when present. !48882
- Avoid creating wiki empty repo when not present in export files. !48890
- Update nodejs-scan rule to wildcard prefix. !48902
- Add primary key to elasticsearch_indexed_projects. !48919
- Upgrade fog-aws to v3.7.0. !48921
- Add new column `finding_uuid` into `vulnerability_feedback` table. !48923
- Add primary key to elasticsearch_indexed_namespaces. !48944
- Add ability to type a number in related issues and prepend #. !48952
- Improve CI for external repo with configurable maximum mirroring frequency on self-hosted. !48955
- Enable pages_serve_from_deployments FF by default. !48974
- Replace fa-cirlce in runners helper. !48981
- Add GitHub Importer pagination. !48983
- Add primary key to merge_request_context_commit_diff_files. !49024
- Update template to use codequality 0.85.18-gitlab.1. !49034
- Display more pipelines info in package history. !49040
- Use a separate commit to store formatting changes in the Static Site Editor. !49052
- Delete manifests when purging the dependency proxy using the API. !49056
- Auto approve users if Admin approval after sign up setting is disabled. !49068
- Boards - Remove default labels lists generation. !49071
- Sort merge request diff files directory first. !49118
- Add user ID based allowlist for Rack::Attack. !49127
- Sort commit/compare diff files directory first. !49136
- Move IssueType notes and discussions count logic to resolvers. !49160
- Let `rake gitlab:workhorse:install` use vendored workhorse. !49250
- Allow alert list to be visible when alerts exist, even if alerting integrations are disabled. !49257
- EKS: Provide user feedback on AWS authorization errors. !49278
- Remove user_search_secondary_email feature flag. !49312
- Update gitlab-kas to v13.7.0. !49318
- Convert fa-caret-down icons to chevron-down SVG. !49332
- Enable file tree highlighting by default. !49356
- Merge 'Sample Data' and 'Built-in' tabs on Project Templates page. !49374
- Add Merge Train Setting to the graphql api. !49402
- Migrate HAML buttons to Pajamas in app/views/profiles/keys. !49421 (Jonston Chan @JonstonChan)
- Migrate `createBoard` away from boardStore. !49450
- Support merge requests filtered by reviewer in GraphQL API. !49464
- Gradually load more diffs async. !49476
- Require users to copy, download, or print 2FA recovery codes. !49493
- Convert group member filter dropdowns to filtered search bar. !49505
- Update GitLab Workhorse to v8.58.0. !49534
- Refactor container registry to use GraphQL API. !49584
- Remove unneeded pagination code for project importers. !49589
- Update deprecated button on pipeline security table. !49620
- Update ide pipeline alert to use gitlab ui. !49634
- Updates the copy on empty users list tabs. !49642
- Enable LFS chunked encoding by default. !49649
- Add visibility and last updated image repository details. !49703
- Allow updating `hideBacklogList` and `hideClosedList` board attributes. !49947
- Add expires_at param to GroupMemberBuilder data. !49981
- Change the unique index on `security_findings` table. !50046
- Remove dast_unlicensed job. !50129
### Performance (24 changes, 2 of them are from the community)
- Remove redundant index. !47072
- Add database index for deployment rollback targets. !47159
- Add index for API Fuzzing usage data. !47692
- Paginate unit test report. !47953
- Remove .issue-box from static (classic) Issuable list. !47998 (Takuya Noguchi)
- Remove Bootstrap 4's Cards components from Issuables and Todos. !48004 (Takuya Noguchi)
- Fix N+1 when looking up user's solo owned groups. !48340
- Paginate first page of branches using Gitaly. !48595
- Add approvals created_at index. !48684
- Update index for notes to include `system`. !48864
- Remove unnecessary Gitaly calls from raw endpoint. !48917
- Reduce SQL queries when no pipeline hooks are active. !49186
- Improve query that finds all pipelines in the same family. !49240
- Rendering Loading State of Last Commit earlier. !49362
- Fix N+1 queries loading milestones when exporting CSVs. !49429
- Update snippet repository finder for namespace replication. !49518
- Reduce object allocations for large merge request. !49563
- Remove unnecessary Gitaly calls from projects#show. !49565
- Expand index on ci_pipelines. !49604
- Remove unnecessary queries in milestone page. !49662
- Improve the performance of the diff change access check. !49803
- Remove initial data check on project level value stream page. !49936
- Improve UI and performance of branches overview page. !50096
- Use the improved version of Value Stream Analytics backend on the project level. !50141
### Added (125 changes, 13 of them are from the community)
- Configurable personal access token prefix. !20968 (Max Wittig & Diego Louzán)
- Add CI_OPEN_MERGE_REQUESTS environment variable. !38673 (Ben Bodenmiller @bbodenmiller)
- Add Kroki to support more diagrams in AsciiDoc and Markdown. !44851 (Guillaume Grossetie)
- Fix the unreachable CLI image in OpenShift CI template. !44933 (Klaus Mueller @klml)
- Add other role column in user details table. !45635
- Add encrypted ldap secrets support. !45712
- Add the gitlab-experiment gem, with configuration. !45840
- Support Git access for group wikis. !45892
- Add toggle to remove Analytics left nav item. !46011
- Add merge requests total time to merge field to the GraphQL API. !46040
- Cleanup webauthn background migration. !46179 (Jan Beckmann)
- Add GraphQL mutation to update a release. !46611
- Capture design detail views via usage ping. !46751
- Add metric image uploading to incidents via REST API. !46845
- Expose GraphQL resolver for processing CI config. !46912
- Limit maximum deployments per pipeline to 500. !46931
- Enable Crowd auth for git-over-https. !46935 (Thomas Mendoza @tgmachina)
- Create a new `ExperimentSubject` model, associated to the `Experiment` model, and related database migrations. !47042
- Add GraphQL mutations for Devops Adoption Segment. !47066
- Allow passing `commit_id` when creating MR discussions via the API and expose `commit_id` for MR diff notes. !47130 (Johannes Altmanninger @krobelus)
- Adds bulk project repository storage move API. !47142
- Add packages_size to ProjectStatistics API entity. !47156 (Roger Meier)
- Create `vulnerability_findings_remediations` and `vulnerability_remediations` tables. !47166
- Geo: Add verification state machine fields to package files table. !47260
- Add `increment_counter` to Usage Ping API. !47309
- Geo: Add verification indexes for package files. !47372
- Add SEO structured markup for groups. !47374
- Create `incident_management_oncall_schedules` table. !47407
- Add confirm modal to unblock user. !47442
- Add API endoint for Administrators to approve pending users. !47564
- Allow secondary emails in user search. !47587
- Frontend client for increment_counter API. !47622
- Schedule CreateEvidenceWorker jobs in a sliding window. !47638
- Send Static Site Editor events to Usage Ping API. !47640
- Add rake task to disable personal project and group creation. !47655
- Add assign self to group boards sidebar. !47705
- Toggle File-By-File setting from the MR settings dropdown. !47726
- Add regulated field to compliance management frameworks. !47761
- Add lock button to the Terraform State list view. !47842
- Adds migration for user permission uploads. !47846
- Add loading state to boards assignees header dropdown. !47848
- Use CS_ANALYZER_IMAGE in CS template. !47856
- Add cloud_license_enabled column to application_settings. !47882
- Add invitation reminders. !47920
- Create namespace onboarding actions table. !48018
- Expose creation/update times for issue links. !48051
- Add upcoming deployment column to Environments page. !48062
- Add `service_desk_reply_to` to issues list and header. !48089 (Lee Tickett)
- Add iteration_id column to lists. !48103
- Add Epic Board Position model to store relative positioning of epics on a board. !48120
- Add code coverage overall activity to group repository analytics. !48155
- Add confirm modal to reactivate user. !48173
- Email user when registration request is rejected. !48185
- Add artifacts field to JobType. !48207
- Add database index on deployments. !48265
- Add secondary indexes to partitioned audit_events. !48270
- Obfuscate user profile for unconfirmed users. !48271
- Add flash message for setAssignees on group issue boards. !48277
- Add an URL to get user's GPG key if registerd. !48321 (Shimura Rin @blackenedgold)
- Add Operations project setting logic. !48347
- Add GraphQL mutation to delete a release. !48364
- Track MAU for SSE edit. !48377
- Add loading state to assignees header. !48392
- Implement a /clone quick-action to quickly clone an Issue. !48394
- Expose upcoming deployment in environment.json. !48449
- Add Vulnerabilities External Link model. !48465
- Add migration to populate remaining dismissal information for vulnerabilities. !48472
- Mark SCIM-created accounts as provisioned by group. !48483
- Add delete button to terraform list vue. !48485
- Show if a Pipeline was Ran in a Fork. !48517
- Added email notifications when an Issue is cloned. !48534
- Add dependency_proxy_manifests table and associations. !48535
- Add usage metrics for issue clone. !48537
- Implement a /clone_with_notes quick-action to quickly clone an Issue will all its notes. !48539
- Tracks guest package events. !48547
- Retry rsync when source files vanish during backup. !48568
- Add Setting to disable feed_tokens. !48600
- Enable by default usage data API tracking. !48607
- Add GraphQL API to delete container repository tags. !48617
- Github Importer - import pull request reviews from Github. !48632
- Added epic boards and epic board labels tables. !48658
- Allow alerts to be filtered by monitoring tool. !48699
- Adds guest package events to usage data. !48734
- Render http and https URLs as clickable links in Job logs. !48758 (Łukasz Groszkowski @falxcerebri)
- Add Merge Request diff CI variables. !48764 (Jonas Hahnfeld)
- Add admin users serializer and entity. !48791
- Set vulnerability as dismissed when there is dismissal feedback. !48795
- Create package build_info records for Conan, NuGet, PyPI, and Composer packages and package files. !48811
- Add download action to the Terraform state listing. !48837
- Add context to the experiment user records. !48896
- Add index for the `vulnerabilities` table on `project_id`, `state`, and `severity` columns. !48930
- Add uuid column into security_findings table. !48968 (Harrison Brock @harrisonbrock)
- Detect corrupted build logs and report them by incrementing Prometheus counter. !49004
- Add details column to vulnerability findings table. !49005
- Add Project to ContainerRepository GraphQL type. !49019
- Add pipeline information to Terraform state list. !49042
- Add oncall rotations and participants tables. !49058
- Add domain column to alerts table. !49120
- Add dependency proxy predefined environment variables. !49133
- Add usage data rake tasks to prettify JSON output. !49137
- Resolve Transition ID section should include help text. !49204
- Support instance profiles for IAM role for Amazon EKS integration. !49212
- Add `project_id` column into the `vulnerability_remediations` table to scope the records with projects. !49219
- Add member_events column to web_hooks table. !49273
- Upgrade Pages to 1.31.0. !49352
- Add CI/CD analytics GraphQL types. !49384
- Truncate the `security_findings` table. !49385
- Add validating jsonb fields with json schema draft-07. !49451
- Adds sha checksum to composer URL. !49511
- Dependency Proxy for private groups and Dependency Proxy authentication. !49519
- Save usage ping payload in raw_usage_data table. !49559
- Allow downloading of security reports directly from merge request page. !49572
- Show upgrade popover in security widget in merge requests when the user is able to upgrade. !49613
- Introduce frontend for group migration MVC. !49709
- Add issue header mobile dropdown loading state. !49734
- Support extensions as configurable ES6 classes in Editor Lite. !49813
- Allow job to download artifacts in parent-child pipeline hierarchy. !49837
- Add ability to aggregated metrics in Usage Ping. !49886
- Add expiration policy completed at support in container repositories. !49924
- Allow to configure custom service desk email address suffix. !49932
- Add payload_example and payload_attribute_mapping columns to alert_management_http_integrations table. !49941
- Add prefilled variables for run pipeline page. !49985
- Add operations_access_level to project settings API. !50023
- Upgrade GitLab Pages to 1.32.0. !50062
- Add MergeRequest to VulnerabilityType in GraphQL. !50082
### Other (49 changes, 15 of them are from the community)
- Replace-GlDeprecatedDropdown-with-GlDropdown-in-app/assets/javascripts/boards. !41410 (nuwe1)
- Migrate bootstrap dropdown to GlDropdown in app/assets/javascripts/diffs. !41451 (nuwe1)
- Migrate awards list buttons to new buttons. !43061
- Apply GitLab UI button styles to buttons in app/views/projects/graphs directory. !44295 (Lakshit)
- Use GitLab's standard dropdown for the review mode chooser in the WebIDE. !46820
- Replaces elements with the bs-callout class with gl-alert vue component. !47331 (Gary Bell @garybell)
- Add analytics_devops_adoption_snapshots table. !47388
- Add relation name to indexes view. !47422
- Migrate chevron-down icon to svg. !47591
- Disable auto admin mode in features. !47670 (Diego Louzán)
- Remove avg_cycle_analytics from usage ping. !47812
- Remove unused .issue-box CSS. !48002 (Takuya Noguchi)
- Convert shared runner limit alert to gl-alert. !48063
- Remove temporary blocking issues scheduling indexes. !48064
- Update icons to svg in several sort dropdowns. !48092
- Move Terraform state versioning default to database. !48194
- Replace wrong index definition on labels (project_id, title). !48238
- Update GitLab Runner Helm Chart to 0.23.0. !48284
- Add `external_author` alias to `service_desk_reply_to`. !48363 (Lee Tickett)
- Migrate bs-callout to GlAlert in …/unmet_prerequisites_block.vue. !48398
- Improve logging on feature flag modification. !48417
- Replace bootstrap caret-down with chevron-down. !48424
- Convert bootstrap carets to svg chevrons. !48492
- Rename "Cycle Analytics" with "Value Stream Analytics" under /spec. !48531 (Takuya Noguchi)
- Update GitLab Workhorse to v8.56.0. !48592
- Update gitaly gem to 13.6.1. !48601
- Rename "CYCLE_ANALYTICS_*" variables for CI with "VSA_*". !48675 (Takuya Noguchi)
- Adds gl button classes to manifest imports. !48697
- Add btree bloat estimation view. !48698
- Disable auto admin mode on requests and views specs. !48700 (Diego Louzán)
- Move users#show.json to users#activity.json. !48712 (Takuya Noguchi)
- Remove `view_diffs_file_by_file` feature flag. !48966
- Move profiles/keys#get_keys to users#ssh_keys. !48991 (Takuya Noguchi)
- Replace wiki fontawesome icons with emojis. !49097
- Add a project setting to allow editing commit messages. !49152
- Updated UI text to match style guidelines. !49275
- Move profiles/gpg_keys#get_keys to users#gpg_keys. !49448 (Takuya Noguchi)
- Remove references to cross_project_pipeline source in documentation. !49579
- Updated UI text to match style guidelines. !49632
- Migrate bs-callout to GlAlert for components using app/assets/javascripts/vue_shared/components/callout.vue. !49732 (Gary Bell @garybell)
- Bump gitlab-shell version to v13.14.0. !49810
- Track index bloat estimate. !49822
- Conver create merge request button to gl. !49864
- Adds gitlab ui classes to project dir buttons. !49939
- Removed count_uploads_size_in_storage_stats feature flag. !49998
- Delete MockDeploymentService records, used only in development environments. !50030
- Add feed_token specs to spec/features/profiles/personal_access_tokens_spec.rb. !50059
- Replace spec/controllers/ide_controller_spec.rb with request spec. !50075 (Takuya Noguchi)
- Update GitLab Workhorse to v8.57.0.
## 13.6.3 (2020-12-10)
### Fixed (5 changes)
......
bca59804605b4afd0bebacbaa0952c5b4ca16141
13.7.0
\ No newline at end of file
---
title: Apply GitLab UI button styles to buttons in app/views/projects/graphs directory
merge_request: 44295
author: Lakshit
type: other
---
title: Fix the header name for basic auth authentication in package managers APIs
merge_request: 49836
author:
type: fixed
---
title: Add GraphQL API to delete container repository tags
merge_request: 48617
author:
type: added
---
title: Adds guest package events to usage data
merge_request: 48734
author:
type: added
---
title: Tracks guest package events
merge_request: 48547
author:
type: added
---
title: Fix repository clone panel for wikis
merge_request: 47676
author:
type: fixed
---
title: Support Git access for group wikis
merge_request: 45892
author:
type: added
---
title: Add index for API Fuzzing usage data
merge_request: 47692
author:
type: performance
---
title: Move CanaryIngress to core
merge_request: 48836
author:
type: changed
---
title: Update empty state for no commits result
merge_request: 48538
author:
type: changed
---
title: Add Project to ContainerRepository GraphQL type
merge_request: 49019
author:
type: added
---
title: Add visibility and last updated image repository details
merge_request: 49703
author:
type: changed
---
title: "Remove Google Code importer"
merge_request: 48139
author: Getulio Valentin Sánchez
type: removed
---
title: Refine group creation form
merge_request: 48490
author:
type: changed
---
title: Update deprecated button on pipeline security table
merge_request: 49620
author:
type: changed
---
title: Add migration that updated users that don't need to have 2fa established
merge_request: 47193
author:
type: fixed
---
title: Update Design of the Container Registry Cleanup Policy for tags
merge_request: 48243
author:
type: changed
---
title: Migrate chevron-down icon to svg
merge_request: 47591
author:
type: other
---
title: Update icons to svg in several sort dropdowns
merge_request: 48092
author:
type: other
---
title: Replace fa-chevron-down with GitLab SVG in dropdowns
merge_request: 48171
author:
type: changed
---
title: Add operations_access_level to project settings API
merge_request: 50023
author:
type: added
---
title: Add Operations project setting logic
merge_request: 48347
author:
type: added
---
title: Add toggle to remove Analytics left nav item
merge_request: 46011
author:
type: added
---
title: Add GlFormCheckbox to squash commits
merge_request: 48338
author:
type: changed
---
title: Add `external_author` alias to `service_desk_reply_to`
merge_request: 48363
author: Lee Tickett
type: other
---
title: Fix misalignment of commit search by message input
merge_request: 48430
author:
type: fixed
---
title: Convert bootstrap carets to svg chevrons
merge_request: 48492
author:
type: other
---
title: Replace bootstrap caret-down with chevron-down
merge_request: 48424
author:
type: other
---
title: Add `service_desk_reply_to` to issues list and header
merge_request: 48089
author: Lee Tickett
type: added
---
title: Add index for the `vulnerabilities` table on `project_id`, `state`, and `severity`
columns
merge_request: 48930
author:
type: added
---
title: Add support for filtering direct group members by 2FA enabled/disabled
merge_request: 48084
author:
type: changed
---
title: Migrate Bootstrap button to GitLab UI GlButton in IDE
merge_request: 39988
author:
type: changed
---
title: Make "How to merge" modal in merge requests conform to correct modal styling
merge_request: 47889
author:
type: changed
---
title: Make How to merge modal in merge requests widget conform to correct modal styling
merge_request: 48370
author:
type: changed
---
title: Replace how to merge HAML with Vue component
merge_request: 48766
author:
type: changed
---
title: Remove `view_diffs_file_by_file` feature flag
merge_request: 48966
author:
type: other
---
title: Fix usage data tracking of some issue events
merge_request: 49571
author:
type: fixed
---
title: Adds gitlab ui classes to project dir buttons
merge_request: 49939
author:
type: other
---
title: Adds gl button classes to manifest imports
merge_request: 48697
author:
type: other
---
title: Conver create merge request button to gl
merge_request: 49864
author:
type: other
---
title: Migrate HAML buttons to Pajamas in app/views/profiles/keys
merge_request: 49421
author: Jonston Chan @JonstonChan
type: changed
---
title: Cleanup webauthn background migration
merge_request: 46179
author: Jan Beckmann
type: added
---
title: Replace bootstrap alerts in app/views/admin/runners/show.html.haml
merge_request: 41378
author: Gilang Gumilar
type: changed
---
title: Replace bootstrap alerts in app/views/profiles/notifications/show.html.haml
merge_request: 41310
author: Gilang Gumilar
type: changed
---
title: Replace bootstrap alerts in ee/app/views/admin/licenses/new.html.haml
merge_request: 41275
author: Gilang Gumilar
type: changed
---
title: Frontend client for increment_counter API
merge_request: 47622
author:
type: added
---
title: Add `increment_counter` to Usage Ping API
merge_request: 47309
author:
type: added
---
title: Send Static Site Editor events to Usage Ping API
merge_request: 47640
author:
type: added
---
title: Conan packages show build and commit information when published using CI
merge_request: 49426
author:
type: fixed
---
title: Add context to the experiment user records
merge_request: 48896
author:
type: added
---
title: Add metric image uploading to incidents via REST API
merge_request: 46845
author:
type: added
---
title: Improve CI for external repo with configurable maximum mirroring frequency
on self-hosted
merge_request: 48955
author:
type: changed
---
title: Add `checksum` column into the `vulnerability_remediations` table
merge_request: 48165
author:
type: changed
---
title: Create `vulnerability_findings_remediations` and `vulnerability_remediations`
tables
merge_request: 47166
author:
type: added
---
title: Add `project_id` column into the `vulnerability_remediations` table to scope
the records with projects
merge_request: 49219
author:
type: added
---
title: Display more pipelines info in package history
merge_request: 49040
author:
type: changed
---
title: Update package_file table to display commits when present
merge_request: 48882
author:
type: changed
---
title: Create package build_info records for Conan, NuGet, PyPI, and Composer packages
and package files
merge_request: 48811
author:
type: added
---
title: Save usage ping payload in raw_usage_data table
merge_request: 49559
author:
type: added
---
title: Add secondary indexes to partitioned audit_events
merge_request: 48270
author:
type: added
---
title: Delete manifests when purging the dependency proxy using the API
merge_request: 49056
author:
type: changed
---
title: The dependency proxy caches manifests and makes HEAD requests to help with
rate limiting
merge_request: 48845
author:
type: changed
---
title: Add dependency_proxy_manifests table and associations
merge_request: 48535
author:
type: added
---
title: "Add Kroki to support more diagrams in AsciiDoc and Markdown"
merge_request: 44851
author: Guillaume Grossetie
type: added
---
title: Replaces elements with the bs-callout class with gl-alert vue component
merge_request: 47331
author: Gary Bell @garybell
type: other
---
title: Convert knative error alert to glalert
merge_request: 47840
author:
type: changed
---
title: Update ide pipeline alert to use gitlab ui
merge_request: 49634
author:
type: changed
---
title: Migrate bs-callout to GlAlert in …/unmet_prerequisites_block.vue
merge_request: 48398
author:
type: other
---
title: Migrate bs-callout to GlAlert for components using app/assets/javascripts/vue_shared/components/callout.vue
merge_request: 49732
author: Gary Bell @garybell
type: other
---
title: Convert shared runner limit alert to gl-alert
merge_request: 48063
author:
type: other
---
title: Migrate `createBoard` away from boardStore
merge_request: 49450
author:
type: changed
---
title: Repopulate historical vulnerability statistics
merge_request: 48128
author:
type: fixed
---
title: Fix error in Issuable::ImportCsv::BaseService when CSV file is empty
merge_request: 47918
author:
type: fixed
---
title: Add approvals created_at index
merge_request: 48684
author:
type: performance
---
title: Remove brackets in no scopes selected message in access and deploy tokens lists
merge_request: 47628
author:
type: changed
---
title: 'Search page: fix empty results status'
merge_request: 48034
author:
type: fixed
---
title: Add iteration_id column to lists
merge_request: 48103
author:
type: added
---
title: Create a new `ExperimentSubject` model, associated to the `Experiment` model, and related database migrations.
merge_request: 47042
author:
type: added
---
title: Retain spinner when applying MR suggestions
merge_request: 46203
author:
type: fixed
---
title: Add artifacts field to JobType
merge_request: 48207
author:
type: added
---
title: Fixed double-border style on WebIDE button
merge_request: 48605
author:
type: fixed
---
title: Fix outline on selected button in Snippets Rendered/Source buttons
merge_request: 49676
author:
type: fixed
---
title: Add other role column in user details table
merge_request: 45635
author:
type: added
---
title: Update alert details sidebar assignee dropdown to use correct styling and formatting
merge_request: 48285
author:
type: fixed
---
title: Remove http_integrations_list feature flag
merge_request: 48030
author:
type: changed
---
title: Transfer a project/group to a new namespace inheriting integrations
merge_request: 48621
author:
type: changed
---
title: Add `converted_at` timestamp column to `experiment_users` to record when
the user performs an experiment's conversion action
merge_request: 47093
author:
type: changed
---
title: Replace Runner Page Title with Runner’s Hash
merge_request: 44854
author: Kev @KevSlashNull
type: changed
---
title: Add MergeRequest to VulnerabilityType in GraphQL
merge_request: 50082
author:
type: added
---
title: Fix project access token build authentication error
merge_request: 47247
author:
type: fixed
---
title: Removed boards promotion
merge_request: 47972
author:
type: changed
---
title: Add migration to populate remaining dismissal information for vulnerabilities
merge_request: 48472
author:
type: added
---
title: Remove unneeded pagination code for project importers.
merge_request: 49589
author:
type: changed
---
title: Add GraphQL mutations for Devops Adoption Segment
merge_request: 47066
author:
type: added
---
title: Create `incident_management_oncall_schedules` table
merge_request: 47407
author:
type: added
---
title: Add oncall rotations and participants tables
merge_request: 49058
author:
type: added
---
title: Add API endoint for Administrators to approve pending users
merge_request: 47564
author:
type: added
---
title: Add prefilled variables for run pipeline page
merge_request: 49985
author:
type: added
---
title: Resolve Transition ID section should include help text
merge_request: 49204
author:
type: added
---
title: Add details column to vulnerability findings table
merge_request: 49005
author:
type: added
---
title: Add validating jsonb fields with json schema draft-07
merge_request: 49451
author:
type: added
---
title: Sort commit/compare diff files directory first
merge_request: 49136
author:
type: changed
---
title: Sort merge request diff files directory first
merge_request: 49118
author:
type: changed
---
title: Add confirm modal to unblock user
merge_request: 47442
author:
type: added
---
title: Add confirm modal to reactivate user
merge_request: 48173
author:
type: added
---
title: Add final newline on submit in blob editor
merge_request: 49681
author:
type: fixed
---
title: Fix stretched flash in project commit show page
merge_request: 48439
author:
type: fixed
---
title: Enable by default usage data API tracking
merge_request: 48607
author:
type: added
---
title: Avoid creating wiki empty repo when not present in export files
merge_request: 48890
author:
type: changed
---
title: Enable file tree highlighting by default
merge_request: 49356
author:
type: changed
---
title: Add primary key to elasticsearch_indexed_namespaces
merge_request: 48944
author:
type: changed
---
title: Add primary key to elasticsearch_indexed_projects
merge_request: 48919
author:
type: changed
---
title: Add primary key to merge_request_context_commit_diff_files
merge_request: 49024
author:
type: changed
---
title: Drop unused feature_filter_type experiment column
merge_request: 48221
author:
type: deprecated
---
title: Boards - Remove default labels lists generation
merge_request: 49071
author:
type: changed
---
title: Remove avg_cycle_analytics from usage ping
merge_request: 47812
author:
type: other
---
title: Fix getting security report information on merge requests from forks
merge_request: 49354
author:
type: fixed
---
title: Add cloud_license_enabled column to application_settings
merge_request: 47882
author:
type: added
---
title: Add regulated field to compliance management frameworks
merge_request: 47761
author:
type: added
---
title: Alert Service integration only available for projects.
merge_request: 49561
author:
type: fixed
---
title: Resolve Save button should have a different color on press
merge_request: 48975
author:
type: fixed
---
title: Avoid branch name checking when creating a new snippet
merge_request: 48995
author:
type: fixed
---
title: Allow downloading of security reports directly from merge request page
merge_request: 49572
author:
type: added
---
title: Show upgrade popover in security widget in merge requests when the user is able to upgrade
merge_request: 49613
author:
type: added
---
title: Adds migration for user permission uploads
merge_request: 47846
author:
type: added
---
title: Adds type="button" to the close button for the issue type selector to prevent
accidental form submission
merge_request: 48249
author:
type: fixed
---
title: Add additional fields to GraphQl terraform state version
merge_request: 48411
author:
type: changed
---
title: Add download action to the Terraform state listing
merge_request: 48837
author:
type: added
---
title: Add lock button to the Terraform State list view
merge_request: 47842
author:
type: added
---
title: Add delete button to terraform list vue
merge_request: 48485
author:
type: added
---
title: Implement passing dotenv variables to bridge jobs
merge_request: 47905
author:
type: fixed
---
title: Add SEO structured markup for groups
merge_request: 47374
author:
type: added
---
title: Fix Jira Connect styles not loaded when startup_css is enabled
merge_request: 47043
author:
type: fixed
---
title: Add rake task to disable personal project and group creation
merge_request: 47655
author:
type: added
---
title: Allow canceling all pipelines with auto-cancel
merge_request: 47906
author:
type: fixed
---
title: Replace fa-exclamation-triangle icons with GitLab SVG warning-solid icon
merge_request: 47089
author:
type: changed
---
title: Add containerRepositoriesCount to project and group queries
merge_request: 48685
author:
type: changed
---
title: Refactor container registry list page to grapqhl
merge_request: 48602
author:
type: changed
---
title: Refactor container registry to use GraphQL API
merge_request: 49584
author:
type: changed
---
title: Add expiration policy completed at support in container repositories
merge_request: 49924
author:
type: added
---
title: Move IssueType notes and discussions count logic to resolvers
merge_request: 49160
author:
type: changed
---
title: Dependency Proxy for private groups and Dependency Proxy authentication
merge_request: 49519
author:
type: added
---
title: Add Vulnerabilities External Link model
merge_request: 48465
author:
type: added
---
title: Update index for notes to include `system`
merge_request: 48864
author:
type: performance
---
title: 'GraphQL: Add gitlay field to CiStatusAction'
merge_request: 48892
author:
type: fixed
---
title: Fix flex overflow bug
merge_request: 48931
author:
type: fixed
---
title: Use a separate commit to store formatting changes in the Static Site Editor
merge_request: 49052
author:
type: changed
---
title: Add new column `finding_uuid` into `vulnerability_feedback` table
merge_request: 48923
author:
type: changed
---
title: Add a generic packages tab to the Packages UI
merge_request: 48121
author:
type: changed
---
title: Paginate unit test report
merge_request: 47953
author:
type: performance
---
title: Add dependency proxy predefined environment variables
merge_request: 49133
author:
type: added
---
title: Set vulnerability as dismissed when there is dismissal feedback
merge_request: 48795
author:
type: added
---
title: Email user when registration request is rejected
merge_request: 48185
author:
type: added
---
title: Global Search - Fix Dark Mode Font
merge_request: 48927
author:
type: fixed
---
title: Set Web IDE Live Preview default background to white
merge_request: 49901
author:
type: fixed
---
title: Global Search - Fix Sidebar Whitespace
merge_request: 48832
author:
type: changed
---
title: Enable pages_serve_from_deployments FF by default
merge_request: 48974
author:
type: changed
---
title: Begin auto-stop countdown for environment after initial creation
merge_request: 47702
author:
type: changed
---
title: Update nodejs-scan rule to wildcard prefix
merge_request: 48902
author:
type: changed
---
title: Render http and https URLs as clickable links in Job logs
merge_request: 48758
author: Łukasz Groszkowski @falxcerebri
type: added
---
title: Removed count_uploads_size_in_storage_stats feature flag
merge_request: 49998
author:
type: other
---
title: Fix incorrect line height in file header
merge_request: 48117
author:
type: fixed
---
title: Schedule CreateEvidenceWorker jobs in a sliding window
merge_request: 47638
author:
type: added
---
title: Hide Mark as draft button in a merged MR even on mobile
merge_request: 47678
author: Takuya Noguchi
type: fixed
---
title: Add Merge Train Setting to the graphql api
merge_request: 49402
author:
type: changed
---
title: Add cascade delete foreign key to web_hooks on service_id without validation
merge_request: 47821
author:
type: fixed
---
title: Remove orphan service hooks
merge_request: 48263
author:
type: fixed
---
title: Change services.inherit_from_id foreign key to ON DELETE CASCADE
merge_request: 48163
author:
type: fixed
---
title: Remove "Details" from breadcrumb item and LD+JSON from Project top
merge_request: 47817
author: Takuya Noguchi
type: changed
---
title: Track MAU for SSE edit
merge_request: 48377
author:
type: added
---
title: Remove "Details" from breadcrumb and JSON+JD on Group top page
merge_request: 47854
author: Takuya Noguchi
type: changed
---
title: Remove `Add Issues` button and a related modal
merge_request: 47898
author:
type: changed
---
title: Update GitLab Workhorse to v8.57.0
merge_request:
author:
type: other
---
title: Make sure Sourcegraph asset always loads successfully
merge_request: 49030
author:
type: fixed
---
title: Remove Bootstrap 4's Cards components from Issuables and Todos
merge_request: 48004
author: Takuya Noguchi
type: performance
---
title: Clear emoji status in issue/mr header
merge_request: 49439
author:
type: fixed
---
title: Remove unused .issue-box CSS
merge_request: 48002
author: Takuya Noguchi
type: other
---
title: Remove .issue-box from static (classic) Issuable list
merge_request: 47998
author: Takuya Noguchi
type: performance
---
title: Fix console error being thrown when file is renamed
merge_request: 48275
author:
type: fixed
---
title: Replace fa-chevron-down icons with GitLab SVG in gcp cluster form
merge_request: 48656
author:
type: changed
---
title: Add admin users serializer and entity
merge_request: 48791
author:
type: added
---
title: Prometheus integration name should not have a modifiable input field
merge_request: 48437
author:
type: fixed
---
title: Add MAU counter for snippet show action
merge_request: 48477
author:
type: changed
---
title: Rename "Cycle Analytics" with "Value Stream Analytics" under /spec
merge_request: 48531
author: Takuya Noguchi
type: other
---
title: Support extensions as configurable ES6 classes in Editor Lite
merge_request: 49813
author:
type: added
---
title: Rename "CYCLE_ANALYTICS_*" variables for CI with "VSA_*"
merge_request: 48675
author: Takuya Noguchi
type: other
---
title: Move users#show.json to users#activity.json
merge_request: 48712
author: Takuya Noguchi
type: other
---
title: Convert group member filter dropdowns to filtered search bar
merge_request: 49505
author:
type: changed
---
title: Require users to copy, download, or print 2FA recovery codes
merge_request: 49493
author:
type: changed
---
title: Adds sha checksum to composer URL
merge_request: 49511
author:
type: added
---
title: Fix margin and selected state in file header
merge_request: 49059
author:
type: fixed
---
title: Check for a status in the current user dropdown
merge_request: 49203
author:
type: fixed
---
title: Move profiles/gpg_keys#get_keys to users#gpg_keys
merge_request: 49448
author: Takuya Noguchi
type: other
---
title: Fix typo on merge locally step
merge_request: 49330
author:
type: fixed
---
title: Hide extra breadcrumb arrow that overlaps with last breadcrumb item
merge_request: 49456
author:
type: fixed
---
title: Allow updating `hideBacklogList` and `hideClosedList` board attributes
merge_request: 49947
author:
type: changed
---
title: Fix get endpoint not returning members with minimal access
merge_request: 49996
author:
type: fixed
---
title: Allow opsgenie manage form to be displayed when opsgenie is enabled
merge_request: 49863
author:
type: fixed
---
title: Add custom cop to prevent invalid HTTParty usage
merge_request: 49878
author: Ethan Reesor (@firelizzard)
type: fixed
---
title: Add expires_at param to GroupMemberBuilder data
merge_request: 49981
author:
type: changed
---
title: Make the strategies env wrap
merge_request: 49951
author:
type: fixed
---
title: Replace spec/controllers/ide_controller_spec.rb with request spec
merge_request: 50075
author: Takuya Noguchi
type: other
---
title: Resolve No boards found message showing when loading boards
merge_request: 50140
author:
type: fixed
---
title: Remove redundant index
merge_request: 47072
author:
type: performance
---
title: Move Jenkins to Core
merge_request: 37797
author: Ben Bodenmiller (@bbodenmiller)
type: changed
---
title: Skipped jobs no longer trigger a cancelled deployment
merge_request: 46614
author: David Barr @davebarr
type: fixed
---
title: Add CI_OPEN_MERGE_REQUESTS environment variable
merge_request: 38673
author: Ben Bodenmiller @bbodenmiller
type: added
---
title: Fix the unreachable CLI image in OpenShift CI template
merge_request: 44933
author: Klaus Mueller @klml
type: added
---
title: Preserve cross references in AsciiDoc documents
merge_request: 47131
author: Guillaume Grossetie
type: changed
---
title: Add usage metrics for issue clone
merge_request: 48537
author:
type: added
---
title: Added email notifications when an Issue is cloned
merge_request: 48534
author:
type: added
---
title: Implement a /clone quick-action to quickly clone an Issue
merge_request: 48394
author:
type: added
---
title: Implement a /clone_with_notes quick-action to quickly clone an Issue will all
its notes
merge_request: 48539
author:
type: added
---
title: Fix author on /clone quickaction usage to be current user
merge_request: 49830
author:
type: fixed
---
title: Migrate bootstrap dropdown to GlDropdown in app/assets/javascripts/diffs
merge_request: 41451
author: nuwe1
type: other
---
title: Replace-GlDeprecatedDropdown-with-GlDropdown-in-app/assets/javascripts/boards
merge_request: 41410
author: nuwe1
type: other
---
title: Use GitLab's standard dropdown for the review mode chooser in the WebIDE
merge_request: 46820
author:
type: other
---
title: Expand index on ci_pipelines
merge_request: 49604
author:
type: performance
---
title: Add relation name to indexes view
merge_request: 47422
author:
type: other
---
title: Add btree bloat estimation view
merge_request: 48698
author:
type: other
---
title: Track index bloat estimate
merge_request: 49822
author:
type: other
---
title: Add filtering by current iteration to issue lists and issue boards
merge_request: 48040
author:
type: changed
---
title: Add domain column to alerts table
merge_request: 49120
author:
type: added
---
title: Show if a Pipeline was Ran in a Fork
merge_request: 48517
author:
type: added
---
title: Add gitlab:db:active task
merge_request: 48083
author:
type: fixed
---
title: Limit maximum deployments per pipeline to 500
merge_request: 46931
author:
type: added
---
title: Add merge requests total time to merge field to the GraphQL API
merge_request: 46040
author:
type: added
---
title: Add option to uninstall the legacy Tiller server for clusters added before GitLab 13.2
merge_request: 47457
author:
type: changed
---
title: Add a project setting to allow editing commit messages
merge_request: 49152
author:
type: other
---
title: Expose public email field for user in GraphQL
merge_request: 48468
author:
type: changed
---
title: Set Retry-After header when RackAttack throttling
merge_request: 48310
author:
type: fixed
---
title: Add metric for dead Sidekiq jobs
merge_request: 48361
author:
type: changed
---
title: Consider design repositories when determining if there is a git transfer in
progress
merge_request: 48304
author:
type: fixed
---
title: Catch wiki timeouts when rendering pages
merge_request: 46627
author:
type: fixed
---
title: Support merge requests filtered by reviewer in GraphQL API
merge_request: 49464
author:
type: changed
---
title: Add User.location field to GraphQL API
merge_request: 48059
author:
type: changed
---
title: Fix bug in snippets mark as spam mutation
merge_request: 49912
author:
type: fixed
---
title: Eliminate N+1 performance issues in MergeRequest.pipelines in GraphQL API
merge_request: 47784
author:
type: fixed
---
title: Adds id desc to index_ci_builds_on_runner_id_and_id_desc
merge_request: 48241
author:
type: fixed
---
title: Auto approve users if Admin approval after sign up setting is disabled
merge_request: 49068
author:
type: changed
---
title: Update alert setting form to handle JSON payload submit when mapping builder
is not enabled
merge_request: 48231
author:
type: fixed
---
title: Update snippet repository finder for namespace replication
merge_request: 49518
author:
type: performance
---
title: Allow failure for Secret Detection job
merge_request: 48152
author:
type: fixed
---
title: Allow filtering project and group members by relationship in GraphQL
merge_request: 48372
author:
type: changed
---
title: Retry rsync when source files vanish during backup
merge_request: 48568
author:
type: added
---
title: Add database index on deployments
merge_request: 48265
author:
type: added
---
title: Update gitlab-kas to v13.7.0
merge_request: 49318
author:
type: changed
---
title: Authorize the project for the cluster agent if it is the agent's project
merge_request: 48314
author:
type: changed
---
title: Adds bulk project repository storage move API
merge_request: 47142
author:
type: added
---
title: Bumps Managed-Cluster-Applications CI template to v0.36.0, which upgrades Runner
merge_request: 48444
author:
type: changed
---
title: Update GitLab Workhorse to v8.56.0
merge_request: 48592
author:
type: other
---
title: Add Epic Board Position model to store relative positioning of epics on a board
merge_request: 48120
author:
type: added
---
title: Fix N+1 when looking up user's solo owned groups
merge_request: 48340
author:
type: performance
---
title: Remove user_search_secondary_email feature flag
merge_request: 49312
author:
type: changed
---
title: Allow secondary emails in user search
merge_request: 47587
author:
type: added
---
title: Change default project listing sort order to name
merge_request: 47734
author: Lee Tickett
type: changed
---
title: Change the unique index on `security_findings` table
merge_request: 50046
author:
type: changed
---
title: 'Disable auto admin mode in features'
merge_request: 47670
author: Diego Louzán
type: other
---
title: Disable auto admin mode on requests and views specs
merge_request: 48700
author: Diego Louzán
type: other
---
title: Add payload_example and payload_attribute_mapping columns to alert_management_http_integrations
table
merge_request: 49941
author:
type: added
---
title: Add invitation reminders
merge_request: 47920
author:
type: added
---
title: Add issue header mobile dropdown loading state
merge_request: 49734
author:
type: added
---
title: Add analytics_devops_adoption_snapshots table
merge_request: 47388
author:
type: other
---
title: Fix regular expression backtracking issue in custom emoji name validation
merge_request:
author:
type: security
---
title: Mark SCIM-created accounts as provisioned by group
merge_request: 48483
author:
type: added
---
title: Obfuscate user profile for unconfirmed users
merge_request: 48271
author:
type: added
---
title: Scroll exactly to the top of a discussion on the MR Overview tab
merge_request: 47970
author:
type: fixed
---
title: Fix overscroll for MR diffs in mobile view
merge_request: 48091
author:
type: fixed
---
title: Delete MockDeploymentService records, used only in development environments
merge_request: 50030
author:
type: other
---
title: Finalize new create project UI experiment
merge_request: 47804
author:
type: changed
---
title: Improve clarity of admin Rate Limiting UI
merge_request: 46142
author:
type: changed
---
title: Add Merge Request diff CI variables
merge_request: 48764
author: Jonas Hahnfeld
type: added
---
title: Remove references to cross_project_pipeline source in documentation
merge_request: 49579
author:
type: other
---
title: Do not crash the ingestion of all security reports if there is an invalid report
artifact
merge_request: 49181
author:
type: fixed
---
title: Iterate on the copy in the “Novice or Experienced” page of the registration
onboarding flow.
merge_request: 48086
author:
type: changed
---
title: Fix missing item with same name in autocomplete suggestions
merge_request: 48410
author: Paul Ungureanu @ungps
type: fixed
---
title: Implement smart cobertura class path correction
merge_request: 48048
author:
type: changed
---
title: Track test failures on pipeline completion
merge_request: 48695
author:
type: changed
---
title: Update template to use codequality 0.85.18-gitlab.1
merge_request: 49034
author:
type: changed
---
title: Add pipeline information to Terraform state list
merge_request: 49042
author:
type: added
---
title: Allow job to download artifacts in parent-child pipeline hierarchy
merge_request: 49837
author:
type: added
---
title: Use the improved version of Value Stream Analytics backend on the project level
merge_request: 50141
author:
type: performance
---
title: Added epic boards and epic board labels tables
merge_request: 48658
author:
type: added
---
title: Migrate awards list buttons to new buttons
merge_request: 43061
author:
type: other
---
title: Add a job to the DAST template that shows an error in the console if the user is not licensed to use DAST.
merge_request: 47484
author:
type: changed
---
title: Expose upcoming deployment in environment.json
merge_request: 48449
author:
type: added
---
title: Capture design detail views via usage ping
merge_request: 46751
author:
type: added
---
title: Add packages_size to ProjectStatistics API entity
merge_request: 47156
author: Roger Meier
type: added
---
title: Configurable personal access token prefix
merge_request: 20968
author: 'Max Wittig & Diego Louzán'
type: added
---
title: Detect corrupted build logs and report them by incrementing Prometheus counter
merge_request: 49004
author:
type: added
---
title: Enable Crowd auth for git-over-https
merge_request: 46935
author: Thomas Mendoza @tgmachina
type: added
---
title: Toggle File-By-File setting from the MR settings dropdown
merge_request: 47726
author:
type: added
---
title: Remove Feature Flag that controls data limit on Deploy Boards, thus making
10MB limits mandatory
merge_request: 47950
author:
type: changed
---
title: Add type filtering in appearance page of the admin panel
merge_request: 48709
author: Paul Ungureanu @ungps
type: fixed
---
title: Allow alerts to be filtered by monitoring tool
merge_request: 48699
author:
type: added
---
title: Fix styling of various dropdowns
merge_request: 48800
author:
type: fixed
---
title: Fix feature flag logging is not working on API
merge_request: 50025
author:
type: fixed
---
title: Resolve Cannot remove namespace
merge_request: 48973
author:
type: fixed
---
title: Ensure job trace endpoint is not called if the current job has not started or the browser is not visible
merge_request: 48516
author:
type: fixed
---
title: Fix misaligned buttons for CI Jobs page
merge_request: 48332
author: mgandres
type: fixed
---
title: Fix MR buttons when fork is deleted
merge_request: 48813
author:
type: fixed
---
title: Remove initial data check on project level value stream page
merge_request: 49936
author:
type: performance
---
title: Fix avatar size in profile activity
merge_request: 49047
author:
type: fixed
---
title: Fix vulnerability deduplication logic for the "pipeline security tab"
merge_request: 48704
author:
type: fixed
---
title: Ensure default_branch from settings is not blank
merge_request: 49018
author:
type: fixed
---
title: Fix bug in ProjectRepositoryStorageMove transition to scheduled
merge_request: 49105
author:
type: fixed
---
title: Fix project integration form validation when integration is inactive
merge_request: 47201
author:
type: fixed
---
title: Move fuzz license check to .pre stage
merge_request: 48076
author:
type: fixed
---
title: Add Attributes cleaner to Group Migration
merge_request: 48374
author:
type: changed
---
title: Add BulkImports::Failure to store import failures of the Group Migration (BulkImports)
process
merge_request: 47526
author:
type: changed
---
title: Add GitHub Importer pagination
merge_request: 48983
author:
type: changed
---
title: Capture subgroup creation failure during Group Import via archive file
merge_request: 49484
author:
type: fixed
---
title: Fix failed group imports getting stuck by long error messages
merge_request: 48989
author:
type: fixed
---
title: Update projects_imported.total usage metric
merge_request: 49568
author:
type: fixed
---
title: Add an URL to get user's GPG key if registerd
merge_request: 48321
author: Shimura Rin @blackenedgold
type: added
---
title: Add member_events column to web_hooks table
merge_request: 49273
author:
type: added
---
title: Merge 'Sample Data' and 'Built-in' tabs on Project Templates page
merge_request: 49374
author:
type: changed
---
title: Hide open registration user callout on gitlab.com
merge_request: 47865
author:
type: changed
---
title: Bump gitlab-shell version to v13.14.0
merge_request: 49810
author:
type: other
---
title: Improve UI and performance of branches overview page
merge_request: 50096
author:
type: performance
---
title: Remove unnecessary Gitaly calls from projects#show
merge_request: 49565
author:
type: performance
---
title: Paginate first page of branches using Gitaly
merge_request: 48595
author:
type: performance
---
title: Improve logging on feature flag modification
merge_request: 48417
author:
type: other
---
title: Include actual limit in pipeline limit errors
merge_request: 48710
author:
type: changed
---
title: Use GitLab UI styles on Integrations page
merge_request: 47478
author:
type: changed
---
title: Add database index for deployment rollback targets
merge_request: 47159
author:
type: performance
---
title: Add uuid column into security_findings table
merge_request: 48968
author: Harrison Brock @harrisonbrock
type: added
---
title: Expose creation/update times for issue links
merge_request: 48051
author:
type: added
---
title: Remove temporary blocking issues scheduling indexes
merge_request: 48064
author:
type: other
---
title: Fix comment highlighting for unified diff components
merge_request: 49061
author:
type: fixed
---
title: Fix copy to clipboard on Firefox
merge_request: 49648
author:
type: fixed
---
title: Fix Jupyter notebook code and image rendering
merge_request: 49067
author:
type: fixed
---
title: Add link in Access Request API
merge_request: 48081
author: jimcser
type: fixed
---
title: Add CI/CD analytics GraphQL types
merge_request: 49384
author:
type: added
---
title: Add the gitlab-experiment gem, with configuration
merge_request: 45840
author:
type: added
---
title: Add feed_token specs to spec/features/profiles/personal_access_tokens_spec.rb
merge_request: 50059
author:
type: other
---
title: Add Setting to disable feed_tokens
merge_request: 48600
author:
type: added
---
title: Fix single file snippets display for Geo secondary sites
merge_request: 46812
author:
type: fixed
---
title: Fix confirmation modal showing on project integration
merge_request: 48720
author:
type: fixed
---
title: Add user ID based allowlist for Rack::Attack
merge_request: 49127
author:
type: changed
---
title: Let `rake gitlab:workhorse:install` use vendored workhorse
merge_request: 49250
author:
type: changed
---
title: Github Importer - import the pull request `merged by` field
merge_request: 48561
author:
type: changed
---
title: Avoid invalid notes on Project Import
merge_request: 48189
author:
type: fixed
---
title: Avoid exception when validating diff_note support
merge_request: 48187
author:
type: fixed
---
title: Github Importer - import pull request reviews from Github
merge_request: 48632
author:
type: added
---
title: Github importer - Avoid touching MR when importing pull request `merged by` field
merge_request: 48729
author:
type: fixed
---
title: Add ldap encrypted credentials to the usage data
merge_request: 48210
author:
type: changed
---
title: Add encrypted ldap secrets support
merge_request: 45712
author:
type: added
---
title: 'Expose GraphQL resolver for processing CI config'
merge_request: 46912
author:
type: added
---
title: Make ImportIssuesCsvWorker idempotent
merge_request: 47808
author:
type: changed
---
title: Updated UI text to match style guidelines
merge_request: 49275
author:
type: other
---
title: Updated UI text to match style guidelines
merge_request: 49632
author:
type: other
---
title: 'Geo: Add verification state machine fields to package files table'
merge_request: 47260
author:
type: added
---
title: Fix wording of some 400 Bad request API responses
merge_request: 49895
author:
type: fixed
---
title: 'Geo: Add verification indexes for package files'
merge_request: 47372
author:
type: added
---
title: 'Geo: Remove unused indexes'
merge_request: 48504
author:
type: changed
---
title: Add code coverage overall activity to group repository analytics
merge_request: 48155
author:
type: added
---
title: Move profiles/keys#get_keys to users#ssh_keys
merge_request: 48991
author: Takuya Noguchi
type: other
---
title: Convert fa-caret-down icons to chevron-down SVG
merge_request: 49332
author:
type: changed
---
title: Replace fa-chevron-down icon in pikaday
merge_request: 48054
author:
type: changed
---
title: Replace fa-chevron-down in template selector dropdown
merge_request: 48015
author:
type: changed
---
title: Replace fa-exclamation-triangle in users select
merge_request: 48116
author:
type: changed
---
title: Replace fa icons in single file diff
merge_request: 48136
author:
type: changed
---
title: Replace fa-cirlce in runners helper
merge_request: 48981
author:
type: changed
---
title: Replace fa-spinner in metrics dashboard yaml definition
merge_request: 48227
author:
type: changed
---
title: Replace wiki fontawesome icons with emojis
merge_request: 49097
author:
type: other
---
title: Add ability to aggregated metrics in Usage Ping
merge_request: 49886
author:
type: added
---
title: Add upcoming deployment column to Environments page
merge_request: 48062
author:
type: added
---
title: Add GraphQL mutation to delete a release
merge_request: 48364
author:
type: added
---
title: Add GraphQL mutation to update a release
merge_request: 46611
author:
type: added
---
title: Remove release notes from Tags page
merge_request: 49979
author:
type: removed
---
title: Create namespace onboarding actions table
merge_request: 48018
author:
type: added
---
title: Remove unnecessary Gitaly calls from raw endpoint
merge_request: 48917
author:
type: performance
---
title: Fixed editing labels on the swimlanes sidebar
merge_request: 47946
author:
type: fixed
---
title: Upgrade GitLab Pages to 1.32.0
merge_request: 50062
author:
type: added
---
title: Upgrade Pages to 1.31.0
merge_request: 49352
author:
type: added
---
title: Allow passing `commit_id` when creating MR discussions via the API and expose `commit_id` for MR diff notes
merge_request: 47130
author: Johannes Altmanninger @krobelus
type: added
---
title: Fixed image diff comments positioning
merge_request: 48132
author:
type: fixed
---
title: Gradually load more diffs async
merge_request: 49476
author:
type: changed
---
title: Fix pipeline page in dark mode
merge_request: 49214
author:
type: fixed
---
title: Darker background for dark mode, plus small fixes to MR page
merge_request: 47359
author:
type: changed
---
title: Reduce object allocations for large merge request
merge_request: 49563
author:
type: performance
---
title: Use CS_ANALYZER_IMAGE in CS template
merge_request: 47856
author:
type: added
---
title: Remember last used project ordering option across groups
merge_request: 47850
author: Lee Tickett
type: changed
---
title: Improve query that finds all pipelines in the same family
merge_request: 49240
author:
type: performance
---
title: Remove unnecessary queries in milestone page
merge_request: 49662
author:
type: performance
---
title: Remove dast_unlicensed job
merge_request: 50129
author:
type: changed
---
title: Finish removing unused replication columns from terraform state
merge_request: 48839
author:
type: changed
---
title: Rename Piwik config items and layout file after rebranding to Matomo
merge_request: 45658
author: Kate Grechishkina @kategrechishkina
type: changed
---
title: Update user mentions when markdown columns are directly saved to DB
merge_request: 38034
author:
type: fixed
---
title: Allow to configure custom service desk email address suffix
merge_request: 49932
author:
type: added
---
title: Restrict access to job page to developers only when use CI_DEBUG_TRACE is true
merge_request: 48932
author:
type: fixed
---
title: Manually trigger pipelines correctly when branches and tags have the same name. Separate tags and branches in trigger pipeline form.
merge_request: 48142
author:
type: fixed
---
title: Allow Pages to define a storage-specific connection
merge_request: 48098
author:
type: changed
---
title: Reduce SQL queries when no pipeline hooks are active
merge_request: 49186
author:
type: performance
---
title: Support instance profiles for IAM role for Amazon EKS integration
merge_request: 49212
author:
type: added
---
title: 'EKS: Provide user feedback on AWS authorization errors'
merge_request: 49278
author:
type: changed
---
title: Fix N+1 queries loading milestones when exporting CSVs
merge_request: 49429
author:
type: performance
---
title: Fail import state whenever repository import fails
merge_request: 49682
author:
type: fixed
---
title: Fix import of LFS files in GitHub import
merge_request: 48722
author:
type: fixed
---
title: Fix Markdown attachments in Releases not rendering with full URL
merge_request: 50146
author:
type: fixed
---
title: Fix division by error when upload max size is set to 0
merge_request: 49482
author:
type: fixed
---
title: Enable LFS chunked encoding by default
merge_request: 49649
author:
type: changed
---
title: Enable LFS chunked encoding
merge_request: 48269
author:
type: changed
---
title: Support S3 server side encryption in CI cloud native job logs
merge_request: 47536
author:
type: fixed
---
title: Upgrade fog-aws to v3.7.0
merge_request: 48921
author:
type: changed
---
title: Update fog-aws to v3.6.7
merge_request: 48519
author:
type: fixed
---
title: Update fog-google to v1.12
merge_request: 49196
author:
type: fixed
---
title: Update repository size after import
merge_request: 49319
author:
type: fixed
---
title: Update GitLab Workhorse to v8.58.0
merge_request: 49534
author:
type: changed
---
title: Upgrade mailroom to v0.0.8
merge_request: 49834
author:
type: fixed
---
title: Replace wrong index definition on labels (project_id, title)
merge_request: 48238
author:
type: other
---
title: Add flash message for setAssignees on group issue boards
merge_request: 48277
author:
type: added
---
title: Add loading state to assignees header
merge_request: 48392
author:
type: added
---
title: Add loading state to boards assignees header dropdown
merge_request: 47848
author:
type: added
---
title: Add assign self to group boards sidebar
merge_request: 47705
author:
type: added
---
title: 'Add ability to type a number in related issues and prepend #'
merge_request: 48952
author:
type: changed
---
title: 'Remove last-child bottom-margin: 0 from page-title class'
merge_request: 49884
author:
type: fixed
---
title: Improve the performance of the diff change access check
merge_request: 49803
author:
type: performance
---
title: Add metrics for count of unique users of alerts and incidents to usage ping
merge_request: 48087
author:
type: changed
---
title: Do not automatically reapply incident label after user removes it
merge_request: 49188
author:
type: fixed
---
title: Allow alert list to be visible when alerts exist, even if alerting integrations
are disabled
merge_request: 49257
author:
type: changed
---
title: Handle prometheus-formatted alert notifications through HTTP integrations
merge_request: 49268
author:
type: fixed
---
title: Fix spacing between buttons on pipeline header
merge_request: 48660
author:
type: fixed
---
title: Use incident instead of issue for operation settings
merge_request: 48406
author:
type: fixed
---
title: Truncate the `security_findings` table
merge_request: 49385
author:
type: added
---
title: Rendering Loading State of Last Commit earlier
merge_request: 49362
author:
type: performance
---
title: Updates the copy on empty users list tabs
merge_request: 49642
author:
type: changed
---
title: Update GitLab Runner Helm Chart to 0.23.0
merge_request: 48284
author:
type: other
---
title: Fix last_value record in internal_ids for epics
merge_request: 48988
author:
type: fixed
---
title: Move Terraform state versioning default to database
merge_request: 48194
author:
type: other
---
title: Update gitaly gem to 13.6.1
merge_request: 48601
author:
type: other
---
title: Add usage data rake tasks to prettify JSON output
merge_request: 49137
author:
type: added
---
title: Add menu-item class to non-details-job-component
merge_request: 48834
author:
type: fixed
---
title: Introduce frontend for group migration MVC
merge_request: 49709
author:
type: added
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment