Update CHANGELOG.md for 11.9.0

[ci skip]
parent f1168d56
......@@ -2,6 +2,266 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 11.9.0 (2019-03-22)
### Security (24 changes)
- Use encrypted runner tokens. !25532
- Stop linking to unrecognized package sources. !55518
- Disable issue boards API when issues are disabled.
- Forbid creating discussions for users with restricted access.
- Fix leaking private repository information in API.
- Fixed ability to see private groups by users not belonging to given group.
- Prevent releases links API to leak tag existance.
- Display the correct number of MRs a user has access to.
- Block local URLs for Kubernetes integration.
- Fix arbitrary file read via diffs during import.
- Check if desired milestone for an issue is available.
- Don't allow non-members to see private related MRs.
- Check snippet attached file to be moved is within designated directory.
- Fix blind SSRF in Prometheus integration by checking URL before querying.
- Fix git clone revealing private repo's presence.
- Remove project serialization in quick actions response.
- Don't show new issue link after move when a user does not have permissions.
- Limit mermaid rendering to 5K characters.
- Show only merge requests visible to user on milestone detail page.
- Display only information visible to current user on the Milestone page.
- Do not display impersonated sessions under active sessions and remove ability to revoke session.
- Validate session key when authorizing with GCP to create a cluster.
- Do not disclose milestone titles for unauthorized users.
- Remove the possibility to share a project with a group that a user is not a member of.
### Removed (1 change)
- Remove HipChat integration from GitLab. !22223
### Fixed (86 changes, 21 of them are from the community)
- Fixes issue with AWS V4 signatures not working with some S3 providers. !21788
- Validate 'include' keywords in gitlab-ci.yml configuration files. !24098 (Paul Bonaud)
- Close More Actions tooltip when menu opens. !24285
- API: Support Jira transition ID as string. !24400 (Robert Schilling)
- Fixed navigation sidebar flashing open on page load. !24555
- Fix username escaping when using assign to me for issues. !24673
- commit page info-well overflow fix #56436. !24799 (Gokhan Apaydin)
- Fix error tracking list page. !24806
- Fix overlapping empty-header logo. !24868 (Jonas L.)
- Resolve Jobs tab border top in pipeline's page is 1px off. !24878
- Require maintainer access to show pages domain settings. !24926
- Display error message when API call to list Sentry issues fails. !24936
- Fix rollout status for statefulsets and daemonsets. !24972 (Sergej Nikolaev <kinolaev@gmail.com>)
- Display job names consistently on pipelines and environments list. !24984
- Update new password breadcrumb. !25037 (George Tsiolis)
- Fixes functions finder for upgraded Knative app. !25067
- Provide expires_in in LFS authentication payload. !25082
- Fix validation of certain ed25519 keys. !25115 (Merlijn B. W. Wajer)
- Timer and action name aligned vertically for delayed jobs in pipeline actions. !25117 (Gokhan Apaydin)
- Fix the border style of CONTRIBUTING button when it exists. !25124 (Takuya Noguchi)
- Change badges.svg example to pipeline.svg. !25157 (Aviad Levy)
- API: Fix docs and parameters for hangouts-chat service. !25180 (Robert Schilling)
- API: Expose full commit title. !25189 (Robert Schilling)
- API: Require only one parameter when updating a wiki. !25191 (Robert Schilling)
- Hide pipeline status when pipelines are disabled on project. !25204
- Fix alignment of dropdown icon on issuable on mobile. !25205 (Takuya Noguchi)
- Add left margin to 1st time contributor badge. !25216 (Gokhan Apaydin)
- Use limited counter for runner build count in admin page. !25220
- API: Ensure that related merge requests are referenced cross-project. !25222 (Robert Schilling)
- Ensure the base pipeline of a Merge Request belongs to its target branch. !25226
- Fix import_jid error on project import. !25239
- Fix commenting on commits having SHA1 starting with a large number. !25278
- Allow empty values such as [] to be stored in reactive cache. !25283
- Remove vertical connecting line placeholder from diff discussion notes. !25292
- Fix hover and active state colors of award emoji button. !25295
- Fix author layouts in issuable meta line UIs on mobile. !25332 (Takuya Noguchi)
- Fix bug where project topics truncate. !25398
- Fix ETag caching not being used for AJAX requests. !25400
- Doc - fix the url of pipeline status badge. !25404 (Aviad Levy)
- Fix pipeline status icon mismatch. !25407
- Allow users to compare branches on a read-only instance. !25414
- Fix 404s when C++ .gitignore template selected. !25416
- Always fetch MR latest version when creating suggestions. !25441
- Only show borders for markdown images in notes. !25448
- Bring back Rugged implementation of find_commit. !25477
- Remove duplicate units from metrics graph. !25485
- Fix project import error importing releases. !25495
- Remove duplicate XHR request when requesting new pipeline page. !25506
- Properly handle multiple X-Forwarded-For addresses in runner IP. !25511
- Fix weekday shift in issue board cards for UTC+X timezones by removing local timezone to UTC conversion. !25512 (Elias Werberich)
- Fix large table horizontal scroll and prevent side-by-side tables. !25520 (Dany Jupille)
- Fix error when viewing group issue boards when user doesn't have explicit group permissions. !25524
- Respect the should_remove_source_branch parameter to the merge API. !25525
- Externalize markdown toolbar buttons tooltips. !25529
- Fix method to mark a project repository as writable. !25546
- fix group without owner after transfer. !25573 (Peter Marko)
- Fix pagination and duplicate requests in environments page. !25582
- Improve the JS pagination to handle the case when the `X-Total` and `X-Total-Pages` headers aren't present. !25601
- Add right padding to the repository mirror action buttons. !25606
- Use 'folder-open' from sprite icons for Browse Files button in Tag page. !25635
- Make merge to refs/merge-requests/:iid/merge not raise when FF-only enabled. !25653
- Fixed "Copying comment with ordered list includes extraneous newlines". !25695
- Fix bridge jobs only/except variables policy. !25710
- Allow GraphQL requests without CSRF token. !25719
- Skip Project validation during Hashed Storage migration or rollback. !25753
- Resolve showing squash commit edit issue when only single commit is present. !25807
- Fix the last-ditch memory killer pgroup SIGKILL. !25940
- Disable timeout on merge request merging poll. !25988
- Allow modifying squash commit message for fast-forward only merge method. !26017
- Fix bug in BitBucket imports with SHA shorter than 40 chars. !26050
- Fix health checks not working behind load balancers. !26055
- Fix 500 error caused by CODEOWNERS with no matches. !26072
- Fix notes being marked as edited after resolving. !26143
- Fix error creating a merge request when diff includes a null byte. !26190
- Fix undefined variable error on json project views. !26297
- GitHub import: Create new branches as project owner. !26335
- Gracefully handles excluded fields from attributes during serialization on JsonCache. !26368
- Admin section finds users case-insensitively.
- Fixes not working dropdowns in pipelines page.
- Do not show file templates when creating a new directory in WebIDE.
- Allow project members to see private group if the project is in the group namespace.
- Allow maintainers to remove pages.
- Fix inconsistent pagination styles.
- Fixed blob editor deleting file content for certain file paths.
- Fix upcoming milestone when there are milestones with far-future due dates.
- Fixed alignment of changed icon in Web IDE.
### Changed (31 changes, 10 of them are from the community)
- Improve snippets empty state. !18348 (George Tsiolis)
- Remove second primary button on wiki edit. !19959 (George Tsiolis)
- Allow raw `tls_options` to be passed in LDAP configuration. !20678
- Remove undigested token column from personal_access_tokens table from the database. !22743
- Update activity filter for issues. !23423 (George Tsiolis)
- Use auto-build-image for build job in Auto-DevOps.gitlab-ci.yml. !24279
- Error tracking configuration - add a Sentry project selection dropdown. !24701
- Move ChatOps to Core. !24780
- Implement new arguments `state`, `closed_before` and `closed_after` for `IssuesResolver` in GraphQL. !24910
- Validate kubernetes cluster CA certificate. !24990
- Review App Link to Changed Page if Only One Change Present. !25048
- Show pipeline ID, commit, and branch name on modal while stopping pipeline. !25059
- Improve empty state for starred projects. !25138
- Capture due date when importing milestones from Github. !25182 (dstanley)
- Add a spinner icon which is rendered using pure css. !25186
- Make emoji picker bigger. !25187 (Jacopo Beschi @jacopo-beschi)
- API: Sort tie breaker with id DESC. !25311 (Nermin Vehabovic)
- Add iOS-fastlane template for .gitlab-ci.yml. !25395
- Move language setting to preferences. !25427 (Fabian Schneider @fabsrc)
- Resolve Create Project Template for Netlify. !25453
- Sort labels alphabetically on issues and merge requests list. !25470
- Add Project template for .NET Core. !25486
- Update operations settings breadcrumb trail. !25539 (George Tsiolis)
- Add Project template for go-micro. !25553
- Jira: make issue links title compact. !25609 (Elan Ruusamäe @glensc)
- Project level filtering for JupyterHub. !25684 (Amit Rathi (amit1rrr))
- Clean up vendored templates. !25794
- Mask all TOKEN and PASSWORD CI variables. !25868
- Add project template for Android. !25870
- Add iOS project template. !25872
- Upgrade to Gitaly v1.26.0. !25890
### Performance (11 changes)
- Improve performance for diverging commit counts. !24287
- Optimize Redis usage in User::ActivityService. !25005
- Only load syntax highlight CSS of selected theme. !25232
- Improve label select rendering. !25281
- Enable persisted pipeline stages by default. !25347
- Speed up group issue search counts. !25411
- Load repository language from the database if detected before. !25518
- Remove N+1 query for tags in /admin/runners page. !25572
- Eliminate most N+1 queries loading UserController#calendar_activities. !25697
- Improve Web IDE launch performance. !25700
- Significantly reduce N+1 queries in /api/v4/todos endpoint. !25711
### Added (55 changes, 18 of them are from the community)
- Add a tag filter to the admin runners view. !19740 (Alexis Reigel)
- Add project fetch statistics. !23596 (Jacopo Beschi @jacopo-beschi)
- Hashed Storage rollback mechanism. !23955
- Allow to recursively expand includes. !24356
- Allow expanding a diff to display full file. !24406
- Support `only: changes:` on MR pipelines. !24490 (Hiroyuki Sato)
- Expose additional merge request pipeline variables. !24595 (Hiroyuki Sato)
- Add metadata about the GitLab server to GraphQL. !24636
- Support merge ref writing (without merging to target branch). !24692
- Add field mergeRequests for project in GraphQL. !24805
- API support for MR merge to temporary merge ref path. !24918
- Ability to filter confidential issues. !24960 (Robert Schilling)
- Allow creation of branches that match a wildcard protection, except directly through git. !24969
- Add related merge request count to api response. !24974
- Add realtime validation for user fullname and username on validation. !25017 (Ehsan Abdulqader @EhsanZ)
- Allow setting feature flags per GitLab group through the API. !25022
- Add API endpoint to get a commit's GPG signature. !25032
- Add support for FTP assets for releases. !25071 (Robert Schilling)
- Add Confirmation Modal to Rollback on Environment. !25110
- add title attribute to display file name. !25154 (Satoshi Nakamatsu @satoshicano)
- API: Expose text_color for project and group labels. !25172 (Robert Schilling)
- Added support for ingress hostnames. !25181 (walkafwalka)
- API: Promote project milestone to a group milestone. !25203 (Nermin Vehabovic)
- API: Expose if the current user can merge a MR. !25207 (Robert Schilling)
- add readme to changelogs directory. !25209 (@glensc)
- API: Indicate if label is a project label. !25219 (Robert Schilling)
- Expose refspecs and depth to runner. !25233
- Port System Header and Footer feature to Core. !25241
- Sort Environments by Last Updated. !25260
- Accept force option to overwrite branch on commit via API. !25286
- Add support for masking CI variables. !25293
- Add Link from Closed (moved) Issues to Moved Issue. !25300
- Next/previous navigation between files in MR review. !25355
- Add YouTrack integration service. !25361 (Yauhen Kotau @bessorion)
- Add ability to set path and name for project on fork using API. !25363
- Add project level config for merge pipelines. !25385
- Edit Knative domain after it has been deployed. !25386
- Add zoom and scroll to metrics dashboard. !25388
- Persist source sha and target sha for merge pipelines. !25417
- Add support for toggling discussion filter from notes section. !25426
- Resolve Move files in the Web IDE. !25431
- Show header and footer system messages in email. !25474
- Allow configuring POSTGRES_VERSION in Auto DevOps. !25500
- Add Saturday to Localization first day of the week. !25509 (Ahmad Haghighi)
- Extend the Gitlab API for deletion of job_artifacts of a single job. !25522 (rroger)
- Simplify CI/CD configuration on serverless projects. !25523
- Add button to start discussion from single comment. !25575
- sidekiq: terminate child processes at shutdown. !25669
- Expose merge request entity for pipelines. !25679
- Link to most recent MR from a branch. !25689
- Adds Auto DevOps build job for tags. !25718 (walkafwalka)
- Allow all snippets to be accessed by API. !25772
- Make file tree in merge requests resizable.
- Make the Web IDE the default editor.
- File uploads are deleted asynchronously when deleting a project or group.
### Other (28 changes, 6 of them are from the community)
- Improve GitHub and Gitea project import table UI. !24606
- Externalize strings from `/app/views/projects/commit`. !24668 (George Tsiolis)
- Correct non-standard unicode spaces to regular unicode. !24795 (Marcel Amirault)
- Provide a performance bar link to the Jaeger UI. !24902
- Remove BATCH_SIZE from WikiFileFinder. !24933
- Use export-import svgs from gitlab-svgs. !24954
- Fix N+1 query in Issues and MergeRequest API when issuable_metadata is present. !25042 (Alex Koval)
- Directly inheriting from ActiveRecord::Migration is deprecated. !25066 (Jasper Maes)
- Bump Helm and kubectl in Auto DevOps to 2.12.3 and 1.11.7 respectively. !25072
- Log queue duration in production_json.log. !25075
- Extracted ResolveWithIssueButton to its own component. !25093 (Martin Hobert)
- Add rectangular project and group avatars. !25098
- Include note in the Rails filter_parameters configuration. !25238
- Bump Helm and kubectl used in Kubernetes integration to 2.12.3 and 1.11.7 respectively. !25268
- Include gl_project_path in API /internal/allowed response. !25314
- Fix incorrect Pages Domains checkbox description. !25392 (Anton Melser)
- Update GitLab Runner Helm Chart to 0.2.0. !25493
- Add suffix (`_event`) to merge request source. !25508
- Creates a helper function to check if repo is EE. !25647
- If chpst is available, make fron-source installations run sidekiq as a process group leader. !25654
- Bring back Rugged implementation of GetTreeEntries. !25674
- Moves EE util into the CE file. !25680
- Bring back Rugged implementation of CommitIsAncestor. !25702
- Bring back Rugged implementation of TreeEntry. !25706
- Enable syntax highlighting to other supported markups. !25761
- Update GitLab Shell to v8.7.1. !25801
- Bring back Rugged implementation of commit_tree_entry. !25896
- Removes EE differences for jobs/getters.js.
## 11.8.3 (2019-03-19)
### Security (1 change)
......
---
title: Removes EE differences for jobs/getters.js
merge_request:
author:
type: other
---
title: Moves EE util into the CE file
merge_request: 25680
author:
type: other
---
title: Add support for masking CI variables.
merge_request: 25293
author:
type: added
---
title: Add a spinner icon which is rendered using pure css + update conflicting CSS
merge_request: 25683
author:
type: changed
---
title: Optimize Redis usage in User::ActivityService
merge_request: 25005
author:
type: performance
---
title: Add Confirmation Modal to Rollback on Environment
merge_request: 25110
author:
type: added
---
title: Remove the possibility to share a project with a group that a user is not a member
of
merge_request:
author:
type: security
---
title: Fixed "Copying comment with ordered list includes extraneous newlines"
merge_request: 25695
author:
type: fixed
---
title: Improve empty state for starred projects
merge_request: 25138
author:
type: changed
---
title: Move language setting to preferences
merge_request: 25427
author: Fabian Schneider @fabsrc
type: changed
---
title: Fix username escaping when using assign to me for issues
merge_request: 24673
author:
type: fixed
---
title: Add left margin to 1st time contributor badge
merge_request: 25216
author: Gokhan Apaydin
type: fixed
---
title: 'API: Require only one parameter when updating a wiki'
merge_request: 25191
author: Robert Schilling
type: fixed
---
title: 'sidekiq: terminate child processes at shutdown'
merge_request: 25669
author:
type: added
---
title: 'If chpst is available, make fron-source installations run sidekiq as a process group leader'
merge_request: 25654
author:
type: other
---
title: Add ability to set path and name for project on fork using API
merge_request: 25363
author:
type: added
---
title: Allow all snippets to be accessed by API
merge_request: 25772
author:
type: added
---
title: Add project fetch statistics
merge_request: 23596
author: Jacopo Beschi @jacopo-beschi
type: added
---
title: 'API: Expose if the current user can merge a MR'
merge_request: 25207
author: Robert Schilling
type: added
---
title: Accept force option to overwrite branch on commit via API
merge_request: 25286
author:
type: added
---
title: Fix pipeline status icon mismatch
merge_request: 25407
author:
type: fixed
---
title: Show pipeline ID, commit, and branch name on modal while stopping pipeline
merge_request: 25059
author:
type: changed
---
title: Sort Environments by Last Updated
merge_request: 25260
author:
type: added
---
title: Fix validation of certain ed25519 keys
merge_request: 25115
author: Merlijn B. W. Wajer
type: fixed
---
title: Resolve Jobs tab border top in pipeline's page is 1px off
merge_request: 24878
author:
type: fixed
---
title: Allow modifying squash commit message for fast-forward only merge method
merge_request: 26017
author:
type: fixed
---
title: Next/previous navigation between files in MR review
merge_request: 25355
author:
type: added
\ No newline at end of file
---
title: Resolve Move files in the Web IDE
merge_request: 25431
author:
type: added
---
title: Add API endpoint to get a commit's GPG signature
merge_request: 25032
author:
type: added
---
title: Link to most recent MR from a branch
merge_request: 25689
author:
type: added
---
title: 'API: Expose text_color for project and group labels'
merge_request: 25172
author: Robert Schilling
type: added
---
title: Use auto-build-image for build job in Auto-DevOps.gitlab-ci.yml
merge_request: 24279
author:
type: changed
---
title: Make emoji picker bigger
merge_request: 25187
author: Jacopo Beschi @jacopo-beschi
type: changed
---
title: Add support for toggling discussion filter from notes section
merge_request: 25426
author:
type: added
---
title: Check if desired milestone for an issue is available
merge_request:
author:
type: security
---
title: 'Timer and action name aligned vertically for delayed jobs in pipeline actions'
merge_request: 25117
author: Gokhan Apaydin
type: fixed
---
title: Remove HipChat integration from GitLab
merge_request: 22223
author:
type: removed
---
title: Display job names consistently on pipelines and environments list
merge_request: 24984
author:
type: fixed
---
title: Add rectangular project and group avatars
merge_request: 25098
author:
type: other
---
title: Hide pipeline status when pipelines are disabled on project.
merge_request: 25204
author:
type: fixed
---
title: Add right padding to the repository mirror action buttons
merge_request: 25606
author:
type: fixed
---
title: Add iOS-fastlane template for .gitlab-ci.yml
merge_request: 25395
author:
type: changed
---
title: Use limited counter for runner build count in admin page.
merge_request: 25220
author:
type: fixed
---
title: Improve Web IDE launch performance
merge_request: 25700
author:
type: performance
---
title: Allow creation of branches that match a wildcard protection, except directly through git
merge_request: 24969
author:
type: added
---
title: Remove undigested token column from personal_access_tokens table from the database
merge_request: 22743
author:
type: changed
---
title: Externalize markdown toolbar buttons tooltips
merge_request: 25529
author:
type: fixed
---
title: 'API: Promote project milestone to a group milestone'
merge_request: 25203
author: Nermin Vehabovic
type: added
---
title: Hashed Storage rollback mechanism
merge_request: 23955
author:
type: added
---
title: Speed up group issue search counts
merge_request: 25411
author:
type: performance
---
title: Fix hover and active state colors of award emoji button
merge_request: 25295
author:
type: fixed
---
title: 'API: Sort tie breaker with id DESC'
merge_request: 25311
author: Nermin Vehabovic
type: changed
---
title: Require maintainer access to show pages domain settings
merge_request: 24926
author:
type: fixed
---
title: Fix commenting on commits having SHA1 starting with a large number
merge_request: 25278
author:
type: fixed
---
title: Port System Header and Footer feature to Core
merge_request: 25241
author:
type: added
---
title: 'API: Support Jira transition ID as string'
merge_request: 24400
author: Robert Schilling
type: fixed
---
title: Close More Actions tooltip when menu opens
merge_request: 24285
author:
type: fixed
---
title: Use export-import svgs from gitlab-svgs
merge_request: 24954
author:
type: other
---
title: 'API: Ensure that related merge requests are referenced cross-project'
merge_request: 25222
author: Robert Schilling
type: fixed
---
title: Validate kubernetes cluster CA certificate
merge_request: 24990
author:
type: changed
---
title: Only show borders for markdown images in notes
merge_request: 25448
author:
type: fixed
---
title: Fixes not working dropdowns in pipelines page
merge_request:
author:
type: fixed
---
title: Review App Link to Changed Page if Only One Change Present
merge_request: 25048
author:
type: changed
---
title: 'API: Expose full commit title'
merge_request: 25189
author: Robert Schilling
type: fixed
---
title: "Fix weekday shift in issue board cards for UTC+X timezones by removing local timezone to UTC conversion"
merge_request: 25512
author: Elias Werberich
type: fixed
---
title: Remove duplicate units from metrics graph
merge_request: 25485
author:
type: fixed
---
title: Add field mergeRequests for project in GraphQL
merge_request: 24805
author:
type: added
---
title: "Implement new arguments `state`, `closed_before` and `closed_after` for `IssuesResolver` in GraphQL"
merge_request: 24910
author:
type: changed
---
title: Skip Project validation during Hashed Storage migration or rollback
merge_request: 25753
author:
type: fixed
---
title: 'API: Indicate if label is a project label'
merge_request: 25219
author: Robert Schilling
type: added
---
title: Fix N+1 query in Issues and MergeRequest API when issuable_metadata is present
merge_request: 25042
author: Alex Koval
type: other
---
title: Add realtime validation for user fullname and username on validation
merge_request: 25017
author: Ehsan Abdulqader @EhsanZ
type: added
---
title: Add metadata about the GitLab server to GraphQL
merge_request: 24636
author:
type: added
---
title: Allow empty values such as [] to be stored in reactive cache
merge_request: 25283
author:
type: fixed
---
title: Fix error tracking list page
merge_request: 24806
author:
type: fixed
---
title: Show header and footer system messages in email
merge_request: 25474
author:
type: added
---
title: Display error message when API call to list Sentry issues fails
merge_request: 24936
author:
type: fixed
---
title: Only load syntax highlight CSS of selected theme
merge_request: 25232
author:
type: performance
---
title: Fixes functions finder for upgraded Knative app
merge_request: 25067
author:
type: fixed
---
title: Edit Knative domain after it has been deployed
merge_request: 25386
author:
type: added
---
title: Disable timeout on merge request merging poll
merge_request: 25988
author:
type: fixed
---
title: Add zoom and scroll to metrics dashboard
merge_request: 25388
author:
type: added
---
title: 'API: Fix docs and parameters for hangouts-chat service'
merge_request: 25180
author: Robert Schilling
type: fixed
---
title: Remove BATCH_SIZE from WikiFileFinder
merge_request: 24933
author:
type: other
---
title: Fix notes being marked as edited after resolving
merge_request: 26143
author:
type: fixed
---
title: Provide expires_in in LFS authentication payload
merge_request: 25082
author:
type: fixed
---
title: Add support for FTP assets for releases
merge_request: 25071
author: Robert Schilling
type: added
---
title: Do not display impersonated sessions under active sessions and remove ability
to revoke session
merge_request:
author:
type: security
---
title: Do not show file templates when creating a new directory in WebIDE
merge_request: !25119
author:
type: fixed
---
title: Fix the border style of CONTRIBUTING button when it exists
merge_request: 25124
author: Takuya Noguchi
type: fixed
---
title: Fix alignment of dropdown icon on issuable on mobile
merge_request: 25205
author: Takuya Noguchi
type: fixed
---
title: Capture due date when importing milestones from Github
merge_request: 25182
author: dstanley
type: changed
---
title: Ensure the base pipeline of a Merge Request belongs to its target branch
merge_request: 25226
author:
type: fixed
---
title: Fix project import error importing releases
merge_request: 25495
author:
type: fixed
---
title: Improve label select rendering
merge_request: 25281
author:
type: performance
---
title: Remove vertical connecting line placeholder from diff discussion notes
merge_request: 25292
author:
type: fixed
---
title: Add Link from Closed (moved) Issues to Moved Issue
merge_request: 25300
author:
type: added
---
title: Resolve Create Project Template for Netlify
merge_request: 25453
author:
type: changed
---
title: Fix bug where project topics truncate
merge_request: 25398
author:
type: fixed
---
title: Add Project template for .NET Core
merge_request: 25486
author:
type: changed
---
title: Fix author layouts in issuable meta line UIs on mobile
merge_request: 25332
author: Takuya Noguchi
type: fixed
---
title: Fix ETag caching not being used for AJAX requests
merge_request: 25400
author:
type: fixed
---
title: "Improve the JS pagination to handle the case when the `X-Total` and `X-Total-Pages` headers aren't present"
merge_request: 25601
author:
type: fixed
---
title: Mask all TOKEN and PASSWORD CI variables.
merge_request: 25868
author:
type: changed
---
title: Respect the should_remove_source_branch parameter to the merge API
merge_request: 25525
author:
type: fixed
---
title: Add Saturday to Localization first day of the week
merge_request: 25509
author: Ahmad Haghighi
type: added
---
title: Add Project template for go-micro
merge_request: 25553
author:
type: changed
---
title: Allow configuring POSTGRES_VERSION in Auto DevOps
merge_request: 25500
author:
type: added
---
title: Use 'folder-open' from sprite icons for Browse Files button in Tag page
merge_request: 25635
author:
type: fixed
---
title: Resolve showing squash commit edit issue when only single commit is present
merge_request: 25807
author:
type: fixed
---
title: Clean up vendored templates
merge_request: 25794
author:
type: changed
---
title: Add iOS project template
merge_request: 25872
author:
type: changed
---
title: Add project template for Android
merge_request: 25870
author:
type: changed
---
title: Gracefully handles excluded fields from attributes during serialization on
JsonCache
merge_request: 26368
author:
type: fixed
---
title: Creates a helper function to check if repo is EE
merge_request: 25647
author:
type: other
---
title: Allow users to compare branches on a read-only instance
merge_request: 25414
author:
type: fixed
---
title: Add project level config for merge pipelines
merge_request: 25385
author:
type: added
---
title: Add related merge request count to api response
merge_request: 24974
author:
type: added
---
title: add title attribute to display file name
merge_request: 25154
author: Satoshi Nakamatsu @satoshicano
type: added
---
title: Add YouTrack integration service
merge_request: 25361
author: Yauhen Kotau @bessorion
type: added
---
title: Allow raw `tls_options` to be passed in LDAP configuration
merge_request: 20678
author:
type: changed
---
title: Allow maintainers to remove pages
merge_request:
author:
type: fixed
---
title: Allow to recursively expand includes
merge_request: 24356
author:
type: added
---
title: Provide a performance bar link to the Jaeger UI
merge_request: 24902
author:
type: other
---
title: Adds Auto DevOps build job for tags
merge_request: 25718
author: walkafwalka
type: added
---
title: Allow GraphQL requests without CSRF token
merge_request: 25719
author:
type: fixed
---
title: Change badges.svg example to pipeline.svg
merge_request: 25157
author: Aviad Levy
type: fixed
---
title: add readme to changelogs directory
merge_request: 25209
author: "@glensc"
type: added
---
title: Fix inconsistent pagination styles
merge_request:
author:
type: fixed
---
title: Directly inheriting from ActiveRecord::Migration is deprecated
merge_request: 25066
author: Jasper Maes
type: other
---
title: Make file tree in merge requests resizable
merge_request:
author:
type: added
---
title: Sort labels alphabetically on issues and merge requests list
merge_request: 25470
author:
type: changed
---
title: Enable syntax highlighting to other supported markups
merge_request: 25761
author:
type: other
---
title: Allow expanding a diff to display full file
merge_request: 24406
author:
type: added
---
title: Expose additional merge request pipeline variables
merge_request: 24595
author: Hiroyuki Sato
type: added
---
title: Expose refspecs and depth to runner
merge_request: 25233
author:
type: added
---
title: Expose merge request entity for pipelines
merge_request: 25679
author:
type: added
---
title: File uploads are deleted asynchronously when deleting a project or group.
merge_request:
author:
type: added
---
title: Extend the Gitlab API for deletion of job_artifacts of a single job.
merge_request: 25522
author: rroger
type: added
---
title: Simplify CI/CD configuration on serverless projects
merge_request: 25523
author:
type: added
---
title: Enable persisted pipeline stages by default
merge_request: 25347
author:
type: performance
---
title: Add a tag filter to the admin runners view
merge_request: 19740
author: Alexis Reigel
type: added
---
title: Ability to filter confidential issues
merge_request: 24960
author: Robert Schilling
type: added
---
title: Include note in the Rails filter_parameters configuration
merge_request: 25238
author:
type: other
---
title: Fixed navigation sidebar flashing open on page load
merge_request: 24555
author:
type: fixed
---
title: Doc - fix the url of pipeline status badge
merge_request: 25404
author: Aviad Levy
type: fixed
---
title: Fixed blob editor deleting file content for certain file paths
merge_request:
author:
type: fixed
---
title: Fix bridge jobs only/except variables policy
merge_request: 25710
author:
type: fixed
---
title: fix group without owner after transfer
merge_request: 25573
author: Peter Marko
type: fixed
---
title: Fix undefined variable error on json project views
merge_request: 26297
author:
type: fixed
---
title: Fix overlapping empty-header logo
merge_request: 24868
author: Jonas L.
type: fixed
---
title: Fix bug in BitBucket imports with SHA shorter than 40 chars
merge_request: 26050
author:
type: fixed
---
title: Upgrade to Gitaly v1.26.0
merge_request: 25890
author:
type: changed
---
title: Bump Helm and kubectl used in Kubernetes integration to 2.12.3 and 1.11.7 respectively
merge_request: 25268
author:
type: other
---
title: 'commit page info-well overflow fix #56436'
merge_request: 24799
author: Gokhan Apaydin
type: fixed
---
title: Externalize strings from `/app/views/projects/commit`
merge_request: 24668
author: George Tsiolis
type: other
---
title: Update activity filter for issues
merge_request: 23423
author: George Tsiolis
type: changed
---
title: Update new password breadcrumb
merge_request: 25037
author: George Tsiolis
type: fixed
---
title: Update operations settings breadcrumb trail
merge_request: 25539
author: George Tsiolis
type: changed
---
title: Bump Helm and kubectl in Auto DevOps to 2.12.3 and 1.11.7 respectively
merge_request: 25072
author:
type: other
---
title: Improve GitHub and Gitea project import table UI
merge_request: 24606
author:
type: other
---
title: Improve performance for diverging commit counts
merge_request: 24287
author:
type: performance
---
title: Improve snippets empty state
merge_request: 18348
author: George Tsiolis
type: changed
---
title: Validate 'include' keywords in gitlab-ci.yml configuration files.
merge_request: 24098
author: Paul Bonaud
type: fixed
---
title: Added support for ingress hostnames
merge_request: 25181
author: walkafwalka
type: added
---
title: Allow setting feature flags per GitLab group through the API
merge_request: 25022
author:
type: added
---
title: "Jira: make issue links title compact"
merge_request: 25609
author: Elan Ruusamäe @glensc
type: changed
---
title: Fix rollout status for statefulsets and daemonsets
merge_request: 24972
author: Sergej Nikolaev <kinolaev@gmail.com>
type: fixed
---
title: Fix the last-ditch memory killer pgroup SIGKILL
merge_request: 25940
author:
type: fixed
---
title: Move ChatOps to Core
merge_request: 24780
author:
type: changed
---
title: Support merge ref writing (without merging to target branch)
merge_request: 24692
author:
type: added
---
title: Always fetch MR latest version when creating suggestions
merge_request: 25441
author:
type: fixed
---
title: API support for MR merge to temporary merge ref path
merge_request: 24918
author:
type: added
---
title: Make merge to refs/merge-requests/:iid/merge not raise when FF-only enabled
merge_request: 25653
author:
type: fixed
---
title: Fix incorrect Pages Domains checkbox description.
merge_request: 25392
author: Anton Melser
type: other
---
title: Persist source sha and target sha for merge pipelines
merge_request: 25417
author:
type: added
---
title: Correct non-standard unicode spaces to regular unicode
merge_request: 24795
author: Marcel Amirault
type: other
---
title: Extracted ResolveWithIssueButton to its own component
merge_request: 25093
author: Martin Hobert
type: other
---
title: Add suffix (`_event`) to merge request source
merge_request: 25508
author:
type: other
---
title: Remove second primary button on wiki edit
merge_request: 19959
author: George Tsiolis
type: changed
---
title: Project level filtering for JupyterHub
merge_request: 25684
author: Amit Rathi (amit1rrr)
type: changed
---
title: Admin section finds users case-insensitively
merge_request:
author:
type: fixed
---
title: Display only information visible to current user on the Milestone page
merge_request:
author:
type: security
---
title: Show only merge requests visible to user on milestone detail page
merge_request:
author:
type: security
---
title: Disable issue boards API when issues are disabled
merge_request:
author:
type: security
---
title: Don't show new issue link after move when a user does not have permissions
merge_request:
author:
type: security
---
title: Remove project serialization in quick actions response
merge_request:
author:
type: security
---
title: Fix git clone revealing private repo's presence
merge_request:
author:
type: security
---
title: Fix blind SSRF in Prometheus integration by checking URL before querying
merge_request:
author:
type: security
---
title: Check snippet attached file to be moved is within designated directory
merge_request:
author:
type: security
---
title: Don't allow non-members to see private related MRs.
merge_request:
author:
type: security
---
title: Fix arbitrary file read via diffs during import
merge_request:
author:
type: security
---
title: Display the correct number of MRs a user has access to
merge_request:
author:
type: security
---
title: Forbid creating discussions for users with restricted access
merge_request:
author:
type: security
---
title: Do not disclose milestone titles for unauthorized users
merge_request:
author:
type: security
---
title: Validate session key when authorizing with GCP to create a cluster
merge_request:
author:
type: security
---
title: Block local URLs for Kubernetes integration
merge_request:
author:
type: security
---
title: Limit mermaid rendering to 5K characters
merge_request:
author:
type: security
---
title: Stop linking to unrecognized package sources
merge_request: 55518
author:
type: security
---
title: Fix leaking private repository information in API
merge_request:
author:
type: security
---
title: Prevent releases links API to leak tag existance
merge_request:
author:
type: security
---
title: Fixes issue with AWS V4 signatures not working with some S3 providers
merge_request: 21788
author:
type: fixed
---
title: 'GitHub import: Create new branches as project owner'
merge_request: 26335
author:
type: fixed
---
title: Fix 500 error caused by CODEOWNERS with no matches
merge_request: 26072
author:
type: fixed
---
title: Fix 404s when C++ .gitignore template selected
merge_request: 25416
author:
type: fixed
---
title: Remove duplicate XHR request when requesting new pipeline page
merge_request: 25506
author:
type: fixed
---
title: Fix error creating a merge request when diff includes a null byte
merge_request: 26190
author:
type: fixed
---
title: Include gl_project_path in API /internal/allowed response
merge_request: 25314
author:
type: other
---
title: Log queue duration in production_json.log
merge_request: 25075
author:
type: other
---
title: Eliminate most N+1 queries loading UserController#calendar_activities
merge_request: 25697
author:
type: performance
---
title: Significantly reduce N+1 queries in /api/v4/todos endpoint
merge_request: 25711
author:
type: performance
---
title: Remove N+1 query for tags in /admin/runners page
merge_request: 25572
author:
type: performance
---
title: Fix health checks not working behind load balancers
merge_request: 26055
author:
type: fixed
---
title: Bring back Rugged implementation of CommitIsAncestor
merge_request: 25702
author:
type: other
---
title: Bring back Rugged implementation of commit_tree_entry
merge_request: 25896
author:
type: other
---
title: Bring back Rugged implementation of find_commit
merge_request: 25477
author:
type: fixed
---
title: Bring back Rugged implementation of TreeEntry
merge_request: 25706
author:
type: other
---
title: Bring back Rugged implementation of GetTreeEntries
merge_request: 25674
author:
type: other
---
title: Fix pagination and duplicate requests in environments page
merge_request: 25582
author:
type: fixed
---
title: Update GitLab Shell to v8.7.1
merge_request: 25801
author:
type: other
---
title: 'Support `only: changes:` on MR pipelines'
merge_request: 24490
author: Hiroyuki Sato
type: added
---
title: Fix large table horizontal scroll and prevent side-by-side tables
merge_request: 25520
author: Dany Jupille
type: fixed
---
title: Error tracking configuration - add a Sentry project selection dropdown
merge_request: 24701
author:
type: changed
---
title: Update GitLab Runner Helm Chart to 0.2.0
merge_request: 25493
author:
type: other
---
title: Fix upcoming milestone when there are milestones with far-future due dates
merge_request:
author:
type: fixed
---
title: Use encrypted runner tokens
merge_request: 25532
author:
type: security
---
title: Fixed alignment of changed icon in Web IDE
merge_request:
author:
type: fixed
---
title: Make the Web IDE the default editor
merge_request:
author:
type: added
---
title: Add button to start discussion from single comment
merge_request: 25575
author:
type: added
---
title: Load repository language from the database if detected before
merge_request: 25518
author:
type: performance
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