Commit 0f71482
feat: use new file structure (#634)
* feat: use new file structure(wip)
* feat: update save functions to adhere new file structure
* feat: save data correctly to files
* feat: save apps correctly
* feat: save apps correctly
* feat: remove unused code
* feat: clean up code
* feat: fix backups
* feat: fix backups
* feat: make sealedsecrets compatible with new structure
* fix: unit tests
* fix: unit tests
* fix: unit tests
* feat: add tests for the repo and teamconfig service
* feat: merge coderepos
* fix: catch exception on status reporting interval
* feat: set correctly enabled flag
* feat: update getAll functions to contain teamId
* feat: update getAll functions to contain teamId
* feat: don't cleanup main session when error
* fix: not cleanup main session
* fix: codeRepo test and rename to codeRepo
* fix: change object id's to name
* fix: workloadValues
* feat: convert resource ids to names
* fix: creation of service
* fix: tests
* fix: saving users correctly
* fix: renamings and remove some es disable lines
* fix: updating the rootstack correctly
* Revert "fix: updating the rootstack correctly"
This reverts commit ce3e394.
* feat: update repos.ts
* feat: only encrypt data when its is necessary
* Revert "Revert "fix: updating the rootstack correctly""
This reverts commit bd14603
* fix: the tests
* fix: naming
* feat: add git depth of 5 when pulling
* fix: codeRepo naming and sealedSecrets
* fix: logging
* fix: sealedsecrets loading
* fix: repoService.ts
* feat: remove old secret endpoints and related remainings
* fix: getting statuses
* fix: git save function
adjusted git save function to pull only and increase the retries. Also removed the doRestore
function after deployment
Co-authored-by: Jehoszafat Zimnowoda <[email protected]>
* fix: copy values when creating session
* fix: copy values when creating session
* fix: copy values when creating session
* fix: deleting user
* fix: tests
---------
Co-authored-by: Jehoszafat Zimnowoda <[email protected]>
Co-authored-by: Matthias Erll <[email protected]>
Co-authored-by: Ferruh Cihan <[email protected]>1 parent 165199d commit 0f71482
File tree
56 files changed
+4220
-2625
lines changed- docs
- src
- api
- apps/{teamId}
- teams/{teamId}
- backups
- builds
- coderepos
- netpols
- projects
- sealedsecrets
- secrets
- services
- workloads
- {workloadName}
- middleware
- openapi
- services
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+4220
-2625
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | | - | |
109 | | - | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments