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 341/procedure-entities-ui at platypush/platypush 2024-09-10 22:56:45 +02:00
152c2020de Merge branch '341/procedure-entities' into 341/procedure-entities-ui
daa030ff4c [UI] Improved Draggable component events.
471ec1370c [Procedure Editor] Added support for conditions and nested blocks.
202cff093f [UI] Modals should react on escape only if the container element is present.
6eb8b7954d [UI] Added styles for tiles.
Compare 12 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-10 19:57:00 +02:00
1e9f7fb2c6 [procedure] Added support for custom values on the return statement.
946c7b1783 [procedure] Ignore id field in Procedure.build.
5a7068501a [request] The action name can be specified either on action or name.
Compare 3 commits »
blacklight opened issue platypush/platypush#427 2024-09-07 20:24:20 +02:00
[core] Support remote hosts
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-06 11:55:51 +02:00
05b1fcd43a [procedures] Don't validate the presence of the actions field in procedures.save.
f18d0d8b74 [procedures] Recursive serialization in procedures.to_yaml.
Compare 2 commits »
blacklight created branch 341/procedure-entities-ui in platypush/platypush 2024-09-05 02:05:46 +02:00
blacklight pushed to 341/procedure-entities-ui at platypush/platypush 2024-09-05 02:05:46 +02:00
15cf611c95 [#341] [UI] Implemented support for procedure entities.
bbfc5b32e6 [UI] Added integration icons to the ActionEditor autocomplete.
1133c6019a [UI] Added general-purpose entity icon editor component.
1316af9553 [UI] Added general-purpose drag-and-drop components.
44e319e7ca [UI] Listen for keyup, keydown and touch events on NameEditor.
Compare 10 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-05 01:14:00 +02:00
c54269e3d2 [#341] Added utility procedures.to_yaml action.
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-02 02:33:15 +02:00
e39e36e5f6 [CI/CD] A more resilient github-mirror script.
c5c872eb68 [chore] Removed unused file re-added upon rebase.
Compare 2 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-02 02:24:50 +02:00
26f491025a [#341] Improvements on procedures.save.
90a953b738 [WIP]
981ae3479e An empty commit to re-trigger the CI/CD pipelines
bca340ebc1 An empty commit to re-trigger the CI/CD pipelines
9aff704444 An empty commit to re-trigger the CI/CD pipelines
Compare 9 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-01 20:01:00 +02:00
6df699359c Merge branch 'master' into 341/procedure-entities
cb9244964c [Automatic] Updated components cache
62980cc9e2 [procedures] Store actions for YAML procedures.
42d672ab5e 🐛 Fixed import error
ef524fa388 [config] Added config.get_config_dir method.
Compare 8 commits »
blacklight created pull request platypush/platypush#426 2024-09-01 18:15:45 +02:00
[Backend] Expose procedures as entities
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-01 18:14:19 +02:00
861e7e7c52 [#341] More improvements on the procedures plugin.
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-09-01 01:49:41 +02:00
1369848114 [#341] More procedures features.
9d086a4a10 [system] Don't use is_defined macro for system plugin entities.
7cc7009d08 [db] Always run PRAGMA foreign_keys = ON on SQLite connections.
Compare 3 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-08-31 21:57:21 +02:00
a3eedc6adc [core] Fix support for custom SQLAlchemy engine options on db conf.
740e35bd5e Moved full dump of requests+responses+events to log debug level.
Compare 2 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-08-30 02:09:33 +02:00
457333929f [#341] Added procedures.save and procedures.delete actions.
e593264eab [#341] Added ProcedureType enum.
Compare 2 commits »
blacklight pushed to master at platypush/platypush 2024-08-28 00:19:13 +02:00
cb9244964c [Automatic] Updated components cache
62980cc9e2 [procedures] Store actions for YAML procedures.
42d672ab5e 🐛 Fixed import error
ef524fa388 [config] Added config.get_config_dir method.
dea72fbfdb [#341] Support for procedure reconciliation.
Compare 7 commits »
blacklight pushed to master at platypush/platypush 2024-08-28 00:18:00 +02:00
531ae947d1 Merge pull request 'Support procedures as native entities' (#425) from 341/procedure-entities into master
d9916873cb [procedures] Store actions for YAML procedures.
234963b069 🐛 Fixed import error
ffc3fe218d [config] Added config.get_config_dir method.
0f186c44ef [#341] Support for procedure reconciliation.
Compare 8 commits »
blacklight merged pull request platypush/platypush#425 2024-08-28 00:17:59 +02:00
Support procedures as native entities
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-08-28 00:15:39 +02:00
d9916873cb [procedures] Store actions for YAML procedures.
234963b069 🐛 Fixed import error
ffc3fe218d [config] Added config.get_config_dir method.
Compare 3 commits »
blacklight pushed to 341/procedure-entities at platypush/platypush 2024-08-25 23:46:09 +02:00
0f186c44ef [#341] Support for procedure reconciliation.