PTCInc / thingworx-gitbackup-extension

[Unofficial/Not supported] ThingWorx GitBackup Extension for storing your ThingWorx application code in a Git repository
MIT License
25 stars 11 forks source link

Git push progress detaills #49

Closed jlagares closed 1 year ago

jlagares commented 1 year ago

Is there any way of seeing details of the push while the "Executing push to git..." message is going on? in my case it takes almost 20-30 minutes and I'm wondering if I can see any progress in the logs (script or application) THank you for your help here!

jlagares commented 1 year ago

understood the problem

vrosu commented 1 year ago

Out of curiosity, what was the issue?

jlagares commented 1 year ago

My project that I work with Ilaria is quite big, the push command takes a lot of time and it fails some times. So I’m not able to see if something went wrong in the push until the end. It would be ideal to see progress of commit Thanks

On Fri, 2 Jun 2023 at 12:32, Vladimir Rosu @.***> wrote:

Out of curiosity, what was the issue?

— Reply to this email directly, view it on GitHub https://github.com/PTCInc/thingworx-gitbackup-extension/issues/49#issuecomment-1573514725, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA75ENUB4OEMJIPC6YRKGLXJG6NNANCNFSM6AAAAAAYYBPGUE . You are receiving this because you modified the open/close state.Message ID: @.***>

vrosu commented 1 year ago

In version 5.0.0, the Push service has been modified, so that when it finishes, it adds the timings of its internal operations in the log entry specific to Push in the GitBackup.Log.DataTable. So, based on this work, we at least split in sections the content of this service. I can send these sections to the Script Log if you want, as soon as they are calculated. This is relatively easy to do. However, displaying in Mashup the progress would require a bit more work to do (and anyway the internal jgit library does not offer progress information, so you'll be able to see only my internal code section progress.)