Commit Graph

23 Commits

Author SHA1 Message Date
Eugenio Romano
282e64f93d Source Mapping is not working on test debugging (#1931)
* coverage single components run fix

* remove spec.ts from coverage

* make the coverage and the istanbul-instrumenter-loader works only over the console test because a problem on the remapping for the browser test

* move tslint on the main folder of any component

* remove build:w from readme

* stop build tslint error also in spec files

* clear karma file from unnecessary files

* add set -f for build all script in order to accept *

* fix lint problem and failing tests

* fix failing test search component

* add loader test for viewer

* fix tslint error userinfo

* --max_old_space_size=2048 remove

* fix tslint error uploader unused EventEmitter

* remove spec|index|.*mock|.*model|.*event from coverage
2017-06-29 15:09:08 +01:00
Eugenio Romano
075ee8a538 relative pointing (#1879)
readme modify
start.sh and nom-build-all refactoring
change travis conf
update version of zone.js (fixes console error)
karma conf remove dist
add alias build
override tsconfig components build
2017-05-25 15:12:52 +01:00
Eugenio Romano
af82f83669 Add config files in any components folder (#1878)
* add config files in any components folder
* all test run option ft and option to skip build and run only test
2017-05-25 15:12:50 +01:00
Mario Romano
6da0eaba37 Fix build problem (#1861)
* fix sourcemap
fix relative path and pre publish build
change travis wait
all test run build and remove unused cpx

* global test task
modify publish script to accept options

* appveyor run

* different approach single test run

* make it work the analytics test
modify start demo shell script to use a different registry

* sourcemap demo shell working

* update readme and add install after any clean
add registry option in start.sh script
add develop and normal mode in demo shell
add -d option in start.sh to point to the local components
add -c option in build script to point to the local components
2017-05-25 15:12:49 +01:00
Eugenio Romano
0b246b8211 Speed up build (#1852)
* single build webpack

* fix demo shell test
2017-05-25 15:12:46 +01:00
Eugenio Romano
41ee867fd7 add timeout increase karma tests (#1771) 2017-04-05 11:11:38 +01:00
Eugenio Romano
ace279671f increase inactivity timeout test (#1760) 2017-04-05 11:11:38 +01:00
Eugenio Romano
2586fba904 missing event coverage exclude (#1761) 2017-04-05 11:11:38 +01:00
Eugenio Romano
785db5ca00 fix HammerJS warning #1617 (#1755) 2017-04-05 11:11:38 +01:00
Eugenio Romano
e133fd6408 create bundle for all components 2016-12-14 15:49:08 +00:00
Will Abson
8f97c76668 Complete test coverage for ActivitiProcessService
Refs #849
2016-11-25 19:07:32 +00:00
Will Abson
5f60760cd5 New tests for processlist components
Refs #849
2016-11-25 19:07:31 +00:00
Will Abson
daec68b423 Add tests for start process component
Refs #730
2016-11-03 22:52:13 +00:00
Will Abson
cc77d8e18f Auto-create default process-instance filters
Refs #850
2016-10-12 15:56:40 +01:00
Eugenio Romano
1ce9ec26c6 fix test and coverage Angular2 Final release processlist component #749 2016-10-05 18:08:49 +01:00
Denys Vuika
9b2c576fb5 Upgrade ng2-activiti-process-list and ng2-activiti-form 2016-09-23 10:15:50 +01:00
Denys Vuika
c14341d1f8 Upgrade ng2-activiti-processlist 2016-09-19 11:59:10 +01:00
Will Abson
3b87b450c0 Add processlist component to demo shell
- Improvements to and rename list component
  - Add many more processlist components (filters, details, header,
    tasks)
  - Add dependency on tasklist component
  - Glue into demo-shell
  - Add Karma config but not actual tests yet

Refs #492
2016-08-29 10:59:02 -04:00
Eugenio Romano
9c5d62f5d1 tasklist modify step 1 2016-08-23 16:55:00 +01:00
Will Abson
486740fa2e Add coveralls config for processlist
Refs #344
2016-07-22 11:21:15 +01:00
Will Abson
b04293de75 Fix up processlist tests to work with datatable 2016-07-22 11:21:15 +01:00
Will Abson
13820a0f9f Fix running tests via npm run test
Refs #344
2016-07-22 11:21:14 +01:00
Will Abson
3272bf2fad Initial process list component
Refs #344
2016-07-22 11:21:14 +01:00