Fabio Manganiello blacklight
  • Amsterdam, NL
  • https://fabiomanganiello.com
  • Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.

  • Joined on 2022-07-05
blacklight pushed to 239-sqlalchemy-2-compatibility at platypush/platypush 2023-04-25 10:42:33 +02:00
dd60b8924d Wrap the PRAGMA statement in sqlalchemy.text.
440d70d9cf LINT/format fixes.
4cc88fcf5f Rewritten the variable plugin to use SQLAlchemy's ORM.
e1cd22121a Removed connection.begin() pattern from the db plugin.
Compare 4 commits »
blacklight pushed to master at platypush/platypush 2023-04-24 23:58:10 +02:00
f4e13d0cb0 No need for session.begin in db.create_all.
blacklight pushed to 239-sqlalchemy-2-compatibility at platypush/platypush 2023-04-24 23:56:20 +02:00
37722d12cd No need for session.begin in db.create_all.
6fa179e769 LINT fixes
Compare 2 commits »
blacklight pushed to master at platypush/platypush 2023-04-24 23:24:02 +02:00
d33d760361 Better way to import declarative_base from SQLAlchemy.
blacklight pushed to 239-sqlalchemy-2-compatibility at platypush/platypush 2023-04-24 23:23:03 +02:00
91df18f7b5 Better way to import declarative_base from SQLAlchemy.
blacklight created pull request platypush/platypush#250 2023-04-24 22:54:06 +02:00
WIP: Fixed compatibility with SQLAlchemy >= 2.0
blacklight pushed to 239-sqlalchemy-2-compatibility at platypush/platypush 2023-04-24 22:52:57 +02:00
87889142e0 Fixed compatibility with SQLAlchemy >= 2.0 in the db plugin.
blacklight created branch 239-sqlalchemy-2-compatibility in platypush/platypush 2023-04-24 22:52:57 +02:00
blacklight pushed to master at platypush/platypush 2023-04-24 21:50:14 +02:00
8478245cde Removed Mapped[Entity] type annotation.
blacklight pushed tag v0.2.17 to blacklight/madblog 2023-04-24 20:01:11 +02:00
blacklight pushed to main at blacklight/madblog 2023-04-24 20:01:11 +02:00
afc4e09784 Bump version: 0.2.16 → 0.2.17
e06a2145c2 Updated CHANGELOG
261e5bfc0e Removed alt attribute from LaTeX rendered images.
Compare 3 commits »
blacklight pushed to master at platypush/platypush 2023-04-24 12:49:01 +02:00
e955ffc018 Be more resilient in DateTimeWeather widget about custom temperature/humidity names or non-numeric data
blacklight pushed to master at platypush/platypush 2023-04-24 10:59:54 +02:00
5638c567ff Show temperature and humidity on the DateTimeWeather widget upon sensor events only if the sensor data is numeric.
blacklight pushed to master at platypush/platypush 2023-04-24 01:18:35 +02:00
bfa296e7c5 Fixed dataclass JSON serialization
blacklight pushed to master at platypush/platypush 2023-04-24 00:44:17 +02:00
9c03b028d7 Be a bit more resilient if an upstream integration sent some empty entities
blacklight pushed to master at platypush/platypush 2023-04-24 00:43:57 +02:00
6711b26137 Support dataclass serialization in the standard message serializer.
blacklight closed pull request platypush/platypush#230 2023-04-23 22:59:12 +02:00
[#29] Support for general-purpose entities
blacklight commented on pull request platypush/platypush#230 2023-04-23 22:58:59 +02:00
[#29] Support for general-purpose entities

This PR has already been open for more than a year. Since most of the planned foundational features have now been implemented, this PR can be closed. New tickets have been created for the…

blacklight opened issue platypush/platypush#249 2023-04-23 22:56:28 +02:00
Migrate existing audio stream integrations to the new entities framework
blacklight opened issue platypush/platypush#248 2023-04-23 22:54:24 +02:00
Migrate existing music integrations to the new entities framework