All Versions
662
Latest Version
Avg Release Cycle
13 days
Latest Release
1923 days ago
Changelog History
Page 27
Changelog History
Page 27
-
v12.10.1 Changes
April 24, 2020π Fixed (5 changes)
- π Fix bug creating project from git ssh. !29771
- π Fix Web IDE handling of deleting newly added files. !29783
- π Fix null dereference in /import status REST endpoint. !29886
- π Fix Service Templates missing Active toggle. !29936
- π Fix 500 error on accessing restricted levels. !30313
π Changed (1 change)
- π Move Group Deploy Tokens to new Group-scoped Repository settings. !29290
Other (1 change)
- Migration of dismissals to vulnerabilities. !29711
-
v12.10.0 Changes
April 22, 2020β 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
- 0οΈβ£ 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
- 0οΈβ£ 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 ([email protected])
- π 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
- 0οΈβ£ 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
- 0οΈβ£ 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)
-
v12.10.0-rc44
April 21, 2020 -
v12.10.0-rc43
April 21, 2020 -
v12.10.0-rc42
April 20, 2020 -
v12.10.0-rc20200415152739
April 15, 2020 -
v12.10.0.pre
March 20, 2020 -
v12.9.10 Changes
June 10, 2020- No changes.
-
v12.9.9
June 03, 2020 -
v12.9.8 Changes
May 27, 2020π Security (13 changes)
- Hide EKS secret key in admin integrations settings.
- β Added data integrity check before updating a deploy key.
- Display only verified emails on notifications and profile page.
- Disable caching on repo/blobs/[sha]/raw endpoint.
- Require confirmed email address for GitLab OAuth authentication.
- Kubernetes cluster details page no longer exposes Service Token.
- π Fix confirming unverified emails with soft email confirmation flow enabled.
- Disallow user to control PUT request using mermaid markdown in issue description.
- Check forked project permissions before allowing fork.
- π Limit memory footprint of a command that generates ZIP artifacts metadata.
- π Fix file enuming using Group Import.
- Prevent XSS in the monitoring dashboard.
- π Use
gsub
instead of the Ruby%
operator to perform variable substitution in Prometheus proxy API.