Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Handle Installation::deleted event #837

Copy link
Copy link
@begedin

Description

@begedin
Issue body actions

Problem

A user can delete a github installation from github. In that case, pretty much all of github integration will stop working.

We should handle the Installation::deleted event to avoid potential issues.

  • receive event
  • find and delete associated GithubAppInstallation (alternative: set state to "uninstalled")
  • find and disassociate associated Project
  • find and delete associated GithubRepo records (alternative: add state field, set state to "uninstalled").
  • find and delete associated ProjectGithubRepo records

Handling this one is still unclear to me and warrants additional discussion.

https://developer.github.com/v3/activity/events/types/#installationevent

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.