Update CHANGELOG.md for 10.0.0

[ci skip]
This commit is contained in:
Jarka Kadlecova 2017-09-22 13:05:32 +02:00
parent 408c595292
commit 84a7c4872c
166 changed files with 180 additions and 813 deletions

View File

@ -2,6 +2,186 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 10.0.0 (2017-09-22)
- [SECURITY] Upgrade brace-expansion NPM package due to security issue. !13665 (Markus Koller)
- [REMOVED] Remove CI API v1.
- [FIXED] Ensure correct visibility level options shown on all Project, Group, and Snippets forms. !13442
- [FIXED] Fix the /projects/:id/repository/files/:file_path/raw endpoint to handle dots in the file_path. !13512 (mahcsig)
- [FIXED] Merge request reference in merge commit changed to full reference. !13518 (haseebeqx)
- [FIXED] Removes Sortable default scope. !13558
- [FIXED] Wiki table of contents are now properly nested to reflect header level. !13650 (Akihiro Nakashima)
- [FIXED] Improve bare project import: Allow subgroups, take default visibility level into account. !13670
- [FIXED] Fix group and project search for anonymous users. !13745
- [FIXED] Fix searching for files by path. !13798
- [FIXED] Fix division by zero error in blame age mapping. !13803 (Jeff Stubler)
- [FIXED] Fix incorrect date/time formatting on prometheus graphs. !13865
- [FIXED] Changes the password change workflow for admins. !13901
- [FIXED] API: Respect default group visibility when creating a group. !13903 (Robert Schilling)
- [FIXED] Unescape HTML characters in Wiki title. !13942 (Jacopo Beschi @jacopo-beschi)
- [FIXED] Make blob viewer for rich contents wider for mobile. !14011 (Takuya Noguchi)
- [FIXED] Fix typo in the API Deploy Keys documentation page. !14014 (Vitaliy @blackst0ne Klachkov)
- [FIXED] Hide admin link from default search results for non-admins. !14015
- [FIXED] Fix problems sanitizing URLs with empty passwords. !14083
- [FIXED] Fix stray OR in New Project page. !14096 (Robin Bobbitt)
- [FIXED] Fix a wrong `X-Gitlab-Event` header when testing webhooks. !14108
- [FIXED] Fix the diff file header from being html escaped for renamed files. !14121
- [FIXED] Image attachments are properly displayed in notification emails again. !14161
- [FIXED] Fixes the 500 errors caused by a race condition in GPG's tmp directory handling. !14194 (Alexis Reigel)
- [FIXED] Fix MR ready to merge buttons/controls at mobile breakpoint. !14242
- [FIXED] Fix Pipeline Triggers to show triggered label and predefined variables (e.g. CI_PIPELINE_TRIGGERED). !14244
- [FIXED] Allow using newlines in pipeline email service recipients. !14250
- [FIXED] Fix errors when moving issue with reference to a group milestone. !14294
- [FIXED] Fix the "resolve discussion in a new issue" button. !14357
- [FIXED] File uploaders do not perform hard check, only soft check.
- [FIXED] Add to_project_id parameter to Move Issue via API example.
- [FIXED] Update x/x discussions resolved checkmark icon to be green when all discussions resolved.
- [FIXED] Fixed add diff note button not showing after deleting a comment.
- [FIXED] Fix broken svg in jobs dropdown for success status.
- [FIXED] Fix buttons with different height in merge request widget.
- [FIXED] Removes disabled state from dashboard project button.
- [FIXED] Better align fallback image emojis.
- [FIXED] Remove focus styles from dropdown empty links.
- [FIXED] Fix inconsistent spacing for edit buttons on issues and merge request page.
- [FIXED] Fix edit merge request and issues button inconsistent letter casing.
- [FIXED] Improve Import/Export memory usage.
- [FIXED] Fix Import/Export issue to do with fork merge requests.
- [FIXED] Fix invite by email address duplication.
- [FIXED] Adds tooltip to the branch name and improves performance.
- [FIXED] Disable GitLab Project Import Button if source disabled.
- [FIXED] Migrate issues authored by deleted user to the Ghost user.
- [FIXED] Fix new navigation wrapping and causing height to grow.
- [FIXED] Normalize styles for empty state combo button.
- [FIXED] Fix external link to Composer website.
- [FIXED] Prevents jobs dropdown from closing in pipeline graph.
- [FIXED] Include the `is_admin` field in the `GET /users/:id` API when current user is an admin.
- [FIXED] Fix breadcrumbs container in issue boards.
- [FIXED] Fix project feature being deleted when updating project with invalid visibility level.
- [FIXED] Truncate milestone title if sidebar is collapsed.
- [FIXED] Prevents rendering empty badges when request fails.
- [FIXED] Fixes margins on the top buttons of the pipeline table.
- [FIXED] Bump jira-ruby gem to 1.4.1 to fix issues with HTTP proxies.
- [FIXED] Eliminate N+1 queries in loading discussions.json endpoint.
- [FIXED] Eliminate N+1 queries referencing issues.
- [FIXED] Remove unnecessary loading of discussions in `IssuesController#show`.
- [FIXED] Fix errors thrown in merge request widget with external CI service/integration.
- [FIXED] Do not show the Auto DevOps banner when the project has a .gitlab-ci.yml on master.
- [FIXED] Reword job to pipeline to reflect what the graphs are really about.
- [FIXED] Sort templates in the dropdown.
- [FIXED] Fix Auto DevOps banner to be shown on empty projects.
- [FIXED] Resolve Image onion skin + swipe does not work anymore.
- [FIXED] Fix mini graph pipeline breakin in merge request view.
- [FIXED] Fixed merge request changes bar jumping.
- [FIXED] Improve migrations using triggers.
- [FIXED] Fix ConvDev Index nav item and Monitoring submenu regression.
- [DEPRECATED] Deprecate custom SSH client configuration for the git user. !13930
- [CHANGED] allow all users to delete their account. !13636 (Jacopo Beschi @jacopo-beschi)
- [CHANGED] Use full path of project's avatar in webhooks. !13649 (Vitaliy @blackst0ne Klachkov)
- [CHANGED] Add filtered search to group merge requests dashboard. !13688 (Hiroyuki Sato)
- [CHANGED] Fire hooks asynchronously when creating a new job to improve performance. !13734
- [CHANGED] Improve performance for AutocompleteController#users.json. !13754 (Hiroyuki Sato)
- [CHANGED] Update the GPG verification semantics: A GPG signature must additionally match the committer in order to be verified. !13771 (Alexis Reigel)
- [CHANGED] Support a multi-word fuzzy seach issues/merge requests on search bar. !13780 (Hiroyuki Sato)
- [CHANGED] Default LDAP config "verify_certificates" to true for security. !13915
- [CHANGED] "Share with group lock" now applies to subgroups, but owner can override setting on subgroups. !13944
- [CHANGED] Make Gitaly PostUploadPack mandatory. !13953
- [CHANGED] Remove project select dropdown from breadcrumb. !14010
- [CHANGED] Redesign project feature permissions settings. !14062
- [CHANGED] Document version Group Milestones API introduced.
- [CHANGED] Finish migration to the new events setup.
- [CHANGED] restyling of OAuth authorization confirmation. (Jacopo Beschi @jacopo-beschi)
- [CHANGED] Added support for specific labels and colors.
- [CHANGED] Move "Move issue" controls to right-sidebar.
- [CHANGED] Remove pages settings when not available.
- [CHANGED] Allow all AutoDevOps banners to be turned off.
- [CHANGED] Update Rails project template to use Postgresql by default.
- [CHANGED] Added support the multiple time series for prometheus monitoring.
- [ADDED] API: Respect the "If-Unmodified-Since" header when delting a resource. !9621 (Robert Schilling)
- [ADDED] Protected runners. !13194
- [ADDED] Add support for copying permalink to notes via more actions dropdown. !13299
- [ADDED] Add API support for wiki pages. !13372 (Vitaliy @blackst0ne Klachkov)
- [ADDED] Add a `Last 7 days` option for Cycle Analytics view. !13443 (Mehdi Lahmam (@mehlah))
- [ADDED] inherits milestone and labels when a merge request is created from issue. !13461 (haseebeqx)
- [ADDED] Add 'from commit' information to cherry-picked commits. !13475 (Saverio Miroddi)
- [ADDED] Add an option to list only archived projects. !13492 (Mehdi Lahmam (@mehlah))
- [ADDED] Extend API: Pipeline Schedule Variable. !13653
- [ADDED] Add settings for minimum SSH key strength and allowed key type. !13712 (Cory Hinshaw)
- [ADDED] Add div id to the readme in the project overview. !13735 (Riccardo Padovani @rpadovani)
- [ADDED] Add CI/CD job predefined variables with user name and login. !13824
- [ADDED] API: Add GPG key management. !13828 (Robert Schilling)
- [ADDED] Add CI/CD active kubernetes job policy. !13849
- [ADDED] Add dropdown to Projects nav item. !13866
- [ADDED] Allow users and administrator to configure Auto-DevOps. !13923
- [ADDED] Implement `failure_reason` on `ci_builds`. !13937
- [ADDED] Add branch existence check to the APIv4 branches via HEAD request. !13979 (Vitaliy @blackst0ne Klachkov)
- [ADDED] Add quick submission on user settings page. !14007 (Vitaliy @blackst0ne Klachkov)
- [ADDED] Add my_reaction_emoji param to /issues and /merge_requests API. !14016 (Hiroyuki Sato)
- [ADDED] Make it possible to download a single job artifact file using the API. !14027
- [ADDED] Add repository toggle for automatically resolving outdated diff discussions. !14053 (AshleyDumaine)
- [ADDED] Scripts to detect orphaned repositories. !14204
- [ADDED] Created callout for auto devops.
- [ADDED] Add option in preferences to change navigation theme color.
- [ADDED] Add JSON logger in `log/api_json.log` for Grape API endpoints.
- [ADDED] Add CI_PIPELINE_SOURCE variable on CI Jobs.
- [ADDED] Changed message and title on the 404 page. (Branka Martinovic)
- [ADDED] Handle if Auto DevOps domain is not set in project settings.
- [ADDED] Add collapsable sections for Pipeline Settings.
- [OTHER] Add badge for dependency status. !13588 (Markus Koller)
- [OTHER] Migration to remove pending delete projects with non-existing namespace. !13598
- [OTHER] Bump rouge to v2.2.0. !13633
- [OTHER] Fix repository equality check and avoid fetching ref if the commit is already available. This affects merge request creation performance. !13685
- [OTHER] Replace 'source/search_code.feature' spinach test with an rspec analog. !13697 (blackst0ne)
- [OTHER] Remove unwanted refs after importing a project. !13766
- [OTHER] Never wait for sidekiq jobs when creating projects. !13775
- [OTHER] Gitaly feature toggles are on by default in development. !13802
- [OTHER] Remove `is_` prefix from predicate method names. !13810 (Maxim Rydkin)
- [OTHER] Update 'Using Docker images' documentation. !13848
- [OTHER] Update gpg documentation with gpg2. !13851 (M M Arif)
- [OTHER] Replace 'project/star.feature' spinach test with an rspec analog. !13855 (Vitaliy @blackst0ne Klachkov)
- [OTHER] Replace 'project/user_lookup.feature' spinach test with an rspec analog. !13863 (Vitaliy @blackst0ne Klachkov)
- [OTHER] Bump rouge to v2.2.1. !13887
- [OTHER] Add documentation for PlantUML in reStructuredText. !13900 (Markus Koller)
- [OTHER] Decrease ABC threshold to 55.25. !13904 (Maxim Rydkin)
- [OTHER] Decrease Cyclomatic Complexity threshold to 14. !13972 (Maxim Rydkin)
- [OTHER] Update documentation for confidential issue. !14117
- [OTHER] Remove redundant WHERE from event queries.
- [OTHER] Memoize the latest builds of a pipeline on a project's homepage.
- [OTHER] Re-use issue/MR counts for the pagination system.
- [OTHER] Memoize pipelines for project download buttons.
- [OTHER] Reorganize indexes for the "deployments" table.
- [OTHER] Improves markdown rendering performance for commit lists.
- [OTHER] Only update the sidebar count caches when needed.
- [OTHER] Improves performance of vue code by using vue files and moving svg out of data function in pipeline schedule callout.
- [OTHER] Rework how recent push events are retrieved.
- [OTHER] Restyle dropdown menus to make them look consistent.
- [OTHER] Upgrade grape to 1.0.
- [OTHER] Add usage data for Auto DevOps.
- [OTHER] Cache the number of open issues and merge requests.
- [OTHER] Constrain environment deployments to project IDs.
- [OTHER] Eager load namespace owners for project dashboards.
- [OTHER] Add description template examples to documentation.
- [OTHER] Disallow NULL values for environments.project_id.
- Add my reaction filter to search bar. !12962 (Hiroyuki Sato)
- Generalize profile updates from providers. !12968 (Alexandros Keramidas)
- Validate PO-files in static analysis. !13000
- First-time contributor badge. !13143 (Micaël Bergeron <micaelbergeron@gmail.com>)
- Add option to disable project export on instance. !13211 (Robin Bobbitt)
- Hashed Storage support for Repositories (EXPERIMENTAL). !13246
- Added tests for commits API unauthenticated user and public/private project. !13287 (Jacopo Beschi @jacopo-beschi)
- Fix CI_PROJECT_PATH_SLUG slugify. !13350 (Ivan Chernov)
- Add checks for branch existence before changing HEAD. !13359 (Vitaliy @blackst0ne Klachkov)
- Fix the alignment of line numbers to lines of code in code viewer. !13403 (Trevor Flynn)
- Allow users to move issues to other projects using a / command. !13436 (Manolis Mavrofidis)
- Bumps omniauth-ldap gem version to 2.0.4. !13465
- Implement the Gitaly RefService::RefExists endpoint. !13528 (Andrew Newdigate)
- Changed all font-weight values to 400 and 600 and introduced 2 variables to manage them.
- Simplify checking if objects exist code in new issaubles workers.
- Present enqueued merge jobs as Merging as well.
- Don't escape html entities in InlineDiffMarkdownMarker.
- Move ConvDev Index location to after Cohorts.
- Added type to CHANGELOG entries. (Jacopo Beschi @jacopo-beschi)
- [BUGIFX] Improves subgroup creation permissions. !13418
## 9.5.5 (2017-09-18)
- [SECURITY] Upgrade mail and nokogiri gems due to security issues. !13662 (Markus Koller)

