diff options
118 files changed, 149 insertions, 597 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7825b5f82..a9539bbed87 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/changelogs/unreleased/13634-broadcast-message.yml b/changelogs/unreleased/13634-broadcast-message.yml deleted file mode 100644 index 26c4c133443..00000000000 --- a/changelogs/unreleased/13634-broadcast-message.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix broadcast message not showing up on login page -merge_request: 15578 -author: -type: fixed diff --git a/changelogs/unreleased/15588-fix-empty-dropdown-on-create-new-pipeline-in-case-of-validation-errors.yml b/changelogs/unreleased/15588-fix-empty-dropdown-on-create-new-pipeline-in-case-of-validation-errors.yml deleted file mode 100644 index a4934c8896d..00000000000 --- a/changelogs/unreleased/15588-fix-empty-dropdown-on-create-new-pipeline-in-case-of-validation-errors.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/15774-fix-39233-500-in-merge-request.yml b/changelogs/unreleased/15774-fix-39233-500-in-merge-request.yml deleted file mode 100644 index 1179b3f20e6..00000000000 --- a/changelogs/unreleased/15774-fix-39233-500-in-merge-request.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: 'fix #39233 - 500 in merge request' -merge_request: 15774 -author: Martin Nowak -type: fixed diff --git a/changelogs/unreleased/18040-rubocop-line-break-after-guard-clause.yml b/changelogs/unreleased/18040-rubocop-line-break-after-guard-clause.yml deleted file mode 100644 index e3c7ffc8046..00000000000 --- a/changelogs/unreleased/18040-rubocop-line-break-after-guard-clause.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Adds Rubocop rule for line break after guard clause -merge_request: 15188 -author: Jacopo Beschi @jacopo-beschi -type: added diff --git a/changelogs/unreleased/21143-customize-branch-name-when-using-create-branch-in-an-issue.yml b/changelogs/unreleased/21143-customize-branch-name-when-using-create-branch-in-an-issue.yml deleted file mode 100644 index d4c209aaf2b..00000000000 --- a/changelogs/unreleased/21143-customize-branch-name-when-using-create-branch-in-an-issue.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/22680-unlabel-slash-command-limit-autocomplete-to-applied-labels.yml b/changelogs/unreleased/22680-unlabel-slash-command-limit-autocomplete-to-applied-labels.yml deleted file mode 100644 index 6d7f8655282..00000000000 --- a/changelogs/unreleased/22680-unlabel-slash-command-limit-autocomplete-to-applied-labels.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Limit autocomplete menu to applied labels -merge_request: 11110 -author: Vitaliy @blackst0ne Klachkov -type: added diff --git a/changelogs/unreleased/28377-add-edit-button-to-mobile-file-view.yml b/changelogs/unreleased/28377-add-edit-button-to-mobile-file-view.yml deleted file mode 100644 index b6646379b8d..00000000000 --- a/changelogs/unreleased/28377-add-edit-button-to-mobile-file-view.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add edit button to mobile file view -merge_request: 15199 -author: Travis Miller -type: added diff --git a/changelogs/unreleased/29483-no-feedback-when-checking-on-checklist-if-potential-spam-was-detected.yml b/changelogs/unreleased/29483-no-feedback-when-checking-on-checklist-if-potential-spam-was-detected.yml deleted file mode 100644 index 6bfcc5e70de..00000000000 --- a/changelogs/unreleased/29483-no-feedback-when-checking-on-checklist-if-potential-spam-was-detected.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add recaptcha modal to issue updates detected as spam -merge_request: 15408 -author: -type: fixed diff --git a/changelogs/unreleased/32057_support_ordering_project_notes_in_notes_api.yml b/changelogs/unreleased/32057_support_ordering_project_notes_in_notes_api.yml deleted file mode 100644 index cd19d24e035..00000000000 --- a/changelogs/unreleased/32057_support_ordering_project_notes_in_notes_api.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: added support for ordering and sorting in notes api -merge_request: 15342 -author: haseebeqx -type: added diff --git a/changelogs/unreleased/32098-pipelines-navigation.yml b/changelogs/unreleased/32098-pipelines-navigation.yml deleted file mode 100644 index 925c92b6be8..00000000000 --- a/changelogs/unreleased/32098-pipelines-navigation.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/32878-merge-request-from-email.yml b/changelogs/unreleased/32878-merge-request-from-email.yml deleted file mode 100644 index 2df148d5a81..00000000000 --- a/changelogs/unreleased/32878-merge-request-from-email.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Allow creation of merge request from email -merge_request: 13817 -author: janp -type: added diff --git a/changelogs/unreleased/33338-internationalization-support-for-prometheus-service-configuration.yml b/changelogs/unreleased/33338-internationalization-support-for-prometheus-service-configuration.yml deleted file mode 100644 index d61bbf2e355..00000000000 --- a/changelogs/unreleased/33338-internationalization-support-for-prometheus-service-configuration.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add internationalization support for the prometheus integration -merge_request: 33338 -author: -type: other diff --git a/changelogs/unreleased/34600-performance-wiki-pages.yml b/changelogs/unreleased/34600-performance-wiki-pages.yml deleted file mode 100644 index 541ae8f8e60..00000000000 --- a/changelogs/unreleased/34600-performance-wiki-pages.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Performance issues when loading large number of wiki pages -merge_request: 15276 -author: -type: performance diff --git a/changelogs/unreleased/35385-allow-git-pull-push-on-project-redirects.yml b/changelogs/unreleased/35385-allow-git-pull-push-on-project-redirects.yml deleted file mode 100644 index 31450287caf..00000000000 --- a/changelogs/unreleased/35385-allow-git-pull-push-on-project-redirects.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Allow git pull/push on group/user/project redirects -merge_request: 15670 -author: -type: added diff --git a/changelogs/unreleased/35616-move-k8-to-cluster-page.yml b/changelogs/unreleased/35616-move-k8-to-cluster-page.yml deleted file mode 100644 index 032a39608ce..00000000000 --- a/changelogs/unreleased/35616-move-k8-to-cluster-page.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Create a new form to add Existing Kubernetes Cluster -merge_request: 14805 -author: -type: added diff --git a/changelogs/unreleased/35724-animate-sidebar.yml b/changelogs/unreleased/35724-animate-sidebar.yml deleted file mode 100644 index 5d0b46a23c8..00000000000 --- a/changelogs/unreleased/35724-animate-sidebar.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Animate contextual sidebar on collapse/expand -merge_request: -author: -type: changed diff --git a/changelogs/unreleased/36400-trigger-job.yml b/changelogs/unreleased/36400-trigger-job.yml deleted file mode 100644 index 27243813dc8..00000000000 --- a/changelogs/unreleased/36400-trigger-job.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Prevent 500 error when inspecting job after trigger was removed -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/37354-pipelines-update.yml b/changelogs/unreleased/37354-pipelines-update.yml deleted file mode 100644 index 2b6ddfe95ed..00000000000 --- a/changelogs/unreleased/37354-pipelines-update.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Make sure head pippeline always corresponds with the head sha of an MR -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/38032-deploy-markers-should-be-more-verbose.yml b/changelogs/unreleased/38032-deploy-markers-should-be-more-verbose.yml deleted file mode 100644 index a1f28b3ba0f..00000000000 --- a/changelogs/unreleased/38032-deploy-markers-should-be-more-verbose.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Changed the deploy markers on the prometheus dashboard to be more verbose -merge_request: 38032 -author: -type: changed diff --git a/changelogs/unreleased/38075_allow_refernce_integer_labels.yml b/changelogs/unreleased/38075_allow_refernce_integer_labels.yml deleted file mode 100644 index b5342d4adf8..00000000000 --- a/changelogs/unreleased/38075_allow_refernce_integer_labels.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix errors when selecting numeric-only labels in the labels autocomplete selector -merge_request: 14607 -author: haseebeqx -type: fixed diff --git a/changelogs/unreleased/38393-Milestone-duration-error-message-is-not-accurate-enough.yml b/changelogs/unreleased/38393-Milestone-duration-error-message-is-not-accurate-enough.yml deleted file mode 100644 index c73cf8bf60b..00000000000 --- a/changelogs/unreleased/38393-Milestone-duration-error-message-is-not-accurate-enough.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Changed validation error message on wrong milestone dates -merge_request: -author: Xurxo Méndez Pérez -type: fixed diff --git a/changelogs/unreleased/38822-oauth-search-case-insensitive.yml b/changelogs/unreleased/38822-oauth-search-case-insensitive.yml deleted file mode 100644 index d84360b4c5c..00000000000 --- a/changelogs/unreleased/38822-oauth-search-case-insensitive.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: OAuth identity lookups case-insensitive -merge_request: 15312 -author: -type: fixed diff --git a/changelogs/unreleased/38862-email-notifications-not-sent-as-expected.yml b/changelogs/unreleased/38862-email-notifications-not-sent-as-expected.yml deleted file mode 100644 index 6b1b309ab14..00000000000 --- a/changelogs/unreleased/38862-email-notifications-not-sent-as-expected.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/38869-templates.yml b/changelogs/unreleased/38869-templates.yml deleted file mode 100644 index 957b5f27bd0..00000000000 --- a/changelogs/unreleased/38869-templates.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Remove template selector from global namespace -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/38877-disable-autocomplete-in-filtered-search.yml b/changelogs/unreleased/38877-disable-autocomplete-in-filtered-search.yml deleted file mode 100644 index 07439a860ec..00000000000 --- a/changelogs/unreleased/38877-disable-autocomplete-in-filtered-search.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Disables autocomplete in filtered searc -merge_request: 15477 -author: Jacopo Beschi @jacopo-beschi -type: added diff --git a/changelogs/unreleased/38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings.yml b/changelogs/unreleased/38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings.yml deleted file mode 100644 index a4d703bc69f..00000000000 --- a/changelogs/unreleased/38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add the option to automatically run a pipeline after updating AutoDevOps settings -merge_request: 15380 -author: -type: changed diff --git a/changelogs/unreleased/39335-add-time-spend-to-milestones.yml b/changelogs/unreleased/39335-add-time-spend-to-milestones.yml deleted file mode 100644 index 41a43418cbf..00000000000 --- a/changelogs/unreleased/39335-add-time-spend-to-milestones.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add total time spent to milestones -merge_request: 15116 -author: George Andrinopoulos -type: added diff --git a/changelogs/unreleased/39364-in-issue-board-url-doesn-t-take-in-account-hostname-settings.yml b/changelogs/unreleased/39364-in-issue-board-url-doesn-t-take-in-account-hostname-settings.yml deleted file mode 100644 index 9793c6a8e9c..00000000000 --- a/changelogs/unreleased/39364-in-issue-board-url-doesn-t-take-in-account-hostname-settings.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Change boards page boards_data absolute urls to paths -merge_request: 15703 -author: -type: fixed diff --git a/changelogs/unreleased/39367-fix-new-email-session-path.yml b/changelogs/unreleased/39367-fix-new-email-session-path.yml deleted file mode 100644 index 73485d9d1a9..00000000000 --- a/changelogs/unreleased/39367-fix-new-email-session-path.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Confirming email with invalid token should no longer generate an error -merge_request: 15726 -author: -type: fixed diff --git a/changelogs/unreleased/39436-pages-api-administrative.yml b/changelogs/unreleased/39436-pages-api-administrative.yml deleted file mode 100644 index f38bbbd479c..00000000000 --- a/changelogs/unreleased/39436-pages-api-administrative.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add administrative endpoint to list all pages domains -merge_request: 15160 -author: Travis Miller -type: added diff --git a/changelogs/unreleased/39455-clone-dropdown-should-not-have-a-tooltip.yml b/changelogs/unreleased/39455-clone-dropdown-should-not-have-a-tooltip.yml deleted file mode 100644 index cb522cb7611..00000000000 --- a/changelogs/unreleased/39455-clone-dropdown-should-not-have-a-tooltip.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Removed tooltip from clone dropdown -merge_request: 15334 -author: -type: other diff --git a/changelogs/unreleased/39497-inline-edit-issue-on-mobile.yml b/changelogs/unreleased/39497-inline-edit-issue-on-mobile.yml deleted file mode 100644 index fc7c024f95a..00000000000 --- a/changelogs/unreleased/39497-inline-edit-issue-on-mobile.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add inline editing to issues on mobile -merge_request: 15438 -author: -type: changed diff --git a/changelogs/unreleased/39601-create-issuable-destroy-service.yml b/changelogs/unreleased/39601-create-issuable-destroy-service.yml deleted file mode 100644 index b0463f02eba..00000000000 --- a/changelogs/unreleased/39601-create-issuable-destroy-service.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Create issuable destroy service -merge_request: 15604 -author: George Andrinopoulos -type: other diff --git a/changelogs/unreleased/39602-move-update-project-counter-caches-out-of-issues-merge-requests.yml b/changelogs/unreleased/39602-move-update-project-counter-caches-out-of-issues-merge-requests.yml deleted file mode 100644 index 056afe43010..00000000000 --- a/changelogs/unreleased/39602-move-update-project-counter-caches-out-of-issues-merge-requests.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Move update_project_counter_caches? out of issue and merge request -merge_request: 15300 -author: George Andrinopoulos -type: other diff --git a/changelogs/unreleased/39720-group-milestone-sorting.yml b/changelogs/unreleased/39720-group-milestone-sorting.yml deleted file mode 100644 index 15ef87fa567..00000000000 --- a/changelogs/unreleased/39720-group-milestone-sorting.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add dropdown sort to group milestones -merge_request: 15230 -author: George Andrinopoulos -type: added diff --git a/changelogs/unreleased/39727-add-axios-to-common.yml b/changelogs/unreleased/39727-add-axios-to-common.yml deleted file mode 100644 index 688757d2486..00000000000 --- a/changelogs/unreleased/39727-add-axios-to-common.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add axios to common file -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/39821-fix-commits-list-with-multi-file-editor.yml b/changelogs/unreleased/39821-fix-commits-list-with-multi-file-editor.yml deleted file mode 100644 index 8b27c43d15b..00000000000 --- a/changelogs/unreleased/39821-fix-commits-list-with-multi-file-editor.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix commits page throwing 500 when the multi-file editor was enabled -merge_request: 15502 -author: -type: fixed diff --git a/changelogs/unreleased/39827-fix-projects-dropdown-overflow.yml b/changelogs/unreleased/39827-fix-projects-dropdown-overflow.yml deleted file mode 100644 index ebd7b582e8a..00000000000 --- a/changelogs/unreleased/39827-fix-projects-dropdown-overflow.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix item name and namespace text overflow in Projects dropdown -merge_request: 15451 -author: -type: fixed diff --git a/changelogs/unreleased/39869_show_closed_status_of_links_to_issues_on_wiki_pages.yml b/changelogs/unreleased/39869_show_closed_status_of_links_to_issues_on_wiki_pages.yml deleted file mode 100644 index cd31ed463a2..00000000000 --- a/changelogs/unreleased/39869_show_closed_status_of_links_to_issues_on_wiki_pages.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: show status of gitlab reference links in wiki -merge_request: 15694 -author: haseebeqx -type: added diff --git a/changelogs/unreleased/39884-fix-pipeline-transition-with-single-manual-action.yml b/changelogs/unreleased/39884-fix-pipeline-transition-with-single-manual-action.yml deleted file mode 100644 index 580b97241e7..00000000000 --- a/changelogs/unreleased/39884-fix-pipeline-transition-with-single-manual-action.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/39895-cant-set-mattermost-username-channel-from-api.yml b/changelogs/unreleased/39895-cant-set-mattermost-username-channel-from-api.yml deleted file mode 100644 index 358c007387e..00000000000 --- a/changelogs/unreleased/39895-cant-set-mattermost-username-channel-from-api.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix acceptance of username for Mattermost service update -merge_request: 15275 -author: -type: fixed diff --git a/changelogs/unreleased/39977-gitlab-shell-default-timeout.yml b/changelogs/unreleased/39977-gitlab-shell-default-timeout.yml deleted file mode 100644 index b7a974fd8d9..00000000000 --- a/changelogs/unreleased/39977-gitlab-shell-default-timeout.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Set the default gitlab-shell timeout to 3 hours -merge_request: 15292 -author: -type: fixed diff --git a/changelogs/unreleased/40016-log-header.yml b/changelogs/unreleased/40016-log-header.yml deleted file mode 100644 index f52c2d2a0d5..00000000000 --- a/changelogs/unreleased/40016-log-header.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Hide log size for mobile screens -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-added.yml b/changelogs/unreleased/40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-added.yml deleted file mode 100644 index a2ae2059c47..00000000000 --- a/changelogs/unreleased/40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-added.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add total_time_spent to the `changes` hash in issuable Webhook payloads -merge_request: 15381 -author: -type: changed diff --git a/changelogs/unreleased/40146_fix_special_charecter_search_in_filenames.yml b/changelogs/unreleased/40146_fix_special_charecter_search_in_filenames.yml deleted file mode 100644 index 00f7dd7c0f0..00000000000 --- a/changelogs/unreleased/40146_fix_special_charecter_search_in_filenames.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix search results when a filename would contain a special character. -merge_request: 15606 -author: haseebeqx -type: fixed diff --git a/changelogs/unreleased/40161-extra-margin-on-svg-logo-in-header.yml b/changelogs/unreleased/40161-extra-margin-on-svg-logo-in-header.yml deleted file mode 100644 index fdaa90f0d5d..00000000000 --- a/changelogs/unreleased/40161-extra-margin-on-svg-logo-in-header.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Remove extra margin from wordmark in header -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/40286-hide-full-namespace-groups-tree.yml b/changelogs/unreleased/40286-hide-full-namespace-groups-tree.yml deleted file mode 100644 index cae02d0c2f6..00000000000 --- a/changelogs/unreleased/40286-hide-full-namespace-groups-tree.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/40290-remove-rake-gitlab-sidekiq-drop-post-receive.yml b/changelogs/unreleased/40290-remove-rake-gitlab-sidekiq-drop-post-receive.yml deleted file mode 100644 index 9c308321a19..00000000000 --- a/changelogs/unreleased/40290-remove-rake-gitlab-sidekiq-drop-post-receive.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Removed unused rake task, 'rake gitlab:sidekiq:drop_post_receive' -merge_request: 15493 -author: -type: fixed diff --git a/changelogs/unreleased/40373-fix-issue-note-submit-disabled-on-paste.yml b/changelogs/unreleased/40373-fix-issue-note-submit-disabled-on-paste.yml deleted file mode 100644 index e683e60397e..00000000000 --- a/changelogs/unreleased/40373-fix-issue-note-submit-disabled-on-paste.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/40481-bump-jquery-to-2-2-4.yml b/changelogs/unreleased/40481-bump-jquery-to-2-2-4.yml deleted file mode 100644 index e275c65e8c8..00000000000 --- a/changelogs/unreleased/40481-bump-jquery-to-2-2-4.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Upgrade jQuery to 2.2.4 -merge_request: 15570 -author: Takuya Noguchi -type: security diff --git a/changelogs/unreleased/40508-snippets-zen-mode.yml b/changelogs/unreleased/40508-snippets-zen-mode.yml deleted file mode 100644 index c205218575b..00000000000 --- a/changelogs/unreleased/40508-snippets-zen-mode.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Init zen mode in snippets pages -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/40530-merge-request-generates-wrong-diff-when-branch-and-tag-have-the-same-name.yml b/changelogs/unreleased/40530-merge-request-generates-wrong-diff-when-branch-and-tag-have-the-same-name.yml deleted file mode 100644 index e9fae6fe0d7..00000000000 --- a/changelogs/unreleased/40530-merge-request-generates-wrong-diff-when-branch-and-tag-have-the-same-name.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/40561-environment-scope-value-is-not-trimmed.yml b/changelogs/unreleased/40561-environment-scope-value-is-not-trimmed.yml deleted file mode 100644 index e0e3ddbdaa8..00000000000 --- a/changelogs/unreleased/40561-environment-scope-value-is-not-trimmed.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Strip leading & trailing whitespaces in CI/CD secret variable keys -merge_request: 15615 -author: -type: fixed diff --git a/changelogs/unreleased/40568-bump-seed-fu-to-2-3-7.yml b/changelogs/unreleased/40568-bump-seed-fu-to-2-3-7.yml deleted file mode 100644 index 708269d5c83..00000000000 --- a/changelogs/unreleased/40568-bump-seed-fu-to-2-3-7.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Upgrade seed-fu to 2.3.7 -merge_request: 15607 -author: Takuya Noguchi -type: other diff --git a/changelogs/unreleased/40573-rename-gke-as-kubernetes-engine.yml b/changelogs/unreleased/40573-rename-gke-as-kubernetes-engine.yml deleted file mode 100644 index afbb869bdbb..00000000000 --- a/changelogs/unreleased/40573-rename-gke-as-kubernetes-engine.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Rename GKE as Kubernetes Engine -merge_request: 15608 -author: Takuya Noguchi -type: other diff --git a/changelogs/unreleased/40770-doc-elasticsearch.yml b/changelogs/unreleased/40770-doc-elasticsearch.yml deleted file mode 100644 index b770fb7548e..00000000000 --- a/changelogs/unreleased/40770-doc-elasticsearch.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix typo in docs about Elasticsearch -merge_request: 15699 -author: Takuya Noguchi -type: other diff --git a/changelogs/unreleased/4080-align-retry-btn.yml b/changelogs/unreleased/4080-align-retry-btn.yml deleted file mode 100644 index c7d3997839c..00000000000 --- a/changelogs/unreleased/4080-align-retry-btn.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Align retry button with job title with new grid size -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/add_project_ci_config_path_leading_slash_validation.yml b/changelogs/unreleased/add_project_ci_config_path_leading_slash_validation.yml deleted file mode 100644 index 1c96bd66ed4..00000000000 --- a/changelogs/unreleased/add_project_ci_config_path_leading_slash_validation.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/admin-welcome-new-group-link.yml b/changelogs/unreleased/admin-welcome-new-group-link.yml deleted file mode 100644 index 9c939a0a3ad..00000000000 --- a/changelogs/unreleased/admin-welcome-new-group-link.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fixed admin welcome screen new group path -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/an-gitaly-timeouts.yml b/changelogs/unreleased/an-gitaly-timeouts.yml deleted file mode 100644 index e18d82b2704..00000000000 --- a/changelogs/unreleased/an-gitaly-timeouts.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add timeouts for Gitaly calls -merge_request: 15047 -author: -type: performance diff --git a/changelogs/unreleased/brand_header_change.yml b/changelogs/unreleased/brand_header_change.yml deleted file mode 100644 index 6ea6e8192a4..00000000000 --- a/changelogs/unreleased/brand_header_change.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: When a custom header logo is present, don't show GitLab type logo -merge_request: -author: -type: changed diff --git a/changelogs/unreleased/bvl-circuitbreaker-process.yml b/changelogs/unreleased/bvl-circuitbreaker-process.yml deleted file mode 100644 index 595dd13f724..00000000000 --- a/changelogs/unreleased/bvl-circuitbreaker-process.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Monitor NFS shards for circuitbreaker in a separate process -merge_request: 15426 -author: -type: changed diff --git a/changelogs/unreleased/bvl-delete-empty-fork-networks.yml b/changelogs/unreleased/bvl-delete-empty-fork-networks.yml deleted file mode 100644 index 3bbb4cf6e3c..00000000000 --- a/changelogs/unreleased/bvl-delete-empty-fork-networks.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Clean up empty fork networks -merge_request: 15373 -author: -type: other diff --git a/changelogs/unreleased/bvl-limit-fork-queries-on-project-show.yml b/changelogs/unreleased/bvl-limit-fork-queries-on-project-show.yml deleted file mode 100644 index 299d9bf6b9c..00000000000 --- a/changelogs/unreleased/bvl-limit-fork-queries-on-project-show.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Reduce requests for project forks on show page of projects that have forks -merge_request: 15663 -author: -type: performance diff --git a/changelogs/unreleased/bvl-subgroup-in-dropdowns.yml b/changelogs/unreleased/bvl-subgroup-in-dropdowns.yml deleted file mode 100644 index 1114d429dec..00000000000 --- a/changelogs/unreleased/bvl-subgroup-in-dropdowns.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Make sure a user can add projects to subgroups they have access to -merge_request: 15294 -author: -type: fixed diff --git a/changelogs/unreleased/cleanup-issues-schema.yml b/changelogs/unreleased/cleanup-issues-schema.yml deleted file mode 100644 index 9f5fb0bdf82..00000000000 --- a/changelogs/unreleased/cleanup-issues-schema.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Clean up schema of the "issues" table -merge_request: -author: -type: other diff --git a/changelogs/unreleased/commit-title-wrapping.yml b/changelogs/unreleased/commit-title-wrapping.yml deleted file mode 100644 index 65c28b82b8b..00000000000 --- a/changelogs/unreleased/commit-title-wrapping.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fixed long commit links not wrapping correctly -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/deploy-keys-loading-icon.yml b/changelogs/unreleased/deploy-keys-loading-icon.yml deleted file mode 100644 index e3cb5bc6924..00000000000 --- a/changelogs/unreleased/deploy-keys-loading-icon.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fixed deploy keys remove button loading state not resetting -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/dm-commit-diff-discussions-in-mr-context.yml b/changelogs/unreleased/dm-commit-diff-discussions-in-mr-context.yml deleted file mode 100644 index 1f8b42ea21f..00000000000 --- a/changelogs/unreleased/dm-commit-diff-discussions-in-mr-context.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/dm-image-blob-diff-full-url.yml b/changelogs/unreleased/dm-image-blob-diff-full-url.yml deleted file mode 100644 index db44a5a16b5..00000000000 --- a/changelogs/unreleased/dm-image-blob-diff-full-url.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Use app host instead of asset host when rendering image blob or diff -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/dm-ldap-email-readonly.yml b/changelogs/unreleased/dm-ldap-email-readonly.yml deleted file mode 100644 index 744b21f901e..00000000000 --- a/changelogs/unreleased/dm-ldap-email-readonly.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Make sure user email is read only when synced with LDAP -merge_request: 15915 -author: -type: fixed diff --git a/changelogs/unreleased/dm-search-pattern.yml b/changelogs/unreleased/dm-search-pattern.yml deleted file mode 100644 index 1670d8c4b9a..00000000000 --- a/changelogs/unreleased/dm-search-pattern.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Use fuzzy search with minimum length of 3 characters where appropriate -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/enable-scss-lint-unnecessary-mantissa.yml b/changelogs/unreleased/enable-scss-lint-unnecessary-mantissa.yml deleted file mode 100644 index 1049e94f312..00000000000 --- a/changelogs/unreleased/enable-scss-lint-unnecessary-mantissa.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Enable UnnecessaryMantissa in scss-lint -merge_request: 15255 -author: Takuya Noguchi -type: other diff --git a/changelogs/unreleased/feature-custom-text-for-new-projects.yml b/changelogs/unreleased/feature-custom-text-for-new-projects.yml deleted file mode 100644 index 905d76dab33..00000000000 --- a/changelogs/unreleased/feature-custom-text-for-new-projects.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add custom brand text on new project pages -merge_request: 15541 -author: Markus Koller -type: changed diff --git a/changelogs/unreleased/feature-disable-password-authentication.yml b/changelogs/unreleased/feature-disable-password-authentication.yml deleted file mode 100644 index 999203f12ce..00000000000 --- a/changelogs/unreleased/feature-disable-password-authentication.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Allow password authentication to be disabled entirely -merge_request: 15223 -author: Markus Koller -type: changed diff --git a/changelogs/unreleased/feature-sm-34834-missing-dependency-should-fail-job-2.yml b/changelogs/unreleased/feature-sm-34834-missing-dependency-should-fail-job-2.yml deleted file mode 100644 index ab85b8ee515..00000000000 --- a/changelogs/unreleased/feature-sm-34834-missing-dependency-should-fail-job-2.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fail jobs if its dependency is missing -merge_request: 14009 -author: -type: fixed diff --git a/changelogs/unreleased/feature_add_mermaid.yml b/changelogs/unreleased/feature_add_mermaid.yml deleted file mode 100644 index caeb5d3470d..00000000000 --- a/changelogs/unreleased/feature_add_mermaid.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/fix-filter-by-my-reaction.yml b/changelogs/unreleased/fix-filter-by-my-reaction.yml deleted file mode 100644 index 8bf91ddf893..00000000000 --- a/changelogs/unreleased/fix-filter-by-my-reaction.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix filter by my reaction is not working -merge_request: 15345 -author: Hiroyuki Sato -type: fixed diff --git a/changelogs/unreleased/fix-new-project-guidelines-styling.yml b/changelogs/unreleased/fix-new-project-guidelines-styling.yml deleted file mode 100644 index a97f5c485d4..00000000000 --- a/changelogs/unreleased/fix-new-project-guidelines-styling.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Use Markdown styling for new project guidelines -merge_request: 15785 -author: Markus Koller -type: fixed diff --git a/changelogs/unreleased/fix-protected-branches-descriptions.yml b/changelogs/unreleased/fix-protected-branches-descriptions.yml deleted file mode 100644 index 8e233d9defd..00000000000 --- a/changelogs/unreleased/fix-protected-branches-descriptions.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Clarify wording of protected branch settings for the default branch -merge_request: -author: -type: other diff --git a/changelogs/unreleased/fix-sm-31771-do-not-allow-jobs-to-be-erased-new.yml b/changelogs/unreleased/fix-sm-31771-do-not-allow-jobs-to-be-erased-new.yml deleted file mode 100644 index 198116f34aa..00000000000 --- a/changelogs/unreleased/fix-sm-31771-do-not-allow-jobs-to-be-erased-new.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Only owner or master can erase jobs -merge_request: 15216 -author: -type: changed diff --git a/changelogs/unreleased/fix-sm-37991-avoid-deactivation-when-pipeline-schedules-execute-a-commit-includes-ci-skip.yml b/changelogs/unreleased/fix-sm-37991-avoid-deactivation-when-pipeline-schedules-execute-a-commit-includes-ci-skip.yml deleted file mode 100644 index 4e525c875ca..00000000000 --- a/changelogs/unreleased/fix-sm-37991-avoid-deactivation-when-pipeline-schedules-execute-a-commit-includes-ci-skip.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Avoid deactivation when pipeline schedules execute a branch includes `[ci skip]` - comment -merge_request: 15405 -author: -type: fixed diff --git a/changelogs/unreleased/fix-todos-last-page.yml b/changelogs/unreleased/fix-todos-last-page.yml deleted file mode 100644 index efcdbb75e6e..00000000000 --- a/changelogs/unreleased/fix-todos-last-page.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix access to the final page of todos -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/fj-40407-missing-order-paginate.yml b/changelogs/unreleased/fj-40407-missing-order-paginate.yml deleted file mode 100644 index 27471dc2c52..00000000000 --- a/changelogs/unreleased/fj-40407-missing-order-paginate.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Added default order to UsersFinder -merge_request: 15679 -author: -type: fixed diff --git a/changelogs/unreleased/fj-40752-forks-api-not-using-services.yml b/changelogs/unreleased/fj-40752-forks-api-not-using-services.yml deleted file mode 100644 index cd7b87596e6..00000000000 --- a/changelogs/unreleased/fj-40752-forks-api-not-using-services.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Using appropiate services in the API for managing forks -merge_request: 15709 -author: -type: fixed diff --git a/changelogs/unreleased/fl-upgrade-svg.yml b/changelogs/unreleased/fl-upgrade-svg.yml deleted file mode 100644 index caf73881d0f..00000000000 --- a/changelogs/unreleased/fl-upgrade-svg.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Update svg external depencency -merge_request: -author: -type: other diff --git a/changelogs/unreleased/group-new-miletone-breadcrumb.yml b/changelogs/unreleased/group-new-miletone-breadcrumb.yml deleted file mode 100644 index b82c5b604e8..00000000000 --- a/changelogs/unreleased/group-new-miletone-breadcrumb.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fixed new group milestone breadcrumbs -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/hashed-storage-attachments-migration-path.yml b/changelogs/unreleased/hashed-storage-attachments-migration-path.yml deleted file mode 100644 index 32535437046..00000000000 --- a/changelogs/unreleased/hashed-storage-attachments-migration-path.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Hashed Storage migration script now supports migrating project attachments -merge_request: 15352 -author: -type: added diff --git a/changelogs/unreleased/improved-changes-dropdown.yml b/changelogs/unreleased/improved-changes-dropdown.yml deleted file mode 100644 index f305cbe573b..00000000000 --- a/changelogs/unreleased/improved-changes-dropdown.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Improved diff changed files dropdown design -merge_request: -author: -type: changed diff --git a/changelogs/unreleased/issue_39238.yml b/changelogs/unreleased/issue_39238.yml deleted file mode 100644 index 75a4969ca9e..00000000000 --- a/changelogs/unreleased/issue_39238.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix image diff notification email from showing wrong content -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/merge-request-lock-icon-size-fix.yml b/changelogs/unreleased/merge-request-lock-icon-size-fix.yml deleted file mode 100644 index 09c059a3011..00000000000 --- a/changelogs/unreleased/merge-request-lock-icon-size-fix.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fixed merge request lock icon size -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/merge-requests-schema-cleanup.yml b/changelogs/unreleased/merge-requests-schema-cleanup.yml deleted file mode 100644 index ccce9b1436c..00000000000 --- a/changelogs/unreleased/merge-requests-schema-cleanup.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Clean up schema of the "merge_requests" table -merge_request: -author: -type: other diff --git a/changelogs/unreleased/mk-add-old-attachments-to-uploads-table.yml b/changelogs/unreleased/mk-add-old-attachments-to-uploads-table.yml deleted file mode 100644 index 499543ef883..00000000000 --- a/changelogs/unreleased/mk-add-old-attachments-to-uploads-table.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add untracked files to uploads table -merge_request: 15270 -author: -type: other diff --git a/changelogs/unreleased/mk-add-user-rate-limits.yml b/changelogs/unreleased/mk-add-user-rate-limits.yml deleted file mode 100644 index 512757da5fc..00000000000 --- a/changelogs/unreleased/mk-add-user-rate-limits.yml +++ /dev/null @@ -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 diff --git a/changelogs/unreleased/mk-fix-schema-dump-of-untracked-files-for-uploads.yml b/changelogs/unreleased/mk-fix-schema-dump-of-untracked-files-for-uploads.yml deleted file mode 100644 index 2691e85320c..00000000000 --- a/changelogs/unreleased/mk-fix-schema-dump-of-untracked-files-for-uploads.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix error during schema dump. -merge_request: 15866 -author: -type: fixed diff --git a/changelogs/unreleased/optimize-projects-for-imported-projects.yml b/changelogs/unreleased/optimize-projects-for-imported-projects.yml deleted file mode 100644 index 13186fa36d5..00000000000 --- a/changelogs/unreleased/optimize-projects-for-imported-projects.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: check the import_status field before doing SQL operations to check the import - url -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/osw-isolate-mr-widget-exposed-attributes.yml b/changelogs/unreleased/osw-isolate-mr-widget-exposed-attributes.yml deleted file mode 100644 index 6b05713d1a1..00000000000 --- a/changelogs/unreleased/osw-isolate-mr-widget-exposed-attributes.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Stop sending milestone and labels data over the wire for MR widget requests -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/outdated-browser-position-fix.yml b/changelogs/unreleased/outdated-browser-position-fix.yml deleted file mode 100644 index 801e45a28b3..00000000000 --- a/changelogs/unreleased/outdated-browser-position-fix.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fixed outdated browser flash positioning -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/patch-24.yml b/changelogs/unreleased/patch-24.yml deleted file mode 100644 index a670eb3ab56..00000000000 --- a/changelogs/unreleased/patch-24.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix graph notes number duplication. -merge_request: 15696 -author: Vladislav Kaverin -type: fixed diff --git a/changelogs/unreleased/pawel-update_prometheus_gem_to_well_tested_version.yml b/changelogs/unreleased/pawel-update_prometheus_gem_to_well_tested_version.yml deleted file mode 100644 index a4133ae5cec..00000000000 --- a/changelogs/unreleased/pawel-update_prometheus_gem_to_well_tested_version.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Reenable Prometheus metrics, add more control over Prometheus method instrumentation -merge_request: 15558 -author: -type: fixed diff --git a/changelogs/unreleased/perform-sql-matching-of-tags.yml b/changelogs/unreleased/perform-sql-matching-of-tags.yml deleted file mode 100644 index 39f8a867a4d..00000000000 --- a/changelogs/unreleased/perform-sql-matching-of-tags.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Perform SQL matching of Build&Runner tags to greatly speed-up job picking -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/sh-remove-allocation-tracking-influxdb.yml b/changelogs/unreleased/sh-remove-allocation-tracking-influxdb.yml deleted file mode 100644 index b98573df303..00000000000 --- a/changelogs/unreleased/sh-remove-allocation-tracking-influxdb.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Remove allocation tracking code from InfluxDB sampler for performance -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/skip_confirmation_user_API.yml b/changelogs/unreleased/skip_confirmation_user_API.yml deleted file mode 100644 index 144ccd69e68..00000000000 --- a/changelogs/unreleased/skip_confirmation_user_API.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Add email confirmation parameters for user creation and update via API -merge_request: -author: Daniel Juarez -type: added - - diff --git a/changelogs/unreleased/text-utils.yml b/changelogs/unreleased/text-utils.yml deleted file mode 100644 index b95bb82fe01..00000000000 --- a/changelogs/unreleased/text-utils.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Export text utils functions as es6 module and add tests -merge_request: -author: -type: other diff --git a/changelogs/unreleased/throttle-touching-of-objects.yml b/changelogs/unreleased/throttle-touching-of-objects.yml deleted file mode 100644 index 0a57bea7c83..00000000000 --- a/changelogs/unreleased/throttle-touching-of-objects.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Throttle the number of UPDATEs triggered by touch -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/tm-feature-list-runners-jobs-api.yml b/changelogs/unreleased/tm-feature-list-runners-jobs-api.yml deleted file mode 100644 index d75a2b68c30..00000000000 --- a/changelogs/unreleased/tm-feature-list-runners-jobs-api.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: New API endpoint - list jobs for a specified runner -merge_request: 15432 -author: -type: added diff --git a/changelogs/unreleased/tm-feature-namespace-by-id-api.yml b/changelogs/unreleased/tm-feature-namespace-by-id-api.yml deleted file mode 100644 index bc4a8949d28..00000000000 --- a/changelogs/unreleased/tm-feature-namespace-by-id-api.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add new API endpoint - get a namespace by ID -merge_request: 15442 -author: -type: added diff --git a/changelogs/unreleased/update-emoji-digests-with-latest-from-gemojione.yml b/changelogs/unreleased/update-emoji-digests-with-latest-from-gemojione.yml deleted file mode 100644 index e509a8df6bc..00000000000 --- a/changelogs/unreleased/update-emoji-digests-with-latest-from-gemojione.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: 'Update emojis. Add :gay_pride_flag: and :speech_left:. Remove extraneous comma - in :cartwheel_tone4:' -merge_request: -author: -type: changed diff --git a/changelogs/unreleased/update-merge-worker-metrics.yml b/changelogs/unreleased/update-merge-worker-metrics.yml deleted file mode 100644 index c733675926a..00000000000 --- a/changelogs/unreleased/update-merge-worker-metrics.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add performance logging to UpdateMergeRequestsWorker. -merge_request: 15360 -author: -type: performance diff --git a/changelogs/unreleased/update_mr_changes_empty_page.yml b/changelogs/unreleased/update_mr_changes_empty_page.yml deleted file mode 100644 index bae73c21e8f..00000000000 --- a/changelogs/unreleased/update_mr_changes_empty_page.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Update empty state page of merge request 'changes' tab -merge_request: 15611 -author: Vitaliy @blackst0ne Klachkov -type: added diff --git a/changelogs/unreleased/use-count_commits-directly.yml b/changelogs/unreleased/use-count_commits-directly.yml deleted file mode 100644 index 549e0744ea4..00000000000 --- a/changelogs/unreleased/use-count_commits-directly.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Improve the performance for counting commits -merge_request: 15628 -author: -type: performance diff --git a/changelogs/unreleased/use-merge-requests-diff-id-column.yml b/changelogs/unreleased/use-merge-requests-diff-id-column.yml deleted file mode 100644 index da4106ec8cf..00000000000 --- a/changelogs/unreleased/use-merge-requests-diff-id-column.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Make finding most recent merge request diffs more efficient -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/user-agent-gke-api.yml b/changelogs/unreleased/user-agent-gke-api.yml deleted file mode 100644 index 1abdbadd53b..00000000000 --- a/changelogs/unreleased/user-agent-gke-api.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Use custom user agent header in all GCP API requests. -merge_request: 15705 -author: -type: changed diff --git a/changelogs/unreleased/winh-subgroups-api.yml b/changelogs/unreleased/winh-subgroups-api.yml deleted file mode 100644 index c49e3621e9c..00000000000 --- a/changelogs/unreleased/winh-subgroups-api.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Add /groups/:id/subgroups endpoint to API -merge_request: 15142 -author: marbemac -type: added diff --git a/changelogs/unreleased/zj-commit-show-n-1.yml b/changelogs/unreleased/zj-commit-show-n-1.yml deleted file mode 100644 index e536434f74a..00000000000 --- a/changelogs/unreleased/zj-commit-show-n-1.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fetch blobs in bulk when generating diffs -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/zj-empty-repo-importer.yml b/changelogs/unreleased/zj-empty-repo-importer.yml deleted file mode 100644 index 71d50af9a04..00000000000 --- a/changelogs/unreleased/zj-empty-repo-importer.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix GitHub importer using removed interface -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/zj-memoization-mr-commits.yml b/changelogs/unreleased/zj-memoization-mr-commits.yml deleted file mode 100644 index 59dfc6d6049..00000000000 --- a/changelogs/unreleased/zj-memoization-mr-commits.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Cache commits for MergeRequest diffs -merge_request: -author: -type: performance |