- 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
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
Support for nested/partial event hook filters
Support nested filters on event hooks definitions
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.
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.
Mastodon related RSS 2 Mastodon Post - duplicated posts and possibility to add tags
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)…
Support nested filters on event hooks definitions
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.
Fixed compatibility with SQLAlchemy >= 2.0
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.