Release 6.5.0#466
Conversation
- implement auto-select for menu items
- create processes for managing dashboards - dashboard_management and dashboard_item - create runner for importing dashboard management processes
- added option to load icon from web (image from web) - added option to change dashboard toolbar logo - added option to chane appearance of dashboard toolbar
- added option to change icon and font colors in dashboard items - fix for items ordering
…temoch - fix ActionDelegate.execute method - update ActionDelegate menu item methods - import configuration nets in FilterRunner - implement MenuItemService with new or updated domain models - move menu item domain models to menu package - implement MenuItemView enum - implement MenuItemUtils - rename preference_item to menu_item - add tabbed_case_view_configuration and tabbed_task_view_configuration nets - update MenuItemApiTest according to changes
…temoch - add logging to MenuItemService
…temoch - add or update javadoc
- add translations
- remove redundant MenuItemBody attribute - update menu_item and tabbed_case_view_configuration dataGroups
- update MenuItemService find methods - fix MenuItemApiTest.testDuplicateMenuItem
- update MenuItemBody.setView
…Count error - ElasticCaseService, ElasticViewPermissionService: refactored queries to use termsQuery and filter, reducing clause count. - pom.xml: updated spring-session to spring-session-core.
- add option to change profile and login urls
- implement TabbedTicketView configuration - implement TabbedSingleTaskView configuration - fix missing entry in ViewBody - fix method call in tabbed_case_view_configuration
- change default value of login url to empty string
- update by PR comments - create findCasesElastic method in ActionDelegate with default page size of 1000 items - check duplicate ids in dashboard_item and dashboard_management in finish action - move importProcess function into ImportHelper and clean runners
- fix setting view_configuration_type
- add translations
- documentation
- implement basic elastic search for title and identifier to ElasticPetriNetService and implement endpoint for elastic search
- remove TODO
- enabled MenuItemApiTest
- change default page size to 100 in findCasesElastic
- resolve PR comments
- add MenuItemView.isPrimary attribute - fix options initializing in configuration
# Conflicts: # src/main/groovy/com/netgrif/application/engine/startup/FilterRunner.groovy
- fix after merge
- add state change actions to archive and delete tasks - remove "Back to draft" as it is not needed anymore
- add missing process versions - refactor PetriNetService to use common internal importPetriNet function - fix runner controller
- remove prefix autocomplete in ActionDelegate for PFQL methods - implement PFQL endpoints dedicated for Elasticsearch - update tests
- fix PFQL task search endpoint to interact only with Mongo database
- update tests to test permissions
- simplify build of completePredicate
- fix java test by adding missing version tag to test processes and adding missing runner to test helper
- fix typo in version - fix some groovy tests
- fix setData using searchOne instead of findOne
- fix closing stream in ProcessRunner - add custom exception for importing existing net version - fix missing field declaration in action
- add xml content to process case of system processes - add default process case name - change title on title change - fix archive method using logged user and not logged user of logged user
- make logs visible - add xml_text to View task
- make version increment required
- fix xml_text component
- change order of deploy and cancel edit
- change task and event title - add auto assign policy
[NAE-2447] System process Process
- switch Edit task taskRef with direct dataRefs
- disable test
- resolve PR comments
- fix constructor in ElasticTaskSearchRequest
[NAE-2450] Filter field PFQL support
- add missing permissions on system processes
- update changelog - update version number
|
Important Review skippedToo many files! This PR contains 432 files, which is 332 over the limit of 100. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (454)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Release v6.5.0
Dependencies
Third party dependencies
org.antlr: antlr4-runtime: 4.13.1https://mvnrepository.com/artifact/org.antlr/antlr4-runtime/4.13.1How Has Been This Tested?
Both using automated tests and manually in the starter app
Checklist: