Page MenuHomePhabricator

Add a repository import troubleshooting guide
ClosedPublic

Authored by epriestley on Jun 21 2015, 12:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 5, 8:54 AM
Unknown Object (File)
Thu, May 2, 1:46 AM
Unknown Object (File)
Mar 25 2024, 1:54 PM
Unknown Object (File)
Feb 26 2024, 11:06 PM
Unknown Object (File)
Feb 11 2024, 7:32 AM
Unknown Object (File)
Feb 9 2024, 2:08 PM
Unknown Object (File)
Feb 9 2024, 2:08 PM
Unknown Object (File)
Feb 9 2024, 2:07 PM
Subscribers

Details

Summary

Fixes T8615. Basic overview of the pipeline, where to look for errors, and how to identify/understand/fix/force your way through.

Test Plan

Read documentation.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add a repository import troubleshooting guide.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: btrahan, joshuaspence.
joshuaspence edited edge metadata.

Overall, I think that there's a bunch of paragraphs which are too short (one or two sentences). I left some inline comments, but nothing major.

I also feel that we could do a better job of detecting errors importing repositories and surfacing them in the UI, similar to the way that setup issues are surfaced to administrators. We could maybe show failed daemon tasks in the Diffusion UI as well, by basically looking for failed daemon tasks where the objectPHID matches the given repository.

src/docs/user/field/repository_imports.diviner
5

I think this should be "troubleshooting OF repositories".

10–11

My English isn't great, but I feel like "or push new commits to a hosted repository" should maybe be in parentheses.

15

Typo of "individual".

27

This reads odd to me, maybe "creating stub objects for them".

28

Maybe we should explain that a commit will have multiple IDs, namely:

  • Internal integer ID (which is not really used anywhere and possibly not worth mentioning)
  • Commit hash
  • PHID
30

Where is the update phase documented? If someone starts their reading at this article, then this might be a little unclear.

41

Does this style any differentially if the : is bold? I think that having the : in bold is more correct, but I'm not sure if it actually makes a difference.

On another note, I've often wondered if we should have an easier way to produce a <dl>-type list.

118

Stray )

249

Personally, I think that bullet points read nicer if the sentence starts with an uppercase character.

This revision is now accepted and ready to land.Jun 21 2015, 9:57 PM
src/docs/user/field/repository_imports.diviner
30

In the link at the end of the sentence. :)

epriestley edited edge metadata.
  • Tweaks per feedback.
This revision was automatically updated to reflect the committed changes.