-
Notifications
You must be signed in to change notification settings - Fork 6
[NAE-2064] Merge plugins, object library and modules #295
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
Open
renczesstefan
wants to merge
97
commits into
release/7.0.0
Choose a base branch
from
NAE-2064
base: release/7.0.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
- implemented plugin registration
- plugin registration server
- plugin unregistration server - plugin executin basics
- implemented execution for plugin
- implemented execution for plugin
- added injector to action delegate
- added injector to action delegate
- added injector to action delegate
- modified injector
- moved meta objects
- modified injector - added name attribute to plugin
- added logging
- modified convention
- modified convention
- modified pom - added conditional on property
- add or update javadoc - optimize imports in DemoRunner - implement PluginRunner - make Plugin.identifier indexed - refactor in PluginRegistrationService - refactor methods in PluginService - fix warning in ClassToStringConverter - fix properties for plugin management - update gRPC version
- move methods in PluginService
- implement PluginRegistrationServiceTest
- implement PluginServiceTest
- implement unregistration of plugin
- implement PluginRegistrationServiceTest.testUnregister
- rework plugin as process - update plugin runner - remove plugin models and repository - add method in ImportHelper - mark method ImportHelper.populateDataset as deprecated - add error logging in PluginRegistrationService - create plugin constants in PluginConstants - create plugin utils in PluginUtils - update javadoc - fix and update tests
- update error response in PluginRegistrationService
- add and use custom exceptions - implement request validation in PluginRegistrationService - fix error handling in PluginService - fix import in PluginService - update and add tests in PluginRegistrationServiceTest
- update tests to test PluginInjector protected methods
- implement CreateOrUpdateOutcomeTest
- add translations into plugin processes - fix logging in PluginService
- fix uninjecting outdated metadata when activating plugin in PluginService - update tests in PluginRegistrationServiceTest - fix actions in test_plugin_injector.xml
- add attribute in GetOrCreateOutcome - fix handling of overlapping methods in request - add test for overlapping methods in PluginRegistrationServiceTest
- updated from 2045_original
- updated process role
- updated groups
- updated group service
- updated UserController
- reverted dto classes because of hateoas
- updated SuperCreatorRunner
- updated GroupService
- updated GroupService
- removed NextGroupService.java
- modified braces
- modified data group - modified realm registration
- added launch trough PropertiesLoader - removed unnecessary files
- corrected tests
- updated test
- fixed tests
- fixed tests
# Conflicts: # pom.xml # src/main/groovy/com/netgrif/application/engine/startup/ImportHelper.groovy # src/main/groovy/com/netgrif/application/engine/startup/RunnerController.groovy # src/main/resources/application.properties # src/test/resources/application-test.properties
- added plugins
- modified services - updated proto
- updated tests
- removed unnecessary classes and files - added server start to PluginRunner
- refactore plugin to modular
- refactore plugin to modular
- udpated for plugin
- udpated pom
- udpated elasticsearch
- udpated session
- udpated PluginRunner - updated ProcessRoleService - added ProcessBeansConfiguration
- udpated PluginRunner - updated ProcessRoleService - added ProcessBeansConfiguration
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.
Description
Merge of plugin, modularization functionalities.
Implements NAE-2064
Dependencies
Third party dependencies
Blocking Pull requests
How Has Been This Tested?
This was tested manually and with unit tests.
Test Configuration
Checklist: