[PR #2481] [CLOSED] Added status (health check) endpoints to the API #6004

Closed
opened 2026-02-05 10:22:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2481
Author: @gertjankrol
Created: 1/12/2021
Status: Closed

Base: masterHead: feature/status-api


📝 Commits (3)

  • a0b7bd8 Added status (health check) endpoints to the API
  • c90c64f Moved tests to separate functions
  • 278eae6 Cleaned up imports

📊 Changes

5 files changed (+179 additions, -2 deletions)

View changed files

📝 .env.example.complete (+5 -0)
📝 app/Config/api.php (+7 -1)
app/Http/Controllers/Api/StatusController.php (+135 -0)
📝 app/Providers/RouteServiceProvider.php (+22 -1)
routes/no-auth-api.php (+10 -0)

📄 Description

Related to issue #2467


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/2481 **Author:** [@gertjankrol](https://github.com/gertjankrol) **Created:** 1/12/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/status-api` --- ### 📝 Commits (3) - [`a0b7bd8`](https://github.com/BookStackApp/BookStack/commit/a0b7bd80b064d149ea688fef9771e14a644c9f79) Added status (health check) endpoints to the API - [`c90c64f`](https://github.com/BookStackApp/BookStack/commit/c90c64f5dbf44b38e4e2160ab6512b1f193e9bb0) Moved tests to separate functions - [`278eae6`](https://github.com/BookStackApp/BookStack/commit/278eae61f364465e03b3e1cbb7827c49d4aad227) Cleaned up imports ### 📊 Changes **5 files changed** (+179 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.env.example.complete` (+5 -0) 📝 `app/Config/api.php` (+7 -1) ➕ `app/Http/Controllers/Api/StatusController.php` (+135 -0) 📝 `app/Providers/RouteServiceProvider.php` (+22 -1) ➕ `routes/no-auth-api.php` (+10 -0) </details> ### 📄 Description Related to issue #2467 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:22:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6004