skyline-apiserver/libs
Gao Hanxiang 4935be6f47 refactor: Move skyline-apiserver to libs
1. Move skyline-apiserver to libs
2. Modify Makefile
3. Rename the skyline-apiserver.yaml.sample file to skyline.yaml.sample

At the top level, we use "skyline" as the namespace, using the idea of
monorepo to manage the project. At the top level, only some common
configuration files (mypy.ini, black.conf, isort.conf, etc.) and
common tools are included.

In the `libs` directory, there are three core libraries,
skyline-console, skyline-apiserver, skyline-nginx, and some dependent
libraries.
There are cross-imports between these libraries,
for example: skyline-nginx requires skyline-apiserver;
Both skyline-nginx and skyline-apiserver require skyline-config.

Therefore, skyline-apiserver should not be placed
at the top level, it is also suitable for management as a library.


Change-Id: Ie2f1f4bdfbc2e985ec4327705eecaae3181f5b50
2021-07-26 03:48:54 +00:00
..
skyline-apiserver refactor: Move skyline-apiserver to libs 2021-07-26 03:48:54 +00:00
skyline-config feat: Add skyline-config under libs 2021-07-07 16:14:11 +08:00
skyline-console@5c09f43307 feat: Add skyline-console to submodule 2021-07-19 02:46:39 +00:00
skyline-log feat: Add initial code of skyline-apiserver 2021-06-01 23:39:57 +08:00
skyline-nginx feat: Add skyline-nginx package 2021-07-26 03:46:20 +00:00
skyline-policy-manager feat: Add initial code of skyline-apiserver 2021-06-01 23:39:57 +08:00