-
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
Nae 1872 merge w/v6 #202
base: release/8.0.0
Are you sure you want to change the base?
Nae 1872 merge w/v6 #202
Conversation
- initial dev commit
# Conflicts: # src/main/groovy/com/netgrif/application/engine/startup/DemoRunner.groovy
- update dashboard and tile processes
- add transitions for each tile type
- fix typo in action
- add reference on parent dashboard - add save config button - make type required
- remove log
- add important things to place and arc to be able send informations to frontend -create method that send original transition places and arcs from net by case id - add collectiong assignt adn finish events to highlight path
…n MongoDB collection - fix history Service
- add permissions - change event labels
- make fields immediate in dashboard config - remove unused configuration field in dashboard tile
- register HttpSessionEventPublisher bean - add session event listener for session-destroy (remove impersonation context on session logout and timeout) - add comment to UserService to explain the code
- fix mistake
- revert demo runner
- fix circular dependency problem
# Conflicts: # src/main/groovy/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/ActionDelegate.groovy # src/main/java/com/netgrif/application/engine/history/domain/dataevents/GetDataEventLog.java # src/main/java/com/netgrif/application/engine/history/domain/dataevents/SetDataEventLog.java # src/main/java/com/netgrif/application/engine/history/domain/taskevents/AssignTaskEventLog.java # src/main/java/com/netgrif/application/engine/history/domain/taskevents/CancelTaskEventLog.java # src/main/java/com/netgrif/application/engine/history/domain/taskevents/DelegateTaskEventLog.java # src/main/java/com/netgrif/application/engine/history/domain/taskevents/FinishTaskEventLog.java # src/main/java/com/netgrif/application/engine/history/domain/taskevents/TaskEventLog.java
- add impersonation event logs - clean up impersonation service - use service instead of repository in ImpersonationRequestFilter - fix event logs after merge
# Conflicts: # src/main/java/com/netgrif/application/engine/petrinet/service/ProcessRoleService.java
- add new type: case view filter
- implemented setting of metadata for filter field
- changed component name for filter field in dashboard_tile.xml
# Conflicts: # pom.xml
- add SK and DE translations
- remove userlist
…thod - extend preference_filter_item.xml
…thod - new method
# Conflicts: # src/main/groovy/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/ActionDelegate.groovy # src/main/java/com/netgrif/application/engine/history/service/HistoryService.java # src/main/java/com/netgrif/application/engine/petrinet/service/PetriNetService.java
[NAE-1703] Dashboard
- fix history service test due to save being async
[NAE-1865] - Grid rendering performance improvement
- fix ProcessRoleServiceTest::shouldFindAllProcessRolesByPetriNet when roles are in different order
- fix TaskService::reloadTasks not resolving userRefs on case and tasks - refactor PostalCodeImporter
- create dashboard runner
# Conflicts: # CHANGELOG.md # pom.xml # src/main/java/com/netgrif/application/engine/history/service/HistoryService.java # src/main/java/com/netgrif/application/engine/petrinet/service/PetriNetService.java # src/main/java/com/netgrif/application/engine/workflow/service/DataService.java # src/main/java/com/netgrif/application/engine/workflow/service/TaskService.java # src/main/java/com/netgrif/application/engine/workflow/service/WorkflowService.java
- modified CHANGELOG.md
[NAE-1881] Release 6.3.0-rc.9
- modified CHANGELOG.md
- corrected tests and pdf generator according to corrected tests - created mixins for Jackson parsing
…n MongoDB collection - fix test
- corrected problem, when parsing I18nString field value
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Description
Optimised endpoint data, corrected tests to V7, merged with 6.3.0
Implements NAE-1872
Dependencies
No new dependencies were introduced.
Third party dependencies
No new dependencies were introduced.
Blocking Pull requests
There are no dependencies on other PR.
How Has Been This Tested?
This was tested manually with postman, JProfiler and unit tests.
Test Configuration
Checklist: