-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [Feature] create and implement warehouse crd (#308) Signed-off-by: yandongxiao <[email protected]> * [Enhancement] add status and reason information when get status (#313) Signed-off-by: yandongxiao <[email protected]> * [BugFix] Add name field in pod template of statefulset to keep the the value of ComponentResourceHash unchanged (#316) Signed-off-by: yandongxiao <[email protected]> * [Enhancement] Check FE run mode (#315) Signed-off-by: yandongxiao <[email protected]> * [BugFix] Fix unit test and CI (#319) Signed-off-by: yandongxiao <[email protected]> * [Enhancement] Check CRD before reconcile (#318) Signed-off-by: yandongxiao <[email protected]> * [Enhancement] Add unit test for warehouse (#322) Signed-off-by: yandongxiao <[email protected]> --------- Signed-off-by: yandongxiao <[email protected]>
- Loading branch information
1 parent
972668c
commit 6256bdb
Showing
89 changed files
with
13,154 additions
and
551 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -100,7 +100,7 @@ linters: | |
- lll | ||
- misspell | ||
- nakedret | ||
- noctx | ||
#- noctx | ||
- nolintlint | ||
- revive | ||
- staticcheck | ||
|
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
2,096 changes: 2,096 additions & 0 deletions
2,096
config/crd/bases/starrocks.com_starrockswarehouses.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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.