From: Tobias B. <no...@gi...> - 2025-03-24 06:49:52
|
Branch: refs/heads/tile-unittests 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 Compare: https://github.com/CometVisu/CometVisu/compare/7ab6925f19b9%5E...43728000fa8f To unsubscribe from these emails, change your notification settings at https://github.com/CometVisu/CometVisu/settings/notifications |