-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support config dir #1324
Merged
Merged
feat: support config dir #1324
Conversation
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
Signed-off-by: Bird <aflybird0@gmail.com>
Signed-off-by: Bird <aflybird0@gmail.com>
Signed-off-by: Bird <aflybird0@gmail.com>
Signed-off-by: Bird <aflybird0@gmail.com>
Signed-off-by: Bird <aflybird0@gmail.com>
aFlyBird0
force-pushed
the
feat-config-dir
branch
from
December 9, 2022 07:03
07fabb7
to
3a7e07b
Compare
Signed-off-by: Bird <aflybird0@gmail.com>
Signed-off-by: Bird <aflybird0@gmail.com>
Signed-off-by: Bird <aflybird0@gmail.com>
Signed-off-by: Bird <aflybird0@gmail.com>
steinliber
reviewed
Dec 9, 2022
Signed-off-by: Bird <aflybird0@gmail.com>
aFlyBird0
force-pushed
the
feat-config-dir
branch
from
December 9, 2022 15:13
a221648
to
d864684
Compare
Signed-off-by: Bird <aflybird0@gmail.com>
aFlyBird0
force-pushed
the
feat-config-dir
branch
from
December 9, 2022 16:19
f071d96
to
6cb5699
Compare
daniel-hutao
approved these changes
Dec 12, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
steinliber
approved these changes
Dec 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-Checklist
Note: please complete ALL items in the following checklist.
Description
Related Issues
close #1328
New Behavior (screenshots if needed)
1.
-f
flag is required2. When pipeline templates are duplicated
3. When apps or tools are duplicated
4. When config is a directory
or you can see ut for more information
/pkg/util/file/yaml_test.go/"ReadYamls func"
5. When keys in the config are duplicated or invalid
See ut for more information
/internal/pkg/configmanager/rawconfig_test.go/"newRawConfigFromConfigText func"
6. refactor flags of commands