View File

@ -1,4 +0,0 @@
---
title: Generalize profile updates from providers
merge_request: 12968
author: Alexandros Keramidas

View File

@ -1,6 +0,0 @@
---
title: disabling notifications globally now properly turns off group/project added
emails
merge_request: 13325
author: @jneen
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Add settings for minimum SSH key strength and allowed key type
merge_request: 13712
author: Cory Hinshaw
type: added

View File

@ -1,5 +0,0 @@
---
title: Hide admin link from default search results for non-admins
merge_request: 14015
author:
type: fixed

View File

@ -1,4 +0,0 @@
---
title: Added type to CHANGELOG entries
merge_request:
author: Jacopo Beschi @jacopo-beschi

View File

@ -1,5 +0,0 @@
---
title: Removes Sortable default scope.
merge_request: 13558
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Add CI/CD job predefined variables with user name and login
merge_request: 13824
author:
type: added

View File

@ -1,5 +0,0 @@
---
title: Decrease ABC threshold to 55.25
merge_request: 13904
author: Maxim Rydkin
type: other

View File

@ -1,4 +0,0 @@
---
title: Hashed Storage support for Repositories (EXPERIMENTAL)
merge_request: 13246
author:

View File

@ -1,4 +0,0 @@
---
title: Add time stats to Issue and Merge Request API
merge_request: 13335
author: @travismiller

