* [ADF-5379] Add a way to disable WS notifications
* Update app-notifications.service.ts
* Update task-filters-cloud.component.spec.ts
* Move flag to upper level in config.json
* Create new notification section in app.config.json
* Update implementation
* Improve naming
* [AAE-3967] Add datetime-range search filter component
* Fix bug from max date is not resetting when clicking the clear button
* Fix formatting identation on date-range component
* Add unit tests
* Add documentation
* Fix comments
* [ACA-3426] Move filter-menu inside search and renamed as search-header
* [ACA-3426] adf-search-header removed from document-list and implemented in app-files
* [ACA-3426] Allow custom header filters inside document-list
* [ACA-3426] Decouple search from the document-list
* [ACA-3409] NodePaging ouputed to the DL
* [ACA-3426] - fixed injection for service
* Dev baptiste aca 3430 (#5773)
* [ACA-3430] Add style to filter and hide action buttons from facet widgets
* [ACA-3430] Update eventEmitter created in the DL and create unit tests for the search-header
Co-authored-by: BaptisteMahe <mahe.baptiste.19@gmail.com>
* [ACA-3426] - added parent for service
* [ACA-3426] - added parent for service - fixed method
* [ACA-3426] Revert update EventEmitter inside DL
* [ACA-3436] Use of the node input instead of nodeUpdate mehtod
* [ACA-3426] Add clear behaviour to search-header
* [ACA-3426] Remove useless update exposition
* [ACA-3426] Update filter button styles and padding inside the filter menu
* [ACA-3443] Propagate filters states through DL and datatable to avoid hiding the header
* [ACA-3426] Refactor showHeader logic and use it for the filters
* [ACA-3426] - fixed pagination for filter result
* [ACA-3426] - fixed messed files after rebase
* [ACA-3426] - added simplified config version
* [ACA-3426] - enabling created by filter
* [ACA-3426] Fix search-date-range apply method
* [ACA-3426] Fix loading style and default showHeaderMode
* [ACA-3426] Changed showHedaer default to always
* [ACA-3426] - stabilised the feature and added injection token
* [ACA-3426] Add unit test for showHeader new behaviour
* [ACA-3426] Add documentation to search-header
* [ACA-3426] - added parent filtering for special folders
* [ACA-3426] - added unit test for search header
* [ACA-3426] - fixed search fitler behavour
* [ACA-3426] - fixed search result inject service
* [ACA-3426] - fixed search result inject service for search sorting
* [ACA-3426] - fixed title for matching selector
* [ACA-3426] - fixed app config with missing search widget
* Update search-header.component.md
Co-authored-by: BaptisteMahe <mahe.baptiste.19@gmail.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* [ACA-3255] FE - Claim a task
* * Added unit tests
* * Added unit tests
* Changed cloud directive names
* * Added/Updated documents
* * Added showReleaseClaim button flag
* Add unit test too
* * Used claim/release directive in task-header component.
* * Fixed unit test
* * Fixed one comment
* * After rebase
* * Fixed comments
* added new component to compare current and new file version of a node.
* update doc
* added more tests
* updated docs
* small fixes
* changed with typography
* Update version-comparison.component.md
* handle hiding the comparison component on demo shell if cancelled/uploaded a new file version
* small fixes
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* [ACA-3304] FE - Add a drop down to select running application on start process component
* * Removed unwanted css
* * Added unit tests and updated docs
* * Fixed comments
* * Added way to test application dropdown in start-process
* * Fixed failing unit tests
* * Removed all option* Fixed failing e2e
* * Demo on list com
* [ADF-4828] [ADF] [ProcessListCloudComponent] Add action and context menu.
* Exposed action and context menu.
* Provided a way to in the demo shell to test action menu.
* Added required transaltion on demo shell.
* * Added doc
* [ADF-4829] [ADF] [TaskListCloudComponent] Add action and context menu.
* Exposed action and contect menu on tasklist page.
* * Added documentation.
* * Fixed typo
* * After rebase
* * Fixed failing e2e test on cloud demo tasklist
* * Added providedIn in Task/process cloud service.
* * Demo on list com
* [ADF-4828] [ADF] [ProcessListCloudComponent] Add action and context menu.
* Exposed action and context menu.
* Provided a way to in the demo shell to test action menu.
* Added required transaltion on demo shell.
* * Added doc
* * Fixed comments.
* [ADF-4432] FormCloud - should be read only if the task is unclaimed.* Modifed formCloud component related claim/unclaim custom buttons.* Added unit tests to the recent changes* Created an component to project custom form outcomes.
* * Added documentation to the formcloudcustomoutcome component.
* [ADF-4248] Created form cloud service
* [ADF-4248] Created form cloud model
* [ADF-4248] Created new cloud form
* [ADF-4248] Exported cloud from module
* [ADF-4248] Added form saving feature
* [ADF-4248] Added form to task details
* [ADF-4248] Added services to save form
* [ADF-4248] Added data support
* [ADF-4248] Added outcome support in form model
* [ADF-4248] Modified demo component to show form
* [ADF-4248] Copied tests
* [ADF-4248] Added form parsing service
* [ADF-4248] Added form cloud demo
* [ADF-4248] Added form input to fom-cloud
* [ADF-4248] Added tests for form cloud model
* [ADF-4248] Improved form model json parsing
* [ADF-4248] Added test for form could
* [ADF-4248] Refactored types in the form model
* [ADF-4248] Improved tests
* [ADF-4248] Added tests for form cloud service
* [ADF-4248] Added tests for form services
* [ADF-4248] Refactored form services
* [ADF-4248] Handled form events in demo shell
* [ADF-4248] Improved form value parsing
* [ADF-4248] Added form-cloud demo to routing
* [ADF-4248] Added field validation without handler
* [ADF-4248] Added task variable model
* [ADF-4248] Added adf-cloud prefix to css classes
* [ADF-4248] Translated name of nameless task
* [ADF-4248] Added docs for cloud form component
* [ADF-4248] Added docs for cloud form service
* create base component
* [ADF-4248] Created formBase and formModelbase
* [ADF-4248] Used base classes in cloud package
* Update form-cloud.component.md
* Update form-cloud.service.md
* [ADF-4248] Created form cloud service
* [ADF-4248] Created form cloud model
* [ADF-4248] Created new cloud form
* [ADF-4248] Exported cloud from module
* [ADF-4248] Added form saving feature
* [ADF-4248] Added form to task details
* [ADF-4248] Added services to save form
* [ADF-4248] Added data support
* [ADF-4248] Added outcome support in form model
* [ADF-4248] Modified demo component to show form
* [ADF-4248] Copied tests
* [ADF-4248] Added form parsing service
* [ADF-4248] Added form cloud demo
* [ADF-4248] Added form input to fom-cloud
* [ADF-4248] Added tests for form cloud model
* [ADF-4248] Improved form model json parsing
* [ADF-4248] Added test for form could
* [ADF-4248] Refactored types in the form model
* [ADF-4248] Improved tests
* [ADF-4248] Added tests for form cloud service
* [ADF-4248] Added tests for form services
* [ADF-4248] Refactored form services
* [ADF-4248] Handled form events in demo shell
* [ADF-4248] Improved form value parsing
* [ADF-4248] Added form-cloud demo to routing
* [ADF-4248] Added field validation without handler
* [ADF-4248] Added task variable model
* [ADF-4248] Added adf-cloud prefix to css classes
* [ADF-4248] Translated name of nameless task
* [ADF-4248] Added docs for cloud form component
* [ADF-4248] Added docs for cloud form service
* create base component
* [ADF-4248] Created formBase and formModelbase
* [ADF-4248] Used base classes in cloud package
* [ADF-4248] Moved documentation to process services
* [ADF-4248] Removed duplicate import
* [ADF-4248] Fixed wrong imports
* [ADF-4248] Renamed form renderer input
* [ADF-4248] Show translated name for nameless form
* Enable the uploadWidget
* Make the form great again!
* Move the class style on the parent
* Fix the debugMode
* [ADF-4123] Added service to get process instance details
* [ADF-4123] Added process header component
* [ADF-4123] Added more properties to model
* [ADF-4123] Exported process sidebar
* [ADF-4123] Added new process instance details demo component
* [ADF-4123] Added tests for module
* [ADF-4123] Added tests for process-header
* [ADF-4123] Added documentation
* [ADF-3883] Improve edit-process-filter-cloud by adding inputs to control filters, sort and actions * Fixed translate keys
* * Added more properties to the editProcessModel
* Fix FIlterOption model
* Fix import model name
* * After rebase* Cherry pick * Updated doc
* Revert commit
* Revert changes
* * Removed obervalu from model* Added edit process/task filter to the demo shell* Refacotred edit task/process filter * Updated test to the recent changes
* * Fixed failing e2e tests * Added data-automation-id
* * After rebase
* * Modified ProcessFilterActionType model* Added condition to get the currect filter after save as* Changed column to sort in the en.json, removed unused keys* Improved onSave editProcessfilter method * imported missing groupModule in the process-service-cloud module
* * Fixed e2e test
* [ADF-1344] New Custom Loading Content Directive for Datatable Component
* [ADF-1344] Add unit tests for directives on Document List
* [ADF-1344] Add directive prefix to context-menu directive
* [ADF-1344] Old directive selectors have been put back
* [ADF-1344] Add old selector for empty-content directive
* * Generated EditProcessFilterComponent by cli
* Added MatExpansionModule
* * Added translation keys related to the editProcessFilterComponent
* Updated editProcessFilterComponent
* * Refactored EditProcessFilter component
* Created delete , save and saveAs filter methods in the service
* Generated ProcessDialog component
* Exported process-cloud
* Added Unit tests to the EditProcessFilter
* * Added unit tests to the processFIlterDialog component* Refactored process-list-cloud-demo component
* * Added editProcessFilter documentaion.
* * Unified process filter cloud models
* * Used new process-filter-cloud model
* * Updated documentation
* * Updated demo component
* * Updated editProcessFilter unit tests
* * After rebase* Fixed missing documentation
* * Fixed conflicts
* Rebased with dev branch
* Fix import
* * Genearated EditTaskFilterCloudComponent
* * Added unit tests to the editTaskFiltercomponent
* Added unit tests to the taskFilterDialog
* Added id selector
* * Added translation keys to the editTaskFilter component* Added translation keys related to the editTask in the en.json file* Changed FilterRepresentationModel to TaskFilterCloudRepresentationModel* Refactored editTaskFilterComponent* Created a deleteFilter method in the taskService
* * Refactored editTaskFilterComponent
* * used new editTaskFilterCloud component in the demo shell
* * Refactored editTaskFilter component* Updated unit tests
* Refresh the filters after the action
Reset the values after the EditComponentChanges
Improve the code
* * Added translate keys in demo shell for edittaskDialog component
* Modified translate keys for editTaskFilterCLoud component
* * Added documentation to the editTaskFilter component.* Fixed a typo.* Fixed Failing Test cases. * Added a EditTaskFilterCloud png
* rebase to dev
fix bugs and improve integration
* * Fixed tsLint css error
* * Fixed tslint css error * Fixed one unit test
* Move the concern of save delete saveAs into the component
fix integration with Demo shell
fix bugs
* * Updated unit test to the recent changes
* * Updated editTaskFIlter doc
* Added unit tests to the taskFIlterDialog component
* * Updated editTaskFIlter doc* Added unit tests to the taskFIlterDialog component
* * Merged task filter models to a single model
* * Updated tests with new taskfilter model
* * Updated documentation for new taskfilter model
* * Used new taskfilter model in the demo
* * Improved filter selection method
* * Removed unnecessory tanslate keys from demo shell
* Modified filterCloudModel
* fixed unit tests to the recent changes
* * Improved change handling for filter properties
* * Improved unit tests
* [ADF-3538] start creating new folder for cloud components
* [ADF-3538] added new package to the script and the builds
* [ADF-3538] added some more changes to scripts
* [ADF-3538] - starting the new package
* Add a cloud component as example
* Skip the scss style
* remove useless codes
* Add i18n example
* remove useless code
* Simplify the hello component
Fix the wrong path
* add the app-list-cloud-component
add the app-details-cloud-component
* Fix process service cloud path
* Remove useless file
* [ADF-3540] Start Task Component APS2
* Generated startTaskCloudModule
* Generated start-task-cloud component by cli
* Used start-task-cloud in the demo shell
* * Added FormModule instead of CoreModule
* Added StartTaskTestingModule
* Refactored startTaskCloud Component
* * Used FlexLayout
* Used Keylock api to fetch users
* Removed all css
* Refactored start-task-cloud component
* Removed form field from the starttask form
* Created UsedCloud model
* Added unit test to the recent changes
* Added mock objects
* * Added unit test to the startTaskCloud component
* * Added documentation about startTaskCLoud component
* Changed runtimeBundle to appName
* Changed defaultTaskName to name
* * Generated people-cloud component
* Created initialUserName pipe
* * Fetching roles by userId
* Filtering Users with required roles
* Removed duplicates
* Generated initial-user-name pipe
* Generated people-cloud component
* Created roleCloud module
* * Rebased with development branch
* Created start-task-cloud-demo component in the demo-shell
* * Added unit tests to the start-task-cloud service
* Added unit test to the people-cloud component and userInitail pipe
* Updated start-task unit tests to the recent changes
* Created mock data
* * Updated people-cloud component with error message* Updated unit tests
* * Included StartTaskCloud component in the demoShell* Created startTask demo component* Added create task button in the tasklist demo component
* * Added lodash
* * Fixed lodash import
* Add the start task into the cloud demo
* Fix the lodash import and @type
* Show the My task once the task has been created
* first change
* [ADF-3540] Improved start task component
* [ADF-3540] Fixed expression changed error
* [ADF-3540] Refactored code
* [ADF-3540] Fix lodash import error
* [ADF-3540] Remove lodash dependency
* [ADF-3540] Refatored code
* tmp
* [ADF-3540] Show/Hide current user as part of list
* [ADF-3340] Assign new task to current user when no assignee selected
* [ADF-3540] Rebased the latest changes
* [ADF-3540] Refactored code
* [ADF-3540] Improved user search logic for people component
* [ADF-3540] Moved user services to Core module
* [ADF-3540] Modified translation keys
* Add process-services-cloud into the license rule
* Fix wrong import for prod build
* Add license header
* Fix unit tests
* Fix proxy karma for content
* Fix proxy karma for process services
* Fix proxy karma for process cloud
* [ADF-3606] added extra icon for special folders
* [ADF-3606] changed icons and added tests
* [ADF-3606] added navigation via linked folder
* [ADF-3606] fixed problem in test
* [ADF-3606] added extra documentation
* [ADF-3606] fixed problem with folderchange event
* [ADF-3723] added first step to adf tree view component
* [ADF-3723] start adding tests for the new component
* [ADF-3723] fixed style and start adding tests
* [ADF-3723] working on unit test
* [ADF-3723] added test for the new tree view component
* [ADF-3723] added event when clicked on a tree node
* [ADF-3723] refactored code
* [ADF-3723 added peer review changes
* [ADF-3723] fixed extra space
* [ADF-3723] fixed unit test
* [ADF-3723] fixed failing unit test