openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
Ontop
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 5 hours
ago.
Nov 03, 2024 — Nov 03, 2025
Showing page 516 of 530
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Rename the !SQLQueryValidator to !SourceQueryValidator to maintain the consistency of terms used in this project. This change affects two classes in the code.
Josef Hardi
More...
over 14 years ago
There is no need to have an abstract class !QueryValidator because different validators use different types of query.
Josef Hardi
More...
over 14 years ago
Put a warn log if the target query is inconsistent with the ontology. I also improved the debug log.
Josef Hardi
More...
over 14 years ago
* Implemented the SemanticQueryOptimizer, a new utility that given a saturated TBox, will simplify queries removing any atoms that are entailed by other atoms. This is done in a cycle until it is impossible to remove more. * Incoporated SQO into rewriting * Fixed issue with CQC utility that would not remove all the contained queries in a collection * Fixed issue in CQC utilities that would not efficiently remove queries in two pass mode.
Mariano Rodriguez-Muro
More...
over 14 years ago
Minor update because of a silly mistake.
Josef Hardi
More...
over 14 years ago
Adding a new feature: Target Query Validator.
Josef Hardi
More...
over 14 years ago
* Adjusted the API for the ontology now its more concicse (still needs refactoring) * Rewrote the OWL2API - internal API translator
Mariano Rodriguez-Muro
More...
over 14 years ago
fixed public repo
Mariano Rodriguez-Muro
More...
over 14 years ago
Added repository information to pom.xml
Mariano Rodriguez-Muro
More...
over 14 years ago
Adding another two extra buttons: "Expand All" and "Collapse All" in the Mapping Manager. Both buttons are placed in a panel below the mapping tree display. In addition, I modified the code for "Select all" and "Deselect all" buttons (BUG #36). I created a reusable method to be used by the four buttons.
Josef Hardi
More...
over 14 years ago
Adding two extra buttons: "Select All" and "Deselect All" in the Mapping Manager. Both buttons are placed in a panel below the mapping tree display.
Josef Hardi
More...
over 14 years ago
The problem the tree got reset is because of nodeStructureChange() method. It triggers the update of the whole tree structure and redraws the tree display. So instead of doing this, we just look for the new node and display it without triggering any massive update event.
Josef Hardi
More...
over 14 years ago
The problem with "DatabaseError: current transaction is aborted, commands ignored until end of transaction block" is because there was a bad query and you try to run another query without first rolled back the transaction. To fix it is simply by inserting a rollback() method when an exception occurred.
Josef Hardi
More...
over 14 years ago
The validation window will open after the checking process finishes and the thread populates the log message. To have this, I put the setVisible(true) method in the end of the validate
Josef Hardi
More...
over 14 years ago
Remove ANT build files. We don't need them.
Josef Hardi
More...
over 14 years ago
We now allow undefined drivers and throw warnings if they are not oracle, postgresl, h2 or mysql
Mariano Rodriguez-Muro
More...
over 14 years ago
Added tests for SemanticReduction
Sergejs Pugac
More...
over 14 years ago
Ignoring edges from T when doing semantic reduction
Sergejs Pugac
More...
over 14 years ago
Change the terms in the preference user interface. 1. "Mapping Head" --> "Target Query" 2. "Mapping Body" --> "Source Query"
Josef Hardi
More...
over 14 years ago
Change the terms in the user interface. 1. "Mapping Head" --> "Target Query" 2. "Mapping Body" --> "Source Query"
Josef Hardi
More...
over 14 years ago
new test that check unfolding with complex mappings
Mariano Rodriguez-Muro
More...
over 14 years ago
* Fixed a bug in the unification algorithm wher ethere where two funct terms with the same variable that generated wrong unification * Added short URI show for results
Mariano Rodriguez-Muro
More...
over 14 years ago
Fixed issue where the inmemory setting was not corerctly setup when using 'createmappings'
Mariano Rodriguez-Muro
More...
over 14 years ago
* Adjusted the default configuration, now the default for material mode is 'inmmemory' * Fixed ConfigPanel bug that didn't allow you to change the reformulation technique
Mariano Rodriguez-Muro
More...
over 14 years ago
[no comment]
Mariano Rodriguez-Muro
More...
over 14 years ago
* Made all dialogs modal * Fixed issue with progress dialogs not closing properly
Mariano Rodriguez-Muro
More...
over 14 years ago
* fixed issue with manifest not including the main classes
Manfred Gestgrasser
More...
over 14 years ago
* Fixed issue with mapping duplication failed * Fixed issue with Autocommit exception
Mariano Rodriguez-Muro
More...
over 14 years ago
[no comment]
Mariano Rodriguez-Muro
More...
over 14 years ago
fixed
Mariano Rodriguez-Muro
More...
over 14 years ago
←
1
2
…
512
513
514
515
516
517
518
519
520
…
529
530
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree