* [ACA-3348] Add default process name pipe
* [ACA-3348] Add documentation
* [ACA-3348] Change transform function to recieve a process def parameter, Update documentation
* Change parameter type to fix build
* Fix lint errors
* Move unit test to the correct describe
* Fix lint errors
* Move from one core pipe to different for APS1 and Cloud
* Add Pipe to process cloud providers
* Update documentation
* Revert demo-shell default process name
* Fix pipe version in documentation
* e2e - select process definition and then type name
* Fix process services e2e
* Align process filters e2e
* Align start-task-form cloud e2e
* Use processInstance model instead of processDefinition as a parameter for transform function
* [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
* [ACA-3245] Fetch alfresco repo name from an API
* [ACA-3245] Take the repo name from the API only when it is not defined in the app config
* [ACA-3245] Remo alfresco-1 as default in app.config service
* [ACA-3245] Remove passing null argument when calling getRepositories function
* [ACA-3245] Revert removing function parameter includeAccounts
* [ACA-3245] Add tenantId as optional
* [ACA-3245] Revert method
* [ACA-3245] Change both parameters to optional
* [ACA-3245] Rename param
* New regex validator for process name for checking if there is a space character as the first or the las one in the name.
* Added 2 new error messages for process name: Required and Pattern(no space in the beginning or the end). Changed the disabled start process button validation function.
* Unit test to disable the start button if the pattern validator for process name is raised.
* Added 2 new error messages for process start
* changed the label from the label name and type to always floating and switched the position of them.
* fix the double space issue
* added unit tests & created and used custom theme for scss
* added custom theme for start-process component
* removed the styleurl
* changet mat_get to mat-color
* update for travis
* Process-services:
Making sure you can run
ng build process-services
ng test process-services
* Fix the path of the styles
* move the file in the right place