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

Support for hidden cubes #1485

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Support for hidden cubes #1485

wants to merge 10 commits into from

Commits on Feb 29, 2024

  1. feat: hidden-graph

    add flag to Cube Metadata (cc:isHiddenCube)
    mchlrch committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    13e652a View commit details
    Browse the repository at this point in the history
  2. feat: hidden-graph

    PublishJob: conditional publishGraph IRI
    mchlrch committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d93e2e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. feat: hidden-graph

    move flag from Cube Metadata to Project (cc:isHiddenCube)
    mchlrch committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    dcf7065 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. feat: hidden-graph

    add flag to the published cubes metadata (cc:isHiddenCube)
    mchlrch committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    aa004c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. feat: hidden-graph

    fix create/update of project to have flag persisted
    mchlrch committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1366665 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. feat: hidden-graph

    complete the property decorator with appropriate type declaration
    mchlrch committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    353ca8b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. feat: hidden-graph

    fix build error
    mchlrch committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7d9e9e5 View commit details
    Browse the repository at this point in the history
  2. feat: hidden-graph

    fix unit-tests
    mchlrch committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b380cca View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. feat: hidden-graph

    fix e2e-tests
    mchlrch committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c33daf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. feat: hidden-graph

    - property organization.hiddenGraph
    - testcase 'createPublishJob for hiddenCube'
    - remove Project.updateIsHiddenCube()
    mchlrch committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4409528 View commit details
    Browse the repository at this point in the history