History log of /ontohub/lib/hets.rb
Revision Date Author Comments Expand
de26ab920893b505e7914784774de5eb506f60a0 08-Aug-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use methods to free a HetsInstance.

cb1256dca3f095718f35c41530a136823dac0774 28-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add and use url_autority method.

820a91872ae09fd7ec759a8d0410cd34c04487c3 28-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use config.fqdn instead of Settings.hostname If `Settings.hostname` is defined, it is the same as `config.fqdn`, so this is only really a change if `Settings.hostname` is `nil`. This doesn't change the deployment config. There we explicitly use `Settings.hostname` because we don't want to read the hostname from our development machines when deploying.

d73e4334f0cc1103049795c5ce7910c54ab1bfc4 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Remove unneeded hets CLI handling.

fb2c319c7cce96c35e06be8fe6f60da7d040c952 26-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add method: provers_via_api.

181b42728f24cacec9068a9103e33d54288dc75d 26-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix ontology iri passed to hets api.

61c65b3e1c87587d1ed5a15220d41a166a5d66d6 25-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Create and use ProveOptions.

2f305d7bc01ae84f6b219b562fe4d31392abc1d6 25-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Create and pass HetsOptions.

0e8478c5b02edf94e0fa52153f46483493d0e11b 11-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Obey Hound.

bd9b92c14e05866d1be0c07ea90600d2373c74d0 11-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Only prove theorems of current node.

11c250a983905f4db9081f934d1efbc25fd0fb65 11-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add prove_via_api method.

193be661f0cdd5e3c0faef2dba6b580c0b734394 04-Mar-2015 Tim Reddehase <robustus@rightsrestricted.com>

safely escape loc/ids in requests/redirects.

c567fa0a1f6fe8f882615edd1b9fcd3d293ddb52 24-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

rename HetsInstance.choose to choose! As choose! raises errors now, this is the more appropriate name.

2977875e15fdb6d84be990579c61cda0b6cbb5d0 24-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

provide general and specific version via Hets Additionally caches the config, so we won't need to load the yaml-file for every method-call.

609a4ff9a0e4cb89a9f529703c81554fe9c34ff6 17-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

use loc/id when referencing during hets-calls.

76e062333eb08ffc0c22578cc86ffc970c321fec 29-Jan-2015 Tim Reddehase <robustus@rightsrestricted.com>

include errors module into Hets::Config There are some strange lookup errors otherwise.

a8ab4146c3238374bdd13a36b12d665cde57e078 29-Jan-2015 Tim Reddehase <robustus@rightsrestricted.com>

add filetype determination mechanic This adds a module-method on the Hets module to determine the filetype for a resource which responds to the versioned_iri method.

2fb61b27ca20bf21f93dd0866c01e58b429baeb5 01-Dec-2014 Eileen Bolloff <ebolloff@fb3.uni-bremen.de>

Fix namespace error.

4782564c4476a522500466c24683b6d805506d9d 20-Oct-2014 Tim Reddehase <robustus@rightsrestricted.com>

use versioned_iri for hets instead of iri In order to be capable to process multiple commits of the same ontology at once, we'll need to use the versioned iri.

3856b7bdf70cec553e0ca01ca823c7fc555a06f0 20-Oct-2014 Tim Reddehase <robustus@rightsrestricted.com>

adjust parsing to work with io/tempfile instance In order for the API-system to work properly we'll need to work with the streamed Tempfile. So instead of working with filepaths we'll need to pass io-instances to parsing-processes.

435547b6b5df0f76cd04b09532341b07d0defeb1 20-Oct-2014 Tim Reddehase <robustus@rightsrestricted.com>

provide methods for minimal-version hets-info.

7bde6e1907fc17b0083a6bcfad10bb74be6e4bcd 20-Oct-2014 Tim Reddehase <robustus@rightsrestricted.com>

move hets errors into own module and add new error Add the new error which is to be raised if a hets-instance is supposed to be used, but not actually reachable/up.

