Skip to content

PAB-56: cache dashboard runtime URL config - #72

Merged
pablopunk merged 1 commit into
mainfrom
agent/orchestrator/a81eddaf
Jul 17, 2026
Merged

PAB-56: cache dashboard runtime URL config#72
pablopunk merged 1 commit into
mainfrom
agent/orchestrator/a81eddaf

Conversation

@pablopunk

@pablopunk pablopunk commented Jul 17, 2026

Copy link
Copy Markdown
Owner

This pull request streamlines the runtime URL config by replacing the ad‑hoc cache in src/server/tailscale/urls.ts with the shared in‑memory cache (getOrSet / invalidate). The new implementation deduplicates parallel calls so that multiple concurrent dashboard requests (e.g., when building project URLs) perform only one getTailscaleConfig lookup. The invalidation path used after connect/disconnect operations is also updated to use the shared cache key.

Additionally, the monitor page (src/pages/monitor.astro) was fixed to scope the project query to the currently authenticated user – previously it returned all non‑deleted projects regardless of ownership, which is now restricted to ownerUserId matching the session user.

@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
doce-dev-www Ready Ready Preview, Comment Jul 17, 2026 3:20pm

@kody-ai

kody-ai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Kody Review Complete

Great news! 🎉
No issues were found that match your current review configurations.

Keep up the excellent work! 🚀

Kody Guide: Usage and Configuration
Interacting with Kody
  • Request a Review: Ask Kody to review your PR manually by adding a comment with the @kody start-review command at the root of your PR.

  • Validate Business Logic: Ask Kody to validate your code against business rules by adding a comment with the @kody -v business-logic command.

  • Provide Feedback: Help Kody learn and improve by reacting to its comments with a 👍 for helpful suggestions or a 👎 if improvements are needed.

Current Kody Configuration
Review Options

The following review options are enabled or disabled:

Options Enabled
Bug
Performance
Security
Business Logic

Access your configuration settings here.

@github-actions
github-actions Bot had a problem deploying to pr-72 July 17, 2026 15:20 Failure
@pablopunk
pablopunk merged commit 5dbf78f into main Jul 17, 2026
9 of 10 checks passed
@pablopunk
pablopunk deleted the agent/orchestrator/a81eddaf branch July 17, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant