mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1434] [MERGED] Automations/workflow pages #1343
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#1343
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/1434
Author: @ButteryCrumpet
Created: 1/13/2022
Status: ✅ Merged
Merged: 1/18/2022
Merged by: @ButteryCrumpet
Base:
automations/pages← Head:automations/workflow-pages📝 Commits (10+)
842b78bevent definitions6e89db2event info displaya36dc90FilterBuilder component6d57e87Additional form controls5f5d817CreateDocConfiguration0c2a848draft page impl3a583e1UpdateDocActionConfigurator componentb698033control event select input value6eb9743removeable pipelines2049b08workflow name+description inputs📊 Changes
23 files changed (+1764 additions, -74 deletions)
View changed files
📝
src/cloud/api/automation/automation.ts(+6 -4)📝
src/cloud/api/automation/workflow.ts(+2 -2)➕
src/cloud/components/Automations/AutomationBuilder.tsx(+153 -0)➕
src/cloud/components/Automations/EventInfo.tsx(+17 -0)➕
src/cloud/components/Automations/FilterBuilder.tsx(+88 -0)➕
src/cloud/components/Automations/PipeBuilder.tsx(+153 -0)➕
src/cloud/components/Automations/WorkflowBuilder.tsx(+141 -0)➕
src/cloud/components/Automations/actions/ActionConfigurationInput.tsx(+84 -0)➕
src/cloud/components/Automations/actions/CreateDocActionConfigurator.tsx(+92 -0)➕
src/cloud/components/Automations/actions/FolderSelect.tsx(+87 -0)➕
src/cloud/components/Automations/actions/PropertySelect.tsx(+125 -0)➕
src/cloud/components/Automations/actions/UpdateDocActionConfigurator.tsx(+134 -0)➕
src/cloud/components/Automations/actions/index.ts(+8 -0)📝
src/cloud/components/Props/PropPicker.tsx(+50 -14)📝
src/cloud/interfaces/db/automations.ts(+1 -0)➕
src/cloud/lib/automations/events/index.ts(+55 -0)➕
src/cloud/lib/utils/object.ts(+18 -0)📝
src/cloud/pages/automations/[automationId].tsx(+71 -13)📝
src/cloud/pages/automations/create.tsx(+92 -4)📝
src/cloud/pages/automations/index.tsx(+132 -14)...and 3 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.