8000 Comparing v0.2.8...v0.3.0 · Semantu/lincd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Semantu/lincd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.8
Choose a base ref
...
head repository: Semantu/lincd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 6 commits
  • 12 files changed
  • 1 contributor

Commits on Aug 29, 2022

  1. fix error

    flyon committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a068c24 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. NodeShape.getOntologyEntities

    Fix shapes sometimes not being generated.
    Added warning for adding objects with same names to global module tree
    Improving storage by batching calls
    flyon committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d204c8b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. set temporary but deterministic URIs for shapes that are generated fr…

    …om decorators.
    
    support for PropertyShapes whos value need to be of a certain NodeShape (equivalent to sh:node)
    introducing modules and shapeclasses locally (not just in registry) so that we can find back the module of any shape (required for backend calls)
    improvements / bugfixes to module tree key names
    flyon committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    74f5e2e View commit details
    Browse the repository at this point in the history
  2. temporarily turning storage off

    flyon committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e7fe19e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. big storage related upgrade.

    Also reworks LINCD internals regarding graphs & stores.
    All quads are put in the default graph. The default graph is by default only for temporary storage of temporary nodes & their properties.
    If a default store get's set, Storage requests that store to also supply a default storage graph. This graph will be used for any non-temporary nodes and their properties.
    All nodes that are not in the default graph will automatically be sent to the right store
    This could be the default store, or a custom store for a specific graph.
    Shapes can be configured to be stored in a specific store/graph.
    When a node is saved, all quads are moved to the right graph and thus to the right store.
    
    The first LINCD test has been added for these storage features. For that, a JEST setup has been made
    flyon committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    51f2bc5 View commit details
    Browse the repository at this point in the history
  2. v0.3.0

    flyon committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4149ca1 View commit details
    Browse the repository at this point in the history
Loading
0