Watcher Specifications
39ccb17db4
This change ports Ic8936c2e657a2a0212b1bc96915ba6e2035569b3 from nova's specs repo to fix the redirect generation The type of app.builder.srcdir is now a _StrPath which breaks the invocation of replace when generating redirects. This change just fixes that by wrapping it in str() Change-Id: I123aec140d9871ad27e522c107edad40efaf2a19 |
||
---|---|---|
doc/source | ||
priorities | ||
specs | ||
tests | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
README
Watcher Specifications
This git repository is used to hold approved design specifications for additions to the Watcher project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself. For specific policies around specification review, refer to the end of this document.
The layout of this repository is:
specs/<release>/
Where there are two sub-directories:
specs/<release>/approved: specifications approved, but not yet implemented specs/<release>/implemented: implemented specifications