From: Christian M. <no...@gi...> - 2023-04-16 21:26:45
|
Branch: refs/heads/develop Home: https://github.com/CometVisu/CometVisu Commit: 216ca427b9c6791be7098f0d7a7b8981f69e6128 https://github.com/CometVisu/CometVisu/commit/216ca427b9c6791be7098f0d7a7b8981f69e6128 Author: undefined <undefined> Date: 2023-04-08 (Sat, 08 Apr 2023) Changed paths: M source/class/cv/Application.js M source/class/cv/TemplateEngine.js M source/class/cv/io/BackendConnections.js M source/class/cv/parser/pure/WidgetParser.js M source/class/cv/plugins/RssLog.js M source/class/cv/plugins/openhab/Openhab.js M source/class/cv/plugins/openhab/Settings.js M source/class/cv/report/Record.js M source/class/cv/report/Replay.js M source/class/cv/report/utils/FakeServer.js M source/class/cv/report/utils/MXhrReplayHook.js M source/class/cv/ui/common/Operate.js M source/class/cv/ui/common/Update.js M source/class/cv/ui/structure/pure/Controller.js M source/class/cv/ui/structure/pure/Page.js M source/class/cv/ui/structure/pure/Refresh.js M source/class/cv/ui/structure/pure/Web.js M source/class/cv/ui/structure/tile/Controller.js M source/test/karma/helper-spec.js M source/test/karma/ui/structure/pure/Refresh-spec.js M utils/screenshots-spec.js Log Message: ----------- add multi-backend support to pure structure and recording also fix replaying xhr responses that are delayed Commit: c8bda08fbc7969cf2ee1dada9ee3b15a942f2231 https://github.com/CometVisu/CometVisu/commit/c8bda08fbc7969cf2ee1dada9ee3b15a942f2231 Author: undefined <undefined> Date: 2023-04-08 (Sat, 08 Apr 2023) Changed paths: M source/class/cv/io/BackendConnections.js M source/class/cv/report/utils/MXhrReplayHook.js M source/class/cv/ui/structure/pure/Refresh.js Log Message: ----------- lint fixes Commit: 6137926c05a31aa3b45cfcb481168fc1dabd6dc0 https://github.com/CometVisu/CometVisu/commit/6137926c05a31aa3b45cfcb481168fc1dabd6dc0 Author: undefined <undefined> Date: 2023-04-08 (Sat, 08 Apr 2023) Changed paths: M source/class/cv/report/Replay.js Log Message: ----------- add compiler hint Commit: 7d2f9b620dcfc095bdfa64f29a48b9151daa8919 https://github.com/CometVisu/CometVisu/commit/7d2f9b620dcfc095bdfa64f29a48b9151daa8919 Author: undefined <undefined> Date: 2023-04-08 (Sat, 08 Apr 2023) Changed paths: M source/class/cv/io/BackendConnections.js M source/class/cv/parser/pure/WidgetParser.js Log Message: ----------- fix backend handling in testMode Commit: c09decba0e951473c795cade38e3451a64815b75 https://github.com/CometVisu/CometVisu/commit/c09decba0e951473c795cade38e3451a64815b75 Author: undefined <undefined> Date: 2023-04-08 (Sat, 08 Apr 2023) Changed paths: M source/class/cv/io/BackendConnections.js Log Message: ----------- lint fix Commit: 132d1c09178e53094f165926259f07a7cab94960 https://github.com/CometVisu/CometVisu/commit/132d1c09178e53094f165926259f07a7cab94960 Author: undefined <undefined> Date: 2023-04-08 (Sat, 08 Apr 2023) Changed paths: M source/class/cv/io/BackendConnections.js M source/class/cv/parser/pure/WidgetParser.js M source/test/karma/helper-spec.js Log Message: ----------- fix backend handling in testMode and unit tests Commit: 395603388b554bc5956087469f62a33da3b06fca https://github.com/CometVisu/CometVisu/commit/395603388b554bc5956087469f62a33da3b06fca Author: undefined <undefined> Date: 2023-04-09 (Sun, 09 Apr 2023) Changed paths: M source/class/cv/ui/manager/core/IconAtom.js Log Message: ----------- check if clipboard is available before using it (not available in unsafe environments) Commit: 9bcb65aec16d93e01a2067b40f94cd6b66b77e99 https://github.com/CometVisu/CometVisu/commit/9bcb65aec16d93e01a2067b40f94cd6b66b77e99 Author: undefined <undefined> Date: 2023-04-16 (Sun, 16 Apr 2023) Changed paths: M client/source/class/cv/io/Client.js M source/class/cv/io/BackendConnections.js Log Message: ----------- fallback to get client by type and fix getType return value of the default client Commit: 487c2d6b3eae3dece3c95f8e0e40937c6819a055 https://github.com/CometVisu/CometVisu/commit/487c2d6b3eae3dece3c95f8e0e40937c6819a055 Author: undefined <undefined> Date: 2023-04-16 (Sun, 16 Apr 2023) Changed paths: M source/class/cv/ui/structure/pure/Controller.js Log Message: ----------- make sure that we always have a default backend name when using pure structure Commit: 4232c8f7ba14935dac0eaa6151f17a5dab585718 https://github.com/CometVisu/CometVisu/commit/4232c8f7ba14935dac0eaa6151f17a5dab585718 Author: Tobias Bräutigam <tbr...@gm...> Date: 2023-04-16 (Sun, 16 Apr 2023) Changed paths: M source/class/cv/io/BackendConnections.js Log Message: ----------- treat backend as comma separated list and create clients only for that list Commit: 75c9eff1c6521fde6ae850e0d25aedcb1005ec1a https://github.com/CometVisu/CometVisu/commit/75c9eff1c6521fde6ae850e0d25aedcb1005ec1a Author: Christian Mayer <Chr...@us...> Date: 2023-04-16 (Sun, 16 Apr 2023) Changed paths: M client/source/class/cv/io/Client.js M source/class/cv/Application.js M source/class/cv/TemplateEngine.js M source/class/cv/io/BackendConnections.js M source/class/cv/parser/pure/WidgetParser.js M source/class/cv/plugins/RssLog.js M source/class/cv/plugins/openhab/Openhab.js M source/class/cv/plugins/openhab/Settings.js M source/class/cv/report/Record.js M source/class/cv/report/Replay.js M source/class/cv/report/utils/FakeServer.js M source/class/cv/report/utils/MXhrReplayHook.js M source/class/cv/ui/common/Operate.js M source/class/cv/ui/common/Update.js M source/class/cv/ui/manager/core/IconAtom.js M source/class/cv/ui/structure/pure/Controller.js M source/class/cv/ui/structure/pure/Page.js M source/class/cv/ui/structure/pure/Refresh.js M source/class/cv/ui/structure/pure/Web.js M source/class/cv/ui/structure/tile/Controller.js M source/test/karma/helper-spec.js M source/test/karma/ui/structure/pure/Refresh-spec.js M utils/screenshots-spec.js Log Message: ----------- Merge pull request #1345 from peuter/backport-multibackend add multi-backend support to pure structure and recording Compare: https://github.com/CometVisu/CometVisu/compare/72ac5da00936...75c9eff1c652 |