-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Module View as reusable component (#703)
* gitignore js map * build config * k8s resource data fetching * pod actions * sidebar variables * refactor module details page * move away from css modules * refactor modules page * felxible api streaming * reusable module view * api layer * webpack config * use state deps * use state deps * update package.json dependencies * use state deps * update package.json dependencies * update package.json dependencies * pod logging handlers * refctor fetch resource callback * rm axios as dep * on edit and rollback handlers * replace name and namespace for consistency * workload streaming disabled based on context * implement module deletion * pod resource log handling * custom stream implementation on tab change * helm shared component (#708) * helm shared component * effect deps * Edit module shared component (#710) * onUninstallReleaseSuccess handler * ignore tsbuildinfo * scope object style to form * load css chunks * edit module api layer * onResource delete helm handler * onResource delete module handler * use shared edit component * extract edit module to a shared component * export Edit module shared component * update ui license and package name * loading resource data state (#704) * loading resource data state * remove axios dep --------- Co-authored-by: petar-cvit <[email protected]> --------- Co-authored-by: KaradzaJuraj <[email protected]>
- Loading branch information
1 parent
56b33db
commit 9fc65f5
Showing
52 changed files
with
6,479 additions
and
4,281 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
.DS_Store | ||
|
||
dist/ | ||
cyclops-ui/src/**/*.js.map | ||
cyclops-ui/src/**/*.js |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
node_modules | ||
build | ||
tsconfig.tsbuildinfo |
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
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
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
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.