-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logical definition with filtered tree #85
Merged
soimugeoWB
merged 99 commits into
master-who
from
logical-definition-with-filtered-tree
Oct 28, 2024
Merged
Logical definition with filtered tree #85
soimugeoWB
merged 99 commits into
master-who
from
logical-definition-with-filtered-tree
Oct 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This change is necessary because the spotify docker plugin does not work on Apple Silicon and the plugin itself is no longer maintained.
Replace spotify docker plugin with maven-exec plugin
… and removed "form" from the names
Docker push changes
Docker push changes
Factor out tabs from forms
# Conflicts: # webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/inject/ClientProjectModule.java # webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/postcoordination/PostCoordinationSpecification.java # webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/postcoordination/WhoficEntityPostCoordinationSpecification.java
- Changed all hierarchy related actions to use hierarchy descriptors
…e-logical-definition # Conflicts: # webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/Messages.java # webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/hierarchy/ClassHierarchyPortletPresenter.java # webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/hierarchy/EntityHierarchyContextMenuPresenter.java # webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/hierarchy/EntityHierarchyDropHandler.java # webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/hierarchy/HierarchyPopupPresenter.java # webprotege-gwt-ui-server-core/src/test/java/edu/stanford/bmir/protege/web/shared/event/EventsSerializationTestCase.java # webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/dispatch/Action.java # webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/dispatch/Result.java # webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/dispatch/RpcWhiteList.java
added filtered tree to value cards.
…b.com/protegeproject/webprotege-gwt-ui into logical-definition-with-filtered-tree
Co-authored-by: Gheorghe Soimu <[email protected]>
…-tree' into logical-definition-with-filtered-tree
* Changes to implement hierarchy filtering - Changed all hierarchy related actions to use hierarchy descriptors * Changes to support named hierarchies - Added NamedHierarchy and tests - Added HierarchyId tests and JSON serialization - Removed AddNamedHierarchyAction and result - Added SetNamedHierarchiesAction and result * Bumped version to 7.0.0-SNAPSHOT
…-gwt-ui into logical-definition-with-filtered-tree � Conflicts: � pom.xml � webprotege-gwt-ui-client/pom.xml � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/Messages.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/hierarchy/EntityHierarchyContextMenuPresenter.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/hierarchy/EntityHierarchyDropHandler.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/hierarchy/HierarchyPopupPresenter.java � webprotege-gwt-ui-server-core/pom.xml � webprotege-gwt-ui-server/pom.xml � webprotege-gwt-ui-shared-core/pom.xml � webprotege-gwt-ui-shared/pom.xml � webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/dispatch/Action.java � webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/dispatch/Result.java � webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/dispatch/RpcWhiteList.java
…tege-gwt-ui into logical-definition-with-filtered-tree � Conflicts: � pom.xml � webprotege-gwt-ui-client/pom.xml � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/inject/ClientProjectModule.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinition.css � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionPortletPresenter.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionPortletView.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionPortletViewImpl.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionPortletViewImpl.ui.xml � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionResourceBundle.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionTable.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionTableBuilder.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionTableConfig.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionTableRow.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionTableWrapper.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionTableWrapperImpl.java � webprotege-gwt-ui-client/src/main/java/edu/stanford/bmir/protege/web/client/logicaldefinition/LogicalDefinitionTableWrapperImpl.ui.xml � webprotege-gwt-ui-server-core/pom.xml � webprotege-gwt-ui-server/pom.xml � webprotege-gwt-ui-shared-core/pom.xml � webprotege-gwt-ui-shared/pom.xml � webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/dispatch/Action.java � webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/dispatch/Result.java � webprotege-gwt-ui-shared/src/main/java/edu/stanford/bmir/protege/web/shared/dispatch/RpcWhiteList.java
soimugeoWB
approved these changes
Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Logical definitions + postcoordination UI changes + adding the filtered tree to postcoordination custom scales and logical definitions values