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

validator-core - refactor model to allows PCRS validation #235

Merged
merged 20 commits into from
Jul 15, 2021
Merged

Commits on Jul 5, 2021

  1. validator-core - add fileModel.xsdSchema constraint, the correspondin…

    …g XsdSchemaValidator and MutliTableModel concept (refs #231)
    mborne committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5005c2d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    88de70f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38bde29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d63e797 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. validator-core - refactor data normalization to support MultiTable (a…

    …dd an AutoFeatureType factory), FileConverter : disable legacy FixGML (refs #231)
    mborne committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    443f36f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. improve logs...

    mborne committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    c668219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c92246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0999358 View commit details
    Browse the repository at this point in the history
  4. add tables with a FeatureType on MultiTableModel + add a pre-process …

    …to check and generate FeatureType according to data in order to allow geometric validation and post-process without providing table models (refs #231)
    mborne committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    2f1d05e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Configuration menu
    Copy the full SHA
    4d02f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    207ebc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52c8fc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    e541eae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a2de24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1ad03c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. rename TableModel to SingleTableModel to introduce a common TableMode…

    …l interface for SingleTableModel and EmbeddedTableModel (refs #231, #233)
    mborne committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    f9124ea View commit details
    Browse the repository at this point in the history
  2. validator-core - TableModel - finalize FeatureType loading using an e…

    …xplicit 'auto' tableModel to skip URL resolution (refs #231)
    mborne committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    a037611 View commit details
    Browse the repository at this point in the history
  3. validator-core - MultiTableModel - simplify normalization and loading…

    … in validation database assuming that tableModel.name are unique accross the DocumentModel, AutoFeatureType : add unique and required constraints for 'gml_id' (refs #231)
    mborne committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    7036388 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96ede77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a878ddc View commit details
    Browse the repository at this point in the history