Commit b96f3df
feat: added caching for the BYO Catalog (#949)
* feat: added caching for byo catalog
* fix: deleted object files
* feat: return object when successfully refreshed and testing 1 minute refresh
* fix: tests
* fix: change clone strategy
* fix: tests
* feat: create and edit catalog change to void for getbyoworkloadcatalog
* feat: enabled caching check for sparsecheckout
* fix: remove commented lines
* feat: remove redundant feature for cloning single chart
* chore: change back refresh cache to minutes
* fix: removed getworkloadcatalogchart and remove try catch on create catalog
* fix: remove sparsecheckoutpath
---------
Co-authored-by: svcAPLBot <174728082+svcAPLBot@users.noreply.github.com>1 parent 6a2aba7 commit b96f3df
8 files changed
Lines changed: 331 additions & 141 deletions
File tree
- src
- api/v2/catalogs
- openapi
- utils
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 | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
149 | 169 | | |
150 | 170 | | |
151 | 171 | | |
| |||
158 | 178 | | |
159 | 179 | | |
160 | 180 | | |
161 | | - | |
162 | 181 | | |
163 | 182 | | |
164 | 183 | | |
| |||
221 | 240 | | |
222 | 241 | | |
223 | 242 | | |
224 | | - | |
225 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
226 | 260 | | |
227 | 261 | | |
228 | 262 | | |
229 | 263 | | |
230 | 264 | | |
231 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
232 | 270 | | |
233 | 271 | | |
234 | 272 | | |
| |||
271 | 309 | | |
272 | 310 | | |
273 | 311 | | |
| 312 | + | |
274 | 313 | | |
275 | 314 | | |
276 | 315 | | |
| |||
0 commit comments