Changes have been pushed for the repository "fawkesrobotics/fawkes".
Clone: https://github.com/fawkesrobotics/fawkes.git Gitweb: https://github.com/fawkesrobotics/fawkes The branch, idoychev/webview-fix has been updated to 82a41680ddcc8f2cb27164f6f1b3efb9e4cf6fea (commit) from 758100151c95f9d85267c015dfbeb7cafba4fb2c (commit) https://github.com/fawkesrobotics/fawkes/tree/idoychev/webview-fix Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - *Log* --------------------------------------------------------------- commit 82a41680ddcc8f2cb27164f6f1b3efb9e4cf6fea Author: Ivaylo Doychev <[email protected]> AuthorDate: Thu Mar 11 10:16:13 2021 +0100 Commit: Ivaylo Doychev <[email protected]> CommitDate: Thu Mar 11 10:16:13 2021 +0100 webview-frontend: turn off analytics Turn off analytics as it was causing the CI to run in a user prompt https://github.com/fawkesrobotics/fawkes/commit/82a41680d - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *Summary* ----------------------------------------------------------- src/plugins/webview/frontend/angular.json | 3 +++ src/plugins/webview/frontend/package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) - *Diffs* ------------------------------------------------------------- - *commit* 82a41680ddcc8f2cb27164f6f1b3efb9e4cf6fea - - - - - - - - - - Author: Ivaylo Doychev <[email protected]> Date: Thu Mar 11 10:16:13 2021 +0100 Subject: webview-frontend: turn off analytics src/plugins/webview/frontend/angular.json | 3 +++ src/plugins/webview/frontend/package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) _Diff for modified files_: diff --git a/src/plugins/webview/frontend/angular.json b/src/plugins/webview/frontend/angular.json index d7c42a587..d56d52d54 100644 --- a/src/plugins/webview/frontend/angular.json +++ b/src/plugins/webview/frontend/angular.json @@ -1,5 +1,8 @@ { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", + "cli": { + "analytics": false + }, "version": 1, "newProjectRoot": "projects", "projects": { diff --git a/src/plugins/webview/frontend/package.json b/src/plugins/webview/frontend/package.json index 57b9af9f7..5552e03db 100644 --- a/src/plugins/webview/frontend/package.json +++ b/src/plugins/webview/frontend/package.json @@ -11,7 +11,8 @@ "lint": "ng lint", "e2e": "ng e2e", "postinstall": "ngcc", - "update": "ng update -C --allow-dirty @angular/material" + "update": "ng update -C --allow-dirty @angular/core @angular/cli ", + "analytics": "ng analytics off" }, "private": true, "dependencies": { _______________________________________________ fawkes-commits mailing list [email protected] https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits
