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

@mwkmwkmwk mwkmwkmwk force-pushed the wip/mwk/db-triggers branch from fdd9243 to 8f6eb3b Compare April 14, 2017 18:51
@mwkmwkmwk mwkmwkmwk force-pushed the wip/mwk/trigger-proto branch from 2cf24d7 to a88dfe3 Compare April 20, 2017 10:08
@mwkmwkmwk mwkmwkmwk force-pushed the wip/mwk/db-triggers branch from 8f6eb3b to e12a961 Compare April 20, 2017 10:09
@mwkmwkmwk mwkmwkmwk force-pushed the wip/mwk/trigger-proto branch 2 times, most recently from f15a520 to d5b7695 Compare April 28, 2017 10:56
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 force-pushed the wip/mwk/db-triggers branch from e12a961 to cb34a87 Compare April 28, 2017 10:58
@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