Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

db: Initial trigger support. #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mwkmwkmwk
Copy link
Contributor

@mwkmwkmwk mwkmwkmwk commented Apr 13, 2017

Working:

  • database model
  • adding and deleting triggers (in backend and tracker)
  • marking triggers as processed (in backend only, not supported in
    the tracker yet)
  • busting processed triggers back to pending state on all check
    types except bindata and list (in backend and tracker)
  • getting a list of pending triggers from the backend

Not yet implemented:

  • keeping track of triggers deleted during a transaction (so that they can
    be removed from the work queue + bindata/list check managers)
  • busting triggers on bindata and list checks
  • trigger work queue and distribution to plugins
  • tests

This change is Reviewable

Working:

- database model
- adding and deleting triggers (in backend and tracker)
- marking triggers as processed (in backend only, not supported in
  the tracker yet)
- busting processed triggers back to pending state on all check
  types except bindata and list (in backend and tracker)
- getting a list of pending triggers from the backend

Not yet implemented:

- busting triggers on bindata and list checks
- trigger work queue and distribution to plugins
- tests
@mwkmwkmwk mwkmwkmwk changed the base branch from wip/mwk/trigger-proto to master April 28, 2017 12:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant