stable
Clone or download
Read-only
Part of story #10410 have burning parrot pull requests I did not upgrade angular-ui-router to latest version on purpose. It adds ~75kB to the minified bundle for no visible gain on our side. I also translated the "new inline comment" template buttons. Change-Id: Ia1d030837a19119f9407f940cb592aac1f306177
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/www/scripts/package-lock.json | +15 | −15 | Go to diff View file |
M | plugins/pullrequest/www/scripts/package.json | +5 | −5 | Go to diff View file |
M | plugins/pullrequest/www/scripts/po/template.pot | +2 | −0 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/app-config.js | +3 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/app-controller.js | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/dashboard-controller.js | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/dashboard-controller.spec.js | +2 | −3 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-collection-rest-service.spec.js | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-summary/pull-request-summary-controller.js | +1 | −3 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-summary/pull-request-summary-controller.spec.js | +22 | −11 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/file-diff/file-diff-directive.js | +25 | −12 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/files/files-controller.js | +9 | −6 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/labels/labels-controller.js | +1 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/overview/overview-controller.js | +22 | −19 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/overview/timeline/timeline-controller.js | +19 | −16 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/pull-request/header/header-controller.js | +10 | −7 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/pull-request/pull-request-controller.js | +2 | −4 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/pull-request/pull-request-controller.spec.js | +23 | −18 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/pull-request/pull-request-rest-service.spec.js | +0 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/user-rest-service.spec.js | +0 | −1 | Go to diff View file |