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

Improved alternative 'resolve-entities.xsl' utility XSLT #1976

Merged

Commits on Sep 28, 2023

  1. Bump actions/checkout from 3.6.0 to 4.0.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@f43a0e5...3df4ab1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and aj-stein-nist committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8d9ffc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d658b View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 4.0.0 to 4.1.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@3df4ab1...8ade135)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and aj-stein-nist committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    31e1664 View commit details
    Browse the repository at this point in the history
  4. Bump build/metaschema-xslt from 034e92b to bd4359a

    Bumps [build/metaschema-xslt](https://github.com/usnistgov/metaschema-xslt) from `034e92b` to `bd4359a`.
    - [Commits](usnistgov/metaschema-xslt@034e92b...bd4359a)
    
    ---
    updated-dependencies:
    - dependency-name: build/metaschema-xslt
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and aj-stein-nist committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    928ac27 View commit details
    Browse the repository at this point in the history
  5. Fix expected content of resolving merge-keep_profile.xml

    Based on the content of the catalog whose controls are being
    imported, the prop names should be "label" instead of "place"
    and the a1 statement paragraph should include <insert>.
    
    Also, remove a debugging message.
    galtm authored and aj-stein-nist committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d831a3d View commit details
    Browse the repository at this point in the history
  6. Bug fix for selected children of unselected parent

    Unselected parent could have multiple children that
    are selected, so data type of template must accommodate
    multiple elements.
    galtm authored and aj-stein-nist committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    651deef View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    534b12d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Added hybrid cloud

    JustKuzya authored and aj-stein-nist committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1c0d6ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9840b46 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Implementation Agnostic Testing (usnistgov#1946)

    * Deleted duplicate `metaschema_datatypes` file
    * Added spec test adr and prototype spec test file
    * Spec test harness and minimal example
    nikitawootten-nist authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    dde71c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    e309dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd2ff39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d8a9a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Bump actions/github-script from 6.4.1 to 7.0.1 (usnistgov#1961)

    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@d7906e4...60a0d83)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1d48aee View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 3.8.1 to 4.0.0 (usnistgov#1954)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@5e21ff4...8f152de)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    70816d7 View commit details
    Browse the repository at this point in the history
  3. Bump org.apache.maven.plugins:maven-dependency-plugin in /build (usni…

    …stgov#1953)
    
    Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.0 to 3.6.1.
    - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.6.0...maven-dependency-plugin-3.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-dependency-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b13eeb2 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 4.1.0 to 4.1.1 (usnistgov#1950)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8ade135...b4ffde6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    90089bf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Bump build/metaschema-xslt from bd4359a to 7d9fbfa (usnistgov#1955)

    Bumps [build/metaschema-xslt](https://github.com/usnistgov/metaschema-xslt) from `bd4359a` to `7d9fbfa`.
    - [Commits](usnistgov/metaschema-xslt@bd4359a...7d9fbfa)
    
    ---
    updated-dependencies:
    - dependency-name: build/metaschema-xslt
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b9e6a2d View commit details
    Browse the repository at this point in the history
  2. Add tutorials system lifecycle ADR (usnistgov#1959)

    This ADR documents the team's decision regarding the simplified system lifecycle to be used in the tutorials.
    nikitawootten-nist authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    085af23 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Flatten codeowners (usnistgov#1962)

    * Flatten codeowners
    
    * Update CODEOWNERS with feedback from the team
    nikitawootten-nist authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fe39318 View commit details
    Browse the repository at this point in the history
  2. Catalog constraints added in oscal_catalog_metaschema.xml - see issue u…

    …snistgov#1949  (usnistgov#1952)
    
    * Two additional allowed values for catalog/group/part/@name and catalog/group/control/part/@name
    
    * aligned the description of group/part@name='statement' and control/part@name='statement'
    
    * Fixed typo in the oscal_ssp_metaschema and updated controversial constraint for group/part in oscal_catalog_metaschema
    
    * Update src/metaschema/oscal_catalog_metaschema.xml
    
    Fixed grammar.
    
    Co-authored-by: Chris Compton <[email protected]>
    
    ---------
    
    Co-authored-by: Iorga <[email protected]>
    Co-authored-by: Chris Compton <[email protected]>
    3 people authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    290bc84 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    f72e27e View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-java from 3 to 4 (usnistgov#1963)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ee77ab6 View commit details
    Browse the repository at this point in the history
  3. Remove with-parent-controls from implementation (usnistgov#1843)

    * Remove with-parent-controls from XSLT profile resolver for usnistgov#1816.
    
    * Remove profile resolver with-parent-controls tests for usnistgov#1816.
    aj-stein-nist authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c4a99cc View commit details
    Browse the repository at this point in the history
  4. Update oscal metaschema source to version 1.1.2

    Chris Compton committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    97a71c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    45c1fc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    f69c55e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    1d857dd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    ff28491 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    f55bf8d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    3f19e58 View commit details
    Browse the repository at this point in the history