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 master at platypush/platypush 2023-04-26 14:18:02 +02:00
87db5ca5f3 Exclude all iBeacon devices by default (it's not only Apple, it's everyone)
blacklight pushed to master at platypush/platypush 2023-04-26 03:30:15 +02:00
7685521e2b Always use the default configuration values for MQTT listeners if not specified
blacklight pushed to master at platypush/platypush 2023-04-26 02:26:45 +02:00
10d587efd0 FIX: Possible assert evaluation error.
blacklight closed issue platypush/platypush#29 2023-04-26 01:57:10 +02:00
Support for general entities backend and plugin
blacklight deleted branch 251-nested-filters-on-event-hooks from platypush/platypush 2023-04-26 01:56:32 +02:00
blacklight merged pull request platypush/platypush#252 2023-04-26 01:55:28 +02:00
Support for nested/partial event hook filters
blacklight closed issue platypush/platypush#251 2023-04-26 01:55:28 +02:00
Support nested filters on event hooks definitions
blacklight pushed to master at platypush/platypush 2023-04-26 01:55:28 +02:00
339786b123 Merge pull request 'Support for nested/partial event hook filters' (#252) from 251-nested-filters-on-event-hooks into master
245472a4c5 Better event hooks filters.
Compare 2 commits »
blacklight created pull request platypush/platypush#252 2023-04-26 01:54:18 +02:00
Support for nested/partial event hook filters
blacklight created branch 251-nested-filters-on-event-hooks in platypush/platypush 2023-04-26 01:52:45 +02:00
blacklight pushed to 251-nested-filters-on-event-hooks at platypush/platypush 2023-04-26 01:52:45 +02:00
245472a4c5 Better event hooks filters.
blacklight pushed to master at platypush/platypush 2023-04-25 16:42:10 +02:00
ee54e0edbf Use a font-awesome spinner instead of an animated gif when loading entities
blacklight pushed to master at platypush/platypush 2023-04-25 16:19:48 +02:00
cb288deb71 Exclude more noisy BLE beacons.
blacklight closed issue platypush/platypush#233 2023-04-25 10:58:55 +02:00
Mastodon related RSS 2 Mastodon Post - duplicated posts and possibility to add tags
blacklight commented on issue platypush/platypush#239 2023-04-25 10:57:37 +02:00
SQLAlchemy 2.0 Breaks RSS

This is now fixed on master, I've tested Platypush with SQLAlchemy versions from 1.3 and 2.0 (which should cover anything currently installed on any major distros + the future specifications)…

blacklight opened issue platypush/platypush#251 2023-04-25 10:54:56 +02:00
Support nested filters on event hooks definitions
blacklight pushed to master at platypush/platypush 2023-04-25 10:47:28 +02:00
99382e4505 Merge pull request 'Fixed compatibility with SQLAlchemy >= 2.0' (#250) from 239-sqlalchemy-2-compatibility into master
9c93b793e3 Merge branch 'master' into 239-sqlalchemy-2-compatibility
dd60b8924d Wrap the PRAGMA statement in sqlalchemy.text.
440d70d9cf LINT/format fixes.
4cc88fcf5f Rewritten the variable plugin to use SQLAlchemy's ORM.
Compare 10 commits »
blacklight merged pull request platypush/platypush#250 2023-04-25 10:47:28 +02:00
Fixed compatibility with SQLAlchemy >= 2.0
blacklight closed issue platypush/platypush#239 2023-04-25 10:47:28 +02:00
SQLAlchemy 2.0 Breaks RSS
blacklight pushed to 239-sqlalchemy-2-compatibility at platypush/platypush 2023-04-25 10:44:41 +02:00
9c93b793e3 Merge branch 'master' into 239-sqlalchemy-2-compatibility
f4e13d0cb0 No need for session.begin in db.create_all.
d33d760361 Better way to import declarative_base from SQLAlchemy.
Compare 3 commits »