Watcher Specifications
Go to file
Sean Mooney 39ccb17db4 [docs] replace() argument 1 must be str, not _StrPath
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
2024-10-25 12:34:53 +01:00
doc/source [docs] replace() argument 1 must be str, not _StrPath 2024-10-25 12:34:53 +01:00
priorities Add bp time-series-framework 2020-07-02 15:01:33 +08:00
specs Add MAAS spec 2023-10-23 14:47:27 +03:00
tests Update hacking for Python3 2020-03-31 13:13:12 +00:00
.gitignore Add Stein series and move approved Rocky specs as implemented 2018-09-12 18:03:05 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:47:52 +00:00
.stestr.conf Switch to stestr 2018-07-10 11:22:34 +07:00
.zuul.yaml Use pep8 replace py27 2019-05-06 15:15:23 +08:00
LICENSE Setup watcher-specs repository 2015-11-10 06:28:39 -06:00
README.rst Update links in README 2017-08-04 11:13:23 +08:00
requirements.txt Switch to newer openstackdocstheme version 2020-05-30 15:56:44 +02:00
setup.cfg Cleanup py27 support 2020-04-07 13:49:46 +02:00
setup.py Setup watcher-specs repository 2015-11-10 06:28:39 -06:00
test-requirements.txt Update hacking for Python3 2020-03-31 13:13:12 +00:00
tox.ini Add MAAS spec 2023-10-23 14:47:27 +03:00

Team and repository tags

image

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