nautobot / nautobot-app-version-control

Version Control App that uses and requires a Dolt Database
Other
30 stars 6 forks source link

Add 'Branch Name' column to Branch Commits view #32

Closed tim-fiola closed 2 years ago

tim-fiola commented 3 years ago

The Commits in <branch name> page should have a column that contains the name of the branch that each commit was a part of. That is not evident from the current data displayed.

image

tim-fiola commented 3 years ago

The name of the PR should also have a column to relieve the user from having to parse that info (if possible) from the commit messages

jedelman8 commented 3 years ago

we're going to add a blue label around the branch name and the word "branch" after it, so it'll be "Commits in main branch" where "main" will be a blue label.

VinaiRachakonda commented 3 years ago

Screen Shot 2021-09-09 at 11 51 58 AM

Seeing some slight problems here with how titles are rendered

VinaiRachakonda commented 3 years ago

Screen Shot 2021-09-10 at 9 56 48 AM

andy-wm-arthur commented 3 years ago

Overload "title" block in Django template to fix html title issue

VinaiRachakonda commented 3 years ago

Reopening to fix title problem. Will address today

VinaiRachakonda commented 2 years ago

This doesn't seem possible with the templating setup. Would prefer to punt or close

andy-wm-arthur commented 2 years ago

We'll address the tab title issue in a separate issue. The primary issue of changing the title of the commit log view has been addressed