Page MenuHomePhabricator

Add a very basic cache status page
ClosedPublic

Authored by epriestley on Apr 7 2015, 8:00 PM.
Tags
None
Referenced Files
F14063945: D12314.diff
Mon, Nov 18, 8:57 PM
F14018281: D12314.id29590.diff
Tue, Nov 5, 7:35 AM
F14018280: D12314.id29587.diff
Tue, Nov 5, 7:35 AM
F13984214: D12314.id29591.diff
Oct 20 2024, 11:42 AM
F13973210: D12314.diff
Oct 17 2024, 11:44 PM
F13971754: D12314.id.diff
Oct 17 2024, 3:08 PM
Unknown Object (File)
Oct 3 2024, 7:11 AM
Unknown Object (File)
Sep 23 2024, 9:50 PM
Subscribers

Details

Summary

Ref T5501. This is just getting version detection and availability right, probably.

Eventually, this will get lifted up a bit and "$remedy" will turn into setup issues (or maybe one setup issue saying "your cache setup is messed up, click here to understand why").

Test Plan

Screen_Shot_2015-04-07_at_12.57.38_PM.png (1×1 px, 222 KB)

I intend to shove these up to production one-by-one since production is APC and local is Opcache + APCu.

Diff Detail

Repository
rP Phabricator
Branch
cache1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5182
Build 5200: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Add a very basic cache status page.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
btrahan added inline comments.
src/applications/config/controller/PhabricatorConfigCacheController.php
6

handleRequest

This revision is now accepted and ready to land.Apr 7 2015, 9:01 PM

Oh, good call. I resurrected this from an old branch that predated the new hotness.

epriestley marked an inline comment as done.
epriestley edited edge metadata.
  • Modernize signature.
This revision was automatically updated to reflect the committed changes.