-
Notifications
You must be signed in to change notification settings - Fork 441
Use schema repository via submodule #913
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
Conversation
4adb763
to
4fb8924
Compare
Could you please mention submodules in the README? Contributors now have to clone the project with |
4fb8924
to
1d403e5
Compare
1d403e5
to
eb4a775
Compare
Looks like this needs rebase - is there anything else needed for this PR before merging? |
eb4a775
to
1ed6aa4
Compare
Done! |
I don't think so. The taxonomy repo is now using submodule to incorporate the schema files. |
1ed6aa4
to
7a1da8e
Compare
We introduce a relaxed schema as v1 which will accept all existing taxonomy files in the main branch of the taxonomy repo. The current v1 schema is renamed to v2 and will be used for future contributions to the taxonomy repo. Fixes instructlab#989 Depends on instructlab#913 and instructlab/schema#11 Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
This avoids the need to duplicate the schema files in this repository. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
Since the taxonomy repo now uses submodules, we want to clone the complete view of the repo. Docs are updated to mention submodule use by the instructlab and taxonomy repositories. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
7a1da8e
to
276533a
Compare
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.
LGTM, thanks @bjhargrave
We introduce a relaxed schema as v1 which will accept all existing taxonomy files in the main branch of the taxonomy repo. The current v1 schema is renamed to v2 and will be used for future contributions to the taxonomy repo. Fixes instructlab#989 Depends on instructlab#913 and instructlab/schema#11 Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
We introduce a relaxed schema as v1 which will accept all existing taxonomy files in the main branch of the taxonomy repo. The current v1 schema is renamed to v2 and will be used for future contributions to the taxonomy repo. Fixes instructlab#989 Depends on instructlab#913 and instructlab/schema#11 Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
Changes
Which issue is resolved by this Pull Request:
Partial #760
Description of your changes:
This avoids the need to duplicate the schema files in this repository.
Also, since the taxonomy repo now uses submodules, we want to clone the
complete view of the repo.