Page MenuHomePhabricator

Show additional status information during repository import
ClosedPublic

Authored by epriestley on Oct 31 2013, 1:21 AM.
Tags
None
Referenced Files
F13817604: D7467.diff
Fri, Sep 20, 1:23 AM
Unknown Object (File)
Tue, Sep 10, 11:58 AM
Unknown Object (File)
Tue, Aug 27, 10:17 PM
Unknown Object (File)
Sun, Aug 25, 5:25 AM
Unknown Object (File)
Fri, Aug 23, 1:56 PM
Unknown Object (File)
Thu, Aug 22, 11:37 AM
Unknown Object (File)
Aug 19 2024, 2:08 PM
Unknown Object (File)
Aug 17 2024, 7:29 PM
Subscribers
Tokens
"Mountain of Wealth" token, awarded by btrahan.

Details

Reviewers
btrahan
chad
Maniphest Tasks
Restricted Maniphest Task
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rP40b081820770: Show additional status information during repository import
Summary

Ref T2350. Fixes T2231.

  • Adds log flags around discovery.
  • Adds message flags for "needs update". This is basically an out-of-band hint to the daemons that a repository should be pulled sooner than normal. We set the flag when users push a revision, and expose a Conduit method that arc land will be able to use.
Test Plan

See screenshots.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

I am really happy about this. Here's a new repo:

{F76777}

{F76779}

{F76781}

{F76783}

{F76786}

{F76788}

Here's it hitting a bug (in this case, the LIMIT 1 thing):

{F76790}

Here's it responding to a "looksoon" hint:

{F76792}

epriestley updated this revision to Unknown Object (????).Oct 31 2013, 1:28 AM
  • Use a more conventional spelling for the word I chose to spell as "initilizing".
epriestley updated this revision to Unknown Object (????).Oct 31 2013, 1:30 AM
  • Clear the "needs update" flag a little bit later, after we acquire the lock.
epriestley updated this revision to Unknown Object (????).Oct 31 2013, 2:11 PM

Avoid division by 0.

btrahan added inline comments.
src/applications/diffusion/conduit/ConduitAPI_diffusion_looksoon_Method.php
34–35

haha