-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive setup #171
Comments
Time estimate please |
I think a week would be fine |
! Error: HttpError: Resource not accessible by integration - https://docs.github.com/rest/issues/comments#create-an-issue-comment |
/start |
Tip
|
Passed the deadline and no activity is detected, removing assignees: @hhio618. |
/start |
This again @gentlementlegen 👀 |
@vichydra the deadline is at Sun, Nov 10, 4:20 PM UTC |
A new workroom has been created for this task. Join chat |
@0x4007 You can check the logs: https://dash.cloudflare.com/5c0228bee348f4cf48829ffe21b61fe9/workers/services/view/ubiquity-os-kernel-development/production/observability/logs?granularity=0&time=%7B%22type%22%3A%22absolute%22%2C%22to%22%3A1730648160000%2C%22from%22%3A1730648040000%7D The |
Passed the deadline and no activity is detected, removing assignees: @vichydra. |
Tail workers seem like a solid solution to this sort of thing. One worker to catch all exceptions in other workers; it could then ping via TG the exception that happened, where, when, who and how straight into a private chat filled with proactive trusted contributors. Requires a paid plan, something we have avoided but eventually we are going to have to bite that bullet I think. |
It's too tedious to do from mobile unfortunately |
/start |
Tip
|
/start |
! This issue is already assigned. Please choose another unassigned task. |
Passed the deadline and no activity is detected, removing assignees: @whilefoo. |
@whilefoo can I start on this one? |
The goal of this task is to simplify developer experience when setting up the kernel.
To do this we need to create an interactive CLI tool that will help with setting up the Github App and preparing Cloudflare for deployment of the kernel
This setup tool should be inspired by Probot's setup flow
1. Setup Cloudflare and Wrangler
2. GitHub App Setup Automation
This can be done with Github App Manifest
.dev.vars
file and in Cloudflare Worker secrets.Additionally we can make an option in the SDK to disable signature verification in order to ease the development of new plugins.
The text was updated successfully, but these errors were encountered: