Skip to content
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

Implementation refactor plus sprint22 metaschema #464

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    70e0b88 View commit details
    Browse the repository at this point in the history
  2. Metaschema improvements and remodeling flags support (local definitio…

    …ns; moving w/in the model; valid values)
    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    cc962c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7486efc View commit details
    Browse the repository at this point in the history
  4. Updating schemas to current model (transitional); updated docs in res…

    …ulting XSD per usnistgov#448; some updates to markdown documentation
    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    49c0aa5 View commit details
    Browse the repository at this point in the history
  5. Revisiting usnistgov#448 (inserting more documentation into XSD): it …

    …actually works now
    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    a5de6a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79324c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61a8e5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28cdb06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85eb656 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d149a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f9e71d2 View commit details
    Browse the repository at this point in the history
  12. Now stable again

    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    a3036c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    04d5d9f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    570138a View commit details
    Browse the repository at this point in the history
  15. Update build/metaschema/json-binding.md

    Co-Authored-By: Andrew Weiss <anweiss@github.com>
    2 people authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    dff9cad View commit details
    Browse the repository at this point in the history
  16. Update build/metaschema/json-binding.md

    Co-Authored-By: Andrew Weiss <anweiss@github.com>
    2 people authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    5ae462d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4f07990 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    986f0f6 View commit details
    Browse the repository at this point in the history
  19. Fixed logic error.

    david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    745ce90 View commit details
    Browse the repository at this point in the history
  20. Updated the Metaschema schema to integrate new features.

    Disabled @group-as checks in metaschema-check.sch. These need to be updated to support the new features.
    david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    d4aa5e7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ca76229 View commit details
    Browse the repository at this point in the history
  22. Updated to new design (usnistgov#436): Metaschema schema, Schematron,…

    … metaschema update XSLT - will break the build for now
    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    7c4186b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a5aa803 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f48867f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    aab234f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ce86007 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4e5a69e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9fda57a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0d74cdc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    bb51bb7 View commit details
    Browse the repository at this point in the history
  31. Adjustments to unit tests

    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    6722dde View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8d7b8a7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    59d91f2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    40f5710 View commit details
    Browse the repository at this point in the history
  35. Now starting on conversions

    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    55c36ab View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5978529 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f4a4baf View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    913505e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    931dfab View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d943e96 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    7fe9571 View commit details
    Browse the repository at this point in the history
  42. In conversion, no longer dropping empty values appearing in the data …

    …when a value key is given (whose name must be preserved along with any value, even none).
    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    06a0e47 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f697c44 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    42b718f View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c1564cc View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    30a6086 View commit details
    Browse the repository at this point in the history
  47. Rewriting a link that fails checking on build, to suppress checking, …

    …by adding a data-checking-ignore attribute
    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    f9da07d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    12d68ad View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    1699a92 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    7de7a54 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c7def86 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    f1bc4e4 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    37080e6 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c8d1c3e View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    99d859e View commit details
    Browse the repository at this point in the history
  56. Some touchups on web site coverage of encoding standards usnistgov#389;…

    … also small doc mod in profile metaschema
    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    c1d4887 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a77e857 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    596db8b View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    9e1814a View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    e3a11de View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    6aa773d View commit details
    Browse the repository at this point in the history
  62. Small adjustment to suppress link checking for external links inside …

    …schema docs (for real now)
    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    88154c6 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    e6e285b View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    2dcc943 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    ebf484b View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    40da7c5 View commit details
    Browse the repository at this point in the history
  67. Now escaping {{ for Jekyll

    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    855df7b View commit details
    Browse the repository at this point in the history
  68. Polishing

    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    5096dfe View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    5f1128e View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    805fb85 View commit details
    Browse the repository at this point in the history
  71. Adding missing script

    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    a4f542b View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    0b0e76c View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    c38d485 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    70ceb0c View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    ecf4543 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    c9221e5 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    eae17ca View commit details
    Browse the repository at this point in the history
  78. Added support for customization of an existing field. Also added defa…

    …ults for may schema elements.
    david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    738cf56 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    1f67de3 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    71ff250 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    3d4282c View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    70f04ca View commit details
    Browse the repository at this point in the history
  83. Fixed role-id

    david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    bdaafa7 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    a63424c View commit details
    Browse the repository at this point in the history
  85. Added TODO items for removing DTD data types.

    Fixed schematron assertions to properly work with @ref.
    Started work refactoring the SSP metachema.
    david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    e35188f View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    55f14e5 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    9263791 View commit details
    Browse the repository at this point in the history
  88. Completed first draft of the SSP metamodel.

    Fixed a few metaschema bugs.
    david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    072fcf2 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    fa30348 View commit details
    Browse the repository at this point in the history
  90. Fixed unit test validation error.

    Removed unused field in SSP metaschema.
    david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    4fc5cfe View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    92b1467 View commit details
    Browse the repository at this point in the history
  92. Fixed a build error.

    david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    fef955f View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    a9212cf View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    8ca1bd0 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    6b34039 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    6b09242 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    b246e45 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    08c06a0 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    6827077 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    3051f6d View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    86591e9 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    aec8964 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    1ae4d95 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    633b59c View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    bfc5ab2 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    c8e64c1 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    41e9937 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    8e35278 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    02a85f3 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    07bb4c2 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    1134ce4 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    7f0f2c4 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    5f6f1e3 View commit details
    Browse the repository at this point in the history
  114. Corrections to unit tests

    wendellpiez committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    f5788a1 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    e269a1c View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    eb64359 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    97a249c View commit details
    Browse the repository at this point in the history
  118. Corrections to unit tests

    wendellpiez authored and david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    6a18ab5 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    19ad132 View commit details
    Browse the repository at this point in the history
  120. Fixed typo

    david-waltermire committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    1cfaaaf View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    c57107b View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    2b26c4b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Removing support for 'double' and 'float' numeric data types; correct…

    …ing error in XML to JSON production (not always producing mandatory fields)
    wendellpiez committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    9ddc471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b7374a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Merge branch 'implementation-refactor-plus-sprint22-metaschema' of gi…

    …t://github.com/wendellpiez/OSCAL into wendellpiez-implementation-refactor-plus-sprint22-metaschema
    david-waltermire committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    df91d9e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'wendellpiez-implementation-refactor-plus-sprint22-metas…

    …chema' into implementation-refactor-plus-sprint22-metaschema
    david-waltermire committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    1b781a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23c2427 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. In XML-JSON conversion now preventing value properties from being wri…

    …tten for empty elements
    wendellpiez authored and david-waltermire committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    d1a4947 View commit details
    Browse the repository at this point in the history
  2. added unit tests

    david-waltermire committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    81ae2cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53a31e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Refactored models based on conversation today with Andrew and Brian.

    Created an example component.
    david-waltermire committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    73f5fda View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    ca6d6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab43949 View commit details
    Browse the repository at this point in the history
  3. Fix to speedup build

    david-waltermire committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    a555af3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6d3eeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5435edd View commit details
    Browse the repository at this point in the history
  6. Fixed broken links

    david-waltermire committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    df32175 View commit details
    Browse the repository at this point in the history