1. 1a823c5 https for archive.apache.org by Stian Soiland-Reyes · 4 years, 2 months ago master
  2. 3d3a705 Taverna retired from Apache Incubator by Stian Soiland-Reyes · 4 years, 2 months ago
  3. b721c15 Update cxf-xjc-plugin to avoid bug of xsd binding not being picked up by Stian Soiland-Reyes · 4 years, 8 months ago apache-retire-2020-03-12
  4. f872646 http -> https by Stian Soiland-Reyes · 5 years ago
  5. c5c5bfb shrink test dependencies, use jdom2 if needed by Stian Soiland-Reyes · 5 years ago
  6. 32564ac use jdom2 servicemix bundle by Stian Soiland-Reyes · 5 years ago
  7. 1a3eaaf correct oa namespace by Stian Soiland-Reyes · 5 years ago
  8. ac330a9 Merge branch 'master' into no-ontologies by Stian Soiland-Reyes · 5 years ago
  9. 7f32f6e Merge branch 'master' of github.com:apache/incubator-taverna-language by Stian Soiland-Reyes · 5 years ago
  10. 24346f5 TAVERNA-1060 Newer maven parent (thus appassembler) by Stian Soiland-Reyes · 5 years ago
  11. ab4488e GitBox in scm by Stian Soiland-Reyes · 5 years ago
  12. c7b1638 text/plain fun by Stian Soiland-Reyes · 5 years ago
  13. cf54132 xml typo by Stian Soiland-Reyes · 5 years ago
  14. 93f45f0 also avoid XMLSchema.dtd by Stian Soiland-Reyes · 5 years ago
  15. 0d01d92 more Prov -> prov by Stian Soiland-Reyes · 5 years ago
  16. 97739d6 Use new taverna-ro-vocabs constants by Stian Soiland-Reyes · 5 years ago
  17. 1ad20c1 lowercase vocabulary prefix name by Stian Soiland-Reyes · 5 years ago
  18. c6175ca Relative path for ./xmldsig-core-schema.xsd by Stian Soiland-Reyes · 5 years ago
  19. 74718a7 Reference/include w3c licenses by Stian Soiland-Reyes · 5 years ago
  20. 9bd8687 Updated w3c licenses and reference local copy by Stian Soiland-Reyes · 5 years ago
  21. 0ba3ddf Avoid roevo CC-BY license by Stian Soiland-Reyes · 5 years ago
  22. 936293f w3c licenses by Stian Soiland-Reyes · 5 years ago
  23. 329cef4 Updated xenc-schema.xsd now Software License header by Stian Soiland-Reyes · 5 years ago
  24. 4ebeadc Shrink LICENSE as ontologies are no longer included by Stian Soiland-Reyes · 5 years ago
  25. d510013 Hand-coded vocabularies instead of including ontologies by Stian Soiland-Reyes · 5 years ago
  26. 58a7618 Add PROV-AQ terms by Stian Soiland-Reyes · 5 years ago
  27. b34dd57 Moved vocularies to taverna-ro-vocabs by Stian Soiland-Reyes · 5 years ago
  28. 68ad29a add taverna-scufl2-ro-vocabs module by Stian Soiland-Reyes · 5 years ago
  29. 43b4518 Vocabulary definitions for RO by Stian Soiland-Reyes · 5 years ago
  30. 4c02e5a Removed javadoc from original vocabularies by Stian Soiland-Reyes · 5 years ago
  31. f31ee18 Apache license by Stian Soiland-Reyes · 5 years ago
  32. 110c351 Simplify NOTICE to avoid CC-BY confusion by Stian Soiland-Reyes · 5 years ago
  33. 5778e6f attributions moved to NOTICE by Stian Soiland-Reyes · 5 years ago
  34. 98dcf2b Moved CC-BY to NOTICE as it is just attribution by Stian Soiland-Reyes · 5 years ago
  35. f88ea04 Adding generated-code under Apache License by Stian Soiland-Reyes · 5 years ago
  36. af88d33 Merge branch 'cwlparser' by Stian Soiland-Reyes · 6 years ago
  37. 991224b Parse step outputs and support DataLink CWL to Taverna conversion by Stian Soiland-Reyes · 6 years ago
  38. bebd694 Create a Taverna to Custom CWL Objects converter by Majdi Haouech · 6 years ago
  39. 9d34b4a Add name attribute to all Processes by Majdi Haouech · 6 years ago
  40. f089bd8 Use explicit imports instead of wildcards. Add minor test change. by Majdi Haouech · 6 years ago
  41. fb5c41a Add method to create nested workflow by Stian Soiland-Reyes · 6 years ago
  42. 2c17fa7 Add support for datalinks while converting a Workflow by Majdi Haouech · 6 years ago
  43. 0ca7ac2 Check that nested process has the same i/o ports as the child workflow by Majdi Haouech · 6 years ago
  44. d163547 Create a mirror process for each new nested workflow by Majdi Haouech · 6 years ago
  45. 06de630 Parse step outputs from the yaml file by Majdi Haouech · 6 years ago
  46. 50b2cae Change components package and clean unused imports throught the project by Majdi Haouech · 6 years ago
  47. 2530da3 Improve testing the nested workflow tool by Majdi Haouech · 6 years ago
  48. 3efbf08 Change nesting method name, Add a test by Majdi Haouech · 6 years ago
  49. 9cd4b87 Support nested workflows by parsing processes recursively by Stian Soiland-Reyes · 6 years ago
  50. b8081fa Convert ports inside steps while converting parent processes by Majdi Haouech · 6 years ago
  51. ba5ea1b Create input/output port adapted to all step types (workflow or other) by Majdi Haouech · 6 years ago
  52. 38d1fad Add basic cwl WorkflowBundleReader by Majdi Haouech · 6 years ago
  53. d93452d Add test for nested helper in Scufl2Tools by Majdi Haouech · 6 years ago
  54. e0ec556 Convert WorkflowProcess to WorkflowBundle with nested processes by Majdi Haouech · 6 years ago
  55. 8aa7422 Clean up and add tests for the nested workflows by Majdi Haouech · 6 years ago
  56. 5557bc6 Delete useless main class by Majdi Haouech · 6 years ago
  57. e27be56 Revert "Parse workflows and command line tools recursively" by Majdi Haouech · 6 years ago
  58. edb12c6 API: Add a tool to nest a workflow in a process by Majdi Haouech · 6 years ago
  59. a4e79d4 Fix conflicts and merge branch 'cwlparser' into cwl by Majdi Haouech · 6 years ago
  60. b56f451 Parse workflows and command line tools recursively by Majdi Haouech · 6 years ago
  61. a5251d1 remove empty file by Stian Soiland-Reyes · 6 years ago
  62. afcfd77 add taverna-scufl2-cwl to build by Stian Soiland-Reyes · 6 years ago
  63. 88c14c4 Merge branch 'haouech:convert' into cwlparser by Stian Soiland-Reyes · 6 years ago
  64. 87fa1c1 Move test-like functions to test folder by Majdi Haouech · 6 years ago
  65. 6d2da02 Initialize simple objects outside of constructor by Majdi Haouech · 6 years ago
  66. 70c9d4a Parse workflows and command line tools recursively by Majdi Haouech · 6 years ago
  67. 48f7dd9 Merge branch haouech:cwlparser (#38) into cwlparser by Stian Soiland-Reyes · 6 years ago
  68. d39a8a2 Fix test equality for ports and add Apache header by Majdi Haouech · 6 years ago
  69. 289583c Fix wild card imports by Majdi Haouech · 6 years ago
  70. 62c3615 Add parser tests by Majdi Haouech · 6 years ago
  71. 4ee2f5b Add main parser that parses the structure of a CWL workflow by Majdi Haouech · 6 years ago
  72. 881a409 Split CWL parser and converter by Majdi Haouech · 6 years ago
  73. ee6b282 Add dummy test and workflow example by Majdi Haouech · 6 years ago
  74. ba29413 Add jackson and snackyaml dependencies by Majdi Haouech · 6 years ago
  75. 6d6dc20 Add CWL Parser, import helper from common activities by Majdi Haouech · 6 years ago
  76. ecc3b67 Add CWL components by Majdi Haouech · 6 years ago
  77. 4d32489 Parse inputs, add tests by Majdi Haouech · 6 years ago
  78. 252e3d8 Add helper functions by Majdi Haouech · 6 years ago
  79. 3091092 First commit, Add YAML file parser by Majdi Haouech · 6 years ago
  80. e5547ef Just regular Apache License inside example.wfbundle by Stian Soiland-Reyes · 6 years ago
  81. 4ea6894 [maven-release-plugin] prepare for next development iteration by Stian Soiland-Reyes · 6 years ago
  82. c48ef9d [maven-release-plugin] prepare release 0.16.0-incubating-RC1 by Stian Soiland-Reyes · 6 years ago
  83. 2251970 TAVERNA-925: New schema makes JAXBElement<Manifest> by Stian Soiland-Reyes · 6 years ago
  84. fb05e13 TAVERNA-925: Required attributes by Stian Soiland-Reyes · 6 years ago
  85. 0666c60 TAVERNA-925: OASIS licensed OpenDocument-v1.2-os-manifest-schema.rng by Stian Soiland-Reyes · 6 years ago
  86. 8fb8e77 Alternative to OpenDocument-v1.2-os-manifest-schema.xsd by Stian Soiland-Reyes · 6 years ago
  87. 4da3809 README update - require Java 8/9 by Stian Soiland-Reyes · 6 years ago
  88. 4c0dd0e Use Jena 3.7.0 (except for jena-maven-tools) by Stian Soiland-Reyes · 6 years ago
  89. 4ffc37c Avoid some System.out by Stian Soiland-Reyes · 6 years ago
  90. b761bfd Formatting: somewhat harmonized pom.xml indenting by Stian Soiland-Reyes · 6 years ago
  91. f352094 Reformatting: tab -> spaces by Stian Soiland-Reyes · 6 years ago
  92. e50826e TAVERNA-1048: Look up annotations by Path/URI by Stian Soiland-Reyes · 6 years ago
  93. 3336e75 TAVERNA-1047: Ensure annotations have /.ro/ relative URIs by Stian Soiland-Reyes · 6 years ago
  94. 71708bc Complete test parsing of example manifest.json by Stian Soiland-Reyes · 6 years ago
  95. aaf3f2b parse bundledAs and folder info by Stian Soiland-Reyes · 6 years ago
  96. b5dd34a Newer bundle ontology 0.2.0-SNAPSHOT by Stian Soiland-Reyes · 6 years ago
  97. 76fc46f Avoid deprecated setProxy() method by Stian Soiland-Reyes · 6 years ago
  98. 2cb004d Can't expect to parse annotations with no "content" by Stian Soiland-Reyes · 6 years ago
  99. ea43200 TAVERNA-1046: Pick up ORCID from manifest by Stian Soiland-Reyes · 6 years ago
  100. 3c9d0a9 Test bag-of-bags-manifest.json by Stian Soiland-Reyes · 6 years ago