Summary
- [Upd] Not exit by default on validation error (commit: 12eed7b) (details)
- [Feature #25] Created a StringTemplate to be used for URI and Resource templates. Defined JOPA model for accessing the InputModel. (commit: e80f57a) (details)
- [Feature #25] Extending JOPA model. (commit: 23b7022) (details)
- [Feature #25] Jopa connections utils. (commit: 887bbbf) (details)
- [Feature #25] Schema loading from JOPA model. (commit: 3fbb0c9) (details)
- [Feature #25] Table schema loaded to JOPA (commit: be58fce) (details)
- [Feature #25] Delete duplicate dependency in pom.xml (commit: edc71b3) (details)
- [Feature #25] Add necessary build plugins to pom (commit: e94350b) (details)
- [Feature #25] Add test cases for TabularModule (commit: 4811e9e) (details)
- [Feature #25] Rename test, remove write to output file (commit: 9a24943) (details)
- [Upd] Add test module, pom adjustment (commit: b1342f8) (details)
- [Feature #25] Remove exception, add csvw extended property (commit: c2cb7d9) (details)
- [Upd] Add aspectj plugin (commit: 11cab3a) (details)
- [Feature #25] Fix nullpointer exc., change tests (commit: e203328) (details)
- [Upd] Adding shared plugin to distribution management sections (commit: 685bb09) (details)
- [Feature #25] Change column's id, remove redundant code (commit: 106a5cc) (details)
- [Upd] Adding shared plugin to distribution management sections (commit: 0f97d88) (details)
- [Upd] Documentation of SForms to text transformer (commit: cebf907) (details)
- [New] Module to construct textual view of form questions (commit: 05488c4) (details)
- [Upd] Refactor (commit: 6a9adff) (details)
- [Fix] Match module uri with module name (commit: 5fcb5f6) (details)
- [Fix] Module url to match kbss-module prefix (commit: 4e7f30f) (details)
- [Fix] Does not rename uri of quesiton when not needed (commit: 85f7fd6) (details)
- [Fix #80] Change SPipes service url (commit: 15f68cf) (details)
- [FIX] Fix bug splitting query by line to find query comment (commit: aabae9a) (details)
- Add module archetype and module postprocessing plugin (commit: e256576) (details)
- [New] Documentation of construct textual view module (commit: 05e37ef) (details)
- [New] Truncating repetitive occurrence of long variable binding value (commit: e26fe65) (details)
- [Upd] Optimize docker build (commit: 4cdb39a) (details)
- [New] Remove support of id param in service and module API (commit: d9da645) (details)
- [0.4.0] Bumped version. (commit: ba1151e) (details)
- [Fix] Remove duplication of parameters by request processing (commit: 6f49666) (details)
- Add constraint writing via Jena (commit: 53879ae) (details)
- [New] Parametrize indentation of construct textual view (commit: 5b46ddd) (details)
- Remove old testing code (commit: df34d97) (details)
- Bump commons-io from 2.6 to 2.7 in /s-pipes-parent (commit: 3c2982c) (details)
- Bump httpclient from 4.5.10 to 4.5.13 in /s-pipes-parent (commit: c4d0d89) (details)
- Bump xercesImpl from 2.11.0 to 2.12.2 in /s-pipes-parent (commit: 4e531e7) (details)
- Bump stanford-corenlp from 3.6.0 to 4.4.0 in /s-pipes-modules/module-nlp (commit: d3e06de) (details)
- [Fix] Fix failing tests due to missing default values (commit: 1731d66) (details)
- Revert "Bump stanford-corenlp from 3.6.0 to 4.4.0 in /s-pipes-modules/module-nlp" (commit: 83df5c6) (details)
- Fix issues related to maven (commit: bd3c6f5) (details)
- Remove checkstyle plugin from maven build (commit: f8b407a) (details)
- [Fix] NullPointerException when input CSV file is empty (commit: f9c4017) (details)
- [Fix] Replace \n for its platform independent variant (commit: 1cf8e29) (details)
- Revert "[Fix] Replace \n for its platform independent variant" (commit: a48edae) (details)
- [Fix] Grammar mistake in logging (commit: fd0d6c0) (details)
- [Fix] Generated url to execute module had obsolete id (commit: c246cc1) (details)
- [Feature #26] Add support for CSV without header (commit: 8c799dc) (details)
- [Test] Add tests for the #26 (commit: c8fb18b) (details)
- Refactoring (commit: 454e874) (details)
- Add parametrized test, adjust wrong input data schemas, remove public keyword (commit: 7dccd31) (details)
- Remove unnecessary csvw:title from the input data schema (commit: 4243c78) (details)
- [Feature #86] Log prefix issues in imported ontologies (commit: b5275cb) (details)
- Add csvw:property test, rename tests according to convention (commit: a20a23b) (details)
- Fixed generating URL from csvw:propertyURL (commit: 641fd7e) (details)
- Revise Maven versions (commit: ff874bc) (details)
- Update based on PR comments (commit: 66924ef) (details)
- [Feature #71] Add entities for Table (commit: 9f67862) (details)
- [Feature #71] Add BNodesTransformer, remove specified language (commit: ae7f7e3) (details)
- [Feature #71] Change output generation (now JOPA, was JENA) & refactoring (commit: c116384) (details)
- [Fix] Forgotten colon in log message (commit: 1fdad77) (details)
- Update Dockerfile (commit: 57fd768) (details)
- [Feature #26] Add support for CSV without header (commit: 70b41fd) (details)
- [Test] Add tests for the #26 (commit: b652c1e) (details)
- Add parametrized test, adjust wrong input data schemas, remove public keyword (commit: 975a962) (details)
- Remove unnecessary csvw:title from the input data schema (commit: 28e530e) (details)
- Add csvw:property test, rename tests according to convention (commit: 352b902) (details)
- [Feature #71] Change output generation (now JOPA, was JENA) & refactoring (commit: 3a095ec) (details)
- Add sort columns, change exception (commit: 36a25a1) (details)
- [Test] Add blank node test, Adjust tests regarding new feature (commit: 354ad84) (details)
- [Fix] Remove duplicates (commit: 30bcf23) (details)
- Upgrade JOPA to 0.18.2 version (commit: a3a5d21) (details)
- Add csvw-e:property extension and datatypes, change static class (commit: 2ecb5c6) (details)
- Change csvw:propertyUrl to csvw:property, add uriTemplate type (commit: 496e686) (details)
- [Upd] Refactor tabular module (commit: 7ebb3b2) (details)
- Fix nullpointer, change csvw:property to csvw-e:propertyUri (commit: c50cf66) (details)
- Enable tests while deploying (commit: 21b18f6) (details)
- [Upd] Refactor extended property name (commit: 381e4bf) (details)
- [Upd] Moving rdf constants to appropriate module (commit: 6bcd424) (details)
- [Upd] Refactor prefixes (commit: a598426) (details)
- Remove compile from protect-master (commit: 6b8af16) (details)
- [Upd] Adding additional info when test fails (commit: 0ef4bb0) (details)
- [Fix] Bad ending character in prefix (commit: 7c09857) (details)
- [Add #97] Restore tabular module specification (commit: 02ada25) (details)
- [Upd] Upgrade JOPA to 0.18.7 (commit: 4facf08) (details)
- [Feature #96] Generate aboutUrl using JOPA and refactoring (commit: 406f6b6) (details)
- Add s-pipes-modules-utils to README.md (commit: e4d4176) (details)
- [Upd] Rename method parameters, add method description (commit: 8f3ab2c) (details)
- [Feature #103] Tabular module - change method responsibility (commit: 7c6463f) (details)
- [Feature #103] Tabular module - refactoring (commit: 9277321) (details)
- [Upd] Add documentation of table schema (commit: f883736) (details)
- [Upd] Add Column entity description (commit: 04ded26) (details)
- Update s-pipes-modules/module-tabular/src/main/java/cz/cvut/spipes/modules/model/TableSchema.java (commit: dbfaf9c) (details)
- [Upd] Refactor a jena vocabulary name (commit: f34d922) (details)
- [New] Fetch possible values module (commit: ee84a52) (details)
- [Bug #109] Fix NullPointerException in TabularModule (commit: 25df505) (details)
- [Fix] Add s-pipes dependencies for tests, update deprecated method (commit: addd757) (details)
- [Fix] Add s-pipes dependencies to test helper (commit: 581df61) (details)
- Make TableSchema errors more understandable + add diff (commit: 5fd4519) (details)
- [#123] Fix diff in Tabular Module (commit: 6b87d67) (details)
- [Feature #29] Allow authentication for Rdf4jModule (commit: 9448ba5) (details)
- Add system line separator, format function (commit: d74e855) (details)