-
Notifications
You must be signed in to change notification settings - Fork 21
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
Remove references to Disconnect category and disconnect_mapping.json #121
Remove references to Disconnect category and disconnect_mapping.json #121
Conversation
@skim1102, @englehardt, should I also remove the Also, I noticed that the blocklists in https://github.com/mozilla-services/shavar-experiments are still using the Disconnect category. As a result, the corresponding created lists ( |
@englehardt, as @boolean5 mentioned, the fastblock lists do indeed have Disconnect in its json files, see this fastblock1.json example. It seems the last time shavar-experiments was updated 2 years ago (1yr ago for CODE_OF_CONDUCT). Can we remove the fastblock from shavar-list-creation? Or should we update the shavar-experiments to no longer use the |
@boolean5, we should keep the |
Yes we can remove the Fastblock lists. |
I added a commit that removes them. Thanks for clarifying this. Should we also remove the Fastblock lists from https://github.com/mozilla-services/shavar-list-creation-config/ before merging this? |
@boolean5, yes. Along with that in config repo for shavar-list-creation we should also remove all refernces to Disconnect category in Stage and Prod .ini files. |
After discussing this with @skim1102, I'm pushing a commit that removes the |
I just submitted a PR for this: mozilla-services/shavar-list-creation-config#60 |
While working on this I noticed that the deprecated Disconnect category is still present in https://github.com/mozilla-services/shavar-staging-lists/blob/master/disconnect-blacklist.json and https://github.com/mozilla-services/shavar-test-lists/blob/master/track.json. These lists are probably not actively used right now but I thought I'd mention it here in case they need to be updated. |
@boolean5, thanks for bringing these up. Can you create an issue on shavar-list-creation to start documenting whether the repositories are being used or referenced anywhere? |
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.
Test on local dev and works as expected.
@boolean5, from my previous experiences I do not merge after 4:30PM my local time to save myself from the potential issues caused by the "5PM push". As a result, I will merge this first thing tomorrow! |
Remove all references to the Disconnect category and to disconnect_mapping.json, since the Disconnect category has been removed.
Remove the disconnect_mapping.json file, as it is not used anymore.
9296e00
to
fa15cdc
Compare
Sure, I signed the commits and rebased them on the current master. |
Done! I opened the issue here: #126 |
I noticed that
@skim1102, what do you think? |
@boolean5 since we are going to be removing that file I do not think we should move the file. I left a comment to remove references to |
This PR closes #118 by removing all references to the Disconnect category and to
disconnect_mapping.json
.