|
From: Christian M. <no...@gi...> - 2025-08-18 19:12:01
|
Branch: refs/heads/develop Home: https://github.com/CometVisu/CometVisu Commit: 7ab6925f19b9fe44306df7a5b4d8b0b9eabf097b https://github.com/CometVisu/CometVisu/commit/7ab6925f19b9fe44306df7a5b4d8b0b9eabf097b Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-18 (Tue, 18 Feb 2025) Changed paths: M source/class/cv/TemplateEngine.js M source/class/cv/ui/structure/tile/elements/AddressGroup.js M source/class/cv/ui/structure/tile/elements/StateNotification.js M source/test/karma/helper-spec.js M source/test/karma/ui/structure/tile/elements/Address-spec.js A source/test/karma/ui/structure/tile/elements/AddressGroup-spec.js M source/test/karma/ui/structure/tile/elements/Backend-spec.js M source/test/karma/ui/structure/tile/elements/Icon-spec.js A source/test/karma/ui/structure/tile/elements/Loader-spec.js M source/test/karma/ui/structure/tile/elements/Mapping-spec.js A source/test/karma/ui/structure/tile/elements/StateNotification-spec.js M source/test/karma/ui/structure/tile/elements/Styling-spec.js Log Message: ----------- chore: write unit tests for cv.ui.structure.tile.elements.* and fix found errors Commit: fc216a12965fd6e78f17e081979b588e59307f63 https://github.com/CometVisu/CometVisu/commit/fc216a12965fd6e78f17e081979b588e59307f63 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-19 (Wed, 19 Feb 2025) Changed paths: M source/class/cv/ui/structure/tile/MRefresh.js Log Message: ----------- refactor: unset timer when refresh is disabled Commit: f697b314c24c1cbc7c356cdd82534c02088cc5dd https://github.com/CometVisu/CometVisu/commit/f697b314c24c1cbc7c356cdd82534c02088cc5dd Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-19 (Wed, 19 Feb 2025) Changed paths: M source/class/cv/ui/structure/tile/widgets/Web.js Log Message: ----------- fix: avoid loading content twice when widget gets visible for the first time the refresh handler already loads once when it gets visible, this additional handler was obsolete Commit: d6b5469e4ab9cfb41bfd9eac27b1a2eed5b29f89 https://github.com/CometVisu/CometVisu/commit/d6b5469e4ab9cfb41bfd9eac27b1a2eed5b29f89 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-19 (Wed, 19 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/widgets/Web-spec.js Log Message: ----------- test: add tests for cv-web widget Commit: 651bec8fc089d2e995b254c578a9fbcec72c2125 https://github.com/CometVisu/CometVisu/commit/651bec8fc089d2e995b254c578a9fbcec72c2125 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: M Gruntfile.js Log Message: ----------- build: add more command line options for test runner Commit: 2c32578c8a82744e80856bb9b330fa4a0a57c3b5 https://github.com/CometVisu/CometVisu/commit/2c32578c8a82744e80856bb9b330fa4a0a57c3b5 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: M source/class/cv/ui/structure/tile/widgets/Dynamic.js Log Message: ----------- fix: use correct name in attribute check Commit: 71111fffa990598f7e2be89bab01b78baedcdd33 https://github.com/CometVisu/CometVisu/commit/71111fffa990598f7e2be89bab01b78baedcdd33 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/widgets/Dynamic-spec.js Log Message: ----------- test: add unit tests for cv-dynamic widget Commit: cecd19ed3cdd2d63c544865570082152b87043b5 https://github.com/CometVisu/CometVisu/commit/cecd19ed3cdd2d63c544865570082152b87043b5 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/widgets/Group-spec.js Log Message: ----------- test: add unit tests for cv-group widget Commit: 340309ab07f033eedebf02b50855d5ab2b53eb72 https://github.com/CometVisu/CometVisu/commit/340309ab07f033eedebf02b50855d5ab2b53eb72 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: M source/class/cv/ui/structure/tile/widgets/Page.js Log Message: ----------- fix: newer versions of safari/firefox support content-visibility now see https://caniuse.com/css-content-visibility Commit: e97b161b42fce5933e20925db8ad4c3329495e3b https://github.com/CometVisu/CometVisu/commit/e97b161b42fce5933e20925db8ad4c3329495e3b Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/widgets/Page-spec.js Log Message: ----------- test: add unit tests for cv-page widget Commit: b5c0dd0f4254642c9d6aee30599dd57881c216e8 https://github.com/CometVisu/CometVisu/commit/b5c0dd0f4254642c9d6aee30599dd57881c216e8 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: M source/test/karma/helper-spec.js M source/test/karma/karma.conf.js M source/test/karma/ui/structure/tile/widgets/Dynamic-spec.js M source/test/karma/ui/structure/tile/widgets/Group-spec.js Log Message: ----------- test: refactor some helper functions Commit: 574258b53435245f256480fbb2847570edd0a1b3 https://github.com/CometVisu/CometVisu/commit/574258b53435245f256480fbb2847570edd0a1b3 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: M source/test/karma/helper-spec.js Log Message: ----------- chore: remove debug code Commit: 697fb5333b872c05092feccea5e5a00a8eb4d631 https://github.com/CometVisu/CometVisu/commit/697fb5333b872c05092feccea5e5a00a8eb4d631 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/widgets/Popup-spec.js Log Message: ----------- test: add unit tests for cv-popup Commit: 57072025c81cf32cd59f22c5fd876abb01017468 https://github.com/CometVisu/CometVisu/commit/57072025c81cf32cd59f22c5fd876abb01017468 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: M source/class/cv/ui/structure/tile/widgets/Page.js M source/test/karma/ui/structure/tile/widgets/Dynamic-spec.js Log Message: ----------- chore: lint fixes Commit: c820eccb3f316bf58cbe71f305270d4a8b5d16c8 https://github.com/CometVisu/CometVisu/commit/c820eccb3f316bf58cbe71f305270d4a8b5d16c8 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: M source/test/karma/ui/structure/tile/widgets/Group-spec.js Log Message: ----------- chore: un-debug Commit: fd15e87e093da45177ea0ccbbf9f375fa88ee4f0 https://github.com/CometVisu/CometVisu/commit/fd15e87e093da45177ea0ccbbf9f375fa88ee4f0 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: M source/class/cv/ui/structure/tile/widgets/Tile.js Log Message: ----------- refactor: remove un-used code Commit: ff974208eef3477ab2f557dbc0b0535265ea472b https://github.com/CometVisu/CometVisu/commit/ff974208eef3477ab2f557dbc0b0535265ea472b Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/widgets/Tile-spec.js Log Message: ----------- test: add unit tests for cv-tile widget Commit: 863dc7c2cfd12501446d42977b3e743f8c912f49 https://github.com/CometVisu/CometVisu/commit/863dc7c2cfd12501446d42977b3e743f8c912f49 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-22 (Sat, 22 Feb 2025) Changed paths: M source/test/karma/karma.conf.js Log Message: ----------- test: exclude simulation from coverage Commit: 74538b8ef17dd020cf6c6f1862de6c3bb19719c2 https://github.com/CometVisu/CometVisu/commit/74538b8ef17dd020cf6c6f1862de6c3bb19719c2 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-23 (Sun, 23 Feb 2025) Changed paths: M source/class/cv/ui/structure/tile/components/Button.js Log Message: ----------- refactor: find parent cv-tile when its the direct parent (which the schema allows) also do not use functions with bound context because they are not spy-able in unit tests. Use arrow functions instead Commit: 6a8fe68a8358512cb019499b8af89794ebe263a4 https://github.com/CometVisu/CometVisu/commit/6a8fe68a8358512cb019499b8af89794ebe263a4 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-23 (Sun, 23 Feb 2025) Changed paths: M source/test/karma/helper-spec.js A source/test/karma/ui/structure/tile/components/Button-spec.js Log Message: ----------- test: add unit tests for cv-button component Commit: f0aeafdc7bf5c196d77e7c17abc649f3230e5ddf https://github.com/CometVisu/CometVisu/commit/f0aeafdc7bf5c196d77e7c17abc649f3230e5ddf Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-23 (Sun, 23 Feb 2025) Changed paths: M source/resource/designs/tile/basic.scss Log Message: ----------- style: ass classes for all widget stylings This allows user templated to copy existing widgets and customize them but still use the same styling as the original widget Commit: 609ab2dca1e30c621875d7ffe051163c2ec3a8cf https://github.com/CometVisu/CometVisu/commit/609ab2dca1e30c621875d7ffe051163c2ec3a8cf Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-23 (Sun, 23 Feb 2025) Changed paths: M source/class/cv/ui/structure/tile/components/Value.js Log Message: ----------- fix: always detect overflow when visible Commit: 0eb4e9f46211849af1d64c008faec8388d612492 https://github.com/CometVisu/CometVisu/commit/0eb4e9f46211849af1d64c008faec8388d612492 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-23 (Sun, 23 Feb 2025) Changed paths: M source/class/cv/ui/structure/tile/components/List.js Log Message: ----------- test: add instance check Commit: d2f32fe088c5d2b5edff373143432f6ae7f0419b https://github.com/CometVisu/CometVisu/commit/d2f32fe088c5d2b5edff373143432f6ae7f0419b Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-23 (Sun, 23 Feb 2025) Changed paths: M source/test/karma/ui/structure/tile/components/Button-spec.js Log Message: ----------- test: add instance check Commit: 472cf86d6460785bdd922afd68e00a4e4d7473d0 https://github.com/CometVisu/CometVisu/commit/472cf86d6460785bdd922afd68e00a4e4d7473d0 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-23 (Sun, 23 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Value-spec.js Log Message: ----------- test: add unit tests for cv-value Commit: 62d827d031342eb4ff8d2f8fcc4f2c9527779ba7 https://github.com/CometVisu/CometVisu/commit/62d827d031342eb4ff8d2f8fcc4f2c9527779ba7 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-23 (Sun, 23 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Spinner-spec.js Log Message: ----------- test: add unit tests for cv-spinner Commit: e4114bbbef92baa70fe7449bc702bab8dd2c03f4 https://github.com/CometVisu/CometVisu/commit/e4114bbbef92baa70fe7449bc702bab8dd2c03f4 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-24 (Mon, 24 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Slider-spec.js Log Message: ----------- test: add unit tests for cv-slider Commit: f85aa64f8f127ce2956a6bcabdbd8d236cf9f49d https://github.com/CometVisu/CometVisu/commit/f85aa64f8f127ce2956a6bcabdbd8d236cf9f49d Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-24 (Mon, 24 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Select-spec.js Log Message: ----------- test: add unit tests for cv-select Commit: c519d0949f7eaeff2b308249995d0980fbf1c384 https://github.com/CometVisu/CometVisu/commit/c519d0949f7eaeff2b308249995d0980fbf1c384 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-25 (Tue, 25 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/components/RoundProgress-spec.js Log Message: ----------- test: add unit tests for cv-round-progress Commit: d60f1e6518000c2172869497da95ce45287c1f9c https://github.com/CometVisu/CometVisu/commit/d60f1e6518000c2172869497da95ce45287c1f9c Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-25 (Tue, 25 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Plugin-spec.js Log Message: ----------- test: add unit tests for cv-plugin Commit: 8c2b1726e783c801c460745bf0af66eea34e307f https://github.com/CometVisu/CometVisu/commit/8c2b1726e783c801c460745bf0af66eea34e307f Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-26 (Wed, 26 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/components/MenuItem-spec.js Log Message: ----------- test: add unit tests for cv-menu-item Commit: 33600f5de925145cae4c8c4bb3fb375bbae34ad9 https://github.com/CometVisu/CometVisu/commit/33600f5de925145cae4c8c4bb3fb375bbae34ad9 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-26 (Wed, 26 Feb 2025) Changed paths: R source/class/cv/ui/structure/tile/components/MenuAction.js A source/class/cv/ui/structure/tile/components/MenuItem.js Log Message: ----------- refactor: rename class like element name Commit: 74b484b961fdec8365a5dcf989d924b85a956aab https://github.com/CometVisu/CometVisu/commit/74b484b961fdec8365a5dcf989d924b85a956aab Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-27 (Thu, 27 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/components/ListItem-spec.js Log Message: ----------- test: add unit tests for cv-listitem Commit: e60335d49033c11757105fe7df2a5e30f8640c75 https://github.com/CometVisu/CometVisu/commit/e60335d49033c11757105fe7df2a5e30f8640c75 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-27 (Thu, 27 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Icon-spec.js Log Message: ----------- test: add unit tests for cv-icon Commit: 204bf751a8b53cc6dfcf0b19e00c02d46853d8cc https://github.com/CometVisu/CometVisu/commit/204bf751a8b53cc6dfcf0b19e00c02d46853d8cc Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-27 (Thu, 27 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/widgets/Breadcrumps-spec.js Log Message: ----------- test: add unit tests for cv-breadcrumb Commit: 322fa4fda16f80acf892a65b0ebf9d2bfa506271 https://github.com/CometVisu/CometVisu/commit/322fa4fda16f80acf892a65b0ebf9d2bfa506271 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-28 (Fri, 28 Feb 2025) Changed paths: M source/class/cv/ui/structure/tile/MFullscreen.js M source/class/cv/ui/structure/tile/widgets/Web.js M source/resource/designs/tile/basic.scss M source/resource/visu_config_tile.xsd Log Message: ----------- feat: allow fullscreen for cv-web Commit: 1a6787999e963c1f4ae537683dc41bb64d22ce05 https://github.com/CometVisu/CometVisu/commit/1a6787999e963c1f4ae537683dc41bb64d22ce05 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-02-28 (Fri, 28 Feb 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Breadcrumps-spec.js R source/test/karma/ui/structure/tile/widgets/Breadcrumps-spec.js Log Message: ----------- refactor: move to correct folder Commit: 82df70b1fe49088a1c1cd669186a615e83f356de https://github.com/CometVisu/CometVisu/commit/82df70b1fe49088a1c1cd669186a615e83f356de Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/widgets/Web-spec.js Log Message: ----------- test: add test for cv-web fullscreen support Commit: 3b5c66d5fb2fb4cc8e7dd787e8ded92c029ce62a https://github.com/CometVisu/CometVisu/commit/3b5c66d5fb2fb4cc8e7dd787e8ded92c029ce62a Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: M source/class/cv/io/listmodel/FritzCallList.js R source/class/cv/ui/structure/tile/MStringTransforms.js M source/class/cv/ui/structure/tile/components/Button.js M source/class/cv/ui/structure/tile/components/Flow.js M source/class/cv/ui/structure/tile/components/Menu.js M source/class/cv/ui/structure/tile/components/svg/MGraphicsElement.js M source/class/cv/ui/structure/tile/elements/AddressGroup.js A source/class/cv/util/MStringTransforms.js Log Message: ----------- refactor: move StringTransforms mixin to util because its not tile related and use it everywhere needed Commit: fa192168c3cb11132d6990533518bf96e40769b0 https://github.com/CometVisu/CometVisu/commit/fa192168c3cb11132d6990533518bf96e40769b0 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/components/Select-spec.js Log Message: ----------- test: increase timeout to make the test more reliable Commit: 4ba213079cf964414a0157863800ef76bc1eaf2a https://github.com/CometVisu/CometVisu/commit/4ba213079cf964414a0157863800ef76bc1eaf2a Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/widgets/Group-spec.js M source/test/karma/ui/structure/tile/widgets/Page-spec.js M source/test/karma/ui/structure/tile/widgets/Popup-spec.js M source/test/karma/ui/structure/tile/widgets/Tile-spec.js Log Message: ----------- chore: remove duplicate headers Commit: 6600987652a9cd8fb977f2335895ffeec3c3f36e https://github.com/CometVisu/CometVisu/commit/6600987652a9cd8fb977f2335895ffeec3c3f36e Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/Menu.js Log Message: ----------- fix: minor fixes for cv-menu * for menuItems model there is no need to wait for domReady * prevent item clicks from bubbling up to parents * fix check if clicked inside the menu Commit: 288301212595b8fdaece206092857d56bac7a62c https://github.com/CometVisu/CometVisu/commit/288301212595b8fdaece206092857d56bac7a62c Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Menu-spec.js Log Message: ----------- test: add unit tests for cv-menu Commit: e2ceba8888d8b6b99e7d8783eaf7ee0a35681aef https://github.com/CometVisu/CometVisu/commit/e2ceba8888d8b6b99e7d8783eaf7ee0a35681aef Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/elements/Loader-spec.js Log Message: ----------- test: method name is case sensitive Commit: 954bb2498372e198d7c80d885f2269385b74b6a3 https://github.com/CometVisu/CometVisu/commit/954bb2498372e198d7c80d885f2269385b74b6a3 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/Image.js Log Message: ----------- fix: init address children to fix refresh on state update also set the lastRefresh timestamp on initial loading to prevent duplicate loadings during initialization Commit: 3d5cca4eeeba3fb54fe8e41688a3f16d29c9a539 https://github.com/CometVisu/CometVisu/commit/3d5cca4eeeba3fb54fe8e41688a3f16d29c9a539 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Image-spec.js Log Message: ----------- test: add unit tests for cv-image Commit: 8c876f5257a1a800768689dc78ff463b6ad57e6a https://github.com/CometVisu/CometVisu/commit/8c876f5257a1a800768689dc78ff463b6ad57e6a Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/elements/Loader-spec.js Log Message: ----------- Revert "test: method name is case sensitive" This reverts commit e2ceba8888d8b6b99e7d8783eaf7ee0a35681aef. Commit: 72279505e0a6574214ace3a755322a91a6b4486e https://github.com/CometVisu/CometVisu/commit/72279505e0a6574214ace3a755322a91a6b4486e Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-02 (Sun, 02 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/Color.js Log Message: ----------- refactor: remove throttle-interval setting from cv-color, it cannot be forwarded to the colorchooser Commit: 3699f4e2b423281137129e12196ac796a28adc98 https://github.com/CometVisu/CometVisu/commit/3699f4e2b423281137129e12196ac796a28adc98 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-02 (Sun, 02 Mar 2025) Changed paths: M source/class/cv/core/notifications/Router.js M source/test/karma/helper-spec.js Log Message: ----------- test: log routed messages in unit tests Commit: 92d09291858662123d2baaf80e17b660c5387399 https://github.com/CometVisu/CometVisu/commit/92d09291858662123d2baaf80e17b660c5387399 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-02 (Sun, 02 Mar 2025) Changed paths: M source/resource/visu_config_tile.xsd Log Message: ----------- chore: remove attribute Commit: ff4fdcf332437cca03510623b5de08580ab3fff2 https://github.com/CometVisu/CometVisu/commit/ff4fdcf332437cca03510623b5de08580ab3fff2 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-02 (Sun, 02 Mar 2025) Changed paths: M source/class/cv/Config.js Log Message: ----------- chore: add testing property Commit: 2835a86d1fdddd746dcee7acd4bdb452e14f2cb8 https://github.com/CometVisu/CometVisu/commit/2835a86d1fdddd746dcee7acd4bdb452e14f2cb8 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-02 (Sun, 02 Mar 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Color-spec.js Log Message: ----------- test: add unit tests for cv-color Commit: 74052f990263385f9cd3f0e3885f6e975bf9c65c https://github.com/CometVisu/CometVisu/commit/74052f990263385f9cd3f0e3885f6e975bf9c65c Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-02 (Sun, 02 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/components/Breadcrumps-spec.js M source/test/karma/ui/structure/tile/components/Button-spec.js M source/test/karma/ui/structure/tile/components/Icon-spec.js M source/test/karma/ui/structure/tile/components/Image-spec.js M source/test/karma/ui/structure/tile/components/ListItem-spec.js M source/test/karma/ui/structure/tile/components/Menu-spec.js M source/test/karma/ui/structure/tile/components/MenuItem-spec.js M source/test/karma/ui/structure/tile/components/Plugin-spec.js M source/test/karma/ui/structure/tile/components/RoundProgress-spec.js M source/test/karma/ui/structure/tile/components/Select-spec.js M source/test/karma/ui/structure/tile/components/Slider-spec.js M source/test/karma/ui/structure/tile/components/Spinner-spec.js M source/test/karma/ui/structure/tile/components/Value-spec.js Log Message: ----------- test: fix element existance checks querySelector returns null for elements that are not found. isDefined() just is !== undefined and not feasible here. Use .not.toBeNull() instead Commit: c7f98f9231c4ceb24436787bae217eea8f758ddd https://github.com/CometVisu/CometVisu/commit/c7f98f9231c4ceb24436787bae217eea8f758ddd Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-05 (Wed, 05 Mar 2025) Changed paths: M source/class/cv/io/listmodel/Registry.js Log Message: ----------- test: add function unregister model class, only used for testing Commit: f3e562630129586f0bdc238edb5c610ae4a9984c https://github.com/CometVisu/CometVisu/commit/f3e562630129586f0bdc238edb5c610ae4a9984c Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-05 (Wed, 05 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/List.js Log Message: ----------- refactor: re-use existing variable Commit: 0b0da2c69a33013295ec5fecd4a44ac42357e7ed https://github.com/CometVisu/CometVisu/commit/0b0da2c69a33013295ec5fecd4a44ac42357e7ed Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-05 (Wed, 05 Mar 2025) Changed paths: A source/test/karma/ui/structure/tile/components/List-spec.js Log Message: ----------- test: add unit tests for cv-list Commit: 654e65e41b9d02f01dff4ed18fb1eda4951204fb https://github.com/CometVisu/CometVisu/commit/654e65e41b9d02f01dff4ed18fb1eda4951204fb Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-20 (Thu, 20 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/Flow.js M source/class/cv/util/MStringTransforms.js Log Message: ----------- refactor: use string transforms Commit: 04c30e1c6353bfb0e1ef6ab72f73065d9ec1391a https://github.com/CometVisu/CometVisu/commit/04c30e1c6353bfb0e1ef6ab72f73065d9ec1391a Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-20 (Thu, 20 Mar 2025) Changed paths: A source/test/karma/ui/structure/tile/components/Chart-spec.js A source/test/karma/ui/structure/tile/components/Flow-spec.js Log Message: ----------- test: add more test stubs Commit: 43728000fa8fe105adb5bce9559c15bc9a3b592e https://github.com/CometVisu/CometVisu/commit/43728000fa8fe105adb5bce9559c15bc9a3b592e Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-23 (Sun, 23 Mar 2025) Changed paths: M source/class/cv/ConfigCache.js Log Message: ----------- Merge branch 'develop' into tile-unittests Commit: 6bb1b3947b9a53e49e7899a57be343295db190fa https://github.com/CometVisu/CometVisu/commit/6bb1b3947b9a53e49e7899a57be343295db190fa Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/Flow.js M source/test/karma/helper-spec.js M source/test/karma/ui/structure/tile/components/Flow-spec.js Log Message: ----------- test: add cv-flow unit tests Commit: ebd01d39966db2b814184efb1065fe00c49ca95a https://github.com/CometVisu/CometVisu/commit/ebd01d39966db2b814184efb1065fe00c49ca95a Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-29 (Sat, 29 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/AbstractComponent.js M source/class/cv/ui/structure/tile/components/Button.js Log Message: ----------- refactor: let Button inherit from AbstractComponent Commit: 1d39cb5114bd93fb00533f0e1ff477b97193a0b3 https://github.com/CometVisu/CometVisu/commit/1d39cb5114bd93fb00533f0e1ff477b97193a0b3 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-29 (Sat, 29 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/components/Button-spec.js Log Message: ----------- test: format text Commit: 1475453a5d711991472e7bf10ae19e08b050460e https://github.com/CometVisu/CometVisu/commit/1475453a5d711991472e7bf10ae19e08b050460e Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-29 (Sat, 29 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/AbstractComponent.js M source/class/cv/ui/structure/tile/components/Breadcrumbs.js M source/class/cv/ui/structure/tile/components/Button.js M source/class/cv/ui/structure/tile/components/Value.js Log Message: ----------- refactor: re-use more core, cleanup Commit: b1b18572d02109b5d4d9a42c8d3c354531bdfc77 https://github.com/CometVisu/CometVisu/commit/b1b18572d02109b5d4d9a42c8d3c354531bdfc77 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-29 (Sat, 29 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/components/Button-spec.js Log Message: ----------- test: this is now protected Commit: 9c7824c055769150a8a1cf96e6c103d4377894c9 https://github.com/CometVisu/CometVisu/commit/9c7824c055769150a8a1cf96e6c103d4377894c9 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-29 (Sat, 29 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/AbstractComponent.js Log Message: ----------- refactor: remove obsolete case, improve check for targetConfig Commit: 9447adf67c37e55b7d7d19425460c4a631a44104 https://github.com/CometVisu/CometVisu/commit/9447adf67c37e55b7d7d19425460c4a631a44104 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-29 (Sat, 29 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/components/Button-spec.js Log Message: ----------- test: fix store access Commit: 2d097017975934a35b1ce0739b45beb86bb6090d https://github.com/CometVisu/CometVisu/commit/2d097017975934a35b1ce0739b45beb86bb6090d Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-29 (Sat, 29 Mar 2025) Changed paths: A source/test/karma/ui/structure/tile/components/AbstractComponent-spec.js Log Message: ----------- test: add test for AbstractComponent features Commit: 6aef0676ad94a89919dbc3b04b1c92b951e4f351 https://github.com/CometVisu/CometVisu/commit/6aef0676ad94a89919dbc3b04b1c92b951e4f351 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-29 (Sat, 29 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/AbstractComponent.js Log Message: ----------- fix: format the mapped value Commit: 58a39af7076b4a011b048edc8a33e413ca2bf1fd https://github.com/CometVisu/CometVisu/commit/58a39af7076b4a011b048edc8a33e413ca2bf1fd Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-29 (Sat, 29 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/energy/MConnectable.js Log Message: ----------- fix: delete properly from array Commit: 3a354d47c7f7e0e651953455335ecdcd5a2369d9 https://github.com/CometVisu/CometVisu/commit/3a354d47c7f7e0e651953455335ecdcd5a2369d9 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-30 (Sun, 30 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/components/AbstractComponent-spec.js Log Message: ----------- test: check formatting mapped value Commit: 9e10a44a141478f61f67fd5c1fd74163bcc94649 https://github.com/CometVisu/CometVisu/commit/9e10a44a141478f61f67fd5c1fd74163bcc94649 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-30 (Sun, 30 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/energy/EnergyEntity.js Log Message: ----------- fix: fix selector for direction path Commit: b34a47575f40e16da3f9cdea707ab6e0d525b5a2 https://github.com/CometVisu/CometVisu/commit/b34a47575f40e16da3f9cdea707ab6e0d525b5a2 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-30 (Sun, 30 Mar 2025) Changed paths: M source/class/cv/ui/structure/tile/components/svg/TextValue.js Log Message: ----------- fix: check for existence of layout element Commit: c141338ca2aae35e10a2b5012bce40995d0f1c32 https://github.com/CometVisu/CometVisu/commit/c141338ca2aae35e10a2b5012bce40995d0f1c32 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-30 (Sun, 30 Mar 2025) Changed paths: A source/test/karma/ui/structure/tile/components/energy/EnergyEntity-spec.js Log Message: ----------- test: add unit tests for <cv-energy-entity> Commit: 31b36a712f0dfaf11513c0f1ffffbef9011ce5b1 https://github.com/CometVisu/CometVisu/commit/31b36a712f0dfaf11513c0f1ffffbef9011ce5b1 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-30 (Sun, 30 Mar 2025) Changed paths: A source/test/karma/ui/structure/tile/components/energy/PowerEntity-spec.js Log Message: ----------- test: add unit tests for <cv-power-entity> Commit: 83a3ee9b2b7ac6dc5528968f2c1dfb763b46c42d https://github.com/CometVisu/CometVisu/commit/83a3ee9b2b7ac6dc5528968f2c1dfb763b46c42d Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-03-30 (Sun, 30 Mar 2025) Changed paths: M source/test/karma/ui/structure/tile/components/energy/PowerEntity-spec.js Log Message: ----------- test: add more unit tests for <cv-power-entity> Commit: 4e12232b34be22931a647a7503ecb99405cfa2cc https://github.com/CometVisu/CometVisu/commit/4e12232b34be22931a647a7503ecb99405cfa2cc Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-04-13 (Sun, 13 Apr 2025) Changed paths: M source/class/cv/ui/structure/tile/components/Select.js M source/class/cv/ui/structure/tile/components/Spinner.js Log Message: ----------- fix: make init function idempotent this fixes duplicate elements or missing event listeners when a component got cloned by a cv-dynamic element Commit: fdfde3eca7c5ca2824799afb10769ffeb5c64297 https://github.com/CometVisu/CometVisu/commit/fdfde3eca7c5ca2824799afb10769ffeb5c64297 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-04-26 (Sat, 26 Apr 2025) Changed paths: M source/test/karma/ui/structure/tile/components/Chart-spec.js Log Message: ----------- tests: add more chart tests Commit: da27361227f6a3e22f18fd88a497d1cb7dfaf618 https://github.com/CometVisu/CometVisu/commit/da27361227f6a3e22f18fd88a497d1cb7dfaf618 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-05-06 (Tue, 06 May 2025) Changed paths: M source/class/cv/data/Model.js Log Message: ----------- fix: handle default backend with no default name cv-addresses without a backend specified, register themselves for the default 'main' backend. A non-default-name backend might be added after that, so we have to also read the 'main' addresses for the new default backend. Commit: 95e89c827f1c81462193f97710dc3116b9a1b50d https://github.com/CometVisu/CometVisu/commit/95e89c827f1c81462193f97710dc3116b9a1b50d Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-05-06 (Tue, 06 May 2025) Changed paths: M source/class/cv/ui/structure/pure/Controller.js M source/class/cv/ui/structure/pure/layout/Manager.js M utils/ci/docker_push.sh Log Message: ----------- Merge branch 'develop' into tile-unittests Commit: 0a5d32ae73afcc8249b3fe5f4cf469a4728c5a61 https://github.com/CometVisu/CometVisu/commit/0a5d32ae73afcc8249b3fe5f4cf469a4728c5a61 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-02 (Sat, 02 Aug 2025) Changed paths: M compile.json M package-lock.json M package.json Log Message: ----------- chore: update dependencies Commit: 95295c51c25bb1d130c7c8a0f99bdaa7b09f446e https://github.com/CometVisu/CometVisu/commit/95295c51c25bb1d130c7c8a0f99bdaa7b09f446e Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-02 (Sat, 02 Aug 2025) Changed paths: M source/resource/designs/tile/basic.scss M source/resource/visu_config_tile.xsd Log Message: ----------- feat: add flex-break element for line breaks Commit: 7e64858925ffc21913b063a1d27c2e649fa44707 https://github.com/CometVisu/CometVisu/commit/7e64858925ffc21913b063a1d27c2e649fa44707 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-02 (Sat, 02 Aug 2025) Changed paths: M source/test/karma/ui/structure/tile/components/Chart-spec.js Log Message: ----------- test: some test refactoring Commit: dfbb8efd226079307ce579803d067ecf915d8e0b https://github.com/CometVisu/CometVisu/commit/dfbb8efd226079307ce579803d067ecf915d8e0b Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-10 (Sun, 10 Aug 2025) Changed paths: A distrobox.ini M utils/requirements.txt Log Message: ----------- build: add basic distrobox and missing python dep Commit: 942b2078fd5211daf17cdebc0d52a635d88a1133 https://github.com/CometVisu/CometVisu/commit/942b2078fd5211daf17cdebc0d52a635d88a1133 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-10 (Sun, 10 Aug 2025) Changed paths: M distrobox.ini Log Message: ----------- build: no venv needed in distrobox Commit: be58b49570573db52cbc3fa20898a7612ec35548 https://github.com/CometVisu/CometVisu/commit/be58b49570573db52cbc3fa20898a7612ec35548 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-17 (Sun, 17 Aug 2025) Changed paths: M .gitignore M client/compile.json M package-lock.json Log Message: ----------- chore: update deps Commit: 1ae97b553400e81b0009782ef099975e77367a2b https://github.com/CometVisu/CometVisu/commit/1ae97b553400e81b0009782ef099975e77367a2b Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-17 (Sun, 17 Aug 2025) Changed paths: M utils/ci/browser-setup.sh Log Message: ----------- build: add CHROME_BIN if not set Commit: f0d74d9d2369c30fad67fbce4947b7aa063af6d5 https://github.com/CometVisu/CometVisu/commit/f0d74d9d2369c30fad67fbce4947b7aa063af6d5 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-17 (Sun, 17 Aug 2025) Changed paths: M distrobox.ini Log Message: ----------- chore: improve distrobox Commit: afd157f907f529b8475cea6eb28b653308614a58 https://github.com/CometVisu/CometVisu/commit/afd157f907f529b8475cea6eb28b653308614a58 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-17 (Sun, 17 Aug 2025) Changed paths: M source/class/cv/io/listmodel/Registry.js M source/class/cv/ui/structure/tile/components/AbstractComponent.js M source/class/cv/ui/structure/tile/components/Button.js M source/class/cv/ui/structure/tile/components/Flow.js Log Message: ----------- chore: fix lint errors Commit: b3bf50474386f28d33a57671ca5a6a727e3074f7 https://github.com/CometVisu/CometVisu/commit/b3bf50474386f28d33a57671ca5a6a727e3074f7 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-17 (Sun, 17 Aug 2025) Changed paths: M source/class/cv/ui/structure/tile/elements/Address.js M source/test/karma/ui/structure/tile/components/energy/PowerEntity-spec.js M source/test/karma/ui/structure/tile/elements/AddressGroup-spec.js Log Message: ----------- test: some cleanup improvements Commit: b55686fbac8c78297ae2b3cbf36aa2b47d5519ae https://github.com/CometVisu/CometVisu/commit/b55686fbac8c78297ae2b3cbf36aa2b47d5519ae Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-17 (Sun, 17 Aug 2025) Changed paths: M source/class/cv/ui/structure/tile/widgets/Tile.js Log Message: ----------- test: add some debug output Commit: cf225feafd499245450643c080860c44b453b1ad https://github.com/CometVisu/CometVisu/commit/cf225feafd499245450643c080860c44b453b1ad Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-17 (Sun, 17 Aug 2025) Changed paths: M source/class/cv/ui/structure/tile/widgets/Tile.js Log Message: ----------- test: make eslint ignore it Commit: 1c603677b237447735e62e6b96da6c5cf463673e https://github.com/CometVisu/CometVisu/commit/1c603677b237447735e62e6b96da6c5cf463673e Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-17 (Sun, 17 Aug 2025) Changed paths: M source/class/cv/ui/structure/tile/widgets/Tile.js M source/test/karma/ui/structure/tile/widgets/Tile-spec.js Log Message: ----------- test: disable last check Commit: 71ad8d096411a89cdb123d17d4f8c9b8d1125ce7 https://github.com/CometVisu/CometVisu/commit/71ad8d096411a89cdb123d17d4f8c9b8d1125ce7 Author: Tobias Bräutigam <tbr...@gm...> Date: 2025-08-17 (Sun, 17 Aug 2025) Changed paths: M source/test/karma/ui/structure/tile/widgets/Tile-spec.js Log Message: ----------- test: disable whole test Commit: 4de5619aa1ea566840fb880db0606db99027f8ba https://github.com/CometVisu/CometVisu/commit/4de5619aa1ea566840fb880db0606db99027f8ba Author: Christian Mayer <Chr...@us...> Date: 2025-08-18 (Mon, 18 Aug 2025) Changed paths: M .gitignore M Gruntfile.js M client/compile.json M compile.json A distrobox.ini M package-lock.json M package.json M source/class/cv/Config.js M source/class/cv/TemplateEngine.js M source/class/cv/core/notifications/Router.js M source/class/cv/data/Model.js M source/class/cv/io/listmodel/FritzCallList.js M source/class/cv/io/listmodel/Registry.js M source/class/cv/ui/structure/tile/MFullscreen.js M source/class/cv/ui/structure/tile/MRefresh.js R source/class/cv/ui/structure/tile/MStringTransforms.js M source/class/cv/ui/structure/tile/components/AbstractComponent.js M source/class/cv/ui/structure/tile/components/Breadcrumbs.js M source/class/cv/ui/structure/tile/components/Button.js M source/class/cv/ui/structure/tile/components/Color.js M source/class/cv/ui/structure/tile/components/Flow.js M source/class/cv/ui/structure/tile/components/Image.js M source/class/cv/ui/structure/tile/components/List.js M source/class/cv/ui/structure/tile/components/Menu.js R source/class/cv/ui/structure/tile/components/MenuAction.js A source/class/cv/ui/structure/tile/components/MenuItem.js M source/class/cv/ui/structure/tile/components/Select.js M source/class/cv/ui/structure/tile/components/Spinner.js M source/class/cv/ui/structure/tile/components/Value.js M source/class/cv/ui/structure/tile/components/energy/EnergyEntity.js M source/class/cv/ui/structure/tile/components/energy/MConnectable.js M source/class/cv/ui/structure/tile/components/svg/MGraphicsElement.js M source/class/cv/ui/structure/tile/components/svg/TextValue.js M source/class/cv/ui/structure/tile/elements/Address.js M source/class/cv/ui/structure/tile/elements/AddressGroup.js M source/class/cv/ui/structure/tile/elements/StateNotification.js M source/class/cv/ui/structure/tile/widgets/Dynamic.js M source/class/cv/ui/structure/tile/widgets/Page.js M source/class/cv/ui/structure/tile/widgets/Tile.js M source/class/cv/ui/structure/tile/widgets/Web.js A source/class/cv/util/MStringTransforms.js M source/resource/designs/tile/basic.scss M source/resource/visu_config_tile.xsd M source/test/karma/helper-spec.js M source/test/karma/karma.conf.js A source/test/karma/ui/structure/tile/components/AbstractComponent-spec.js A source/test/karma/ui/structure/tile/components/Breadcrumps-spec.js A source/test/karma/ui/structure/tile/components/Button-spec.js A source/test/karma/ui/structure/tile/components/Chart-spec.js A source/test/karma/ui/structure/tile/components/Color-spec.js A source/test/karma/ui/structure/tile/components/Flow-spec.js A source/test/karma/ui/structure/tile/components/Icon-spec.js A source/test/karma/ui/structure/tile/components/Image-spec.js A source/test/karma/ui/structure/tile/components/List-spec.js A source/test/karma/ui/structure/tile/components/ListItem-spec.js A source/test/karma/ui/structure/tile/components/Menu-spec.js A source/test/karma/ui/structure/tile/components/MenuItem-spec.js A source/test/karma/ui/structure/tile/components/Plugin-spec.js A source/test/karma/ui/structure/tile/components/RoundProgress-spec.js A source/test/karma/ui/structure/tile/components/Select-spec.js A source/test/karma/ui/structure/tile/components/Slider-spec.js A source/test/karma/ui/structure/tile/components/Spinner-spec.js A source/test/karma/ui/structure/tile/components/Value-spec.js A source/test/karma/ui/structure/tile/components/energy/EnergyEntity-spec.js A source/test/karma/ui/structure/tile/components/energy/PowerEntity-spec.js M source/test/karma/ui/structure/tile/elements/Address-spec.js A source/test/karma/ui/structure/tile/elements/AddressGroup-spec.js M source/test/karma/ui/structure/tile/elements/Backend-spec.js M source/test/karma/ui/structure/tile/elements/Icon-spec.js A source/test/karma/ui/structure/tile/elements/Loader-spec.js M source/test/karma/ui/structure/tile/elements/Mapping-spec.js A source/test/karma/ui/structure/tile/elements/StateNotification-spec.js M source/test/karma/ui/structure/tile/elements/Styling-spec.js A source/test/karma/ui/structure/tile/widgets/Dynamic-spec.js A source/test/karma/ui/structure/tile/widgets/Group-spec.js A source/test/karma/ui/structure/tile/widgets/Page-spec.js A source/test/karma/ui/structure/tile/widgets/Popup-spec.js A source/test/karma/ui/structure/tile/widgets/Tile-spec.js A source/test/karma/ui/structure/tile/widgets/Web-spec.js M utils/ci/browser-setup.sh M utils/requirements.txt Log Message: ----------- Merge pull request #1437 from peuter/tile-unittests Tile unittests Compare: https://github.com/CometVisu/CometVisu/compare/020c6d2bab4f...4de5619aa1ea To unsubscribe from these emails, change your notification settings at https://github.com/CometVisu/CometVisu/settings/notifications |