-
Notifications
You must be signed in to change notification settings - Fork 17
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
Tool index refactoring #403
base: main
Are you sure you want to change the base?
Conversation
0c7d47d
to
d401402
Compare
index.yaml
Outdated
time: | ||
reference: ./time | ||
nameOverride: time |
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.
This is something I added to workaround a migration issue that has to deal with tool name change. Normally. under the current logic, if a tool is a bundle it has be to defined as the name x-bundle
. This breaks the previous naming conversion it had with old agent/workflow. So this is just a way to override the name to not follow the same conversion.
d401402
to
02316e9
Compare
02316e9
to
72d008d
Compare
Signed-off-by: Daishan Peng <[email protected]>
Signed-off-by: Daishan Peng <[email protected]>
72d008d
to
a335d6e
Compare
Signed-off-by: Daishan Peng <[email protected]>
a335d6e
to
779633a
Compare
This pr removes category and
all: true
per obot-platform/obot#1026.The import logic will be changed in obot to accommodate it.
It doesn't rely on bundle and category metadata anymore. Category can be used to defined bigger group other than bundle.