Page MenuHomePhabricator

Add "RepositoryStatusMessage" and detailed information about initilization
ClosedPublic

Authored by epriestley on Oct 30 2013, 8:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 17, 1:56 AM
Unknown Object (File)
Thu, Jan 30, 2:32 AM
Unknown Object (File)
Wed, Jan 29, 6:10 AM
Unknown Object (File)
Jan 15 2025, 6:22 AM
Unknown Object (File)
Jan 1 2025, 12:17 AM
Unknown Object (File)
Dec 19 2024, 5:30 PM
Unknown Object (File)
Dec 18 2024, 1:53 AM
Unknown Object (File)
Dec 8 2024, 2:59 PM
Subscribers

Details

Summary

RepositoryStatusMessage is basically a key/value table associated with a repository that I'm using to let the daemons store the most recent event of a given type, so we can easily show it on the status dashboard. I think this will be a lot easier for users to figure out than digging through logfiles.

I'm also going to write the "this needs a pull" status here eventually, for reducing the time lapse between pushes and discovery.

  • Add storage for these messages.
  • Have the pull engine populate the INIT phase. I'll do the FETCH phase next.
  • Update the status readout to show all the various states.
Test Plan

See screenshots.

Diff Detail

Branch
dxstatus
Lint
Lint Passed
Unit
Tests Passed

Event Timeline

epriestley updated this revision to Unknown Object (????).Oct 30 2013, 8:01 PM
  • Missing conversion for %s.