Stephen Milner

Results 19 issues of Stephen Milner

Currently the documentation is just the README.md file plus examples/. A single or couple page PythonHosted or RTD doc site would be helpful.

enhancement

Implement one or more of the activation strategies at http://www.togglz.org/documentation/activation-strategies.html

enhancement

Using the REST API in #9 create a Javascript file which can query feature flags and return if it's on or off.

enhancement

Create a simple Web app to turn features on and off. This should be absolute minimum viable product. _Required_: - list features - toggle feature - define a feature

enhancement

Wishlist: It would be nice to have log output in structures that could be parsed.

RFE
effort/high
gain/low

Wishlist: Modernize CLI library using ArgumentParser, click, etc...

RFE
effort/medium
gain/medium
debt

Wishlist: add a docker builder and releaser

RFE
effort/high
gain/high

Wishlist: Add a tagger that doesn't require a commit.

RFE
effort/medium
gain/low

Adding Linux support will be somewhat interesting. There are two (and a half) popular init systems which would match autorun: - systemd: Seemingly the most used at this time -...

enhancement
help wanted