-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref: remove some dead code from plugins #83581
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
1308753
ref: remove dead get_users_for_project
asottile-sentry 73010b7
ref: remove unused get_form_initial
asottile-sentry e0b77a8
ref: remove unused get_resource_links
asottile-sentry ecea094
ref: remove dead get_available_auths
asottile-sentry 01d6465
ref: remove unreferenced HTTP_TIMEOUT
asottile-sentry 6c06896
ref: remove unused RedmineOptionsForm
asottile-sentry 36ae49d
ref: remove unused get_event_props
asottile-sentry 990f7d2
ref: remove unused get_install_url
asottile-sentry 152e59b
ref: remove unused PluginStatus / PluginStatusMixin
asottile-sentry e06192d
ref: remove unused get_auth_url
asottile-sentry f4a5f06
ref: remove unused start_release
asottile-sentry efba2bd
ref: remove VALIDATOR_ERRORS
asottile-sentry 8cf644c
ref: remove compatibilty for NotifyPlugin name
asottile-sentry f3459d3
ref: remove unused for_site
asottile-sentry 897dbcd
ref: remove unused plugin conf methods
asottile-sentry ec4292a
ref: remove unused before_events
asottile-sentry 5282580
ref: remove unused panels
asottile-sentry c80bcff
ref: remove missing_perm_response
asottile-sentry ef0b82e
ref: remove unused get_notification_forms
asottile-sentry 51228a1
ref: remove unused get_feature_hooks
asottile-sentry 1127f43
ref: remove unused get_unlink_issue_title
asottile-sentry ae7b15a
ref: remove unused get_issue_doc_html
asottile-sentry 9a27473
ref: remove unused BaseNotificationUserOptionsForm
asottile-sentry 6abb058
ref: remove unused get_notification_doc_html
asottile-sentry f4ba954
ref: remove unused add_notification_referrer_param
asottile-sentry File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there some associated frontend type change or anything for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to find one but I don't think our frontend actually loads or uses this at all