-
Notifications
You must be signed in to change notification settings - Fork 11
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
SPIKE: Migrate the XSLT implementation into its own repository #29
Comments
New repository is here: https://github.com/usnistgov/metaschema-xslt |
@wendellpiez and I have set up the fork, and deleted the existing website infrastructure. We have created a few issues on the new project's board, summarized in this milestone. For now we will be working out of the "develop" branch, and will set up new branching infrastructure when it is all ready. |
@david-waltermire-nist on a more administrative note I created the ITL-Metaschema team and updated the new repo's CODEOWNERS to follow. We can create subteams as you see fit. |
New repo work in progress is here: https://github.com/wendellpiez/metaschema-xslt/tree/issue2-migration-fixup behind PR #3 A branch of this repo with XSLT implementation removed, with PR, is coming RSN. |
@david-waltermire-nist this issue should likely be transferred back upstream |
PR #3 is now merged! addressing half this Issue. Note top level of new repo is currently |
More work needs to be done on integrating testing, but that is better done with specific requirements in view, on new Issues. |
User Story:
As a user of Metaschema, I need a clean separation between the core Metaschema artifacts (i.e., schemas, specification, generalized tests) and the XSLT-based Metaschema implementation that coexists in this repository.
As a maintainer of either the core Metaschema artifacts or the XSLT implementation, I need a way to independently maintain and version each effort.
Goals:
Ensure that dependent projects are not impacted by these changes (i.e., ensure pinning to a commit is usable).
The artifacts that will remain in this repository are:
Actions to take:
Dependencies:
None.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: