Skip to content

Commit

Permalink
Drop fix-squash-and-merge-message
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Apr 21, 2019
1 parent 960e68f commit 9be9440
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
8 changes: 2 additions & 6 deletions source/background.ts
Expand Up @@ -14,16 +14,12 @@ new OptionsSync().define({
migrations: [
options => {
options.disabledFeatures = (options.disabledFeatures as string)
.replace('milestone-navigation', '') // #1767
.replace('op-labels', '') // #1776
.replace('delete-fork-link', '') // #1791
.replace('exclude-filter-shortcut', '') // #1831
.replace('diff-view-without-whitespace-option', 'faster-pr-diff-options') // #1799
.replace('make-headers-sticky', '') // #1863
.replace('jump-to-bottom', '') // #1879
.replace('hide-readme-header', '') // #1883
.replace(/commented-menu-item|yours-menu-item/, 'global-discussion-list-filters') // #1883
.replace('show-recently-pushed-branches-on-more-pages', 'recently-pushed-branches-enhancements') // TODO: add PR number
.replace('show-recently-pushed-branches-on-more-pages', 'recently-pushed-branches-enhancements') // #1909
.replace('fix-squash-and-merge-message', '') // #1934
; // eslint-disable-line semi-style
},
OptionsSync.migrations.removeUnused
Expand Down
1 change: 0 additions & 1 deletion source/content.ts
Expand Up @@ -47,7 +47,6 @@ import './features/star-repo-hotkey';
import './features/toggle-files-button';
import './features/scroll-to-top-on-collapse';
import './features/fix-squash-and-merge-title';
import './features/fix-squash-and-merge-message';
import './features/open-ci-details-in-new-tab';
import './features/wait-for-build';
import './features/hide-inactive-deployments';
Expand Down
23 changes: 0 additions & 23 deletions source/features/fix-squash-and-merge-message.tsx

This file was deleted.

2 comments on commit 9be9440

@zachwhaley
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there plans to bring this back? My team used this feature :(

@fregante
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but it's a relatively simple feature you can rebuild as a userscript

Please sign in to comment.