Skip to content

Release 7.0.0 - revision 2 updates #304

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

Draft
wants to merge 154 commits into
base: release/7.0.0
Choose a base branch
from
Draft

Conversation

tuplle
Copy link
Member

@tuplle tuplle commented May 8, 2025

Description

A lot of changed.

More description TBD.

Dependencies

Third party dependencies

Blocking Pull requests

<Depends on #(PR id)>/

How Has Been This Tested?

  • <Name of a test [test file](link to the test file)>

Test Configuration

<Please describe configuration for tests to run if applicable, like program parameters, host OS, VM configuration etc.>

Name Tested on
OS
Runtime
Dependency Manager
Framework version
Run parameters
Other configuration

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes have been checked, personally or remotely, with @...
  • I have commented my code, particularly in hard-to-understand areas
  • I have resolved all conflicts with the target branch of the PR
  • I have updated and synced my code with the target branch
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes:
    • Lint test
    • Unit tests
    • Integration tests
  • I have checked my contribution with code analysis tools:
  • I have made corresponding changes to the documentation:
    • Developer documentation
    • User Guides
    • Migration Guides

renczesstefan and others added 30 commits October 20, 2023 15:01
- 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
renczesstefan and others added 13 commits May 6, 2025 16:41
- updated petrinet
- updated task reponsebody conversion
- updated user dto
- updated UserController, UserFactory nad UserResourceAssembler according to new dto objects
- updated ActionDelegate to use internode communication when setting data
- updated CollectionNameProvider with additional realmId check
- PetriNetController updated with pagination
- UserController added locale to endpoints that uses userfactory
- corrected preferences saving
- updated ElasticTaskService
[NAE-2092] User and Auth endpoints refactor
- Refactor role assignments, imports, and user identifiers
- Replaced email-based user references with username for impersonation and related actions.
- Updated imports and dependencies across modules to improve consistency.
- Enhanced test cases with annotations and fixed deprecated usages.
- Added new library dependencies and updated Maven configurations for better integration.
- Fix tests to comply with new code
- Consolidated and restructured Dockerfiles for better clarity and efficiency.
- Updated MongoDB and Elasticsearch versions in GitHub workflows.
- Added multiple repositories to application-engine/pom.xml for improved dependency resolution.
- Adjusted Docker image context paths in workflow actions for consistent builds.
@tuplle tuplle self-assigned this May 8, 2025
@tuplle tuplle added bugfix A change that fixes a bug improvement A change that improves on an existing feature new feature A change that introduces new functionality critical A change that is critical to a release and must not be omitted update labels May 8, 2025
machacjozef and others added 8 commits May 8, 2025 22:20
- Reorganized QueryDSL dependencies in POM files for better consistency.
- Added new QueryDSL annotation processing configuration in nae-user-common.
- Adjusted package structure and related imports for proper QueryDSL entity mapping.
Refactor QueryDSL dependencies and package structure
…ifest details

- Add loaded module detection and expose it via Actuator
- Introduced `LoadModule` and `LoadedModulesEndpoint` to detect and expose loaded modules' metadata via a new Actuator endpoint. Updated application properties, caching configuration, and dependencies to support this feature. Enhanced security settings and excluded JDBC auto-configuration to streamline the application setup.
[NAE-2108] Implement actuator for listing registered modules with manifest details
Copy link

coderabbitai bot commented May 22, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix A change that fixes a bug critical A change that is critical to a release and must not be omitted improvement A change that improves on an existing feature new feature A change that introduces new functionality update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants