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 2024-07-27 21:50:59 +02:00
8b6c1fb969 Fixed NPE on the /auth endpoint in case the user response is already a UserAuthStatus.
blacklight pushed to master at platypush/platypush 2024-07-27 16:34:09 +02:00
0071fc54b3 Bump version: 1.2.1 → 1.2.2
ee1d91db6b Updated CHANGELOG
Compare 2 commits »
blacklight pushed tag v1.2.2 to platypush/platypush 2024-07-27 16:34:09 +02:00
blacklight pushed to master at platypush/platypush 2024-07-27 16:23:30 +02:00
d0f65e84e0 Restored some sections of setup.py.
blacklight closed issue platypush/platypush#245 2024-07-27 15:49:52 +02:00
Support for entity scenes
blacklight commented on issue platypush/platypush#245 2024-07-27 15:49:52 +02:00
Support for entity scenes

It's too hard to implement given the current architecture - all plugins that support scenes will have to implement a new proxy interface to run actions.

Procedures are already a way of setting…

blacklight pushed to master at platypush/platypush 2024-07-27 15:42:20 +02:00
4d18345cda Bump version: 1.2.0 → 1.2.1
blacklight pushed tag v1.2.1 to platypush/platypush 2024-07-27 15:42:20 +02:00
blacklight pushed to master at platypush/platypush 2024-07-27 15:39:05 +02:00
4c80e6fd34 Fixed github.com repo URL case.
blacklight pushed to master at platypush/platypush 2024-07-27 15:36:54 +02:00
598de6b91a [CI/CD] Only push tags to Github on the second git push command.
20483524d1 Updated CHANGELOG.
9bbdfc1eb9 [CI/CD] Mirror also tags to Github.
Compare 3 commits »
blacklight pushed to master at platypush/platypush 2024-07-27 15:30:14 +02:00
4568b4659e [CI/CD] grep the version out of version.py.
54c2264403 license is not required in pyproject.toml if it's already specified in classifiers.
Compare 2 commits »
blacklight pushed to master at platypush/platypush 2024-07-27 15:13:19 +02:00
52d92da907 Upgraded license date.
88cc18de92 Replaced remaining setup.py references in the code with pyproject.toml.
Compare 2 commits »
blacklight pushed to master at platypush/platypush 2024-07-27 14:43:20 +02:00
fb99eefe40 Bump version: 1.1.3 → 1.2.0
blacklight pushed tag v1.2.0 to platypush/platypush 2024-07-27 14:43:20 +02:00
blacklight pushed to master at platypush/platypush 2024-07-27 14:41:35 +02:00
ba390ab2f3 [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-07-27 14:40:10 +02:00
6053a80796 Added backend /login and /register routes.
blacklight pushed to master at platypush/platypush 2024-07-27 14:15:04 +02:00
ccc778e056 Setting optional-dependencies as dynamic in pyproject.toml.
blacklight pushed to master at platypush/platypush 2024-07-27 14:09:09 +02:00
e10f1d7e1b [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-07-27 14:07:52 +02:00
de96b4ea17 Migrated project setup to pyproject.toml.
92fe119cff Removed psutil as a required pip dependency.
f809ce0cb0 Apparently the version variable needs to always be named __version__.
Compare 3 commits »
blacklight pushed to master at platypush/platypush 2024-07-27 12:12:34 +02:00
0963cd3d55 Moving around the __version__ string to get bumpversion to work again.