#6224 Switch to on-demand (indexless) tree browsing for git

v1.0.0
closed
nobody
SCM
nobody
2015-08-20
2013-05-09
Cory Johns
No

Tests using https://sourceforge.net/p/allura/pastebin/518bb63d7929e51a2548196a/ indicate that we should be able to switch the tree browsing for git to get its info directly from GitPython without relying on the fragile index data. This should give us comparable performance without having to wait for the index to complete.

Create a GitTreeBrowser subclass to use this implementation (with tests), preferably using AJAX (tree / blob names can be pulled quickly, AJAX to fill in the rest of the last-commit data).

Discussion

  • Dave Brondsema

    Dave Brondsema - 2013-05-20
    • Size: --> 4
     
  • Dave Brondsema

    Dave Brondsema - 2013-05-20
    • Milestone: forge-may-31 --> forge-jun-06
     
  • Dave Brondsema

    Dave Brondsema - 2013-05-31
    • Milestone: forge-jun-14 --> forge-jun-28
     
  • Dave Brondsema

    Dave Brondsema - 2013-06-14
    • Milestone: forge-jun-28 --> forge-jul-12
     
  • Dave Brondsema

    Dave Brondsema - 2013-06-28
    • Milestone: forge-jul-12 --> forge-jul-26
     
  • Dave Brondsema

    Dave Brondsema - 2013-07-15
    • Milestone: forge-jul-26 --> forge-backlog
     
  • Dave Brondsema

    Dave Brondsema - 2014-04-01
    • status: open --> closed
    • Size: 4 --> 0
     
  • Dave Brondsema

    Dave Brondsema - 2014-04-01

    Done on another ticket, a while ago.

     

Log in to post a comment.