|
From: Tobias B. <no...@gi...> - 2022-12-21 10:10:58
|
Branch: refs/heads/master Home: https://github.com/CometVisu/CometVisu Commit: 1abcc6bd36e12acf707588176afe18cb1563677a https://github.com/CometVisu/CometVisu/commit/1abcc6bd36e12acf707588176afe18cb1563677a Author: Tobias Bräutigam <tbr...@gm...> Date: 2022-08-19 (Fri, 19 Aug 2022) Changed paths: M utils/ci/deploy.sh Log Message: ----------- more fixes Commit: 89cee26261a5962ddcac6215c21600b0d971ba05 https://github.com/CometVisu/CometVisu/commit/89cee26261a5962ddcac6215c21600b0d971ba05 Author: ChristianMayer <ma...@ch...> Date: 2022-08-21 (Sun, 21 Aug 2022) Changed paths: M doc/manual/de/config/widgets/index.rst A doc/manual/de/config/widgets/plugins/rsslog/index.rst M source/class/cv/plugins/RssLog.js M source/resource/plugins/rsslog/rsslog.php R source/resource/plugins/rsslog/rsslog_correct.pl R source/resource/plugins/rsslog/rsslog_mysql.php M source/resource/visu_config.xsd Log Message: ----------- Fixing RSSLog plugin with MySQL. Fist step. (cherry picked from commit 4168f740baecabf1aee91115f8541363e4f73507) Commit: f4f8f99080d2455ee97f02fa4689bdbf0b62373f https://github.com/CometVisu/CometVisu/commit/f4f8f99080d2455ee97f02fa4689bdbf0b62373f Author: ChristianMayer <ma...@ch...> Date: 2022-08-21 (Sun, 21 Aug 2022) Changed paths: M Gruntfile.js M source/test/protractor/pages/EditorMock.js M source/test/protractor/pages/Mock.js M utils/docutils/directives/helper/widget_example_parser.py M utils/protractor.conf.js M utils/screenshots-spec.js Log Message: ----------- Screenshot generation fixes and improvements. Allow screenshot generation to be verbose and show browser console log messages. Allow the passing of MIME types with the screenshot fixtures. Little bug fixing. (cherry picked from commit d4e4b1a60694be4770d08f7aff9268aaec5f7b13) Commit: 01a878a47a4f8816cbf2403252c1cb5b6555cb6f https://github.com/CometVisu/CometVisu/commit/01a878a47a4f8816cbf2403252c1cb5b6555cb6f Author: ChristianMayer <ma...@ch...> Date: 2022-08-21 (Sun, 21 Aug 2022) Changed paths: M doc/manual/de/config/widgets/image/index.rst M doc/manual/de/config/widgets/index.rst M doc/manual/de/config/widgets/info/index.rst A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_dynamic_objekt.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_dynamic_ressource.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_objekt.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_ressource.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_server.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_verknuepfung.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_create_subsystem.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_logik.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_static_final.png A doc/manual/de/config/widgets/plugins/rsslog/_static/fixtures/rsslog_complex.json A doc/manual/de/config/widgets/plugins/rsslog/_static/fixtures/rsslog_interactive.json A doc/manual/de/config/widgets/plugins/rsslog/_static/fixtures/rsslog_simple.json A doc/manual/de/config/widgets/plugins/rsslog/_static/fixtures/rsslog_simple_mapping.json A doc/manual/de/config/widgets/plugins/rsslog/_static/node-RED_dynamic.png A doc/manual/de/config/widgets/plugins/rsslog/_static/node-RED_dynamic_config.png A doc/manual/de/config/widgets/plugins/rsslog/_static/node-RED_simple.png A doc/manual/de/config/widgets/plugins/rsslog/_static/node-RED_simple_config.png M doc/manual/de/config/widgets/plugins/rsslog/index.rst M doc/manual/en/config/widgets/index.rst A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_connection.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_dynamic_object.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_dynamic_ressource.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_object.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_ressource.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_server.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_create_subsystem.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_logic.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_static_final.png A doc/manual/en/config/widgets/plugins/rsslog/_static/fixtures/rsslog_complex.json A doc/manual/en/config/widgets/plugins/rsslog/_static/fixtures/rsslog_interactive.json A doc/manual/en/config/widgets/plugins/rsslog/_static/fixtures/rsslog_simple.json A doc/manual/en/config/widgets/plugins/rsslog/_static/fixtures/rsslog_simple_mapping.json A doc/manual/en/config/widgets/plugins/rsslog/_static/node-RED_dynamic.png A doc/manual/en/config/widgets/plugins/rsslog/_static/node-RED_dynamic_config.png A doc/manual/en/config/widgets/plugins/rsslog/_static/node-RED_simple.png A doc/manual/en/config/widgets/plugins/rsslog/_static/node-RED_simple_config.png A doc/manual/en/config/widgets/plugins/rsslog/index.rst M source/class/cv/plugins/RssLog.js M source/resource/designs/metal/basic.css M source/resource/plugins/rsslog/rsslog.css M source/resource/plugins/rsslog/rsslog.php M source/resource/visu_config.xsd Log Message: ----------- Add MySQL support to the RSSLog plugin. Add documentation for the RSSLog plugin. Little additional fixes. (cherry picked from commit 8fdabbba1952d9a7dda2316a5ad5837f34b7621b) Commit: ddeafce0432be8466a5c8a173acf6e34d3177cc4 https://github.com/CometVisu/CometVisu/commit/ddeafce0432be8466a5c8a173acf6e34d3177cc4 Author: ChristianMayer <ma...@ch...> Date: 2022-08-21 (Sun, 21 Aug 2022) Changed paths: M source/class/cv/plugins/RssLog.js Log Message: ----------- Please the linter (cherry picked from commit f985d5dcb25a86b74d0a4e4cdd0dc06f3413ef3f) Commit: 8284dfc38d04caef28261421ac00b70e5895a6a4 https://github.com/CometVisu/CometVisu/commit/8284dfc38d04caef28261421ac00b70e5895a6a4 Author: ChristianMayer <ma...@ch...> Date: 2022-08-21 (Sun, 21 Aug 2022) Changed paths: M doc/manual/de/config/widgets/plugins/rsslog/index.rst Log Message: ----------- Update due to review (cherry picked from commit 9b277515127542160be281eca7f1089fb4874aa1) Commit: 06dc56d05830ae244bb21cafe6af9b0c3d348af0 https://github.com/CometVisu/CometVisu/commit/06dc56d05830ae244bb21cafe6af9b0c3d348af0 Author: ChristianMayer <ma...@ch...> Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M package.json Log Message: ----------- Prepare 0.12.1 Commit: f56b6bc7d5000b5c81c7d3c740a21188933e2d2a https://github.com/CometVisu/CometVisu/commit/f56b6bc7d5000b5c81c7d3c740a21188933e2d2a Author: Tobias Bräutigam <tbr...@gm...> Date: 2022-11-05 (Sat, 05 Nov 2022) Changed paths: M source/class/cv/Application.js M source/class/cv/io/rest/Client.js Log Message: ----------- check for openhab environent and php support. This is a cherry-picked feature taken from a future changeset for the development branch. This is the minimum requirement to make the cometvisu work when its served by the openHAB server. The check is needed because some of the backend URLs are different in openHAB. Signed-off-by: Tobias Bräutigam <tbr...@gm...> Commit: 766ba299ee7cd30249146370d64e15642cd76807 https://github.com/CometVisu/CometVisu/commit/766ba299ee7cd30249146370d64e15642cd76807 Author: Tobias Bräutigam <tbr...@gm...> Date: 2022-11-05 (Sat, 05 Nov 2022) Changed paths: M source/class/cv/Application.js Log Message: ----------- fix tests Commit: 101eef522b0c3be3327e258591106d6b7600b8bd https://github.com/CometVisu/CometVisu/commit/101eef522b0c3be3327e258591106d6b7600b8bd Author: Christian Mayer <Chr...@us...> Date: 2022-11-20 (Sun, 20 Nov 2022) Changed paths: M source/class/cv/Application.js M source/class/cv/io/rest/Client.js Log Message: ----------- Merge pull request #1290 from peuter/openhab-detection check for openhab environent and php support. Commit: 0adc9d5ff6b6e577f9ed421f12e0f8ae9ad0b91b https://github.com/CometVisu/CometVisu/commit/0adc9d5ff6b6e577f9ed421f12e0f8ae9ad0b91b Author: undefined <undefined> Date: 2022-12-21 (Wed, 21 Dec 2022) Changed paths: M Gruntfile.js M doc/manual/de/config/widgets/image/index.rst M doc/manual/de/config/widgets/index.rst M doc/manual/de/config/widgets/info/index.rst A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_dynamic_objekt.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_dynamic_ressource.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_objekt.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_ressource.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_server.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_add_verknuepfung.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_create_subsystem.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_logik.png A doc/manual/de/config/widgets/plugins/rsslog/_static/TWS_static_final.png A doc/manual/de/config/widgets/plugins/rsslog/_static/fixtures/rsslog_complex.json A doc/manual/de/config/widgets/plugins/rsslog/_static/fixtures/rsslog_interactive.json A doc/manual/de/config/widgets/plugins/rsslog/_static/fixtures/rsslog_simple.json A doc/manual/de/config/widgets/plugins/rsslog/_static/fixtures/rsslog_simple_mapping.json A doc/manual/de/config/widgets/plugins/rsslog/_static/node-RED_dynamic.png A doc/manual/de/config/widgets/plugins/rsslog/_static/node-RED_dynamic_config.png A doc/manual/de/config/widgets/plugins/rsslog/_static/node-RED_simple.png A doc/manual/de/config/widgets/plugins/rsslog/_static/node-RED_simple_config.png A doc/manual/de/config/widgets/plugins/rsslog/index.rst M doc/manual/en/config/widgets/index.rst A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_connection.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_dynamic_object.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_dynamic_ressource.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_object.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_ressource.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_add_server.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_create_subsystem.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_logic.png A doc/manual/en/config/widgets/plugins/rsslog/_static/TWS_static_final.png A doc/manual/en/config/widgets/plugins/rsslog/_static/fixtures/rsslog_complex.json A doc/manual/en/config/widgets/plugins/rsslog/_static/fixtures/rsslog_interactive.json A doc/manual/en/config/widgets/plugins/rsslog/_static/fixtures/rsslog_simple.json A doc/manual/en/config/widgets/plugins/rsslog/_static/fixtures/rsslog_simple_mapping.json A doc/manual/en/config/widgets/plugins/rsslog/_static/node-RED_dynamic.png A doc/manual/en/config/widgets/plugins/rsslog/_static/node-RED_dynamic_config.png A doc/manual/en/config/widgets/plugins/rsslog/_static/node-RED_simple.png A doc/manual/en/config/widgets/plugins/rsslog/_static/node-RED_simple_config.png A doc/manual/en/config/widgets/plugins/rsslog/index.rst M package.json M source/class/cv/Application.js M source/class/cv/io/rest/Client.js M source/class/cv/plugins/RssLog.js M source/resource/designs/metal/basic.css M source/resource/plugins/rsslog/rsslog.css M source/resource/plugins/rsslog/rsslog.php R source/resource/plugins/rsslog/rsslog_correct.pl R source/resource/plugins/rsslog/rsslog_mysql.php M source/resource/visu_config.xsd M source/test/protractor/pages/EditorMock.js M source/test/protractor/pages/Mock.js M utils/docutils/directives/helper/widget_example_parser.py M utils/protractor.conf.js M utils/screenshots-spec.js Log Message: ----------- Merge branch 'release-0.12' Commit: ab4c9b48371be8df2d2ae07ad5fcf381686c1e72 https://github.com/CometVisu/CometVisu/commit/ab4c9b48371be8df2d2ae07ad5fcf381686c1e72 Author: undefined <undefined> Date: 2022-12-21 (Wed, 21 Dec 2022) Changed paths: M ChangeLog Log Message: ----------- update changelog fpr 0.12.1 Compare: https://github.com/CometVisu/CometVisu/compare/ea370edef2b5...ab4c9b48371b |