Code Monkey home page Code Monkey logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Yes, progress during commit is highly desirable. A commit is a three stage 
process. Initial scan of the files on the client, sending the files to the 
server and a final server-side verification of the data. Only the final step is 
lacking progress information, but that is bad enough, as it can be quite 
lengthy. 

Unfortunately, it is not exactly trivial to add this feature. The boar client 
performs a RPC call to the server which triggers the final stage, and the call 
does not return until the commit is complete. Just adding a suitable "print" in 
the server code would be trivial, but that would only be visible when accessing 
a local repository (not to mention violating all rules regarding code 
separation). But it will get fixed somehow.


Original comment by [email protected] on 20 Aug 2013 at 10:36

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
oh sorry I missed that code separation rules. Glad to hear you're working on it.

Original comment by [email protected] on 22 Aug 2013 at 4:49

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Implemented a progress display with spinner that shows file upload and commit 
progress. Required some changes in the network protocol, so the protocol number 
has been increased (that is, it's not backwards compatible).


Original comment by [email protected] on 22 Sep 2013 at 8:03

  • Changed state: Verified

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Issue 113 has been merged into this issue.

Original comment by [email protected] on 1 Apr 2015 at 9:25

from boar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.