-
Notifications
You must be signed in to change notification settings - Fork 153
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
Fix #798: Removed signal related files and depentant methods + rebased master, rebranched and redone changes. #920
Fix #798: Removed signal related files and depentant methods + rebased master, rebranched and redone changes. #920
Conversation
original pull request here #825 |
Thanks for the update! @cadecairos or @patjouk can you take a look at this over the next few days and merge it in if it's all set? |
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.
Almost there @jayyyin, we just need to also remove the signals in the milestones
app.
network-api/networkapi/milestones/signals.py
should be removed, as well as network-api/networkapi/milestones/apps.py
@cadecairos yep just removed them, must have missed them when I removed the other ones |
I apologize that I didn't catch this before, but we also need to remove all the related setting from settings.py Specifically these lines: |
@cadecairos np, I just removed the specified settings, should the rest of the HEROKU api stuff I see in there be touched? is that the name of the old api? |
Thanks for bringing this up, we need to keep this block, because it enables review apps to work properly. This means we should add back in this line, which served two purposes before, but is still needed. |
@cadecairos alright thanks for the info, and I've added the line back in, should be good to go now from what I can tell. |
Thanks so much for the PR @jayyyin! |
@cadecairos Thank you!, it's been a pleasure. |
most up to date changes for removing the signal related files