edgafner / dorkag

Issue Tracker repository for all Dorkag plugins
Other
5 stars 0 forks source link

[FEATURE]: Improve Pull Request updates #50

Open robertlyson opened 6 months ago

robertlyson commented 6 months ago

Is your feature request related to a problem? Please describe. Would be great to somehow update Pull Request with latest changes. I noticed there is "Refresh Pull Request" button in context menu but only when right click on PR title I guess. image

Describe the solution you'd like Don't know if ADO offers any way of server -> client communication, but maybe there could be background process refreshing PR every x time.

Describe alternatives you've considered Alternative could be to move refresh button to some more easily reachable place, close to "View Timeline" hyperlink or something.

Additional context

Jonatha1983 commented 6 months ago

Hi @robertlyson

Thanks for the suggestion.

I will add an option in the setting to enable autorefresh with a selected time interval.

awindillman commented 4 months ago

Hi Jonathan,

With all of the items you've helped out with, updates to the PR are the next highest priority for us.

Auto-refresh is OK, but some form of push (websocket, etc) would be better. Looks like it could be done with Service Hooks, but the documentation isn't totally clear.

Auto-refresh will be suboptimal, but better than having to manually do it. Perhaps a separate issue should be created for "real-time" updates?

Thanks for creating a great tool!

Regards, Neal