mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1522] Automations/ast impl #1420
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#1420
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/1522
Author: @ButteryCrumpet
Created: 2/24/2022
Status: 🔄 Open
Base:
master← Head:automations/ast-impl📝 Commits (10+)
d4de6fcmove in ast typese56f473define triggers in new type systemfc0b253convert create builderscae753faction configuration conversion44935dcnull bug fixes19eb778correct type flattening34c86f4bug fixesb9817b7correct operation names913941cfix filter event data flattening4cf7c88clearable config📊 Changes
15 files changed (+758 additions, -234 deletions)
View changed files
📝
src/cloud/components/Automations/EventInfo.tsx(+2 -2)📝
src/cloud/components/Automations/FilterBuilder.tsx(+15 -9)📝
src/cloud/components/Automations/PipeBuilder.tsx(+31 -18)📝
src/cloud/components/Automations/WorkflowBuilder.tsx(+8 -8)📝
src/cloud/components/Automations/actions/ActionConfigurationInput.tsx(+53 -23)📝
src/cloud/components/Automations/actions/CreateDocActionConfigurator.tsx(+114 -23)📝
src/cloud/components/Automations/actions/PropertySelect.tsx(+119 -34)📝
src/cloud/components/Automations/actions/UpdateDocActionConfigurator.tsx(+166 -53)📝
src/cloud/components/Automations/actions/index.ts(+4 -4)📝
src/cloud/interfaces/db/automations.ts(+3 -2)➕
src/cloud/lib/automations/ast.ts(+50 -0)📝
src/cloud/lib/automations/events/index.ts(+50 -49)➕
src/cloud/lib/automations/index.ts(+7 -0)➕
src/cloud/lib/automations/types.ts(+85 -0)📝
src/cloud/pages/workflows/create.tsx(+51 -9)📄 Description
Move over to new automation configuration format.
Retaining current UI.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.