75c2a995e5c564f96cf5559145e59f89d6435ee1 15-Jun-2014 Tim Reddehase <robustus@rightsrestricted.com>

adjust hets version checking schema Adjust the hets-version checking to check for a version string like this: v0.99, 1402678179 Also change the way the method complains about non-matching versions. Versions which are are lesser than (through lexicographical comparison) the target string will still raise the VersionOutdated error but versions which fall through the regex-check (non-compatible) will only produce warnings in the log and on STDERR instead of killing the application.

ee5342a8882c2fc7631fcffb5497e6597747887c 10-May-2014 Tim Reddehase <robustus@rightsrestricted.com>

fix whitespace issues Includes fixes for the following whitespace-related issues: - Trailing whitespace at end of line - Tabs in file - No newline at end of file This commit fixes these issues for .rb, .coffee, and .sass files.

/ontohub/app/assets/javascripts/bulkupload.js.coffee /ontohub/app/assets/javascripts/flash.js.coffee /ontohub/app/assets/javascripts/highlight_anchor.js.coffee /ontohub/app/assets/javascripts/oops.js.coffee /ontohub/app/assets/javascripts/plugins/relationList.js.coffee /ontohub/app/assets/javascripts/plugins/remoteCollection.js.coffee /ontohub/app/assets/javascripts/statusUpdates.js.coffee /ontohub/app/assets/javascripts/tooltips.js.coffee /ontohub/app/assets/stylesheets/actions.css.sass /ontohub/app/assets/stylesheets/aside.css.sass /ontohub/app/assets/stylesheets/axioms.css.sass /ontohub/app/assets/stylesheets/bulkupload.css.sass /ontohub/app/assets/stylesheets/comments.css.sass /ontohub/app/assets/stylesheets/data_type.css.sass /ontohub/app/assets/stylesheets/entities.css.sass /ontohub/app/assets/stylesheets/formats.sass /ontohub/app/assets/stylesheets/latest.css.sass /ontohub/app/assets/stylesheets/oops-responses.css.sass /ontohub/app/assets/stylesheets/pagination.sass /ontohub/app/assets/stylesheets/quicksearch.css.sass /ontohub/app/assets/stylesheets/relationList.css.sass /ontohub/app/assets/stylesheets/repository.css.sass /ontohub/app/assets/stylesheets/search_result.css.sass /ontohub/app/assets/stylesheets/section.css.sass /ontohub/app/assets/stylesheets/sentences.css.sass /ontohub/app/controllers/adjoints_controller.rb /ontohub/app/controllers/admin/teams_controller.rb /ontohub/app/controllers/admin/users_controller.rb /ontohub/app/controllers/api/v1/base.rb /ontohub/app/controllers/api/v1/categories_controller.rb /ontohub/app/controllers/api/v1/ontologies_controller.rb /ontohub/app/controllers/api/v1/repositories_controller.rb /ontohub/app/controllers/application_controller.rb /ontohub/app/controllers/autocomplete_controller.rb /ontohub/app/controllers/children_controller.rb /ontohub/app/controllers/commit_references_controller.rb /ontohub/app/controllers/entities_search_controller.rb /ontohub/app/controllers/errors_controller.rb /ontohub/app/controllers/home_controller.rb /ontohub/app/controllers/keys_controller.rb /ontohub/app/controllers/language_adjoints_controller.rb /ontohub/app/controllers/language_mappings_controller.rb /ontohub/app/controllers/languages_controller.rb /ontohub/app/controllers/links_controller.rb /ontohub/app/controllers/logic_adjoints_controller.rb /ontohub/app/controllers/logic_mappings_controller.rb /ontohub/app/controllers/logics_controller.rb /ontohub/app/controllers/mappings_controller.rb /ontohub/app/controllers/metadata_controller.rb /ontohub/app/controllers/ontologies_controller.rb /ontohub/app/controllers/ontology_search_controller.rb /ontohub/app/controllers/ontology_version_member.rb /ontohub/app/controllers/ontology_versions_controller.rb /ontohub/app/controllers/oops_requests_controller.rb /ontohub/app/controllers/path_helpers.rb /ontohub/app/controllers/permissions_controller.rb /ontohub/app/controllers/polymorphic_resource/base.rb /ontohub/app/controllers/privilege_list/base.rb /ontohub/app/controllers/repository_settings_controller.rb /ontohub/app/controllers/sentences_controller.rb /ontohub/app/controllers/supports_controller.rb /ontohub/app/controllers/team_users_controller.rb /ontohub/app/controllers/teams/permissions_controller.rb /ontohub/app/controllers/teams_controller.rb /ontohub/app/controllers/users/confirmations_controller.rb /ontohub/app/controllers/users/registrations_controller.rb /ontohub/app/controllers/users_controller.rb /ontohub/app/helpers/application_helper.rb /ontohub/app/helpers/comments_helper.rb /ontohub/app/helpers/entity_helper.rb /ontohub/app/helpers/flash_helper.rb /ontohub/app/helpers/link_helper.rb /ontohub/app/helpers/navigation_helper.rb /ontohub/app/helpers/ontology_helper.rb /ontohub/app/helpers/oops_helper.rb /ontohub/app/helpers/pagination_helper.rb /ontohub/app/helpers/permission_helper.rb /ontohub/app/helpers/search_helper.rb /ontohub/app/helpers/tag_helper.rb /ontohub/app/helpers/timestamp_helper.rb /ontohub/app/helpers/title_helper.rb /ontohub/app/models/ability.rb /ontohub/app/models/comment.rb /ontohub/app/models/e_edge.rb /ontohub/app/models/entity.rb /ontohub/app/models/entity/readability.rb /ontohub/app/models/entity/searching.rb /ontohub/app/models/entity_group.rb /ontohub/app/models/key.rb /ontohub/app/models/key/fingerprint.rb /ontohub/app/models/language.rb /ontohub/app/models/language_mapping.rb /ontohub/app/models/link.rb /ontohub/app/models/link_version.rb /ontohub/app/models/logic.rb /ontohub/app/models/logic_mapping.rb /ontohub/app/models/metadatum.rb /ontohub/app/models/ontology/categories.rb /ontohub/app/models/ontology/entities.rb /ontohub/app/models/ontology/import.rb /ontohub/app/models/ontology/links.rb /ontohub/app/models/ontology/oops.rb /ontohub/app/models/ontology/versions.rb /ontohub/app/models/ontology_version.rb /ontohub/app/models/ontology_version/files.rb /ontohub/app/models/ontology_version/numbers.rb /ontohub/app/models/ontology_version/oops_requests.rb /ontohub/app/models/ontology_version/parsing.rb /ontohub/app/models/ontology_version/states.rb /ontohub/app/models/oops_request.rb /ontohub/app/models/oops_request/responses.rb /ontohub/app/models/oops_request/states.rb /ontohub/app/models/oops_response.rb /ontohub/app/models/permission.rb /ontohub/app/models/repository/access.rb /ontohub/app/models/repository/file_not_found_error.rb /ontohub/app/models/repository/files_list.rb /ontohub/app/models/repository/import_error.rb /ontohub/app/models/repository/importing.rb /ontohub/app/models/repository/symlink.rb /ontohub/app/models/repository/validations.rb /ontohub/app/models/resource.rb /ontohub/app/models/sentence/readability.rb /ontohub/app/models/serialization.rb /ontohub/app/models/simple_ontology.rb /ontohub/app/models/support.rb /ontohub/app/models/team.rb /ontohub/app/models/team_user.rb /ontohub/app/models/user.rb /ontohub/app/models/user/authentication.rb /ontohub/config/god/app.rb /ontohub/config/god/sidekiq_workers.rb /ontohub/config/initializers/active_record_base.rb /ontohub/config/initializers/async_helper.rb /ontohub/config/initializers/rabl_init.rb /ontohub/config/routes.rb /ontohub/db/migrate/20120307143552_create_ontologies.rb /ontohub/db/migrate/20120307163615_create_links.rb /ontohub/db/migrate/20120308144854_create_teams.rb /ontohub/db/migrate/20120308144855_create_team_users.rb /ontohub/db/migrate/20120308144859_create_permissions.rb /ontohub/db/migrate/20120313131338_create_comments.rb /ontohub/db/migrate/20120416190216_create_serializations.rb /ontohub/db/migrate/20120416191514_create_link_versions.rb /ontohub/db/migrate/20120424155606_create_logic_mappings.rb /ontohub/db/migrate/20120424155621_create_language_mappings.rb /ontohub/db/migrate/20120424162211_create_language_adjoints.rb /ontohub/db/migrate/20120424162227_create_logic_adjoints.rb /ontohub/db/migrate/20120511162259_create_basic_proofs.rb /ontohub/db/migrate/20120511162609_create_structured_proof_parts.rb /ontohub/db/migrate/20120511162723_create_used_sentences.rb /ontohub/db/migrate/20130422184444_create_c_vertices_table.rb /ontohub/db/migrate/20130516165857_add_ontolgies_count_to_logics.rb /ontohub/db/migrate/20130730100410_remove_link_version_from_entity_mapping.rb /ontohub/db/migrate/20130826115853_create_ontology_type.rb /ontohub/db/migrate/20130924161345_add_license_models_to_ontologies.rb /ontohub/db/migrate/20130924224533_add_formality_levels_to_ontologies.rb /ontohub/db/migrate/20131108101521_rename_c_vertices_to_categories.rb /ontohub/db/migrate/20131108103128_rename_c_vertices_ontology_table_to_categories_ontology_table.rb /ontohub/db/migrate/20131206114523_rename_license_model_ontology_table_to_license_models_ontologies_table.rb /ontohub/db/migrate/20140329102152_create_entity_groups.rb /ontohub/db/migrate/20140329162713_remove_cycle_checker_from_e_edges.rb /ontohub/db/migrate/20140409093111_add_constratints_and_indices_to_entity_groups.rb /ontohub/db/migrate/20140508073115_remove_all_eedges_and_generate_tarjan_trees.rb /ontohub/db/seeds/010-users_and_teams.rb autocomplete.rb git_repository.rb git_repository/cloning.rb git_repository/commit.rb git_repository/config.rb git_repository/get_info_list.rb git_repository/url_not_found_error.rb hets.rb language_population.rb logic_mapping_population.rb logic_population.rb logicgraph_parser.rb ontology_search.rb oops.rb oops/client.rb oops/response.rb pagination.rb permissionable.rb relation_list.rb scope_builder.rb sidetiq_worker.rb state_updater.rb tarjan_tree.rb worker.rb /ontohub/spec/controllers/api/v1/ontologies_controller_spec.rb /ontohub/spec/controllers/api/v1/repositories_controller_spec.rb /ontohub/spec/controllers/comments_controller_spec.rb /ontohub/spec/controllers/keys_controller_spec.rb /ontohub/spec/controllers/repository_settings_controller_spec.rb /ontohub/spec/lib/repository/import/git_spec.rb /ontohub/spec/lib/repository/import/svn_spec.rb /ontohub/spec/lib/tarjan_spec.rb /ontohub/spec/models/ability_spec.rb /ontohub/spec/models/entity_group_spec.rb /ontohub/spec/models/key_spec.rb /ontohub/spec/models/project.rb /ontohub/spec/models/url_map_spec.rb /ontohub/spec/routing/files_routing_spec.rb /ontohub/spec/support/config/sunspot.rb /ontohub/test/factories/adjoint.rb /ontohub/test/factories/c_edge.rb /ontohub/test/factories/entity.rb /ontohub/test/factories/entity_group.rb /ontohub/test/factories/logic.rb /ontohub/test/factories/mapping.rb /ontohub/test/factories/ontology_version.rb /ontohub/test/factories/oops.rb /ontohub/test/factories/sentence.rb /ontohub/test/factories/serialization.rb /ontohub/test/factories/user.rb /ontohub/test/functional/admin/teams_controller_test.rb /ontohub/test/functional/admin/users_controller_test.rb /ontohub/test/functional/autocomplete_controller_test.rb /ontohub/test/functional/entities_controller_test.rb /ontohub/test/functional/entities_search_controller_test.rb /ontohub/test/functional/home_controller_test.rb /ontohub/test/functional/language_adjoint_controller_test.rb /ontohub/test/functional/language_controller_test.rb /ontohub/test/functional/language_mapping_controller_test.rb /ontohub/test/functional/logic_adjoint_controller_test.rb /ontohub/test/functional/logic_controller_test.rb /ontohub/test/functional/logic_mapping_controller_test.rb /ontohub/test/functional/ontologies_controller_test.rb /ontohub/test/functional/ontology_versions_controller_test.rb /ontohub/test/functional/oops_request_controller_test.rb /ontohub/test/functional/permissions_controller_test.rb /ontohub/test/functional/repositories_controller_test.rb /ontohub/test/functional/sentences_controller_test.rb /ontohub/test/functional/serializations_controller_test.rb /ontohub/test/functional/team_users_controller_test.rb /ontohub/test/functional/teams/permissions_controller_test.rb /ontohub/test/functional/teams_controller_test.rb /ontohub/test/functional/users_controller_test.rb /ontohub/test/integration/comments_test.rb /ontohub/test/integration/entity_display_test.rb /ontohub/test/integration/ontology_state.rb /ontohub/test/integration/permissions_test.rb /ontohub/test/integration/session_test.rb /ontohub/test/integration/visit_ontology_test.rb /ontohub/test/integration_test_helper.rb /ontohub/test/shared_helper.rb /ontohub/test/test_helper.rb /ontohub/test/unit/autocomplete_test.rb /ontohub/test/unit/category_test.rb /ontohub/test/unit/distributed_ontology_test.rb /ontohub/test/unit/entity_test.rb /ontohub/test/unit/formality_level_test.rb /ontohub/test/unit/language_population_test.rb /ontohub/test/unit/license_model_test.rb /ontohub/test/unit/logic_population_test.rb /ontohub/test/unit/logic_test.rb /ontohub/test/unit/logicgraph_parser/stub_test.rb /ontohub/test/unit/logicgraph_parser_test.rb /ontohub/test/unit/ontology_import_xml_test.rb /ontohub/test/unit/ontology_parser/distributed_test.rb /ontohub/test/unit/ontology_parser/single_test.rb /ontohub/test/unit/ontology_parser_test.rb /ontohub/test/unit/ontology_search_test.rb /ontohub/test/unit/ontology_test.rb /ontohub/test/unit/ontology_type_test.rb /ontohub/test/unit/ontology_version_test.rb /ontohub/test/unit/oops_request/responses_test.rb /ontohub/test/unit/oops_request/states_test.rb /ontohub/test/unit/oops_request_test.rb /ontohub/test/unit/oops_test.rb /ontohub/test/unit/permission_test.rb /ontohub/test/unit/repository_test.rb /ontohub/test/unit/sentence_test.rb /ontohub/test/unit/task_test.rb /ontohub/test/unit/team_test.rb /ontohub/test/unit/team_user_test.rb /ontohub/test/unit/tool_test.rb /ontohub/test/unit/triple_store_test.rb /ontohub/test/unit/user_test.rb
881c5d2df3b2375b1ed2093781643873e424fe2c 29-Mar-2014 Tim Reddehase <robustus@rightsrestricted.com>

