[PR #1469] [MERGED] Automations/logs #1372

Closed
opened 2026-03-03 00:25:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1469
Author: @ButteryCrumpet
Created: 2/2/2022
Status: Merged
Merged: 2/2/2022
Merged by: @ButteryCrumpet

Base: automations/baseHead: automations/logs


📝 Commits (4)

  • ca1818d update env
  • 505fd2e add automation log table
  • dc44a2f remove env setter from AutomationBuilder
  • b10be68 remove env option from PipeBuilder

📊 Changes

7 files changed (+121 additions, -37 deletions)

View changed files

📝 src/cloud/api/automation/automation.ts (+26 -1)
📝 src/cloud/api/automation/workflow.ts (+2 -0)
📝 src/cloud/components/Automations/AutomationBuilder.tsx (+0 -25)
src/cloud/components/Automations/AutomationLogList.tsx (+48 -0)
📝 src/cloud/components/Automations/actions/ActionConfigurationInput.tsx (+1 -9)
📝 src/cloud/interfaces/db/automations.ts (+7 -0)
📝 src/cloud/pages/automations/[automationId].tsx (+37 -2)

📄 Description

  • Display recent automation logs on individual automation page

image


🔄 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/1469 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 2/2/2022 **Status:** ✅ Merged **Merged:** 2/2/2022 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `automations/base` ← **Head:** `automations/logs` --- ### 📝 Commits (4) - [`ca1818d`](https://github.com/BoostIO/BoostNote-App/commit/ca1818db88b5898f728f97b7a5b9012bfd80b764) update env - [`505fd2e`](https://github.com/BoostIO/BoostNote-App/commit/505fd2e2674bc16aea0d47d3e3920cf3cdb3be78) add automation log table - [`dc44a2f`](https://github.com/BoostIO/BoostNote-App/commit/dc44a2f03385f511486321118354539ed6d1443d) remove env setter from AutomationBuilder - [`b10be68`](https://github.com/BoostIO/BoostNote-App/commit/b10be6834fdd087574d15852182cddc3d927c45f) remove env option from PipeBuilder ### 📊 Changes **7 files changed** (+121 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/automation/automation.ts` (+26 -1) 📝 `src/cloud/api/automation/workflow.ts` (+2 -0) 📝 `src/cloud/components/Automations/AutomationBuilder.tsx` (+0 -25) ➕ `src/cloud/components/Automations/AutomationLogList.tsx` (+48 -0) 📝 `src/cloud/components/Automations/actions/ActionConfigurationInput.tsx` (+1 -9) 📝 `src/cloud/interfaces/db/automations.ts` (+7 -0) 📝 `src/cloud/pages/automations/[automationId].tsx` (+37 -2) </details> ### 📄 Description - Display recent automation logs on individual automation page ![image](https://user-images.githubusercontent.com/19530989/152073376-b729af88-b4d8-4e39-aea3-21a3d400964c.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:25:52 +03:00
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#1372
No description provided.