Skip to content

Commit a0dbfba

Browse files
committed
refactor: isolate Database Lab Engine code:
* move into the separate `engine` directory: * DLE code (including CLI, CI Checker, common packages, etc.) * configuration files * DLE linter rules * Dockerfiles * Makefile * building scripts * SwaggerUI definitions * bash tests * split GitLab CI specifications * update GitLab CI jobs * update .gitignore files
1 parent 76e7996 commit a0dbfba

File tree

252 files changed

+442
-446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+442
-446
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.DS_Store
22
.idea/
33

4-
/bin/
4+
engine/bin/
55
/db-lab-run/
66

77
# Deploy contains Kubernetes configs with secrets, remove from .gitignore when generalized.
88
/deploy/
99

10-
/configs/config.yml
11-
/configs/server.yml
12-
/configs/run_ci.yaml
13-
/configs/ci_checker.yml
10+
/engine/configs/config.yml
11+
/engine/configs/server.yml
12+
/engine/configs/run_ci.yaml
13+
/engine/configs/ci_checker.yml
1414
/packer/example.com.key

0 commit comments

Comments
 (0)