62 lines
2.0 KiB
Plaintext
62 lines
2.0 KiB
Plaintext
commit 2d47fa6f6e0de0a54975ff92fc87785a052d4371
|
|
Author: Monsyne Dragon <mdragon@rackspace.com>
|
|
Date: Mon Sep 8 23:02:52 2014 +0000
|
|
|
|
Add reset stream method.
|
|
|
|
commit ca0d09f7bc017ef9e372ae29a0c19bf20b68aca5
|
|
Author: Monsyne Dragon <mdragon@rackspace.com>
|
|
Date: Mon Sep 8 19:57:24 2014 +0000
|
|
|
|
Save newly generated events from pipeline
|
|
|
|
Save newly created events from pipeline run if pipeline commits.
|
|
Refactor trigger manager api wart, move save_event call into add_event
|
|
to make add_event and add_notification symmetric.
|
|
|
|
commit 0c619c133d3c248d62a2c5f6441d4fae0bf7042a
|
|
Author: Monsyne Dragon <mdragon@rackspace.com>
|
|
Date: Sun Sep 7 04:07:20 2014 +0000
|
|
|
|
Add database admin command.
|
|
|
|
Add admin command for db schema upgrade/downgrade/etc.
|
|
Move alembic migrations so above can find them when installed
|
|
as a package.
|
|
Fix up packaging to use setup.cfg and pbr.
|
|
Flesh out README.
|
|
|
|
commit a6f84d16036e143b1b605c50b90055a623e3235b
|
|
Author: Monsyne Dragon <mdragon@rackspace.com>
|
|
Date: Thu Sep 4 20:43:41 2014 +0000
|
|
|
|
Fixed a few bugs, added more logging.
|
|
|
|
Fixed timestamp bug, and streamstate issue missed in unittests.
|
|
Added more logging for pipeline manager.
|
|
|
|
commit c2aa498beb14cf0a61066fe1e7df833a16db5733
|
|
Author: Monsyne Dragon <mdragon@rackspace.com>
|
|
Date: Thu Sep 4 18:05:19 2014 +0000
|
|
|
|
Move yagi handler into winchester codebase.
|
|
|
|
commit a8f373e4bf14762ad09a20f8ad9ea543e11c5be7
|
|
Author: Monsyne Dragon <mdragon@rackspace.com>
|
|
Date: Thu Sep 4 01:49:19 2014 +0000
|
|
|
|
Added full stream processing, pipeline workers, etc.
|
|
|
|
Full trigger logic now works.
|
|
Added pipeline workers, and test handler.
|
|
Added example configs
|
|
Lots of unittests.
|
|
|
|
commit aa8fb55e879e782268c663f81e73384673d56847
|
|
Author: Monsyne Dragon <mdragon@rackspace.com>
|
|
Date: Thu Jun 26 01:55:26 2014 +0000
|
|
|
|
Initial commit of DB schema.
|
|
|
|
Initial commit of the event schema for the database.
|
|
This includes models and alembic migration. |