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, Sep 2, 7:23 AM
Unknown Object (File)
Sun, Sep 1, 8:12 PM
Unknown Object (File)
Sun, Aug 25, 4:17 PM
Unknown Object (File)
Sun, Aug 25, 2:54 PM
Unknown Object (File)
Sat, Aug 24, 1:55 AM
Unknown Object (File)
Fri, Aug 23, 10:22 AM
Unknown Object (File)
Aug 18 2024, 1:02 PM
Unknown Object (File)
Aug 17 2024, 11:52 AM
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

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

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