-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I've been wanting to reorganize the repo for a little while, both to simplify/clarify some things, and to pave the way for splitting plugins out of the core. What I did is the following: * Renamed `garden-service` to `core`. * Moved our Dockerfiles to the repo root. * Made the dashboard build symlink to the `core/static/dashboard` directory, instead of copying on build. * Updated Dockerfiles to copy the dashboard build directly. * Moved some scripts from `bin` to `scripts`.
- Loading branch information
Showing
1,003 changed files
with
329 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.chglog | ||
.github | ||
.vscode | ||
.git | ||
.github | ||
.history | ||
bin/ | ||
dashboard/public/ | ||
dashboard/src/ | ||
dist/ | ||
docs/ | ||
examples/ | ||
images/ | ||
scripts/ | ||
secrets/ | ||
support/ | ||
tmp/ | ||
.dockerignore | ||
.gitignore | ||
gulpfile.ts | ||
**/.garden | ||
**/node_modules | ||
core/dist/ | ||
core/lib/ | ||
core/src/ | ||
core/test/ | ||
core/tmp/ | ||
core/tsconfig.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.