Commit Graph

56 Commits

Author SHA1 Message Date
zhu.boxiang
a65e543bdf feat: Add make genconfig to generate sample config
1. add a cmd script to generate sample config
2. set setup as False for generate_swagger, so we can make swagger
without skyline-apiserver yaml config
3. add make genconfig into Makefile
4. add config-sample-generator scripts into pyproject.toml
5. replace async with sync for generate_swagger script
6. add items, keys, values function for Group and Configuration

Change-Id: I4c7196f1d766a6abdc24c71c4b3135cd40cc26ef
2021-07-02 10:54:51 +08:00
zhu.boxiang
8eb2825b9b refactor: Use __version__ instead of VERSION in constants
Remove the VERSION from constants. Just use __version__ as
version in profile.

Change-Id: I6128077182e223d708c17753524a1f42dc6fad27
2021-07-01 15:26:43 +08:00
zhu.boxiang
c1bb509391 fix: Add sample yaml config file
Under etc dictory, add sample yaml config file
named skyline-apiserver.yaml.sample
Updated the README.md and README-zh_CN.md file
to make quick start more clearly.

Closes-Bug: #1931673
Change-Id: I023cfbeac33543d2989f5017c878cd17160f8c76
2021-06-16 06:22:14 +00:00
Hanxiang Gao
38ea9e3d59 feat: Add initial code of skyline-apiserver
Add initial code of skyline-apiserver

Change-Id: Ib425960b707237193fd8531fb3989f29282f5b58
2021-06-01 23:39:57 +08:00
Thierry Carrez
f18ff79249 Add Zuul support for new repository
Before adding any code, add basic Zuul support for the repository
(noop-tests) so that it can pass Zuul checks and gating.

Change-Id: Ib728f83fedd08c989c38f02672f700fe133b39f5
2021-05-10 12:47:51 +02:00
OpenDev Project Creator
f941a04712 Added .gitreview 2021-05-08 17:14:30 +00:00