View File

@ -1,5 +0,0 @@
---
title: Changes the password change workflow for admins.
merge_request: 13901
author:
type: fixed

View File

@ -1,4 +0,0 @@
---
title: Fix the alignment of line numbers to lines of code in code viewer
merge_request: 13403
author: Trevor Flynn

View File

@ -1,4 +0,0 @@
---
title: Deprecation of Koding integration, removal of setting in Admin Panel
merge_request: 13992
author: @mydigitalself

View File

@ -1,6 +0,0 @@
---
title: Ensure correct visibility level options shown on all Project, Group, and Snippets
forms
merge_request: 13442
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Decrease Cyclomatic Complexity threshold to 14
merge_request: 13972
author: Maxim Rydkin
type: other

View File

@ -1,5 +0,0 @@
---
title: Fix group and project search for anonymous users
merge_request: 13745
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix the /projects/:id/repository/files/:file_path/raw endpoint to handle dots in the file_path
merge_request: 13512
author: mahcsig
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Redesign project feature permissions settings
merge_request: 14062
author:
type: changed

View File

@ -1,5 +0,0 @@
---
title: Fix errors thrown in merge request widget with external CI service/integration
merge_request:
author:
type: fixed

View File

@ -1,4 +0,0 @@
---
title: Added tests for commits API unauthenticated user and public/private project
merge_request: 13287
author: Jacopo Beschi @jacopo-beschi

View File

@ -1,5 +0,0 @@
---
title: Move "Move issue" controls to right-sidebar
merge_request:
author:
type: changed

View File

@ -1,6 +0,0 @@
---
title: Improves performance of vue code by using vue files and moving svg out of data
function in pipeline schedule callout
merge_request:
author:
type: other

View File

@ -1,4 +0,0 @@
---
title: Move ConvDev Index location to after Cohorts.
merge_request: !13398
author:

View File

@ -1,5 +0,0 @@
---
title: Improves markdown rendering performance for commit lists.
merge_request:
author:
type: other

View File

@ -1,4 +0,0 @@
---
title: Fix CI_PROJECT_PATH_SLUG slugify
merge_request: 13350
author: Ivan Chernov

View File

@ -1,5 +0,0 @@
---
title: Add div id to the readme in the project overview
merge_request: 13735
author: Riccardo Padovani @rpadovani
type: added

View File

@ -1,5 +0,0 @@
---
title: Fixes margins on the top buttons of the pipeline table
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Add dropdown to Projects nav item
merge_request: 13866
author:
type: added

View File

@ -1,5 +0,0 @@
---
title: Remove project select dropdown from breadcrumb
merge_request: 14010
author:
type: changed

View File

@ -1,5 +0,0 @@
---
title: Add option in preferences to change navigation theme color
merge_request:
author:
type: added

