* add upload license script
* remvove
* Remove the siteFolder property when create a new repo because not compatible with activiti 1.11.1.1
Co-authored-by: MaurizioVitale <mauriziovitale@XXXX-MBP-1818.local>
* [ACA-4053] Add appVersion multiselect dropdown in cloud filters
* Call applications api to fetch the versions
* Keep both old and new appVersion filter
* minor changes
* Add unit tests
* Fix comments - remove appVersionMultiple input and use a common appVersion input
* Experimental solution
* Unify event emitters for aps and cloud filters
* Update emitter descriptions
* Fix/Add unit tests
* Unit tests part 2
* Update documentation, put mock objects into separate mock files and remove them from test files
* rename tests
* align demo-shell with the new changes
* fix aps demo shell
* added the possibility to show/hide cancel&submit buttons and also to emit the changes without any buttons
* added new doc
* Added optional on variable models to avoid breaking changes (#6328)
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* added the possibility to show/hide cancel&submit buttons and also to emit the changes without any buttons
* added new doc
Co-authored-by: Vito <vito.albano@alfresco.com>
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* [ACS-827] - added whitelisted element and method for checking them
* [ACS-827] - changed method name with clear one
* [ACS-827] - pr review changes
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* Add size value to getProcessInstanceByName
* edit getProcessInstanceByName method to search the process instance directly by its name
* add more options for filtering the list
* New feature: Search Filter Component - Hide facet if there is no filter category
* remove comments
* Fix lint errors
* Fix-Add unit tests
* Change demo shell facet query to current year
* Fix search e2e to use always current year
Co-authored-by: Raphael Kister <raphael.kister@alfresco.com>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
* [MNT-22003] - fixed check on variable for visibility service
* [MNT-22003] - update variable for test
* [MNT-22003] - added extra unit test for checking the process variable passed
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
* [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
* use interface instead of class
* cleanup code and fix html template typo
* api cleanup
* use interface instead of class
* code cleanup and test fixes
* use interface instead of class
* use interface instead of class, fix typing issues
* fix IDE support for spec files
* fix IDE for spec files
* unify filter compare
* remove jest
* use generics to reduce code duplication
* generic saveas
* unify code
* [AAE-3966] FE - Disable the upload button when the user doesn't have permissions in a folder
* * Handled both error messages while searching
* * Refactored names
* * Fixed unit tests and added some * Updated doc
* * Fixed comment
* Add method to create process with values
* Change the name of the method to be more precise
* Add 2 content models to subprocessapp
* Change properties names
* Add waitTillContentLoaded in check method
Add waitTillContentLoaded() step in check Content Is Displayed By Column for process and task lists to prevent future failures because of the loading time.
* Add waitTillContentLoaded in check method
Add waitTillContentLoaded() step in check Content Is Not Displayed By Column for process and task lists to prevent future failures because of the loading time.