Commit graph

5 commits

Author SHA1 Message Date
Court Ewing 252be3fc43 [RFC] Handler interface (#36509) 2019-06-18 09:51:01 -05:00
nicknak 7b3146d781 [rfc] Adds RFC for saved objects encrypted attributes. (#33740)
Co-authored-by: Nicholas Dziedzic <nicholas.dziedzic@elastic.co>
2019-04-30 08:31:02 +02:00
Court Ewing 7e224b2455
Update RFC-0001 with PR and issue links (#33598) 2019-03-20 14:15:47 -04:00
Court Ewing 8eacfb5a28
[rfc] "setup" lifecycle handler for core and plugins (#32507)
The `setup` lifecycle function for core and plugins will be for
one-time setup and configuration logic that should be completed
in a finite amount of time rather than be available throughout
the runtime of the service.

The existing `start` lifecycle function will continue to serve
only the purpose of longer running code that intentionally only
executes when `setup` is finished.
2019-03-12 16:33:48 -04:00
Josh Dover bae87b0043
Add RFC README and template (#31650) 2019-02-22 10:00:13 -06:00