Commit 5fc725de authored by GitLab Bot's avatar GitLab Bot

Add latest changes from gitlab-org/gitlab@12-10-stable-ee

parent 7caa233e
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 12.10.0 (2020-04-22)
### Fixed (6 changes, 1 of them is from the community)
- Split CI minutes resets into different workers. !29017
- Fix duplicated events on Value Stream Analytics stage form. !29030
- Fix missing autocomplete results in the ElasticSearch admin UI. !29043 (mbergeron)
- Support visual reviews on private and internal projects through PAT authentication. !29336
- Nuget search: fix the prerelease filtering. !29482
- Smartcard should be counted as 2fa. !29504
### Changed (6 changes)
- Default the :tasks_by_type_chart feature flag on. !28486
- Remove Add Metric button from custom dashboards. !29036
- Improve Geo Node save error messages. !29079
- Cosmetic changes for Epic Health Status. !29234
- Improve readability of Dependency List. !29593
- Restrict prompt to check user account settings only to Gitlab.com. !29672
### Added (15 changes)
- Add LDAP user filter to group link API. !26202
- Implement Shared Runner Minute Factors. !27792
- Updates the package registry list UI which also includes adding pipeline information. !28426
- Allow Admins to preview the payload for Seat Link requests. !28582
- Add deployment frequency to Project level Value Stream Analytics summary. !28772
- Add deployment frequency to Group Value Stream Analytics summary. !28776
- Provide milestone burnup chart data for scope committed graph. !28899
- Make Status Page MVC generally available. !28966
- License Compliance - Add `order_by` filter. !28970
- Add the selected compliance frameworks label to project home and listings. !29137
- Generate smaller versions of Design Management design files. !29215
- .com has a subscription expired banner. !29422
- Allow changing item parent in epic tree via GraphQL. !29567
- Add PyPI Packages Repository. !29702
- Enable requirements for projects and basic actions (CRUD) for them.
### Other (1 change)
- Add health status counts to usage data. !28964
## 12.9.4 (2020-04-16) ## 12.9.4 (2020-04-16)
- No changes. - No changes.
......
...@@ -2,6 +2,448 @@ ...@@ -2,6 +2,448 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. entry.
## 12.10.0 (2020-04-22)
### Removed (3 changes)
- Revert LDAP readonly attributes feature. !28541
- Remove deprecated /ci/lint page. !28562
- Remove open in file view link from Web IDE. !28705
### Fixed (118 changes, 26 of them are from the community)
- Return 202 for command only notes in REST API. !19624
- Run SAST using awk to pass env variables directly to docker without creating .env file. !21174 (Florian Gaultier)
- #42671: Project and group storage statistics now support values up to 8 PiB (up from 4GiB)
. !23131 (Matthias van de Meent)
- Fix 500 error on profile/chat_names for deleted projects. !24341
- Migrate the database to activate projects prometheus service integration for projects with prometheus installed on shared k8s cluster. !24684
- Fix archived corrupted projects not displaying in admin. !25171 (erickcspice)
- Fix some Web IDE bugs with empty projects. !25463
- Fix failing ci variable e2e test. !25924
- Fix new file not being created in non-ascii character folders. !26165
- Validate uniqueness of project_id and type when a new project service is created. !26308
- Fix assignee dropdown on new issue page. !26971
- Resolve Unable to expand multiple downstream pipelines. !27029
- Hide admin user actions for ghost and bot users. !27162
- Fix invalid ancestor group milestones when moving projects. !27262
- Fix right sidebar when scrollbars are always visible. !27314 (Shawn @CasualBot)
- Fix OpenAPI file detector. !27321 (Roger Meier)
- Fix managed_free_namespaces scope to only groups without a license or a free license. !27356
- Set commit status to failed if the TeamCity connection is refused. !27395
- Resolve Improve format support message in issue design. !27409
- Add tooltips with full path to file headers on file tree. !27437
- Scope WAF Statistics anomalies to environment.external_url. !27466
- Show the proper information in snippet edit form. !27479
- Fixes the repository Vue router not working with Chinese characters. !27494
- Fix smartcard config initialization. !27560
- Fix audit event that weren't being created for failed LDAP log-in tries. !27608
- Fix filtered search tokenization. !27648
- Fix processing of GrapqhQL query complexity based on used resolvers. !27652
- Update board scopes when promoting a label. !27662
- Reuse default generated snippet file name in repository. !27673
- Revert user bio back to non-italicized font to fix rendering of emojis. !27693
- Filter out Releases with missing tags. !27716
- Update detected languages for dependency scanning in no dind mode. !27723
- Fix logic for ingress can_uninstall?. !27729
- Fix dropped filter when paging groups. !27737 (Lee Tickett)
- Amend GraphQL merge requests resolver to check for project presence. !27783
- Fix bug issue template handling of markdown. !27808 (Lee Tickett)
- Update discord notifications to be a single embed and include log messages. !27812 (Sam Bingner)
- Update detected languages for sast in no dind mode. !27831
- Fix bug inviting members whose emails start with numbers. !27848 (Lee Tickett)
- Allow self monitoring project to query internal Prometheus even when "Allow local requests in webhooks and services" setting is false. !27865
- Add missing docstring to Prometheus metric. !27868
- Resolve Snippet creation failure bug. !27891
- Fix optional params for deploy token API. !27961 (Nejc Habjan)
- Use Ci::Pipeline#all_merge_requests.first as Ci::Build#merge_request. !27968
- Fix bug tracking snippet shard name. !27979
- Add `discussion_locked` to Webhook. !28018
- Fix invalid class option for ionice. !28023
- Improve SAST NO_DIND file detection with proper boundary conditions. !28036
- Detect skipped specs in JUnit reports and set TestCase status. !28053
- Allow 0 for pages size limit setting in admin settings. !28086
- Fix wrong colors displayed in charts. !28095
- Fix incorrect content returned on empty dotfile. !28144
- Include LDAP UID attribute in default attributes for all LDAP lookups. !28148
- Fix deploy token API to properly delete all associated deploy token records. !28156
- Fix Gitlab::Auth to handle orphaned oauth tokens. !28159
- Protect sidekiq admin UI with admin mode. !28164 (Diego Louzán)
- Prevent overriding the username when creating a Deploy Token via the API. !28175 (Ayoub Mrini)
- Resolve Snippet actions with binary data. !28191
- Make all HTTPS cookies set SameSite to none. !28205
- Don't send 'accept-encoding' in HttpIO requests. !28239
- Gracefully handle missing latest CI pipeline. !28263
- Fix error removing secondary email. !28267 (Lee Tickett)
- Fix name of approvals column in merge requests. !28274 (Steffen Köhler)
- Add management_project_id to group and project cluster creation, clarifies docs. !28289
- Check first if feature flag version_snippet is enabled. !28352
- Fix single stat panel percentile format support. !28365
- Use CTE optimization for searching board issues. !28430
- Fix missing synthetic milestone change notes for disabled milestone change event tracking feature flag. !28440
- Fix Releases page for Guest users of private projects. !28447
- Prevent ProjectUpdateRepositoryStorageWorker from moving to same filesystem. !28469
- Return error message for create_merge_request. !28482
- Include MR times in Milestone time overview. !28519 (Bob van de Vijver)
- Fix daily report result to use average of coverage values if there are multiple builds for a given group name. !28556
- Token creation uses HTTP status CREATED. !28587
- Allow award emoji same name & user duplicates when Importing. !28588
- Fix pagination in Merge Request GraphQL api. !28667 (briankabiro)
- Remove duplicate spec in web hook service spec. !28669 (Rajendra Kadam)
- Fix GraphQL SnippetType repo urls. !28673
- Add missing ON DELETE FK constraints referencing users table. !28720
- Update duplicate specs in notification service spec. !28742 (Rajendra Kadam)
- Fix styling of MR dropdown in Web IDE. !28746
- Better error message when importing a Github project and Github API rate limit is exceeded. !28785
- Prevent false positives in Ci::Pipeline#all_merge_requests. !28800
- Enable toggle all discussions button for logged out users. !28809 (Diego Louzán)
- Fix display of PyCharm generated Jupyter notebooks. !28810 (Jan Beckmann)
- Resolve Snippet update error with version flag disabled. !28815
- Show multimetric embeds on a single chart. !28841
- Fix race condition updating snippet without repository. !28851
- Normalize signature mime types when filtering attachments in emails. !28865 (Diego Louzán)
- Add autostop check to folder table. !28937
- Fix 500 error on create release API when providing an invalid tag_name. !28969 (Sashi Kumar)
- Fix missing group icons on profile page when screen < 576px. !28973
- Stringify Sidekiq job args in exception logs. !28996
- Ensure members are always added on Project Import when importing as admin. !29046
- Elasticsearch recommendation alert does not appears while screen is loaded. !29097
- Prevent wrong environment being used when processing Prometheus alert. !29119
- Fix Slack slash commands using relative URL. !29160
- Exclude 'trial_ends_on', 'shared_runners_minutes_limit' & 'extra_shared_runners_minutes_limit' from list of exported Group attributes. !29259
- Group level container registry show subgroups repos. !29263
- Move prepend to last line in finders files. !29274 (Rajendra Kadam)
- Remove 'error' from diff note error message. !29281
- Migrate legacy uploads out of deprecated paths. !29295
- Move prepend to last line in commit status presenter. !29328 (Rajendra Kadam)
- Move prepend to last line in app serializers. !29332 (Rajendra Kadam)
- Move prepend to last line in app workers and uploaders. !29379 (Rajendra Kadam)
- fix: Publish toolbar dissappears when submitting empty content. !29410
- Replace deprecated GlLoadingIcon sizes. !29417
- fix display head and base in version dropdowns. !29433
- Fix Web IDE not showing diff when opening commit tab. !29439
- Use music icon for files with .ogg extension. !29514
- Fix dashboard processing error which prevented dashboards with unknown attributes inside panels from being displayed. !29517
- Fix Deploy Token creation when no scope selected. !29614
- Update auto-build-image to v0.2.2 with fixes for docker caching. !29730
- Fix resolve WIP clearing merge request area. !29757
- Enable the Add metric button for CE users. !29769
- Fix Error 500 when inviting user to a few projects. !29778
- Fixed whitespace toggle not showing the correct diff.
- Fixed upload file creating a file in the wrong directory.
### Deprecated (1 change)
- Deprecate 'token' attribute from Runners API. !29481
### Changed (62 changes, 7 of them are from the community)
- Only enable searching of projects by full path / name on certain dropdowns. !21910
- Support wiki events in activity streams. !23869
- Fix for issue 26426: Details of runners of nested groups of an owned group are now available for users with enough permissions. !24169 (nachootal@gmail.com)
- Rename "Project Services" to "Integrations" in frontend and docs. !26244
- Support multiple Evidences for a Release. !26509
- Move some global routes to - scope. !27106
- Only display mirrored URL to users who can manage Repository settings. !27166
- Disable lookup of other ActiveSessions to determine admin mode status. !27318 (Diego Louzán)
- Extract X509::Signature from X509::Commit. !27327 (Roger Meier)
- Show user statistics in admin area also in CE, and use daily generated data for these statistics. !27345
- Update aws-ecs image location in CI template. !27382
- Update More Pages button on Wiki Page. !27499
- Update ApplicationLimits to prefer defaults. !27574
- Allow external diff files to be removed. !27602
- Add atomic and cleanup-on-fail parameters for Helm. !27721
- Change the url when the timeslider changes. !27726
- Add user_details.bio column and migrate data from users.bio. !27773
- WAF settings will be read-only if there is a new version of ingress available. !27845
- Add an helper to check if a notification_event is enabled. !27880 (Jacopo Beschi @jacopo-beschi)
- Ensure freshness of settings with snippet creation. !27897
- Update copies in Admin Panel > Repository Storage section. !27986
- Add event tracking to Container regstry quickstart. !27990
- Render snippet repository blobs. !28085
- Accept `author_username` as a param in Merge Requests API. !28100
- Use rich icons for thw rows on the file tree. !28112
- Renamed Contribution Charts as Repository Analytics. !28162
- Move Alerting feature to Core. !28196
- Add file-based pipeline conditions to default Auto DevOps CI template. !28242
- Make pipeline info in chat notifications concise. !28284
- Use different approval icon if current user approved. !28290 (Steffen Köhler)
- Remove repeated examples in user model specs. !28450 (Rajendra Kadam)
- Show only active environments in monitoring dropdown. !28456
- Enable container expiration policies by default for new projects. !28480
- Show snippet error update to the user. !28516
- Move 'Additional Metrics' feature to GitLab Core. !28527
- Add ability to search by environment state in environments GraphQL API. !28567
- Add correlation_id to project_mirror_data, expose in /import API endpoints. !28662
- Add status column to container_registry. !28682
- Cleanup the descriptions of some fields of GraphQL ProjectType. !28735
- Add Project template for Static Site Editor / Middleman. !28758
- Remove duplicate show spec in admin routing. !28790 (Rajendra Kadam)
- Add Fluentd model for cluster apps. !28846
- Add grab cursor for operations dashboard cards. !28868
- Update copy when snippet git feature disabled. !28913
- Expose relations that failed to import in /import endpoints. !28915
- Update informational text on Edit Release page. !28938
- Add support for dot (.) in variables masking. !29022
- Update Auto DevOps docker version to 19.03.8. !29081
- Make search redaction more robust. !29166
- Enable async delete in container repository list. !29175
- Make manual prometheus configuration section always editable. !29209
- Adjust label title applied to issues on import from Jira. !29246
- Track statistics per project for jira imported issues. !29406
- Display local timezone in log explorer. !29409
- Allow to retry submitting changes when an error occurs. !29434
- Define dashboard dropdowns layout in flex to improve support smaller screens. !29477
- Update auto-deploy-image to v0.13.0 for deploy job, enabling more granular control over service.enabled. !29524
- Do not display branch link in saved changes message UI. !29611
- Redesign Jira issue import UI. !29671
- Add support for /file_hooks directory. !29675
- Sort the project dropdown by star count when moving issues. !29766
- Increase the timing of polling for the merge request widget.
### Performance (45 changes)
- Limits issues displayed on milestones. !23102
- Optimize suggestions counters. !26443
- Prefetch DNS for asset host. !26868
- Move bots functionality to user_type column. !26981
- Optimize projects_service_active queries performance in usage data. !27093
- Optimize projects_mirrored_with_pipelines_enabled query performance in usage data. !27110
- Optimize ldap keys counters query performance in usage data. !27309
- Enable Workhorse upload acceleration for Project Import uploads via UI. !27332
- Cache ES enabled namespaces and projects. !27348
- Optimize template_repositories query by using batch counting. !27352
- Reduce SQL queries when rendering webhook settings. !27359
- Reduce number of SQL queries for service templates. !27396
- Improve Advanced global search performance by using routing. !27398
- Improve performance of the container repository cleanup tags service. !27441
- Optimize usage ping queries by using batch counting. !27455
- Fix redundant query execution when loading board issues. !27505
- Optimize projects_enforcing_code_owner_approval counter query performance for usage ping. !27526
- Optimize projects_reporting_ci_cd_back_to_github query performance for usage data. !27533
- Optimize service desk enabled projects counter. !27589
- Improve pagination in discussions API. !27697
- Improve API response for archived project searchs. !27717
- Optimize ci builds counters in usage data. !27770
- Enable streaming serializer feature flag by default. !27813
- Harden jira usage data. !27973
- Create merge request pipelines in background jobs. !28024
- Optimize ci builds non distinct counters in usage data. !28027
- Remove feature flag 'export_fast_serialize' and 'export_fast_serialize_with_raw_json'. !28037
- Improve API response for descending internal project searches. !28038
- Make Rails.cache and Gitlab::Redis::Cache share the same Redis connection pool. !28074
- Introduce rate limit for creating issues via web UI. !28129
- Introduce rate limit for creating issues via API. !28130
- Remove unnecessary index index_ci_builds_on_name_for_security_reports_values. !28224
- Disallow distinct count for regular batch count. !28518
- Resolve an N+1 in merge request CI variables. !28688
- Use faster streaming serializer for project exports. !28925
- Add index for created_at of resource_milestone_events. !28929
- Optimize issues with embedded grafana charts usage counter. !28936
- Avoid scheduling duplicate sidekiq jobs. !29116
- Optimize projects with repositories enabled usage data. !29117
- Use diff-stats for calculating raw diffs modified paths. !29134
- Optimize protected branches usage data. !29148
- Refresh only existing MRs on push. !29420
- Reduce SQL requests number for CreateCommitSignatureWorker. !29479
- Remove redundant index from projects table. !29507
- Add index on users.unlock_token. !276298
### Added (140 changes, 33 of them are from the community)
- New package list is enabled which includes filtering by type. !18860
- Create a rake task to cleanup unused LFS files. !21747
- Support Asciidoc docname attribute. !22313 (Jouke Witteveen)
- Adds features to delete stopped environments. !22629
- Highlight line which includes search term is code search results. !22914 (Alex Terekhov (terales))
- Allow embedded metrics charts to be hidden. !23929
- Add toggle all discussions button to MRs. !24670 (Martin Hobert & Diego Louzán)
- Store daily code coverages into ci_daily_report_results table. !24695
- Add cluster management project template. !25318
- Add limit metric to lists. !25532
- Add support for Okta as a SCIM provider. !25649
- Add grape custom validator for git reference params. !26102 (Rajendra Kadam)
- Add healthy column to clusters_applications_prometheus table. !26168
- Add API endpoint to list runners for a group. !26328
- Add unlock_membership_to_ldap boolean to Groups. !26474
- Adds wiki metadata models. !26529
- Create model to store Terraform state files. !26619
- Improve logs dropdown with more clear labels. !26635
- Add all pods view to logs explorer. !26883
- Add first_contribution to single merge request API. !26926
- Populate user_highest_roles table. !27127
- Add option for switching between blocking and logging for WAF. !27133
- Add bar chart support to monitoring dashboard. !27155
- Start merge request for custom dashboard if new branch is provided. !27189
- Update user's highest role to keep the users statistics up to date. !27231
- Make "Value Stream" the default page that appears when clicking the project-level "Analytics" sidebar item. !27279 (Gilang Gumilar)
- Add metric to derive new users count. !27351
- Display cluster type in cluster info page. !27366
- Improve logs filters on mobile, simplify kubernetes API logs filters. !27484
- Adds branch information to the package details title section. !27488
- Add forking_access_level to projects API. !27514 (Mathieu Parent)
- Add a DB column to track external issue and epic ids when importing from external sources. !27522
- Added Edit Title shared component. !27582
- Add metrics dashboard annotation model, relation, policy, create and delete services. To provide interface for create and delete operations. !27583
- Adds filter by name to the packages list. !27586
- Allow querying of Jira imports and their status via GraphQL. !27587
- Update Gitaly to 12.9.0-rc5. !27631
- Add filtered search for elastic search in logs. !27654
- Add cost factor fields to ci runners. !27666
- Add auto_ssl_failed to pages_domains. !27671
- Allow to start Jira import through graphql mutation. !27684
- Add terraform report to merge request widget. !27700
- Read metadata from Wiki front-matter. !27706
- Support custom graceful timeout for Sidekiq Cluster processes. !27710
- Show storage size on project page. !27724 (Roger Meier)
- Upload a design by copy/pasting the file into the Design Tab. !27776
- Update Active checkbox component to use toggle. !27778
- Add namespace_storage_size_limit to application settings. !27786
- Add issues to graphQL group endpoint. !27789
- Enable container registry at the group level. !27814
- Expose created_at property in Groups API. !27824
- Add an endpoint to allow group admin users to purge the dependency proxy for a group. !27843
- Filter health endpoint metrics. !27847
- Add support for system note metadata in project Import/Export. !27853 (Melvin Vermeeren)
- Add daily job to create users statistics. !27883
- Add DS_REMEDIATE env var to dependency scanning template. !27947
- Add Swift Dockerfile to GitLab templates. !28035
- Generate JWT and provide it to CI jobs for integration with other systems. !28063
- Update user's highest role to keep the users statistics up to date. !28087
- Add jira_imports table to track current jira import progress as well as historical imports data. !28108
- Add initial support for Cloud Native Buildpacks in Auto DevOps builds. !28165
- Add app server type to usage ping. !28189
- Add last_activity_before and last_activity_after filter to /api/projects endpoint. !28221 (Roger Meier)
- Expose basic project services attributes through GraphQL. !28234
- Add environment-state flag to metrics data. !28237
- Allow defining of metric step in dashboard yml. !28247
- Separate validators into own class files. !28266 (Rajendra Kadam)
- Refactor push rules and add push_rule_id columns in project settings and application settings. !28286
- Added support for single-token deletion via option/ctrl-backspace or search-filter clearing via command-backspace in filtered search. !28295 (James Becker)
- Enable log explorer to use the full height of the screen. !28312
- Automatically assign id to each panel within dashboard to support panel scoped annotations. !28341
- Add Praefect rake task to print out replica checksums. !28369
- Add rake task to update x509 signatures. !28406 (Roger Meier)
- Add application setting to enable container expiration and retention policies on pre 12.8 projects. !28479
- Add Prometheus alerts automatically after Prometheus Service was created. !28503
- Add ability to filter commits by author. !28509
- Add usage data metrics for instance level clusters and clusters with management projects. !28510
- Add slash command support for merge train. !28532
- Add metrics dashboard annotations to GraphQL API. !28550
- Refactor duplicate specs in wiki page specs. !28551 (Rajendra Kadam)
- Refactor duplicate member specs. !28574 (Rajendra Kadam)
- Remove design management as a license feature. !28589
- Add api endpoint to get x509 signature. !28590 (Roger Meier)
- Refactored Snippet edit form to Vue. !28600
- Add support for database-independent embedded metric charts. !28618
- Fix issuable duplicate spec. !28632 (Rajendra Kadam)
- Fix build duplicate spec. !28633 (Rajendra Kadam)
- Remove duplicate specs in ability model. !28644 (Rajendra Kadam)
- Remove duplicate specs in update service spec. !28650 (Rajendra Kadam)
- Add added_lines and removed_lines columns to merge_request_metrics table. !28658
- Remove duplicate specs in pipeline message spec. !28664 (Rajendra Kadam)
- Implement Terraform State API with locking. !28692
- Move export issues feature to core. !28703
- Add status endpoint to Pages Internal API. !28743
- Enable last user activity logging on the REST API. !28755
- Refresh metrics dashboard data without reloading the page. !28756
- Update duplicate specs in update large table spec. !28787 (Rajendra Kadam)
- Fix duplicate spec in factory relation spec. !28794 (Rajendra Kadam)
- Remove duplicate spec from changelog spec. !28801 (Rajendra Kadam)
- Remove duplicate spec from closing issue spec. !28803 (Rajendra Kadam)
- Allow Release links to be edited on the Edit Release page. !28816
- Create operations_user_lists table. !28822
- Added the clone button for Snippet view. !28840
- Add Fluentd table for cluster apps. !28844
- Fix duplicate spec from user helper spec. !28854 (Rajendra Kadam)
- Add missing spec for gitlab schema. !28855 (Rajendra Kadam)
- Fix duplciate spec in merge requests. !28856 (Rajendra Kadam)
- Fix duplicate spec in environment finder. !28857 (Rajendra Kadam)
- Fix duplicate spec in template dropdown spec. !28858 (Rajendra Kadam)
- Fix duplicate spec in user post diff notes. !28859 (Rajendra Kadam)
- Fix duplicate spec in filter issues. !28860 (Rajendra Kadam)
- Remove `ci_dag_support` feature flag. !28863 (Lee Tickett)
- Validate dependency on job generating a CI config when using dynamic child pipelines. !28901
- Add read_api scope to personal access tokens for granting read only API access. !28944
- Add a new default format(engineering notation) for yAxis labels in monitor charts. !28953
- Add write_registry scope to deploy tokens for container registry push access. !28958
- Add Nginx error percentage metric. !28983
- Provide configuration options for Static Site Editor. !29058
- Remove blobs_fetch_in_batches feature flag. !29069
- API endpoint to create annotations for environments dashboard. !29089
- Add graphQL interface to fetch metrics dashboard. !29112
- Add typed AWS environment variables for access keys & region. !29124
- Add line range to diff note position. !29135
- Add push rules association for groups. !29144
- Gather historical pod list from Elasticsearch. !29168
- Save changes in Static Site Editor using REST GitLab API. !29286
- Add temporary empty message when no result is found. !29306
- Add API endpoint to get users without projects. !29347
- Add status page url field to DB and setting model. !29357
- Add metrics_dashboard_access_level to project features. !29371
- Add a database column to enable or disable group owners from changing the default branch protection setting of a group. !29397
- Allow sorting of issue and MR discussions. !29492
- Update UI for project and group settings CI variables. !29584
- Add GRADLE_CLI_OPTS and SBT_CLI_OPTS env vars to dependency scanning orchestrator. !29595
- Add name_regex_keep to container_expiration_policies. !29618
- Adds Knative and Fluentd as CI/CD managed applications. !29637
- Add jira issues import feature.
- Add wildcard case in documentation for artifacts. (Fábio Matavelli)
- Add namespace storage size limit setting.
- Add placeholders to broadcast message notifications.
### Other (48 changes, 16 of them are from the community)
- Convert schema to plain SQL using structure.sql. !22808
- Provide link to a survey for Knative users. !23025
- Complete the migration of Job Artifact to Security Scan. !24244
- Migrate .fa-spinner to .spinner for app/views/shared/notes. !25028 (nuwe1)
- Migrate .fa-spinner to .spinner for app/views/ci/variables. !25030 (nuwe1)
- Migrate .fa-spinner to .spinner for ee/app/views/projects/settings. !25038 (nuwe1)
- Migrate .fa-spinner to .spinner for app/views/projects/mirrors. !25041 (nuwe1)
- Migrate .fa-spinner to .spinner for app/views/projects/network. !25050 (nuwe1)
- Migrate .fa-spinner to .spinner for app/views/groups. !25053 (nuwe1)
- Replace underscore with lodash for ./app/assets/javascripts/vue_shared. !25108 (Tobias Spagert)
- Remove health_status column from epics. !26302
- Show object access warning when disabling repo LFS. !26696
- Update icons in Sentry Error Tracking list for ignored/resolved errors. !27125
- Use Ruby 2.7 in specs to remove Ruby 2.1/2.2/2.3. !27269 (Takuya Noguchi)
- Fill user_type for ghost users. !27387
- Add Bitbucket Importer metrics. !27524
- Consume remaining LinkLFsObjectsProjects jobs. !27558
- Update GitLab Runner Helm Chart to 0.15.0. !27670
- Log Redis call count and duration to log files. !27735
- Use id instead of cve where possible when parsing remediations. !27815
- Log member additions when importing Project/Group. !27930
- Change project_export_worker urgency to throttled. !27941
- Add missing track_exception() call to Ci::CreateJobArtifactsService. !27954
- Add possibility to conigure additional rails hosts with env variable. !28133
- Remove new issue tooltip. !28261 (Victor Wu)
- Improve message when promoting project labels. !28265
- Change the link to chart copy text. !28371
- Conditional mocking of admin mode in specs by directory. !28420 (Diego Louzán)
- Align color and font-weight styles of heading elements and their typography classes. !28422
- Fix merge request thread’s icon buttons color. !28465
- Updated spinner next to forking message. !28506 (Victor Wu)
- Replaced old-style buttons with the new ones on Snippet view. !28614
- Change redo for retry icon in metrics dashboard. !28670
- Remove User's association max_access_level_membership. !28757
- Reduce urgency of EmailsOnPushWorker. !28783
- Use concern instead of service to update highest role. !28791
- Normalize error message between Gitea and Fogbugz importers. !28802
- Fix keyboard shortcut to navigate to your groups. !28873 (Victor Wu)
- Fix keyboard shortcut to navigate to dashboard activity. !28985 (Victor Wu)
- Remove unused index for vulnerability severity levels. !29023
- Update query labels dynamically for embedded charts. !29034
- Refactor projects/:id/packages API to supply only necessary params to PackagesFinder. !29052 (Sashi Kumar)
- Implement showing CI bridge error messages. !29123
- Update GitLab Shell to v12.1.0. !29167
- Update GitLab Elasticsearch Indexer. !29256
- Add Gitlab User-Agent to ContainerRegistry::Client. !29294 (Sashi Kumar)
- Improve error message in DAST CI template. !29388
- Remove store_mentions! in Snippets::CreateService. !29581 (Sashi Kumar)
## 12.9.4 (2020-04-16) ## 12.9.4 (2020-04-16)
- No changes. - No changes.
......
---
title: Add an endpoint to allow group admin users to purge the dependency proxy for a group
merge_request: 27843
author:
type: added
---
title: Add Nginx error percentage metric
merge_request: 28983
author:
type: added
---
title: Add Prometheus alerts automatically after Prometheus Service was created
merge_request: 28503
author:
type: added
---
title: Resolve Unable to expand multiple downstream pipelines.
merge_request: 27029
author:
type: fixed
---
title: Update detected languages for dependency scanning in no dind mode
merge_request: 27723
author:
type: fixed
---
title: Update detected languages for sast in no dind mode
merge_request: 27831
author:
type: fixed
---
title: Add limit metric to lists
merge_request: 25532
author:
type: added
---
title: Add usage data metrics for instance level clusters and clusters with management projects
merge_request: 28510
author:
type: added
---
title: Add temporary empty message when no result is found
merge_request: 29306
author:
type: added
---
title: Add ability to filter commits by author
merge_request: 28509
author:
type: added
---
title: Add unlock_membership_to_ldap boolean to Groups
merge_request: 26474
author:
type: added
---
title: Fix archived corrupted projects not displaying in admin
merge_request: 25171
author: erickcspice
type: fixed
---
title: "Add support for system note metadata in project Import/Export"
merge_request: 27853
author: Melvin Vermeeren
type: added
---
title: Use Ruby 2.7 in specs to remove Ruby 2.1/2.2/2.3
merge_request: 27269
author: Takuya Noguchi
type: other
---
title: Hide admin user actions for ghost and bot users
merge_request: 27162
author:
type: fixed
---
title: Update query labels dynamically for embedded charts
merge_request: 29034
author:
type: other
---
title: Fix right sidebar when scrollbars are always visible
merge_request: 27314
author: Shawn @CasualBot
type: fixed
---
title: Highlight line which includes search term is code search results
merge_request: 22914
author: Alex Terekhov (terales)
type: added
---
title: Improve Advanced global search performance by using routing
merge_request: 27398
author:
type: performance
---
title: Add issues to graphQL group endpoint
merge_request: 27789
author:
type: added
---
title: Add added_lines and removed_lines columns to merge_request_metrics table
merge_request: 28658
author:
type: added
---
title: Adds filter by name to the packages list
merge_request: 27586
author:
type: added
---
title: Adds branch information to the package details title section
merge_request: 27488
author:
type: added
---
title: Improve API response for archived project searchs
merge_request: 27717
author:
type: performance
---
title: Improve API response for descending internal project searches
merge_request: 28038
author:
type: performance
---
title: Improve SAST NO_DIND file detection with proper boundary conditions
merge_request: 28036
author:
type: fixed
---
title: Resolve an N+1 in merge request CI variables
merge_request: 28688
author:
type: performance
---
title: Support multiple Evidences for a Release
merge_request: 26509
author:
type: changed
---
title: Remove open in file view link from Web IDE
merge_request: 28705
author:
type: removed
---
title: Fix Web IDE not showing diff when opening commit tab
merge_request: 29439
author:
type: fixed
---
title: Allow 0 for pages size limit setting in admin settings
merge_request: 28086
author:
type: fixed
---
title: Update Active checkbox component to use toggle
merge_request: 27778
author:
type: added
---
title: Make search redaction more robust
merge_request: 29166
author:
type: changed
---
title: Define dashboard dropdowns layout in flex to improve support smaller screens
merge_request: 29477
author:
type: changed
---
title: Fix wrong colors displayed in charts
merge_request: 28095
author:
type: fixed
---
title: Upload a design by copy/pasting the file into the Design Tab
merge_request: 27776
author:
type: added
---
title: Add read_api scope to personal access tokens for granting read only API access
merge_request: 28944
author:
type: added
---
title: Only enable searching of projects by full path / name on certain dropdowns
merge_request: 21910
author:
type: changed
---
title: Added the clone button for Snippet view
merge_request: 28840
author:
type: added
---
title: Prevent wrong environment being used when processing Prometheus alert
merge_request: 29119
author:
type: fixed
---
title: Add GRADLE_CLI_OPTS and SBT_CLI_OPTS env vars to dependency scanning orchestrator
merge_request: 29595
author:
type: added
---
title: Add user_details.bio column and migrate data from users.bio
merge_request: 27773
author:
type: changed
---
title: Generate JWT and provide it to CI jobs for integration with other systems
merge_request: 28063
author:
type: added
---
title: Make manual prometheus configuration section always editable
merge_request: 29209
author:
type: changed
---
title: Added Edit Title shared component
merge_request: 27582
author:
type: added
---
title: Add name_regex_keep to container_expiration_policies
merge_request: 29618
author:
type: added
---
title: Validate uniqueness of project_id and type when a new project service is created
merge_request: 26308
author:
type: fixed
---
title: Create model to store Terraform state files
merge_request: 26619
author:
type: added
---
title: Refactored Snippet edit form to Vue
merge_request: 28600
author:
type: added
---
title: Add terraform report to merge request widget
merge_request: 27700
author:
type: added
---
title: Refresh metrics dashboard data without reloading the page
merge_request: 28756
author:
type: added
---
title: Improve logs filters on mobile, simplify kubernetes API logs filters
merge_request: 27484
author:
type: added
---
title: Improve logs dropdown with more clear labels
merge_request: 26635
author:
type: added
---
title: Add filtered search for elastic search in logs
merge_request: 27654
author:
type: added
---
title: Start merge request for custom dashboard if new branch is provided
merge_request: 27189
author:
type: added
---
title: Reduce number of SQL queries for service templates
merge_request: 27396
author:
type: performance
---
title: Improve performance of the container repository cleanup tags service
merge_request: 27441
author:
type: performance
---
title: Optimize ldap keys counters query performance in usage data
merge_request: 27309
author:
type: performance
---
title: Enable container expiration policies by default for new projects
merge_request: 28480
author:
type: changed
---
title: Add status column to container_registry
merge_request: 28682
author:
type: changed
---
title: Enable async delete in container repository list
merge_request: 29175
author:
type: changed
---
title: Amend GraphQL merge requests resolver to check for project presence
merge_request: 27783
author:
type: fixed
---
title: Add a new default format(engineering notation) for yAxis labels in monitor charts
merge_request: 28953
author:
type: added
---
title: Add app server type to usage ping
merge_request: 28189
author:
type: added
---
title: Rename "Project Services" to "Integrations" in frontend and docs
merge_request: 26244
author:
type: changed
---
title: Enable Workhorse upload acceleration for Project Import uploads via UI
merge_request: 27332
author:
type: performance
---
title: Add application setting to enable container expiration and retention policies
on pre 12.8 projects
merge_request: 28479
author:
type: added
---
title: Update icons in Sentry Error Tracking list for ignored/resolved errors
merge_request: 27125
author:
type: other
---
title: Optimize ci builds non distinct counters in usage data
merge_request: 28027
author:
type: performance
---
title: Optimize ci builds counters in usage data
merge_request: 27770
author:
type: performance
---
title: Optimize suggestions counters
merge_request: 26443
author:
type: performance
---
title: Fix managed_free_namespaces scope to only groups without a license or a free license
merge_request: 27356
author:
type: fixed
---
title: Move bots functionality to user_type column
merge_request: 26981
author:
type: performance
---
title: Redesign Jira issue import UI
merge_request: 29671
author:
type: changed
---
title: Optimize projects_enforcing_code_owner_approval counter query performance for usage ping
merge_request: 27526
author:
type: performance
---
title: Optimize template_repositories query by using batch counting
merge_request: 27352
author:
type: performance
---
title: Optimize projects_reporting_ci_cd_back_to_github query performance for usage data
merge_request: 27533
author:
type: performance
---
title: Optimize projects_service_active queries performance in usage data
merge_request: 27093
author:
type: performance
---
title: Optimize projects_mirrored_with_pipelines_enabled query performance in usage data
merge_request: 27110
author:
type: performance
---
title: Optimize usage ping queries by using batch counting
merge_request: 27455
author:
type: performance
---
title: Consume remaining LinkLFsObjectsProjects jobs
merge_request: 27558
author:
type: other
---
title: Cache ES enabled namespaces and projects
merge_request: 27348
author:
type: performance
---
title: Fix assignee dropdown on new issue page
merge_request: 26971
author:
type: fixed
---
title: Fill user_type for ghost users
merge_request: 27387
author:
type: other
---
title: Make "Value Stream" the default page that appears when clicking the project-level "Analytics" sidebar item.
merge_request: 27279
author: Gilang Gumilar
type: added
---
title: Resolve Improve format support message in issue design
merge_request: 27409
author:
type: fixed
---
title: Revert LDAP readonly attributes feature
merge_request: 28541
author:
type: removed
---
title: Enable log explorer to use the full height of the screen
merge_request: 28312
author:
type: added
---
title: Expose relations that failed to import in /import endpoints
merge_request: 28915
author:
type: changed
---
title: Add correlation_id to project_mirror_data, expose in /import API endpoints
merge_request: 28662
author:
type: changed
---
title: Update aws-ecs image location in CI template
merge_request: 27382
author:
type: changed
---
title: Add cost factor fields to ci runners
merge_request: 27666
author:
type: added
---
title: Fix smartcard config initialization
merge_request: 27560
author:
type: fixed
---
title: Filter out Releases with missing tags
merge_request: 27716
author:
type: fixed
---
title: Update More Pages button on Wiki Page
merge_request: 27499
author:
type: changed
---
title: Add an helper to check if a notification_event is enabled
merge_request: 27880
author: Jacopo Beschi @jacopo-beschi
type: changed
---
title: API endpoint to create annotations for environments dashboard
merge_request: 29089
author:
type: added
---
title: Fix incorrect content returned on empty dotfile
merge_request: 28144
author:
type: fixed
---
title: Scope WAF Statistics anomalies to environment.external_url
merge_request: 27466
author:
type: fixed
---
title: Cleanup the descriptions of some fields of GraphQL ProjectType
merge_request: 28735
author:
type: changed
---
title: Add a DB column to track external issue and epic ids when importing from external sources
merge_request: 27522
author:
type: added
---
title: Add jira_imports table to track current jira import progress as well as historical imports data
merge_request: 28108
author:
type: added
---
title: Optimize service desk enabled projects counter
merge_request: 27589
author:
type: performance
---
title: Use faster streaming serializer for project exports
merge_request: 28925
author:
type: performance
---
title: Enable streaming serializer feature flag by default.
merge_request: 27813
author:
type: performance
---
title: Revert user bio back to non-italicized font to fix rendering of emojis
merge_request: 27693
author:
type: fixed
---
title: Fix audit event that weren't being created for failed LDAP log-in tries
merge_request: 27608
author:
type: fixed
---
title: Add a database column to enable or disable group owners from changing the default
branch protection setting of a group
merge_request: 29397
author:
type: added
---
title: Fix invalid class option for ionice
merge_request: 28023
author:
type: fixed
---
title: Add management_project_id to group and project cluster creation, clarifies
docs.
merge_request: 28289
author:
type: fixed
---
title: Resolve Snippet creation failure bug
merge_request: 27891
author:
type: fixed
---
title: Add event tracking to Container regstry quickstart
merge_request: 27990
author:
type: changed
---
title: Add environment-state flag to metrics data
merge_request: 28237
author:
type: added
---
title: Harden jira usage data
merge_request: 27973
author:
type: performance
---
title: Add `discussion_locked` to Webhook
merge_request: 28018
author:
type: fixed
---
title: Remove feature flag 'export_fast_serialize' and 'export_fast_serialize_with_raw_json'
merge_request: 28037
author:
type: performance
---
title: Fix deploy token API to properly delete all associated deploy token records
merge_request: 28156
author:
type: fixed
---
title: Fix Gitlab::Auth to handle orphaned oauth tokens
merge_request: 28159
author:
type: fixed
---
title: Provide configuration options for Static Site Editor
merge_request: 29058
author:
type: added
---
title: 'fix: Publish toolbar dissappears when submitting empty content'
merge_request: 29410
author:
type: fixed
---
title: Save changes in Static Site Editor using REST GitLab API
merge_request: 29286
author:
type: added
---
title: Remove unnecessary index index_ci_builds_on_name_for_security_reports_values
merge_request: 28224
author:
type: performance
---
title: Resolve Snippet actions with binary data
merge_request: 28191
author:
type: fixed
---
title: Improve message when promoting project labels
merge_request: 28265
author:
type: other
---
title: Group level container registry show subgroups repos
merge_request: 29263
author:
type: fixed
---
title: Fix missing synthetic milestone change notes for disabled milestone change event tracking feature flag
merge_request: 28440
author:
type: fixed
---
title: Disallow distinct count for regular batch count
merge_request: 28518
author:
type: performance
---
title: Optimize issues with embedded grafana charts usage counter
merge_request: 28936
author:
type: performance
---
title: Remove design management as a license feature
merge_request: 28589
author:
type: added
---
title: Adjust label title applied to issues on import from Jira
merge_request: 29246
author:
type: changed
---
title: Add autostop check to folder table
merge_request: 28937
author:
type: fixed
---
title: Fix styling of MR dropdown in Web IDE
merge_request: 28746
author:
type: fixed
---
title: Elasticsearch recommendation alert does not appears while screen is loaded
merge_request: 29097
author:
type: fixed
---
title: Resolve Snippet update error with version flag disabled
merge_request: 28815
author:
type: fixed
---
title: Add jira issues import feature
merge_request:
author:
type: added
---
title: Remove store_mentions! in Snippets::CreateService
merge_request: 29581
author: Sashi Kumar
type: other
---
title: Implement showing CI bridge error messages
merge_request: 29123
author:
type: other
---
title: Optimize projects with repositories enabled usage data
merge_request: 29117
author:
type: performance
---
title: Optimize protected branches usage data
merge_request: 29148
author:
type: performance
---
title: Remove redundant index from projects table
merge_request: 29507
author:
type: performance
---
title: Display local timezone in log explorer
merge_request: 29409
author:
type: changed
---
title: Allow sorting of issue and MR discussions
merge_request: 29492
author:
type: added
---
title: Deprecate 'token' attribute from Runners API
merge_request: 29481
author:
type: deprecated
---
title: Fix dashboard processing error which prevented dashboards with unknown attributes
inside panels from being displayed
merge_request: 29517
author:
type: fixed
---
title: Fix Deploy Token creation when no scope selected
merge_request: 29614
author:
type: fixed
---
title: Fix Error 500 when inviting user to a few projects
merge_request: 29778
author:
type: fixed
---
title: Enable the Add metric button for CE users
merge_request: 29769
author:
type: fixed
---
title: Add write_registry scope to deploy tokens for container registry push access
merge_request: 28958
author:
type: added
---
title: >
#42671: Project and group storage statistics now support values up to 8 PiB (up from 4GiB)
merge_request: 23131
author: Matthias van de Meent
type: fixed
---
title: Update board scopes when promoting a label
merge_request: 27662
author:
type: fixed
---
title: Enable container registry at the group level
merge_request: 27814
author:
type: added
---
title: Add first_contribution to single merge request API
merge_request: 26926
author:
type: added
---
title: 'Fix for issue 26426: Details of runners of nested groups of an owned group
are now available for users with enough permissions'
merge_request: 24169
author: nachootal@gmail.com
type: changed
---
title: Move Alerting feature to Core
merge_request: 28196
author:
type: changed
---
title: Add typed AWS environment variables for access keys & region
merge_request: 29124
author:
type: added
---
title: Update discord notifications to be a single embed and include log messages
merge_request: 27812
author: Sam Bingner
type: fixed
---
title: Fix display of PyCharm generated Jupyter notebooks
merge_request: 28810
author: Jan Beckmann
type: fixed
---
title: Fix some Web IDE bugs with empty projects
merge_request: 25463
author:
type: fixed
---
title: Prevent overriding the username when creating a Deploy Token via the API
merge_request: 28175
author: Ayoub Mrini
type: fixed
---
title: Fix missing group icons on profile page when screen < 576px
merge_request: 28973
author:
type: fixed
---
title: Add API endpoint to get users without projects
merge_request: 29347
author:
type: added
---
title: Set commit status to failed if the TeamCity connection is refused
merge_request: 27395
author:
type: fixed
---
title: Add auto_ssl_failed to pages_domains
merge_request: 27671
author:
type: added
---
title: Adds wiki metadata models
merge_request: 26529
author:
type: added
---
title: Support wiki events in activity streams
merge_request: 23869
author:
type: changed
---
title: Migrate legacy uploads out of deprecated paths
merge_request: 29295
author:
type: fixed
---
title: Improve pagination in discussions API
merge_request: 27697
author:
type: performance
---
title: Add DS_REMEDIATE env var to dependency scanning template
merge_request: 27947
author:
type: added
---
title: New package list is enabled which includes filtering by type
merge_request: 18860
author:
type: added
---
title: Only display mirrored URL to users who can manage Repository settings
merge_request: 27166
author:
type: changed
---
title: Add push rules association for groups
merge_request: 29144
author:
type: added
---
title: Fix pagination in Merge Request GraphQL api
merge_request: 28667
author: briankabiro
type: fixed
---
title: Provide link to a survey for Knative users
merge_request: 23025
author:
type: other
---
title: Return 202 for command only notes in REST API
merge_request: 19624
author:
type: fixed
---
title: Use CTE optimization for searching board issues
merge_request: 28430
author:
type: fixed
---
title: Show only active environments in monitoring dropdown
merge_request: 28456
author:
type: changed
---
title: Add ability to search by environment state in environments GraphQL API
merge_request: 28567
author:
type: changed
---
title: Create a rake task to cleanup unused LFS files
merge_request: 21747
author:
type: added
---
title: Add grab cursor for operations dashboard cards
merge_request: 28868
author:
type: changed
---
title: Add cluster management project template
merge_request: 25318
author:
type: added
---
title: Allow external diff files to be removed
merge_request: 27602
author:
type: changed
---
title: Add index for created_at of resource_milestone_events
merge_request: 28929
author:
type: performance
---
title: Adds features to delete stopped environments
merge_request: 22629
author:
type: added
---
title: Move 'Additional Metrics' feature to GitLab Core
merge_request: 28527
author:
type: changed
---
title: Introduce rate limit for creating issues via API
merge_request: 28130
author:
type: performance
---
title: Introduce rate limit for creating issues via web UI
merge_request: 28129
author:
type: performance
---
title: Migrate .fa-spinner to .spinner for app/views/ci/variables
merge_request: 25030
author: nuwe1
type: other
---
title: Migrate .fa-spinner to .spinner for app/views/groups
merge_request: 25053
author: nuwe1
type: other
---
title: Migrate .fa-spinner to .spinner for app/views/projects/mirrors
merge_request: 25041
author: nuwe1
type: other
---
title: Migrate .fa-spinner to .spinner for app/views/projects/network
merge_request: 25050
author: nuwe1
type: other
---
title: Migrate .fa-spinner to .spinner for app/views/shared/notes
merge_request: 25028
author: nuwe1
type: other
---
title: Migrate .fa-spinner to .spinner for ee/app/views/projects/settings
merge_request: 25038
author: nuwe1
type: other
---
title: Convert schema to plain SQL using structure.sql
merge_request: 22808
author:
type: other
---
title: Add healthy column to clusters_applications_prometheus table
merge_request: 26168
author:
type: added
---
title: Add bar chart support to monitoring dashboard
merge_request: 27155
author:
type: added
---
title: Add status endpoint to Pages Internal API
merge_request: 28743
author:
type: added
---
title: Add missing track_exception() call to Ci::CreateJobArtifactsService
merge_request: 27954
author:
type: other
---
title: Create operations_user_lists table
merge_request: 28822
author:
type: added
---
title: Add Gitlab User-Agent to ContainerRegistry::Client
merge_request: 29294
author: Sashi Kumar
type: other
---
title: Add wildcard case in documentation for artifacts
merge_request:
author: Fábio Matavelli
type: added
---
title: Add Fluentd table for cluster apps
merge_request: 28844
author:
type: added
---
title: Add Fluentd model for cluster apps
merge_request: 28846
author:
type: changed
---
title: Add atomic and cleanup-on-fail parameters for Helm
merge_request: 27721
author:
type: changed
---
title: Add Project template for Static Site Editor / Middleman
merge_request: 28758
author:
type: changed
---
title: Add option for switching between blocking and logging for WAF
merge_request: 27133
author:
type: added
---
title: WAF settings will be read-only if there is a new version of ingress available
merge_request: 27845
author:
type: changed
---
title: Remove duplicate show spec in admin routing
merge_request: 28790
author: Rajendra Kadam
type: changed
---
title: Accept `author_username` as a param in Merge Requests API
merge_request: 28100
author:
type: changed
---
title: Read metadata from Wiki front-matter
merge_request: 27706
author:
type: added
---
title: Add all pods view to logs explorer
merge_request: 26883
author:
type: added
---
title: Gather historical pod list from Elasticsearch
merge_request: 29168
author:
type: added
---
title: Fix 500 error on profile/chat_names for deleted projects
merge_request: 24341
author:
type: fixed
---
title: Add tooltips with full path to file headers on file tree
merge_request: 27437
author:
type: fixed
---
title: Make all HTTPS cookies set SameSite to none
merge_request: 28205
author:
type: fixed
---
title: Move prepend to last line in finders files
merge_request: 29274
author: Rajendra Kadam
type: fixed
---
title: Move prepend to last line in app serializers
merge_request: 29332
author: Rajendra Kadam
type: fixed
---
title: Move prepend to last line in app workers and uploaders
merge_request: 29379
author: Rajendra Kadam
type: fixed
---
title: Update ApplicationLimits to prefer defaults
merge_request: 27574
author:
type: changed
---
title: Use different approval icon if current user approved
merge_request: 28290
author: Steffen Köhler
type: changed
---
title: Support Asciidoc docname attribute
merge_request: 22313
author: Jouke Witteveen
type: added
---
title: Avoid scheduling duplicate sidekiq jobs
merge_request: 29116
author:
type: performance
---
title: Remove duplicate spec from changelog spec
merge_request: 28801
author: Rajendra Kadam
type: added
---
title: Conditional mocking of admin mode in specs by directory
merge_request: 28420
author: Diego Louzán
type: other
---
title: Complete the migration of Job Artifact to Security Scan
merge_request: 24244
author:
type: other
---
title: Remove duplicate spec from closing issue spec
merge_request: 28803
author: Rajendra Kadam
type: added
---
title: Move prepend to last line in commit status presenter
merge_request: 29328
author: Rajendra Kadam
type: fixed
---
title: Add possibility to conigure additional rails hosts with env variable
merge_request: 28133
author:
type: other
---
title: Token creation uses HTTP status CREATED
merge_request: 28587
author:
type: fixed
---
title: Add missing ON DELETE FK constraints referencing users table
merge_request: 28720
author:
type: fixed
---
title: Include LDAP UID attribute in default attributes for all LDAP lookups
merge_request: 28148
author:
type: fixed
---
title: Add support for Okta as a SCIM provider
merge_request: 25649
author:
type: added
---
title: Allow to retry submitting changes when an error occurs
merge_request: 29434
author:
type: changed
---
title: Renamed Contribution Charts as Repository Analytics
merge_request: 28162
author:
type: changed
---
title: Replaced old-style buttons with the new ones on Snippet view
merge_request: 28614
author:
type: other
---
title: Do not display branch link in saved changes message UI
merge_request: 29611
author:
type: changed
---
title: "Add Swift Dockerfile to GitLab templates"
merge_request: 28035
author:
type: added
---
title: Align color and font-weight styles of heading elements and their typography
classes
merge_request: 28422
author:
type: other
---
title: Remove unused index for vulnerability severity levels
merge_request: 29023
author:
type: other
---
title: Add support for /file_hooks directory
merge_request: 29675
author:
type: changed
---
title: Move some global routes to - scope
merge_request: 27106
author:
type: changed
---
title: Store daily code coverages into ci_daily_report_results table
merge_request: 24695
author:
type: added
---
title: Fix daily report result to use average of coverage values if there are multiple builds for a given group
name
merge_request: 28556
author:
type: fixed
---
title: Fix duplicate spec in environment finder
merge_request: 28857
author: Rajendra Kadam
type: added
---
title: Expose created_at property in Groups API
merge_request: 27824
author:
type: added
---
title: Add toggle all discussions button to MRs
merge_request: 24670
author: Martin Hobert & Diego Louzán
type: added
---
title: Add last_activity_before and last_activity_after filter to /api/projects endpoint
merge_request: 28221
author: Roger Meier
type: added
---
title: Show storage size on project page
merge_request: 27724
author: Roger Meier
type: added
---
title: Add api endpoint to get x509 signature
merge_request: 28590
author: Roger Meier
type: added
---
title: Add rake task to update x509 signatures
merge_request: 28406
author: Roger Meier
type: added
---
title: Adds Knative and Fluentd as CI/CD managed applications
merge_request: 29637
author:
type: added
---
title: Implement Terraform State API with locking
merge_request: 28692
author:
type: added
---
title: Fix duplicate spec in filter issues
merge_request: 28860
author: Rajendra Kadam
type: added
---
title: Prevent false positives in Ci::Pipeline#all_merge_requests
merge_request: 28800
author:
type: fixed
---
title: Fix filtered search tokenization
merge_request: 27648
author:
type: fixed
---
title: Protect sidekiq admin UI with admin mode
merge_request: 28164
author: Diego Louzán
type: fixed
---
title: Fix name of approvals column in merge requests
merge_request: 28274
author: Steffen Köhler
type: fixed
---
title: Fix optional params for deploy token API
merge_request: 27961
author: Nejc Habjan
type: fixed
---
title: Enable toggle all discussions button for logged out users
merge_request: 28809
author: Diego Louzán
type: fixed
---
title: Fix invalid ancestor group milestones when moving projects
merge_request: 27262
author:
type: fixed
---
title: Fix keyboard shortcut to navigate to dashboard activity
merge_request: 28985
author: Victor Wu
type: other
---
title: Fix keyboard shortcut to navigate to your groups
merge_request: 28873
author: Victor Wu
type: other
---
title: Normalize signature mime types when filtering attachments in emails
merge_request: 28865
author: Diego Louzán
type: fixed
---
title: Fix OpenAPI file detector
merge_request: 27321
author: Roger Meier
type: fixed
---
title: Fix 500 error on create release API when providing an invalid tag_name
merge_request: 28969
author: Sashi Kumar
type: fixed
---
title: Fix bug issue template handling of markdown
merge_request: 27808
author: Lee Tickett
type: fixed
---
title: Fix error removing secondary email
merge_request: 28267
author: Lee Tickett
type: fixed
---
title: Fix dropped filter when paging groups
merge_request: 27737
author: Lee Tickett
type: fixed
---
title: Fix logic for ingress can_uninstall?
merge_request: 27729
author:
type: fixed
---
title: Fix bug tracking snippet shard name
merge_request: 27979
author:
type: fixed
---
title: Fix race condition updating snippet without repository
merge_request: 28851
author:
type: fixed
---
title: Ensure freshness of settings with snippet creation
merge_request: 27897
author:
type: changed
---
title: Show the proper information in snippet edit form
merge_request: 27479
author:
type: fixed
---
title: Check first if feature flag version_snippet is enabled
merge_request: 28352
author:
type: fixed
---
title: Update copy when snippet git feature disabled
merge_request: 28913
author:
type: changed
---
title: Reuse default generated snippet file name in repository
merge_request: 27673
author:
type: fixed
---
title: Show snippet error update to the user
merge_request: 28516
author:
type: changed
---
title: Render snippet repository blobs
merge_request: 28085
author:
type: changed
---
title: Update copies in Admin Panel > Repository Storage section
merge_request: 27986
author:
type: changed
---
title: Add forking_access_level to projects API
merge_request: 27514
author: Mathieu Parent
type: added
---
title: Add Bitbucket Importer metrics
merge_request: 27524
author:
type: other
---
title: Ensure members are always added on Project Import when importing as admin
merge_request: 29046
author:
type: fixed
---
title: Allow award emoji same name & user duplicates when Importing
merge_request: 28588
author:
type: fixed
---
title: Log member additions when importing Project/Group
merge_request: 27930
author:
type: other
---
title: Exclude 'trial_ends_on', 'shared_runners_minutes_limit' & 'extra_shared_runners_minutes_limit' from list of exported Group attributes
merge_request: 29259
author:
type: fixed
---
title: Better error message when importing a Github project and Github API rate limit is exceeded
merge_request: 28785
author:
type: fixed
---
title: Add missing spec for gitlab schema
merge_request: 28855
author: Rajendra Kadam
type: added
---
title: Fix processing of GrapqhQL query complexity based on used resolvers.
merge_request: 27652
author:
type: fixed
---
title: Expose basic project services attributes through GraphQL
merge_request: 28234
author:
type: added
---
title: Fix bug inviting members whose emails start with numbers
merge_request: 27848
author: Lee Tickett
type: fixed
---
title: Use diff-stats for calculating raw diffs modified paths
merge_request: 29134
author:
type: performance
---
title: Reduce SQL requests number for CreateCommitSignatureWorker
merge_request: 29479
author:
type: performance
---
title: Refresh only existing MRs on push
merge_request: 29420
author:
type: performance
---
title: Remove blobs_fetch_in_batches feature flag
merge_request: 29069
author:
type: added
---
title: Show object access warning when disabling repo LFS
merge_request: 26696
author:
type: other
---
title: Reduce SQL queries when rendering webhook settings
merge_request: 27359
author:
type: performance
---
title: Include MR times in Milestone time overview
merge_request: 28519
author: Bob van de Vijver
type: fixed
---
title: Use concern instead of service to update highest role
merge_request: 28791
author:
type: other
---
title: Added support for single-token deletion via option/ctrl-backspace or search-filter clearing via command-backspace in filtered search
merge_request: 28295
author: James Becker
type: added
---
title: Move export issues feature to core
merge_request: 28703
author:
type: added
---
title: Limits issues displayed on milestones
merge_request: 23102
author:
type: performance
---
title: Prevent ProjectUpdateRepositoryStorageWorker from moving to same filesystem
merge_request: 28469
author:
type: fixed
---
title: Add Praefect rake task to print out replica checksums
merge_request: 28369
author:
type: added
---
title: fix display head and base in version dropdowns
merge_request: 29433
author:
type: fixed
---
title: Fix Slack slash commands using relative URL
merge_request: 29160
author:
type: fixed
---
title: Allow querying of Jira imports and their status via GraphQL
merge_request: 27587
author:
type: added
---
title: Track statistics per project for jira imported issues
merge_request: 29406
author:
type: changed
---
title: Change the link to chart copy text
merge_request: 28371
author:
type: other
---
title: Change the url when the timeslider changes
merge_request: 27726
author:
type: changed
---
title: Fix single stat panel percentile format support
merge_request: 28365
author:
type: fixed
---
title: Change redo for retry icon in metrics dashboard
merge_request: 28670
author:
type: other
---
title: Add API endpoint to list runners for a group
merge_request: 26328
author:
type: added
---
title: Reduce urgency of EmailsOnPushWorker
merge_request: 28783
author:
type: other
---
title: Add file-based pipeline conditions to default Auto DevOps CI template
merge_request: 28242
author:
type: changed
---
title: Return error message for create_merge_request
merge_request: 28482
author:
type: fixed
---
title: Fix duplciate spec in merge requests
merge_request: 28856
author: Rajendra Kadam
type: added
---
title: Fix redundant query execution when loading board issues
merge_request: 27505
author:
type: performance
---
title: Add line range to diff note position
merge_request: 29135
author:
type: added
---
title: Add metrics dashboard annotation model, relation, policy, create and delete services. To provide interface for create and delete operations.
merge_request: 27583
author:
type: added
---
title: Add graphQL interface to fetch metrics dashboard
merge_request: 29112
author:
type: added
---
title: Add metrics dashboard annotations to GraphQL API
merge_request: 28550
author:
type: added
---
title: Automatically assign id to each panel within dashboard to support panel scoped annotations
merge_request: 28341
author:
type: added
---
title: Migrate the database to activate projects prometheus service integration for
projects with prometheus installed on shared k8s cluster.
merge_request: 24684
author:
type: fixed
---
title: Update UI for project and group settings CI variables
merge_request: 29584
author:
type: added
---
title: Update informational text on Edit Release page
merge_request: 28938
author:
type: changed
---
title: Allow Release links to be edited on the Edit Release page
merge_request: 28816
author:
type: added
---
title: Fix Releases page for Guest users of private projects
merge_request: 28447
author:
type: fixed
---
title: Add namespace_storage_size_limit to application settings
merge_request: 27786
author:
type: added
---
title: Add placeholders to broadcast message notifications
merge_request:
author:
type: added
---
title: Add namespace storage size limit setting
merge_request:
author:
type: added
---
title: Normalize error message between Gitea and Fogbugz importers
merge_request: 28802
author:
type: other
---
title: Update duplicate specs in notification service spec
merge_request: 28742
author: Rajendra Kadam
type: fixed
---
title: Support custom graceful timeout for Sidekiq Cluster processes
merge_request: 27710
author:
type: added
---
title: Detect skipped specs in JUnit reports and set TestCase status
merge_request: 28053
author:
type: fixed
---
title: Remove 'error' from diff note error message
merge_request: 29281
author:
type: fixed
---
title: Fix merge request thread’s icon buttons color
merge_request: 28465
author:
type: other
---
title: Fixes the repository Vue router not working with Chinese characters
merge_request: 27494
author:
type: fixed
---
title: Increase the timing of polling for the merge request widget
merge_request:
author:
type: changed
---
title: Fixed whitespace toggle not showing the correct diff
merge_request:
author:
type: fixed
---
title: Fixed upload file creating a file in the wrong directory
merge_request:
author:
type: fixed
---
title: Fix new file not being created in non-ascii character folders
merge_request: 26165
author:
type: fixed
---
title: Use rich icons for thw rows on the file tree
merge_request: 28112
author:
type: changed
---
title: Remove duplicate specs in pipeline message spec
merge_request: 28664
author: Rajendra Kadam
type: added
---
title: Update Gitaly to 12.9.0-rc5
merge_request: 27631
author:
type: added
---
title: Populate user_highest_roles table
merge_request: 27127
author:
type: added
---
title: Change project_export_worker urgency to throttled
merge_request: 27941
author:
type: other
---
title: Add metrics_dashboard_access_level to project features
merge_request: 29371
author:
type: added
---
title: Filter health endpoint metrics
merge_request: 27847
author:
type: added
---
title: Allow defining of metric step in dashboard yml
merge_request: 28247
author:
type: added
---
title: Add grape custom validator for git reference params
merge_request: 26102
author: Rajendra Kadam
type: added
---
title: Remove duplicate specs in ability model
merge_request: 28644
author: Rajendra Kadam
type: added
---
title: Disable lookup of other ActiveSessions to determine admin mode status
merge_request: 27318
author: Diego Louzán
type: changed
---
title: Fix build duplicate spec
merge_request: 28633
author: Rajendra Kadam
type: added
---
title: Fix issuable duplicate spec
merge_request: 28632
author: Rajendra Kadam
type: added
---
title: Refactor duplicate member specs
merge_request: 28574
author: Rajendra Kadam
type: added
---
title: Remove duplicate specs in update service spec
merge_request: 28650
author: Rajendra Kadam
type: added
---
title: Remove repeated examples in user model specs
merge_request: 28450
author: Rajendra Kadam
type: changed
---
title: Extract X509::Signature from X509::Commit
merge_request: 27327
author: Roger Meier
type: changed
---
title: Refactor push rules and add push_rule_id columns in project settings and application settings
merge_request: 28286
author:
type: added
---
title: Refactor duplicate specs in wiki page specs
merge_request: 28551
author: Rajendra Kadam
type: added
---
title: Fix duplicate spec in factory relation spec
merge_request: 28794
author: Rajendra Kadam
type: added
---
title: Validate dependency on job generating a CI config when using dynamic child pipelines
merge_request: 28901
author:
type: added
---
title: Prefetch DNS for asset host
merge_request: 26868
author:
type: performance
---
title: Remove deprecated /ci/lint page
merge_request: 28562
author:
type: removed
---
title: Remove health_status column from epics
merge_request: 26302
author:
type: other
---
title: Remove new issue tooltip
merge_request: 28261
author: Victor Wu
type: other
---
title: Create merge request pipelines in background jobs
merge_request: 28024
author:
type: performance
---
title: Enable last user activity logging on the REST API
merge_request: 28755
author:
type: added
---
title: Remove `ci_dag_support` feature flag
merge_request: 28863
author: Lee Tickett
type: added
---
title: Use id instead of cve where possible when parsing remediations
merge_request: 27815
author:
type: other
---
title: Remove User's association max_access_level_membership
merge_request: 28757
author:
type: other
---
title: Replace underscore with lodash for ./app/assets/javascripts/vue_shared
merge_request: 25108
author: Tobias Spagert
type: other
---
title: Add missing docstring to Prometheus metric
merge_request: 27868
author:
type: fixed
---
title: Allow self monitoring project to query internal Prometheus even when "Allow local requests in webhooks and services" setting is false
merge_request: 27865
author:
type: fixed
---
title: "Run SAST using awk to pass env variables directly to docker without creating .env file"
merge_request: 21174
author: Florian Gaultier
type: fixed
---
title: Separate validators into own class files
merge_request: 28266
author: Rajendra Kadam
type: added
---
title: Add index on users.unlock_token
merge_request: 276298
author:
type: performance
---
title: Fix resolve WIP clearing merge request area
merge_request: 29757
author:
type: fixed
---
title: Stringify Sidekiq job args in exception logs
merge_request: 28996
author:
type: fixed
---
title: Gracefully handle missing latest CI pipeline
merge_request: 28263
author:
type: fixed
---
title: Improve error message in DAST CI template
merge_request: 29388
author:
type: other
---
title: Log Redis call count and duration to log files
merge_request: 27735
author:
type: other
---
title: Make Rails.cache and Gitlab::Redis::Cache share the same Redis connection pool
merge_request: 28074
author:
type: performance
---
title: Display cluster type in cluster info page
merge_request: 27366
author:
type: added
---
title: Refactor projects/:id/packages API to supply only necessary params to PackagesFinder
merge_request: 29052
author: Sashi Kumar
type: other
---
title: Make pipeline info in chat notifications concise
merge_request: 28284
author:
type: changed
---
title: Add slash command support for merge train
merge_request: 28532
author:
type: added
---
title: Sort the project dropdown by star count when moving issues
merge_request: 29766
author:
type: changed
---
title: Allow to start Jira import through graphql mutation
merge_request: 27684
author:
type: added
---
title: Add support for dot (.) in variables masking
merge_request: 29022
author:
type: changed
---
title: Add status page url field to DB and setting model
merge_request: 29357
author:
type: added
---
title: Show multimetric embeds on a single chart
merge_request: 28841
author:
type: fixed
---
title: Add support for database-independent embedded metric charts
merge_request: 28618
author:
type: added
---
title: Fix duplicate spec in template dropdown spec
merge_request: 28858
author: Rajendra Kadam
type: added
---
title: Allow embedded metrics charts to be hidden
merge_request: 23929
author:
type: added
---
title: Update auto-deploy-image to v0.13.0 for deploy job, enabling more granular
control over service.enabled
merge_request: 29524
author:
type: changed
---
title: Update auto-build-image to v0.2.2 with fixes for docker caching
merge_request: 29730
author:
type: fixed
---
title: Add initial support for Cloud Native Buildpacks in Auto DevOps builds
merge_request: 28165
author:
type: added
---
title: Use Ci::Pipeline#all_merge_requests.first as Ci::Build#merge_request
merge_request: 27968
author:
type: fixed
---
title: Fix failing ci variable e2e test
merge_request: 25924
author:
type: fixed
---
title: Update Auto DevOps docker version to 19.03.8
merge_request: 29081
author:
type: changed
---
title: Update GitLab Elasticsearch Indexer
merge_request: 29256
author:
type: other
---
title: Update GitLab Runner Helm Chart to 0.15.0
merge_request: 27670
author:
type: other
---
title: Update GitLab Shell to v12.1.0
merge_request: 29167
author:
type: other
---
title: Update duplicate specs in update large table spec
merge_request: 28787
author: Rajendra Kadam
type: added
---
title: Update user's highest role to keep the users statistics up to date
merge_request: 28087
author:
type: added
---
title: Update user's highest role to keep the users statistics up to date
merge_request: 27231
author:
type: added
---
title: Updated spinner next to forking message
merge_request: 28506
author: Victor Wu
type: other
---
title: Show user statistics in admin area also in CE, and use daily generated data for these statistics
merge_request: 27345
author:
type: changed
---
title: Add metric to derive new users count
merge_request: 27351
author:
type: added
---
title: Fix duplicate spec from user helper spec
merge_request: 28854
author: Rajendra Kadam
type: added
---
title: Fix duplicate spec in user post diff notes
merge_request: 28859
author: Rajendra Kadam
type: added
---
title: Add daily job to create users statistics
merge_request: 27883
author:
type: added
---
title: Fix GraphQL SnippetType repo urls
merge_request: 28673
author:
type: fixed
---
title: Replace deprecated GlLoadingIcon sizes
merge_request: 29417
author:
type: fixed
---
title: Don't send 'accept-encoding' in HttpIO requests
merge_request: 28239
author:
type: fixed
---
title: Remove duplicate spec in web hook service spec
merge_request: 28669
author: Rajendra Kadam
type: fixed
---
title: Use music icon for files with .ogg extension
merge_request: 29514
author:
type: fixed
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