Hello all,
whenever I push notes I see them online in BitBucket Web Interface as specific commits, however
Are these real issues or misconfigurations of mine or not implemented features?
Kind Regards.
Antonio
Hi Stephen, maybe my question was not cleared, now I provide an explicit example.
Please, suppose the following list of command just executed:
git init
git remote add "origin" "bla, bla, bla"
git add .
git commit --branch -m "master, first commit"
git notes --ref="commits" add -m "first note"
git notes --ref="furtherDetails" add -m "second note"
git push -u "origin" "master"
git push "origin" "refs/notes/*"
Now, if you check BitBucket graphical rendering of commits, you could see that notes are painted as nodes separated by the ordinary code node commit, with no explicit link among notes nodes and the related commit node.
If you suppose some different notes nodes, sometimes within the same notes' namespaces, for more than one code commit, you can understand how much could be useful to "see" graphically notes commits' nodes linked with the related code commit node.
My question was: is there any way in BitBucket to "see" these links? Via command line locally I can execute the command
git log --oneline --stat --graph --show-notes="*" --full-history
that provides no graphical link as I requested, however it at least provides logical links (by grouping notes in each code commit) but ... in BitBucket Web Interface?
Kind Regards.
Antonio
Hello Antonio,
Thank you for the clarification and a walkthrough of your workflow, this really helps to paint a picture of what you need and how you’re inputting the notes.
Upon further review, as this function is not native to Bitbucket, there is an add-on which brings in support for tag details and git notes within Bitbucket. I was only able to find one add-on which accomplished this. You may find this add-on at Tag Details And Git Notes.
We would suggest you test this add-on within your developer/stagging instance first to ensure there are no interruptions to your production instance.
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Antonio and welcome to Community!
Within Bitbucket cloud you’re able to use Smart commits to include additional information within your commit. Within a smart commit you’re able to send:
Additional information on this may be found at Use Smart Commits.
If smart commits do not work for you, could you please elaborate more on where and which notes you want to include during a commit?
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.