feat: add unauthenticated /health endpoint#32
Closed
donnydongchen wants to merge 22 commits intoclawdeckio:mainfrom
Closed
feat: add unauthenticated /health endpoint#32donnydongchen wants to merge 22 commits intoclawdeckio:mainfrom
donnydongchen wants to merge 22 commits intoclawdeckio:mainfrom
Conversation
* Test Kanban card updated-at tooltip uses formatted_timestamp * Sanitize control chars in task API JSON * Preload card associations + show age on task cards * Kanban: hover lift + drag affordance polish * Test: assert Created tooltip uses formatted_timestamp * docs: clarify macOS Homebrew Ruby/Bundler setup * Kanban: counter caches + UTF-8-safe agent labels * Fix JSON BINARY warnings + keep Kanban card count tests accurate * API: accept legacy task_comment payload for task comments * Kanban: clarify overflow tag tooltip * Board: add visible focus ring for task cards * Kanban: show agent name in task card badge * Board: show drop hint while dragging over columns * Kanban: show insertion marker during drag * Kanban: avoid layout shift on insert marker; drop-hint CSS hardening * Rebrand UI/docs to PokéDeck * Rebrand default page titles to PokéDeck * Rubocop: remove trailing whitespace * Rebrand page titles to PokéDeck * API: make task url host configurable (PUBLIC_BASE_URL) * Rebrand systemd unit descriptions to PokeDeck * docs: rebrand LICENSE + CONTRIBUTING to PokéDeck * docs: fix GitHub link text to clawdeckio/pokedeck * Branding: update GitHub links to pokedeck * Kanban: card footer relative timestamp * Rebrand setup scripts output to PokéDeck * Docs: clarify PokéDeck branding vs clawdeck identifiers * chore: exclude branding identifiers doc from user-facing ClawDeck scan * fix: stabilize task card relative time rendering * chore: harden branding guard + macOS test note --------- Co-authored-by: Jasper Donny Dong Chen <jasperdonnydongchen@Jaspers-Mac-mini.local>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds GET /health (unauthenticated) returning JSON {status,timestamp,git_sha?} for external uptime checks. Includes integration test.
Note: local machine currently uses macOS system Ruby 2.6, so I could not run rails tests here (Bundler 2.5.9 requires Ruby >=3.0). CI should run with Ruby 3.3.1 per .ruby-version/DEV_SETUP.md.