View File

@ -1,5 +0,0 @@
---
title: Prevents rendering empty badges when request fails
merge_request:
author:
type: fixed

View File

@ -1,4 +0,0 @@
---
title: "First-time contributor badge"
merge_request: 13143
author: Micaël Bergeron <micaelbergeron@gmail.com>

View File

@ -1,5 +0,0 @@
---
title: inherits milestone and labels when a merge request is created from issue
merge_request: 13461
author: haseebeqx
type: added

View File

@ -1,5 +0,0 @@
---
title: Unescape HTML characters in Wiki title
merge_request: 13942
author: Jacopo Beschi @jacopo-beschi
type: fixed

View File

@ -1,5 +0,0 @@
---
title: restyling of OAuth authorization confirmation
merge_request:
author: Jacopo Beschi @jacopo-beschi
type: changed

View File

@ -1,5 +0,0 @@
---
title: Remove `is_` prefix from predicate method names
merge_request: 13810
author: Maxim Rydkin
type: other

View File

@ -1,5 +0,0 @@
---
title: Add support for copying permalink to notes via more actions dropdown
merge_request: 13299
author:
type: added

View File

@ -1,5 +0,0 @@
---
title: Improves subgroup creation permissions
merge_request: 13418
author:
type: bugifx

View File

@ -1,5 +0,0 @@
---
title: Truncate milestone title if sidebar is collapsed
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Add an option to list only archived projects
merge_request: 13492
author: Mehdi Lahmam (@mehlah)
type: added

View File

@ -1,4 +0,0 @@
---
title: Add checks for branch existence before changing HEAD
merge_request: 13359
author: Vitaliy @blackst0ne Klachkov

View File

@ -1,4 +0,0 @@
---
title: Don't escape html entities in InlineDiffMarkdownMarker
merge_request:
author:

View File

@ -1,5 +0,0 @@
---
title: allow all users to delete their account
merge_request: 13636
author: Jacopo Beschi @jacopo-beschi
type: changed

View File

@ -1,4 +0,0 @@
---
title: Present enqueued merge jobs as Merging as well
merge_request:
author:

View File

@ -1,4 +0,0 @@
---
title: Simplify checking if objects exist code in new issaubles workers
merge_request:
author:

View File

@ -1,6 +0,0 @@
---
title: Include the `is_admin` field in the `GET /users/:id` API when current user
is an admin
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Merge request reference in merge commit changed to full reference
merge_request: 13518
author: haseebeqx
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Prevents jobs dropdown from closing in pipeline graph
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix external link to Composer website
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Never wait for sidekiq jobs when creating projects
merge_request: 13775
author:
type: other

View File

@ -1,5 +0,0 @@
---
title: Remove unwanted refs after importing a project
merge_request: 13766
author:
type: other

View File

@ -1,5 +0,0 @@
---
title: Update gpg documentation with gpg2
merge_request: 13851
author: M M Arif
type: other

View File

@ -1,5 +0,0 @@
---
title: Migrate issues authored by deleted user to the Ghost user
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Adds tooltip to the branch name and improves performance
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix invite by email address duplication
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix searching for files by path
merge_request: 13798
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Add repository toggle for automatically resolving outdated diff discussions
merge_request: 14053
author: AshleyDumaine
type: added

View File

@ -1,5 +0,0 @@
---
title: Remove focus styles from dropdown empty links
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix incorrect date/time formatting on prometheus graphs
merge_request: 13865
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Better align fallback image emojis
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Created callout for auto devops
merge_request:
author:
type: added

View File