add import support for imported sentences This includes a new hets switch and the parse/import of element <ImpAxioms>.

d1860f0434d6460259d04f8952e55df38fe517f7 22-Feb-2014 Tim Reddehase <robustus@rightsrestricted.com>

change hets date checking to revision checking.

6116d75120b5db0bcbc4a11abed8d0254ec85b8e 17-Feb-2014 Tim Reddehase <robustus@rightsrestricted.com>

let hets return all written files.

4952c0f2ffd64062becdc4efeb38446a904d7ec1 31-Jan-2014 Julian Kornberger <juliank@tzi.de>

Cache the Hets configuration.

519002bc41b20a069be1c669660e702f9bd4a593 30-Jan-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

first steps toward fast hets run: adding parameter fast_parse

f84e88d6422954cc7599313f68757b85f189d643 30-Jan-2014 Julian Kornberger <juliank@tzi.de>

Rake task "import:hets:lib" fixed. Return in a rake task leads to a "unexpected return". Proxy method for library_path removed.

a6bf4e0b02c8dce089806e0c4cbf46ea5e4b8341 30-Jan-2014 Julian Kornberger <juliank@tzi.de>

Moved import_ontologies from Hets to Ontologies. Follow the separation of concerns principle.

2e7a48951591a6eeda9a3ab4e14cd13012cb43ea 28-Jan-2014 Julian Kornberger <juliank@tzi.de>

Cleanup and Refactoring of Hets binding now the LANG environment variable is set for execution of hets (solves #579, related to #622)

c31fb1410c0562fb2c04c2f91c34848867bccfee 06-Dec-2013 Julian Kornberger <juliank@tzi.de>

Redundant error message removed

aa056a2e5efb6505701a4e4a31bf2f7e71ff1738 21-Nov-2013 henning mueller <henning@orgizm.net>

Maximum stack size for hets from 8M to 1G, fixes #411. (Look at this on load problems.)

20a7622ccfc520cf3d39bc142ead6a46e51d76da 07-Nov-2013 Tim Reddehase <robustus@rightsrestricted.com>

get code positions from hets.

099d0060b8091e71ce78eb3ae1267cfe76a2abdd 27-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

pass url catalog to hets

a274d776b3371051dcdd74b598182ce113ca5135 27-Oct-2013 Julian Kornberger <juliank@tzi.de>

Refactored Hets class to use the Subprocess helper. This allows better error handling.

da82bfca52071d2364a233a9a31ac416a563502b 25-Oct-2013 henning mueller <henning@orgizm.net>

Use Ontology::FILE_EXTENSIONS in Hets module.

083f87068ffcf24df8b0154bfbca4ca5027f8ece 23-Oct-2013 henning mueller <henning@orgizm.net>

Fixed import of hets lib.

278e51c607219db117fab8cb9f6a0673973f56d4 24-Aug-2013 henning mueller <henning@orgizm.net>

Create LogicMapping on Ontology import only if source and target have logics set. Refactored Hets module a little.

5c3285139d1d961190dbc4de57deb10f8ebc3eb2 20-Aug-2013 henning mueller <henning@orgizm.net>

Added .hascasl extension for distributed ontologies.

d3b28aa7c97583ec584c32f39eb009d0ac8c87db 04-Aug-2013 henning mueller <henning@orgizm.net>

Fixed Hets#import_ontology and distinguish Single- and DistributedOntology by file extension. Fixes #193 probably.

e64800db68988e81f9c68999353f1617d3ad3bab 04-Aug-2013 henning mueller <henning@orgizm.net>

Deactivate CASL amalgamability analysis on hets calls. Fixes #199 probably.

ac2169141f0b549fc8917a4b1d778f4ba3cab0bf 27-Jun-2013 Julian Kornberger <juliank@tzi.de>

Seeds and Hets are working with Git.

b5bf21df9d1d61069e6dc9e13569543d0b868bc8 19-Jun-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Remove usage message from the error output

b0c849916b1471424344717ada19c745833e4c5b 19-Jun-2013 henning mueller <henning@orgizm.net>

Just renaming.

82d525750e23960f3f2cc6a11220e0ef8505918f 19-Jun-2013 henning mueller <henning@orgizm.net>

A little styling.

71fdc30cc6e637d99cacb455537e7b8fbfe77395 19-Jun-2013 henning mueller <henning@orgizm.net>

Error message in tests on old hets version.

40c5626383ebd5e8cf11a636f864023a2aafcd6b 19-Jun-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Reject old versions of Hets

1cc8cf027c7907544308ffefc3e8071292c907f7 29-May-2013 henning mueller <henning@orgizm.net>

Use --full-signatures on hets call.

198cdcc588a784fdf7dc945b02ff5eccf5b2b9c7 29-May-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Add todo for iri

0cab0df9f861c0f5bc605075bae75760b4e815e0 29-May-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Parse always assynchronously

f89d5ab39b14bea746801052d38ba41146e8f9ee 29-May-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Restrict the ontology extensions correctly

02082be7bcc07f71ffbdc27eaf1e151f0198d10c 17-May-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Use block instead of reflection Increase the number of covered extensions

3b8ddf9c7bdfd34cfc7dd41ff603f83dba6ed7d4 17-May-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Calling implemented task

7176611933342f2f57c1eee8342be273cf33c539 17-May-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Move script code to hets

88fb9aae7361c58703a9da5bd6006a39ed614a8e 10-May-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Amending previous commit

ec416eab0158cfe34b77cea4a11f8b84bc194a7a 10-May-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Separate setting recovery from traversal

3c11d09eefb778da1ccf77a5de6bd70c0f4c0181 10-May-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Separate directory traversal from ontology reading

574a02d837d442144fe066284dfed20e43a42053 13-Apr-2013 Julian Kornberger <juliank@tzi.de>

Lower scheduling priority for resque.

705933deb08bc4269e8c08d50143af3cb5c1c670 13-Feb-2013 henning mueller <henning@orgizm.net>

Output directory for hets parsing. Fixes #107.

c5ff6b34e7e9023926d578165ad4ded6ef1dbe31 13-Nov-2012 henning mueller <henning@orgizm.net>

Show dynamically updated ontology status.

c34ca181e48d016718223de38106fdfbe8ffc65a 13-Aug-2012 Daniel Couto Vale <danielvale@uni-bremen.de>

Add debugging code

e062724b7bdbbe8c1ddfbc7f3bb5bdb6e129d82c 22-May-2012 Daniel Vale <danielvale@gmail.com>

check for hets version added

2b056a2f5c950d0b5aec8f3f08d1050c408d73a2 17-Mar-2012 henning mueller <henning@orgizm.net>

GRML, damn file size validation.

3726d02386cd1f05fabbd625b835771f3e089bf0 17-Mar-2012 henning mueller <henning@orgizm.net>

Maximum file size (before parsing) and failed file removing.

0772cf7b22adf46dbab68e829d6a2cd8e8d1bc2a 14-Mar-2012 henning mueller <henning@orgizm.net>

Create ontologies from HTTP URLs.

5affe52499b2f45b7a060c79da5134f7623042fc 14-Mar-2012 Julian Kornberger <juliank@tzi.de>

Regexp replaced by starts_with?

2549db68767635e391e1fdc14e20817aab543d71 14-Mar-2012 henning mueller <henning@orgizm.net>

Allowed ontology file extensions configurable and test for clif.

7ea9649883e1bbe8f2582db1a3c66af8b7206056 12-Mar-2012 henning mueller <henning@orgizm.net>

Asynchronous parsing by hets.

58721b9d3a8cd6a624269ddf507f80af4417c9bd 09-Mar-2012 henning mueller <henning@orgizm.net>

Run hets to parse OWL; import of generated XML does not work, yet.