mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #1420] [MERGED] Feat/GitHub source manager #1333
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#1333
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/1420
Author: @Rokt33r
Created: 12/29/2021
Status: ✅ Merged
Merged: 2/6/2022
Merged by: @ButteryCrumpet
Base:
automations/base← Head:feat/github-source-manager📝 Commits (10+)
87217c0beta navigationfca11efAdd prototype github source callback page124a754Implement prototype source management uid8d2b04Add github app url env var2f4fe6eShow invalidated status of source7465a19Display source name instead of identifierb335b48Style github source management3c172e3Add workflows to team link intent522f6f5Fix sidebar display of Automation/Workflows pages4030c5aFix Create Automation button label📊 Changes
22 files changed (+670 additions, -290 deletions)
View changed files
➕
src/cloud/api/beta/registration.ts(+16 -0)➕
src/cloud/api/teams/sources/index.ts(+24 -0)📝
src/cloud/components/Link/TeamLink.tsx(+2 -0)📝
src/cloud/components/Router.tsx(+3 -1)📝
src/cloud/components/settings/GithubIntegration.tsx(+139 -9)📝
src/cloud/components/sources/GithubSourceCallbackPage.tsx(+44 -53)📝
src/cloud/interfaces/analytics/mixpanel.ts(+15 -0)➕
src/cloud/interfaces/db/beta.ts(+23 -0)➕
src/cloud/interfaces/db/source.ts(+8 -0)📝
src/cloud/lib/consts.ts(+1 -0)📝
src/cloud/lib/hooks/sidebar/useCloudSidebarTree.tsx(+299 -225)📝
src/cloud/lib/sidebar.ts(+1 -0)➕
src/cloud/lib/stores/beta/index.ts(+9 -0)➕
src/cloud/lib/stores/beta/store.ts(+49 -0)➕
src/cloud/lib/stores/beta/withBetaRegistration.tsx(+16 -0)📝
src/cloud/pages/automations/[automationId].tsx(+4 -1)📝
src/cloud/pages/automations/create.tsx(+3 -0)📝
src/cloud/pages/automations/index.tsx(+4 -1)📝
src/cloud/pages/workflows/[workflowId].tsx(+3 -0)📝
src/cloud/pages/workflows/create.tsx(+3 -0)...and 2 more files
📄 Description
GITHUB_APP_URLfor github app installation link. Please provide a public link of your github app.src/cloud/lib/hooks/sidebar/useCloudSidebarTree.tsx, has many changes but most of them are done by prettier.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.