You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bring back docs on local development
* Improve local dev docs
* Agent task for moving from callbacks to webhooks
* Move from callback to webhooks, again
* Make repos webhook async; dont comment erorr when installed to all repos
* remove unecessary check
* unnecessary comments
* remove commented out code, ensure code parameter handled gracefully
* fix error
* ensure no unnecessary ai summaries generated
---------
Co-authored-by: Igor Zalutski <izalutski@gmail.com>
slog.Warn("Error generating checks summary for batch", "batchId", batch.ID, "error", err)
408
+
}
403
409
}
404
410
411
+
405
412
slog.Debug("Updating PR status for job", "jobId", job.DiggerJobID, "status", status, "conclusion", conclusion)
406
413
ifisPlan {
407
414
title:=fmt.Sprintf("%v to create %v to update %v to delete", job.DiggerJobSummary.ResourcesCreated, job.DiggerJobSummary.ResourcesUpdated, job.DiggerJobSummary.ResourcesDeleted)
Copy file name to clipboardExpand all lines: docs/ce/local-development/backend.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Orchestrator local setup
2
+
title: Backend (orchestrator) local setup
3
3
---
4
4
5
5
The backend serves orchestration APIs, GitHub app endpoints, and internal APIs the UI relies on.
@@ -51,7 +51,7 @@ The backend serves orchestration APIs, GitHub app endpoints, and internal APIs t
51
51
52
52
## GitHub app integration
53
53
54
-
- For a quick install link, set `ORCHESTRATOR_GITHUB_APP_URL` in `ui/.env.local` to your app's install URL (`https://github.com/apps/<app>/installations/new`).
54
+
- For a quick install link, set `ORCHESTRATOR_GITHUB_APP_URL` in `ui/.env.local` to your app’s install URL (`https://github.com/apps/<app>/installations/new`).
55
55
- To create a new app via the backend, open `http://localhost:3000/github/setup` (requires `HOSTNAME` set to a reachable URL for callbacks).
0 commit comments