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. |
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. |