[PR #1522] Automations/ast impl #1420

Open
opened 2026-03-03 00:26:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1522
Author: @ButteryCrumpet
Created: 2/24/2022
Status: 🔄 Open

Base: masterHead: automations/ast-impl


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1522 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 2/24/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `automations/ast-impl` --- ### 📝 Commits (10+) - [`d4de6fc`](https://github.com/BoostIO/BoostNote-App/commit/d4de6fcffb47395587b8b5665ea082463c8e40cc) move in ast types - [`e56f473`](https://github.com/BoostIO/BoostNote-App/commit/e56f473256be2d13cd1008d16b2f55907d1edd45) define triggers in new type system - [`fc0b253`](https://github.com/BoostIO/BoostNote-App/commit/fc0b253f2dfc15e663c292b5792018fcd4684bea) convert create builders - [`cae753f`](https://github.com/BoostIO/BoostNote-App/commit/cae753f36f2b1ad2b38bfd917b6912a701321db3) action configuration conversion - [`44935dc`](https://github.com/BoostIO/BoostNote-App/commit/44935dcf94812649a20e9f9df9943845071f1fb0) null bug fixes - [`19eb778`](https://github.com/BoostIO/BoostNote-App/commit/19eb778ceefa6833f0a400df6f78f5ba3bad6547) correct type flattening - [`34c86f4`](https://github.com/BoostIO/BoostNote-App/commit/34c86f40534a41a425d00ccd1e12b13d3b14b69b) bug fixes - [`b9817b7`](https://github.com/BoostIO/BoostNote-App/commit/b9817b7eb68c1f0a39a44e6c8891bf31b1a5b0a2) correct operation names - [`913941c`](https://github.com/BoostIO/BoostNote-App/commit/913941ca08e425289c1ee7724197dbdc3bf0e5c9) fix filter event data flattening - [`4cf7c88`](https://github.com/BoostIO/BoostNote-App/commit/4cf7c885bf5ce2add65f82c5182cf3fa99ca725f) clearable config ### 📊 Changes **15 files changed** (+758 additions, -234 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Move over to new automation configuration format. Retaining current UI. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1420
No description provided.