pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
953 stars 146 forks source link

Add optional git panel #100

Closed Parkayun closed 9 months ago

Parkayun commented 8 years ago

Hi. I added git panel for user who use git.

Thanks.

jeffwidman commented 8 years ago

Hmm... while this feels nice, I'm not actually convinced of the utility... most of the time my code is a few changes ahead of the latest commit. Plus I normally set my local shell prompt to tell me the latest commit. If it didn't hurt things, I would have no problem adding as optional eye candy, but I'm wondering how much performance hit there is to running git in a subprocess?

@mgood what do you think?

macnewbold commented 1 year ago

I know it's been a long time, but do you still have any interest in this? If so, it will need to catch it up with master and retest. If not, we'll probably close it out.

jeffwidman commented 7 months ago

Actually, having done a little work on this repo lately, it would have been handy to have this panel to keep track of what I was looking at in the browser vs my editor... so if anyone ends up wanting to pick this up, I'm 👍 on it's value.