Skip to content
Started 6 yr 5 mo ago
Took 1 min 31 sec
Failed

#121 (Apr 4, 2018, 1:39:35 PM)

Changes
  1. Started working on Jena OntoDriver, use Jena 3.6.0 (latest version). (commit: cc0b2c1) (details / githubweb)
  2. Started working on Jena OntoDriver implementation. (commit: 58ed23d) (details / githubweb)
  3. Deleted some obsolete eclipse files. (commit: 6be2bd1) (details / githubweb)
  4. Working on Jena File storage connector. (commit: 9dcd8f7) (details / githubweb)
  5. Implementation of Jena file storage accessor. (commit: 177b97b) (details / githubweb)
  6. Basic in-memory storage implementation. (commit: 3180a8b) (details / githubweb)
  7. Storage accessor initialization. (commit: f28ec49) (details / githubweb)
  8. Working on the SharedStorageConnector, which implements the read (commit: 297db3b) (details / githubweb)
  9. Implementation of the SharedStorageConnector. Moved Transaction utility (commit: 9594eca) (details / githubweb)
  10. Transaction handling in the SharedStorageConnector. (commit: 6f3b68e) (details / githubweb)
  11. Factory for creating the read committed transactional connectors. (commit: 4768f43) (details / githubweb)
  12. Implementation of the transactional connector for read committed (commit: 34c0818) (details / githubweb)
  13. Started working on Jena connection implementation. (commit: 7378aab) (details / githubweb)
  14. JenaAdapter - saving axioms. (commit: 485ca83) (details / githubweb)
  15. JenaAdapter - finished axiom saving implementation. Commit and rollback. (commit: 478599a) (details / githubweb)
  16. Jena Driver - Added adapter reference to connection and implemented some (commit: fd2d529) (details / githubweb)
  17. Jena driver - implemented connection acquisition from data source. (commit: a9b0177) (details / githubweb)
  18. Jena driver - implementation of contains and auto commit configuration. (commit: 48bf8fd) (details / githubweb)
  19. Jena driver - listing repository contexts (named graphs). (commit: ccf8ea1) (details / githubweb)
  20. Jena driver - listing repository contexts (named graphs). (commit: 615a3e8) (details / githubweb)
  21. Jena driver - identifier generator. (commit: 2eed2c5) (details / githubweb)
  22. Jena Driver - Working on statement loading. (commit: 25039ff) (details / githubweb)
  23. Jena Driver - explicit statement loading. (commit: d304098) (details / githubweb)
  24. Enabled Jena integration tests, started with configuration. Removed (commit: c12b017) (details / githubweb)
  25. Jena driver - unwrapping to provide access to Jena API. (commit: d08737e) (details / githubweb)
  26. Jena driver - create integration tests executable. (commit: 3174c9e) (details / githubweb)
  27. Jena driver - handling types. (commit: 82f1427) (details / githubweb)
  28. Jena driver - fixed incorrect handling of data property values and (commit: 125c86e) (details / githubweb)
  29. Jena driver - enabling more integration tests. (commit: a40b108) (details / githubweb)
  30. Jena driver - started working on statement removal. (commit: 3dca4b4) (details / githubweb)
  31. JenaDriver - implementation of remove. (commit: 03e7ea1) (details / githubweb)
  32. JenaDriver - enabled delete integration tests. (commit: ea469ad) (details / githubweb)
  33. JenaDriver - more efficient setup of integration tests. (commit: 45dde78) (details / githubweb)
  34. Trying to resolve merge conflict. (commit: 811645d) (details / githubweb)
  35. [Enhancement #18] Update in the Jena driver. Enabled update integration (commit: 9ef554c) (details / githubweb)
  36. [Enhancement #18] Properties handling in Jena driver. (commit: 987c98e) (details / githubweb)
  37. [Enhancement #18] Allow to treat the default graph as union of all named (commit: 037cae2) (details / githubweb)
  38. [Enhancement #18] Started working on list support. (commit: a424405) (details / githubweb)
  39. [Enhancement #18] Simple list loading. (commit: 02d9f4c) (details / githubweb)
  40. [Enhancement #18] Simple list loading from context (named graph). (commit: 4b635c4) (details / githubweb)
  41. [Enhancement #18] Simple list persist. (commit: a983f9d) (details / githubweb)
  42. [Enhancement #18] Simple list update. (commit: 77864af) (details / githubweb)
  43. [Enhancement #18] Refactoring list handling tests in preparation for (commit: e1f0eaa) (details / githubweb)
  44. [Enhancement #18] Referenced list loading in Jena driver. (commit: 8dfb24c) (details / githubweb)
  45. [Enhancement #18] Referenced list persist in Jena driver. (commit: f3a57b6) (details / githubweb)
  46. Working on referenced list update. (commit: 4d3442c) (details / githubweb)
  47. [Enhancement #18] Referenced list update in Jena driver. (commit: 3507e22) (details / githubweb)
  48. [Enhancement #18] Refactoring the list handlers and iterators in Jena (commit: 9b947a9) (details / githubweb)
  49. [Enhancement #18] Basic query execution infrastructure in the Jena (commit: 2bc3f5a) (details / githubweb)
  50. [Enhancement #18] Working on result sets for the Jena driver. (commit: 333bf66) (details / githubweb)
  51. [Enhancement #18] SelectResultSet implementation in Jena driver. (commit: cb9af13) (details / githubweb)
  52. [Enhancement #18] ASK result set implementation in Jena driver. (commit: 796b232) (details / githubweb)
  53. [Enhancement #18] Statement implementation in Jena driver, integrating (commit: e075d2b) (details / githubweb)
  54. [Enhancement #18] Enable query integration tests for Jena driver. Minor (commit: 63bf7c0) (details / githubweb)
  55. [Enhancement #18] Fixed query test issues in Jena driver. (commit: 6eff7ea) (details / githubweb)
  56. Handling of unbound variables in query results in Jena driver. (commit: 7ae03c5) (details / githubweb)
  57. [Enhancement #18] PreparedStatement implementation in Jena driver. (commit: f955b1c) (details / githubweb)
  58. [Fix] Fixed query parsing bug in OntoDriver statement holder. (commit: 342f7f0) (details / githubweb)
  59. Added isOpen method to the Statement API. (commit: 672e43f) (details / githubweb)
  60. Ignore inferred properties in the Jena driver (temporary). Log a warning (commit: e36d91d) (details / githubweb)
  61. Minor code improvements based on SCA. (commit: 52c4d8d) (details / githubweb)
  62. Fixed typo in release notes. (commit: 516a4ec) (details / githubweb)

Started by an SCM change

This run spent:

  • 7.9 sec waiting;
  • 1 min 31 sec build duration;
  • 1 min 38 sec total from scheduled to completion.
Revision: 516a4ec0a61c0e5f269d5fabc5de88f5ac01d1dc
Repository: https://github.com/kbss-cvut/jopa.git
  • origin/development
Test Result (1 failure / +1)