@ -1,5 +0,0 @@
---
title: Removes disabled state from dashboard project button
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: 'API: Respect default group visibility when creating a group'
merge_request: 13903
author: Robert Schilling
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Deprecate custom SSH client configuration for the git user
merge_request: 13930
author:
type: deprecated

View File

@ -1,5 +0,0 @@
---
title: Fix MR ready to merge buttons/controls at mobile breakpoint
merge_request: 14242
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Make blob viewer for rich contents wider for mobile
merge_request: 14011
author: Takuya Noguchi
type: fixed

View File

@ -1,6 +0,0 @@
---
title: Update x/x discussions resolved checkmark icon to be green when all discussions
resolved
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Add description template examples to documentation
merge_request:
author:
type: other

View File

@ -1,5 +0,0 @@
---
title: Fix the diff file header from being html escaped for renamed files.
merge_request: 14121
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix mini graph pipeline breakin in merge request view
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Image attachments are properly displayed in notification emails again
merge_request: 14161
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Resolve Image onion skin + swipe does not work anymore
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Allow using newlines in pipeline email service recipients
merge_request: 14250
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix Auto DevOps banner to be shown on empty projects
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Handle if Auto DevOps domain is not set in project settings
merge_request:
author:
type: added

View File

@ -1,5 +0,0 @@
---
title: Fix the "resolve discussion in a new issue" button
merge_request: 14357
author:
type: fixed

View File

@ -1,4 +0,0 @@
---
title: Add my reaction filter to search bar
merge_request: 12962
author: Hiroyuki Sato

View File

@ -1,5 +0,0 @@
---
title: Changed message and title on the 404 page
merge_request:
author: Branka Martinovic
type: added

View File

@ -1,5 +0,0 @@
---
title: Add quick submission on user settings page
merge_request: 14007
author: Vitaliy @blackst0ne Klachkov
type: added

View File

@ -1,5 +0,0 @@
---
title: Added support the multiple time series for prometheus monitoring
merge_request: !36893
author:
type: changed

View File

@ -1,5 +0,0 @@
---
title: 'API: Respect the "If-Unmodified-Since" header when delting a resource'
merge_request: 9621
author: Robert Schilling
type: added

View File

@ -1,5 +0,0 @@
---
title: 'API: Add GPG key management'
merge_request: 13828
author: Robert Schilling
type: added

View File

@ -1,5 +0,0 @@
---
title: Add branch existence check to the APIv4 branches via HEAD request
merge_request: 13979
author: Vitaliy @blackst0ne Klachkov
type: added

View File

@ -1,5 +0,0 @@
---
title: Fire hooks asynchronously when creating a new job to improve performance
merge_request: 13734
author:
type: changed

View File

@ -1,4 +0,0 @@
---
title: Bumps omniauth-ldap gem version to 2.0.4
merge_request: 13465
author:

View File

@ -1,6 +0,0 @@
---
title: 'Improve bare project import: Allow subgroups, take default visibility level
into account'
merge_request: 13670
author:
type: fixed

View File

@ -1,4 +0,0 @@
---
title: Validate PO-files in static analysis
merge_request: 13000
author:

View File

@ -1,5 +0,0 @@
---
title: Cache the number of open issues and merge requests
merge_request:
author:
type: other

View File

@ -1,5 +0,0 @@
---
title: Fixed merge request changes bar jumping
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Constrain environment deployments to project IDs
merge_request:
author:
type: other

View File

@ -1,5 +0,0 @@
---
title: Add collapsable sections for Pipeline Settings
merge_request:
author:
type: added

View File

@ -1,5 +0,0 @@
---
title: Fix ConvDev Index nav item and Monitoring submenu regression
merge_request: !14124
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Eager load namespace owners for project dashboards
merge_request:
author:
type: other

View File

@ -1,5 +0,0 @@
---
title: Scripts to detect orphaned repositories
merge_request: 14204
author:
type: added

View File

@ -1,4 +0,0 @@
---
title: Add option to disable project export on instance
merge_request: 13211
author: Robin Bobbitt

View File

@ -1,5 +0,0 @@
---
title: "Disallow NULL values for environments.project_id"
merge_request:
author:
type: other

View File

@ -1,5 +0,0 @@
---
title: File uploaders do not perform hard check, only soft check
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Document version Group Milestones API introduced
merge_request:
author:
type: changed

View File

@ -1,5 +0,0 @@
---
title: Add to_project_id parameter to Move Issue via API example
merge_request:
author:
type: fixed

Some files were not shown because too many files have changed in this diff Show More