Skip to content
Success

Changes

Summary

  1. [Fix] Concurrent access to multipart processing (commit: a4a3974) (details)
  2. Preparing for implementation (commit: 28215bc) (details)
  3. [Upd] Initial non-functioning implementation (commit: b448b8c) (details)
  4. [Fix] Missing file (commit: 13bdfdb) (details)
  5. [New] File log within logback (commit: a3e6a63) (details)
  6. [Fix] Failing test because of wrong file path (commit: dc6dfc0) (details)
  7. [Upd] Added delimiter and dataPrefix to configuration (commit: 6483801) (details)
  8. [Upd] Initial implementation of Standard mode according to W3C Recommendation (commit: 2dcf097) (details)
  9. [Fix] Refactoring some previous mistakes (commit: 5705816) (details)
  10. [Upd] Refactor naming convention of module parameters (commit: 2547742) (details)
  11. [Upd] Refactor according nameing conventions (commit: 1f2a6c5) (details)
  12. [Feature #15] Support streams instead of files (commit: ce83605) (details)
  13. [Feature #15] Simplify implementation (commit: e54a314) (details)
  14. [Feature #15] Fix conventions for vocabularies (commit: 31d7eac) (details)
  15. [Upd] Implementing 4.6.8 of specification (commit: c70b613) (details)
  16. [Upd] Switch logging with validation (commit: 0fb1590) (details)
  17. [Fix] Fixed to work with mostly default annotations (not custom provided by user) (commit: 1cec400) (details)
  18. [Fix] Property names according to convention (commit: 6f15f5e) (details)
  19. [Fix] Table definition now follows specification (commit: 618be5a) (details)
  20. [Upd] Initial implementation of Step 2 (to be reviewed) (commit: 5345781) (details)
  21. [Upd] Quote character configured (commit: a45974d) (details)
  22. [Refactor] Moved getters and setters to the end of the class (commit: d6cbed6) (details)
  23. [Feature #15] Support load of output mode (commit: da76f60) (details)
  24. [Feature #15] Fix loading configuration (commit: 4c0b038) (details)
  25. [Feature #15] Fix processing for cells with empty values (commit: e01d2f0) (details)
  26. [Feature #15] Fix normalize propertyUris and column names (commit: 5f42e64) (details)
  27. [Feature #15] Fix invalid url for table row (commit: 527c8d9) (details)
  28. [Feature #15] Remove unused properties (commit: b85f32a) (details)
  29. [Feature #15] Fix isReplace flag processing (commit: 16d3b82) (details)
  30. [Feature #15] Trim column title to normalize (commit: 42c7d48) (details)
Commit a4a39746404f2125a9fa98c1f51205704f289801 by blcham
[Fix] Concurrent access to multipart processing
(commit: a4a3974)
The file was modifieds-pipes-web/src/main/java/cz/cvut/spipes/rest/SPipesServiceController.java (diff)
Commit 28215bc88f16abf38db9d2aebbf98b63dbd7df8e by kotrlzde
Preparing for implementation
(commit: 28215bc)
The file was addeds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularToRDFModelModule.java
Commit b448b8c1a044da183bb09ccdf556cde13335c2f3 by blcham
[Upd] Initial non-functioning implementation
(commit: b448b8c)
The file was addeds-pipes-core/src/test/resources/module/tabular/countries.csv
The file was modifieds-pipes-core/pom.xml (diff)
The file was addeds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularToRDFModelModuleTest.java
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/AbstractModuleTestHelper.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularToRDFModelModule.java (diff)
The file was addeds-pipes-core/src/test/resources/module/tabular/countries.tsv
Commit a3e6a63067bea9d2efbfa2476564ed2fc137ff11 by blcham
[New] File log within logback
(commit: a3e6a63)
The file was modifieds-pipes-web/src/main/resources/logback.xml (diff)
Commit dc6dfc0210a3cec8e19e8b164e76ecc9206b4a88 by kotrlzde
[Fix] Failing test because of wrong file path
(commit: dc6dfc0)
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularToRDFModelModuleTest.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularToRDFModelModule.java (diff)
Commit 6483801db8dc229405228e54a966c6a691aaac05 by kotrlzde
[Upd] Added delimiter and dataPrefix to configuration
(commit: 6483801)
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularToRDFModelModuleTest.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/constants/SML.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularToRDFModelModule.java (diff)
Commit 2dcf097063fb19a8afb41dd098c45643fdfbd8da by kotrlzde
[Upd] Initial implementation of Standard mode according to W3C Recommendation
(commit: 2dcf097)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularToRDFModelModule.java (diff)
Commit 570581672c71b7ae539f78d4578625160af1e028 by kotrlzde
[Fix] Refactoring some previous mistakes
(commit: 5705816)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularToRDFModelModule.java (diff)
The file was addeds-pipes-core/src/main/java/cz/cvut/spipes/constants/CSVW.java
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/AbstractModuleTestHelper.java (diff)
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularToRDFModelModuleTest.java (diff)
Commit 25477423a202dec5c0691121a88377407e988217 by blcham
[Upd] Refactor naming convention of module parameters
(commit: 2547742)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/exception/ResourceNotFoundException.java (diff)
The file was removeds-pipes-core/src/main/java/cz/cvut/spipes/constants/SEMP_LIB.java
The file was removeds-pipes-core/src/main/java/cz/cvut/spipes/constants/KM_PARAM.java
The file was modifieds-pipes-modules/module-eccairs/src/main/java/cz/cvut/spipes/modules/ImportE5XModule.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/constants/KBSS_MODULE.java (diff)
Commit 1f2a6c5e012fb8d8ddf8475e1e74fa1b0b3c5707 by blcham
[Upd] Refactor according nameing conventions
(commit: 1f2a6c5)
The file was addeds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java
The file was removeds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularToRDFModelModule.java
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularToRDFModelModuleTest.java (diff)
Commit ce83605f25afdfd48c65a32d8e4c9818b12728c9 by blcham
[Feature #15] Support streams instead of files
(commit: ce83605)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
The file was removeds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularToRDFModelModuleTest.java
The file was addeds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularModuleTest.java
The file was addeds-pipes-core/src/main/java/cz/cvut/spipes/util/StreamResourceUtils.java
Commit e54a3141c67f88d6040da71c86c6be1b66f6f380 by blcham
[Feature #15] Simplify implementation
(commit: e54a314)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit 31d7eacf84481bfe3f3daa0b23ff9c625e8ff0b4 by blcham
[Feature #15] Fix conventions for vocabularies
(commit: 31d7eac)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/constants/CSVW.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit c70b6133cf1b138020d6fd74621033dac4a1f128 by kotrlzde
[Upd] Implementing 4.6.8 of specification
(commit: c70b613)
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularModuleTest.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/constants/CSVW.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit 0fb1590bc8348f6e69d31831bba4940a143dbee0 by blcham
[Upd] Switch logging with validation

Before it was not possible to see how validation failed because logging of input and output exectution context was executing after validation.
(commit: 0fb1590)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/AbstractModule.java (diff)
Commit 1cec400896572e90dff27a4bf42a9566e381f872 by kotrlzde
[Fix] Fixed to work with mostly default annotations (not custom provided by user)
[Upd] Implemented Step 1
(commit: 1cec400)
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularModuleTest.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit 6f15f5e31a07b7b1f4e86b7e89caa89089b5fe14 by kotrlzde
[Fix] Property names according to convention
(commit: 6f15f5e)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/constants/CSVW.java (diff)
Commit 618be5ac45067e7f417a5f21d56645071ade030c by kotrlzde
[Fix] Table definition now follows specification
(commit: 618be5a)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit 534578177ad0efa58193f5ae73e870e945c3fdf9 by kotrlzde
[Upd] Initial implementation of Step 2 (to be reviewed)
(commit: 5345781)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/constants/CSVW.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit a45974d0232f529770d27953d82b85cc1fb84441 by kotrlzde
[Upd] Quote character configured
(commit: a45974d)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularModuleTest.java (diff)
Commit d6cbed6f013d01c83139b1eba26507ae3d20f548 by kotrlzde
[Refactor] Moved getters and setters to the end of the class
(commit: d6cbed6)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit da76f601bd8d00c023fc6ef1df9bfca929f7342f by blcham
[Feature #15] Support load of output mode
(commit: da76f60)
The file was addeds-pipes-core/src/main/java/cz/cvut/spipes/modules/tabular/Mode.java
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularModuleTest.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/AbstractModule.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit 4c0b0388de5e2670c38d6490e215ab14b04160ca by blcham
[Feature #15] Fix loading configuration
(commit: 4c0b038)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/AbstractModule.java (diff)
Commit e01d2f0a6db2d4b98293628406f741e55a132d85 by blcham
[Feature #15] Fix processing for cells with empty values
(commit: e01d2f0)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit 5f42e64a28666194f1eedcd4a7faf1390cd6947c by blcham
[Feature #15] Fix normalize propertyUris and column names
(commit: 5f42e64)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/constants/CSVW.java (diff)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit 527c8d9a87775510d3e7da546556bf7f4f7b1eac by blcham
[Feature #15] Fix invalid url for table row
(commit: 527c8d9)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
The file was modifieds-pipes-core/src/test/java/cz/cvut/spipes/modules/TabularModuleTest.java (diff)
Commit b85f32a8c4fb5e03fba3bab9d4f067668dc361f7 by blcham
[Feature #15] Remove unused properties
(commit: b85f32a)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/constants/SML.java (diff)
Commit 16d3b82ae30e25e48fc67a717fc8076bea9b6d3f by blcham
[Feature #15] Fix isReplace flag processing
(commit: 16d3b82)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)
Commit 42c7d48a37d03c2befecff5225de3b9e2747cc01 by blcham
[Feature #15] Trim column title to normalize
(commit: 42c7d48)
The file was modifieds-pipes-core/src/main/java/cz/cvut/spipes/modules/TabularModule.java (diff)