Remove support for GitHub post-receive notifications

Summary:
  - These never actually did anything.
  - I don't even really remember why I built them, maybe the Open Source team
was pushing for more GitHub integration or something? I really have no idea.
  - Anyway, repository tailers do everything these could do (and much more).

Test Plan:
  - Ran tailers off GitHub for many months without needing post-receive hooks.
  - Grepped for relevant strings, couldn't find any references.
  - Used "Repository" edit interface for a Git repository.

Reviewers: btrahan, jungejason

Reviewed By: jungejason

CC: aran, jungejason

Maniphest Tasks: T706

Differential Revision: https://secure.phabricator.com/D1273
This commit is contained in:
epriestley
2011-12-22 15:24:20 -08:00
parent f4f8ea0b34
commit bdbe9df65e
9 changed files with 1 additions and 242 deletions

View File

@@ -0,0 +1 @@
DROP TABLE phabricator_repository.repository_githubnotification;