Commit 2ea0bcb
authored
Initial Structure & Prototype (#1)
* initial commit
* add viper
* stub out readme
* basic schema def
* rename to main
* basic plumbing
* add schema validation
* add multiple profile per file support
* clone repos from profile
* concurrent clones
* update flag
* prototype
* add tasks and environments
* rename
* env vars
* consolidate lib package
* Update readme
* Add Codecov action to workflow for coverage reports
* stub out readme
* add codecov badge
* add tests
* ignore executable
* basic plumbing
* add schema validation
* clone repos from profile
* concurrent clones
* messy rebase
* clean-up profile
* build and test
* remove unused
* profile works
* minor details
* validate schema
* test instances
* expand readme
* remove profile
* compile profile
* install repos
* expand path
* remove test artifacts
* clean-up
* update readme
* docs(contributing): init
* chore(docs): remove unused docs
* chore(env): remove test code1 parent 5a08e12 commit 2ea0bcb
39 files changed
Lines changed: 2617 additions & 12 deletions
File tree
- .github/workflows
- docs
- examples
- schemas
- src
- cmd
- env
- install
- profile
- internal
- lib
- sys
- utils
- raid
- profile
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments