parent
05292ba958
commit
03a9a1857b
149
CHANGELOG.md
149
CHANGELOG.md
|
|
@ -2,6 +2,155 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 10.3.0 (2017-12-22)
|
||||
|
||||
### Security (1 change, 1 of them is from the community)
|
||||
|
||||
- Upgrade jQuery to 2.2.4. !15570 (Takuya Noguchi)
|
||||
|
||||
### Fixed (55 changes, 8 of them are from the community)
|
||||
|
||||
- Fail jobs if its dependency is missing. !14009
|
||||
- Fix errors when selecting numeric-only labels in the labels autocomplete selector. !14607 (haseebeqx)
|
||||
- Fix pipeline status transition for single manual job. This would also fix pipeline duration becuse it is depending on status transition. !15251
|
||||
- Fix acceptance of username for Mattermost service update. !15275
|
||||
- Set the default gitlab-shell timeout to 3 hours. !15292
|
||||
- Make sure a user can add projects to subgroups they have access to. !15294
|
||||
- OAuth identity lookups case-insensitive. !15312
|
||||
- Fix filter by my reaction is not working. !15345 (Hiroyuki Sato)
|
||||
- Avoid deactivation when pipeline schedules execute a branch includes `[ci skip]` comment. !15405
|
||||
- Add recaptcha modal to issue updates detected as spam. !15408
|
||||
- Fix item name and namespace text overflow in Projects dropdown. !15451
|
||||
- Removed unused rake task, 'rake gitlab:sidekiq:drop_post_receive'. !15493
|
||||
- Fix commits page throwing 500 when the multi-file editor was enabled. !15502
|
||||
- Fix Issue comment submit button being disabled when pasting content from another GFM note. !15530
|
||||
- Reenable Prometheus metrics, add more control over Prometheus method instrumentation. !15558
|
||||
- Fix broadcast message not showing up on login page. !15578
|
||||
- Initializes the branches dropdown when the 'Start new pipeline' failed due to validation errors. !15588 (Christiaan Van den Poel)
|
||||
- Fix merge requests where the source or target branch name matches a tag name. !15591
|
||||
- Create a fork network for forks with a deleted source. !15595
|
||||
- Fix search results when a filename would contain a special character. !15606 (haseebeqx)
|
||||
- Strip leading & trailing whitespaces in CI/CD secret variable keys. !15615
|
||||
- Correctly link to a forked project from the new fork page. !15653
|
||||
- Fix the fork project functionality for projects with hashed storage. !15671
|
||||
- Added default order to UsersFinder. !15679
|
||||
- Fix graph notes number duplication. !15696 (Vladislav Kaverin)
|
||||
- Fix updateEndpoint undefined error for issue_show app root. !15698
|
||||
- Change boards page boards_data absolute urls to paths. !15703
|
||||
- Using appropiate services in the API for managing forks. !15709
|
||||
- Confirming email with invalid token should no longer generate an error. !15726
|
||||
- fix #39233 - 500 in merge request. !15774 (Martin Nowak)
|
||||
- Use Markdown styling for new project guidelines. !15785 (Markus Koller)
|
||||
- Fix error during schema dump. !15866
|
||||
- Fix broken illustration images for monitoring page empty states. !15889
|
||||
- Make sure user email is read only when synced with LDAP. !15915
|
||||
- Fixed outdated browser flash positioning.
|
||||
- Fix gitlab:import:repos Rake task moving repositories into the wrong location.
|
||||
- Gracefully handle case when repository's root ref does not exist.
|
||||
- Fix GitHub importer using removed interface.
|
||||
- Align retry button with job title with new grid size.
|
||||
- Fixed admin welcome screen new group path.
|
||||
- Fix related branches/Merge requests failing to load when the hostname setting is changed.
|
||||
- Init zen mode in snippets pages.
|
||||
- Remove extra margin from wordmark in header.
|
||||
- Fixed long commit links not wrapping correctly.
|
||||
- Fixed deploy keys remove button loading state not resetting.
|
||||
- Use app host instead of asset host when rendering image blob or diff.
|
||||
- Hide log size for mobile screens.
|
||||
- Fix sending notification emails to users with the mention level set who were mentioned in an issue or merge request description.
|
||||
- Changed validation error message on wrong milestone dates. (Xurxo Méndez Pérez)
|
||||
- Fix access to the final page of todos.
|
||||
- Fixed new group milestone breadcrumbs.
|
||||
- Fix image diff notification email from showing wrong content.
|
||||
- Fixed merge request lock icon size.
|
||||
- Make sure head pippeline always corresponds with the head sha of an MR.
|
||||
- Prevent 500 error when inspecting job after trigger was removed.
|
||||
|
||||
### Changed (14 changes, 2 of them are from the community)
|
||||
|
||||
- Only owner or master can erase jobs. !15216
|
||||
- Allow password authentication to be disabled entirely. !15223 (Markus Koller)
|
||||
- Add the option to automatically run a pipeline after updating AutoDevOps settings. !15380
|
||||
- Add total_time_spent to the `changes` hash in issuable Webhook payloads. !15381
|
||||
- Monitor NFS shards for circuitbreaker in a separate process. !15426
|
||||
- Add inline editing to issues on mobile. !15438
|
||||
- Add custom brand text on new project pages. !15541 (Markus Koller)
|
||||
- Show only group name by default and put full namespace in tooltip in Groups tree. !15650
|
||||
- Use custom user agent header in all GCP API requests. !15705
|
||||
- Changed the deploy markers on the prometheus dashboard to be more verbose. !38032
|
||||
- Animate contextual sidebar on collapse/expand.
|
||||
- Update emojis. Add :gay_pride_flag: and :speech_left:. Remove extraneous comma in :cartwheel_tone4:.
|
||||
- When a custom header logo is present, don't show GitLab type logo.
|
||||
- Improved diff changed files dropdown design.
|
||||
|
||||
### Performance (19 changes)
|
||||
|
||||
- Add timeouts for Gitaly calls. !15047
|
||||
- Performance issues when loading large number of wiki pages. !15276
|
||||
- Add performance logging to UpdateMergeRequestsWorker. !15360
|
||||
- Keep track of all circuitbreaker keys in a set. !15613
|
||||
- Improve the performance for counting commits. !15628
|
||||
- Reduce requests for project forks on show page of projects that have forks. !15663
|
||||
- Perform SQL matching of Build&Runner tags to greatly speed-up job picking.
|
||||
- Only load branch names for protected branch checks.
|
||||
- Optimize API /groups/:id/projects by preloading associations.
|
||||
- Remove allocation tracking code from InfluxDB sampler for performance.
|
||||
- Throttle the number of UPDATEs triggered by touch.
|
||||
- Make finding most recent merge request diffs more efficient.
|
||||
- Fetch blobs in bulk when generating diffs.
|
||||
- Cache commits for MergeRequest diffs.
|
||||
- Use fuzzy search with minimum length of 3 characters where appropriate.
|
||||
- Add axios to common file.
|
||||
- Remove template selector from global namespace.
|
||||
- check the import_status field before doing SQL operations to check the import url.
|
||||
- Stop sending milestone and labels data over the wire for MR widget requests.
|
||||
|
||||
### Added (22 changes, 15 of them are from the community)
|
||||
|
||||
- Limit autocomplete menu to applied labels. !11110 (Vitaliy @blackst0ne Klachkov)
|
||||
- Make diff notes created on a commit in a merge request to persist a rebase. !12148
|
||||
- Allow creation of merge request from email. !13817 (janp)
|
||||
- Add an ability to use a custom branch name on creation from issues. !13884 (Vitaliy @blackst0ne Klachkov)
|
||||
- Add anonymous rate limit per IP, and authenticated (web or API) rate limits per user. !14708
|
||||
- Create a new form to add Existing Kubernetes Cluster. !14805
|
||||
- Add support of Mermaid (generation of diagrams and flowcharts from text). !15107 (Vitaliy @blackst0ne Klachkov)
|
||||
- Add total time spent to milestones. !15116 (George Andrinopoulos)
|
||||
- Add /groups/:id/subgroups endpoint to API. !15142 (marbemac)
|
||||
- Add administrative endpoint to list all pages domains. !15160 (Travis Miller)
|
||||
- Adds Rubocop rule for line break after guard clause. !15188 (Jacopo Beschi @jacopo-beschi)
|
||||
- Add edit button to mobile file view. !15199 (Travis Miller)
|
||||
- Add dropdown sort to group milestones. !15230 (George Andrinopoulos)
|
||||
- added support for ordering and sorting in notes api. !15342 (haseebeqx)
|
||||
- Hashed Storage migration script now supports migrating project attachments. !15352
|
||||
- New API endpoint - list jobs for a specified runner. !15432
|
||||
- Add new API endpoint - get a namespace by ID. !15442
|
||||
- Disables autocomplete in filtered searc. !15477 (Jacopo Beschi @jacopo-beschi)
|
||||
- Update empty state page of merge request 'changes' tab. !15611 (Vitaliy @blackst0ne Klachkov)
|
||||
- Allow git pull/push on group/user/project redirects. !15670
|
||||
- show status of gitlab reference links in wiki. !15694 (haseebeqx)
|
||||
- Add email confirmation parameters for user creation and update via API. (Daniel Juarez)
|
||||
|
||||
### Other (17 changes, 7 of them are from the community)
|
||||
|
||||
- Enable UnnecessaryMantissa in scss-lint. !15255 (Takuya Noguchi)
|
||||
- Add untracked files to uploads table. !15270
|
||||
- Move update_project_counter_caches? out of issue and merge request. !15300 (George Andrinopoulos)
|
||||
- Removed tooltip from clone dropdown. !15334
|
||||
- Clean up empty fork networks. !15373
|
||||
- Create issuable destroy service. !15604 (George Andrinopoulos)
|
||||
- Upgrade seed-fu to 2.3.7. !15607 (Takuya Noguchi)
|
||||
- Rename GKE as Kubernetes Engine. !15608 (Takuya Noguchi)
|
||||
- Prefer ci_config_path validation for leading slashes instead of sanitizing the input. !15672 (Christiaan Van den Poel)
|
||||
- Fix typo in docs about Elasticsearch. !15699 (Takuya Noguchi)
|
||||
- Add internationalization support for the prometheus integration. !33338
|
||||
- Export text utils functions as es6 module and add tests.
|
||||
- Stop reloading the page when using pagination and tabs - use API calls - in Pipelines table.
|
||||
- Clean up schema of the "issues" table.
|
||||
- Clarify wording of protected branch settings for the default branch.
|
||||
- Update svg external depencency.
|
||||
- Clean up schema of the "merge_requests" table.
|
||||
|
||||
|
||||
## 10.2.5 (2017-12-15)
|
||||
|
||||
### Fixed (8 changes)
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix broadcast message not showing up on login page
|
||||
merge_request: 15578
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Initializes the branches dropdown when the 'Start new pipeline' failed due to validation errors
|
||||
merge_request: 15588
|
||||
author: Christiaan Van den Poel
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: 'fix #39233 - 500 in merge request'
|
||||
merge_request: 15774
|
||||
author: Martin Nowak
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Adds Rubocop rule for line break after guard clause
|
||||
merge_request: 15188
|
||||
author: Jacopo Beschi @jacopo-beschi
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add an ability to use a custom branch name on creation from issues
|
||||
merge_request: 13884
|
||||
author: Vitaliy @blackst0ne Klachkov
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Limit autocomplete menu to applied labels
|
||||
merge_request: 11110
|
||||
author: Vitaliy @blackst0ne Klachkov
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add edit button to mobile file view
|
||||
merge_request: 15199
|
||||
author: Travis Miller
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add recaptcha modal to issue updates detected as spam
|
||||
merge_request: 15408
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: added support for ordering and sorting in notes api
|
||||
merge_request: 15342
|
||||
author: haseebeqx
|
||||
type: added
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Stop reloading the page when using pagination and tabs - use API calls - in
|
||||
Pipelines table
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Allow creation of merge request from email
|
||||
merge_request: 13817
|
||||
author: janp
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add internationalization support for the prometheus integration
|
||||
merge_request: 33338
|
||||
author:
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Performance issues when loading large number of wiki pages
|
||||
merge_request: 15276
|
||||
author:
|
||||
type: performance
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Allow git pull/push on group/user/project redirects
|
||||
merge_request: 15670
|
||||
author:
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Create a new form to add Existing Kubernetes Cluster
|
||||
merge_request: 14805
|
||||
author:
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Animate contextual sidebar on collapse/expand
|
||||
merge_request:
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Prevent 500 error when inspecting job after trigger was removed
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Make sure head pippeline always corresponds with the head sha of an MR
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Changed the deploy markers on the prometheus dashboard to be more verbose
|
||||
merge_request: 38032
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix errors when selecting numeric-only labels in the labels autocomplete selector
|
||||
merge_request: 14607
|
||||
author: haseebeqx
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Changed validation error message on wrong milestone dates
|
||||
merge_request:
|
||||
author: Xurxo Méndez Pérez
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: OAuth identity lookups case-insensitive
|
||||
merge_request: 15312
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Fix sending notification emails to users with the mention level set who were
|
||||
mentioned in an issue or merge request description
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Remove template selector from global namespace
|
||||
merge_request:
|
||||
author:
|
||||
type: performance
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Disables autocomplete in filtered searc
|
||||
merge_request: 15477
|
||||
author: Jacopo Beschi @jacopo-beschi
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add the option to automatically run a pipeline after updating AutoDevOps settings
|
||||
merge_request: 15380
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add total time spent to milestones
|
||||
merge_request: 15116
|
||||
author: George Andrinopoulos
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Change boards page boards_data absolute urls to paths
|
||||
merge_request: 15703
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Confirming email with invalid token should no longer generate an error
|
||||
merge_request: 15726
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add administrative endpoint to list all pages domains
|
||||
merge_request: 15160
|
||||
author: Travis Miller
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Removed tooltip from clone dropdown
|
||||
merge_request: 15334
|
||||
author:
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add inline editing to issues on mobile
|
||||
merge_request: 15438
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Create issuable destroy service
|
||||
merge_request: 15604
|
||||
author: George Andrinopoulos
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Move update_project_counter_caches? out of issue and merge request
|
||||
merge_request: 15300
|
||||
author: George Andrinopoulos
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add dropdown sort to group milestones
|
||||
merge_request: 15230
|
||||
author: George Andrinopoulos
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add axios to common file
|
||||
merge_request:
|
||||
author:
|
||||
type: performance
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix commits page throwing 500 when the multi-file editor was enabled
|
||||
merge_request: 15502
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix item name and namespace text overflow in Projects dropdown
|
||||
merge_request: 15451
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: show status of gitlab reference links in wiki
|
||||
merge_request: 15694
|
||||
author: haseebeqx
|
||||
type: added
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Fix pipeline status transition for single manual job. This would also fix pipeline
|
||||
duration becuse it is depending on status transition
|
||||
merge_request: 15251
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix acceptance of username for Mattermost service update
|
||||
merge_request: 15275
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Set the default gitlab-shell timeout to 3 hours
|
||||
merge_request: 15292
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Hide log size for mobile screens
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add total_time_spent to the `changes` hash in issuable Webhook payloads
|
||||
merge_request: 15381
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix search results when a filename would contain a special character.
|
||||
merge_request: 15606
|
||||
author: haseebeqx
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Remove extra margin from wordmark in header
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Show only group name by default and put full namespace in tooltip in Groups
|
||||
tree
|
||||
merge_request: 15650
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Removed unused rake task, 'rake gitlab:sidekiq:drop_post_receive'
|
||||
merge_request: 15493
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Fix Issue comment submit button being disabled when pasting content from another
|
||||
GFM note
|
||||
merge_request: 15530
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Upgrade jQuery to 2.2.4
|
||||
merge_request: 15570
|
||||
author: Takuya Noguchi
|
||||
type: security
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Init zen mode in snippets pages
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix merge requests where the source or target branch name matches a tag name
|
||||
merge_request: 15591
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Strip leading & trailing whitespaces in CI/CD secret variable keys
|
||||
merge_request: 15615
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Upgrade seed-fu to 2.3.7
|
||||
merge_request: 15607
|
||||
author: Takuya Noguchi
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Rename GKE as Kubernetes Engine
|
||||
merge_request: 15608
|
||||
author: Takuya Noguchi
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix typo in docs about Elasticsearch
|
||||
merge_request: 15699
|
||||
author: Takuya Noguchi
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Align retry button with job title with new grid size
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Prefer ci_config_path validation for leading slashes instead of sanitizing
|
||||
the input
|
||||
merge_request: 15672
|
||||
author: Christiaan Van den Poel
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fixed admin welcome screen new group path
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add timeouts for Gitaly calls
|
||||
merge_request: 15047
|
||||
author:
|
||||
type: performance
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: When a custom header logo is present, don't show GitLab type logo
|
||||
merge_request:
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Monitor NFS shards for circuitbreaker in a separate process
|
||||
merge_request: 15426
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Clean up empty fork networks
|
||||
merge_request: 15373
|
||||
author:
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Reduce requests for project forks on show page of projects that have forks
|
||||
merge_request: 15663
|
||||
author:
|
||||
type: performance
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Make sure a user can add projects to subgroups they have access to
|
||||
merge_request: 15294
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Clean up schema of the "issues" table
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fixed long commit links not wrapping correctly
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fixed deploy keys remove button loading state not resetting
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Make diff notes created on a commit in a merge request to persist a rebase.
|
||||
merge_request: 12148
|
||||
author:
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Use app host instead of asset host when rendering image blob or diff
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Make sure user email is read only when synced with LDAP
|
||||
merge_request: 15915
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Use fuzzy search with minimum length of 3 characters where appropriate
|
||||
merge_request:
|
||||
author:
|
||||
type: performance
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Enable UnnecessaryMantissa in scss-lint
|
||||
merge_request: 15255
|
||||
author: Takuya Noguchi
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add custom brand text on new project pages
|
||||
merge_request: 15541
|
||||
author: Markus Koller
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Allow password authentication to be disabled entirely
|
||||
merge_request: 15223
|
||||
author: Markus Koller
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fail jobs if its dependency is missing
|
||||
merge_request: 14009
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: 'Add support of Mermaid (generation of diagrams and flowcharts from text)'
|
||||
merge_request: 15107
|
||||
author: Vitaliy @blackst0ne Klachkov
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix filter by my reaction is not working
|
||||
merge_request: 15345
|
||||
author: Hiroyuki Sato
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Use Markdown styling for new project guidelines
|
||||
merge_request: 15785
|
||||
author: Markus Koller
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Clarify wording of protected branch settings for the default branch
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Only owner or master can erase jobs
|
||||
merge_request: 15216
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Avoid deactivation when pipeline schedules execute a branch includes `[ci skip]`
|
||||
comment
|
||||
merge_request: 15405
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix access to the final page of todos
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Added default order to UsersFinder
|
||||
merge_request: 15679
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Using appropiate services in the API for managing forks
|
||||
merge_request: 15709
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Update svg external depencency
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fixed new group milestone breadcrumbs
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Hashed Storage migration script now supports migrating project attachments
|
||||
merge_request: 15352
|
||||
author:
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Improved diff changed files dropdown design
|
||||
merge_request:
|
||||
author:
|
||||
type: changed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix image diff notification email from showing wrong content
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fixed merge request lock icon size
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Clean up schema of the "merge_requests" table
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Add untracked files to uploads table
|
||||
merge_request: 15270
|
||||
author:
|
||||
type: other
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Add anonymous rate limit per IP, and authenticated (web or API) rate limits
|
||||
per user
|
||||
merge_request: 14708
|
||||
author:
|
||||
type: added
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix error during schema dump.
|
||||
merge_request: 15866
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: check the import_status field before doing SQL operations to check the import
|
||||
url
|
||||
merge_request:
|
||||
author:
|
||||
type: performance
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Stop sending milestone and labels data over the wire for MR widget requests
|
||||
merge_request:
|
||||
author:
|
||||
type: performance
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fixed outdated browser flash positioning
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix graph notes number duplication.
|
||||
merge_request: 15696
|
||||
author: Vladislav Kaverin
|
||||
type: fixed
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue