stable
Clone or download
Read-only
part of request #16579 Get rid of restangular in Kanban app No functional change. This commit only adds unit tests on all areas using restangular. Change-Id: Ia738691ceedbbb8a080a045ea777822f73e91e02
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/kanban/src/app/jwt/jwt-service.js | +21 | −2 | Go to diff View file |
A | plugins/agiledashboard/scripts/kanban/src/app/jwt/jwt-service.test.js | +51 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-item/kanban-item-rest-service.js | +22 | −5 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-item/kanban-item-rest-service.test.js | +84 | −42 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-service.js | +19 | −13 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-service.test.js | +463 | −190 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/user-preferences/user-preferences-service.js | +20 | −1 | Go to diff View file |
A | plugins/agiledashboard/scripts/kanban/src/app/user-preferences/user-preferences-service.test.js | +57 | −0 | Go to diff View file |