no "auto-generate release notes" button on github enterprise? - github

i'm trying to setup a new gitHub enterprise repo and looking at using "releases". i wanted to try the auto generate release notes feature but I don't have the button that is shown here...
https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
is this a problem with my version of github enterprise server (3.3.6), github enterprise server in general or something else i'm not doing?

Looks like it is available from 3.4 release onwards.
https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

Related

Sonarqube badge not working on github README

Recently I wanted to add badges to an enterprise GitHub repository I order to have an overview of the Sonarqube statuses like coverage or quality gate.
The issue is that the badges generated by the Sonarqube server(I am using a Sonarqbe server not Sonarcloud) do not show the image when added to the GitHub repository.
I tried using the api from Sonarqube but there isn't any call that helped.
Do you have any idea which I can try to make the images visible from a Sonarqube server to a repository from GitHub enterprise?
FYI - This feature is now available with SonarQube 9.2 version.
From there official documentation.
Badges for private projects and other long-awaited features
SonarQube 9.2 includes a number of long-awaited features to help you better integrate SonarQube into your organization. First, with this version we've finally been able to deliver badges for private projects. Next, is the new functionality to delegate administration of a single Quality Gate. Previously, administrators could delegate permissions for all Quality Gates; now they can be more selective. Speaking of delegation, delegating authentication to Bitbucket Cloud is now built in.
Apparently the issue was that for the badges we were using the URL with http instead of https and that's why the badges images weren't displayed. After we changed the URL to https we got the badges images to be displayed.
To get the SonarQube Badges in the readme.md are two configuration settings important.
"Force user authentication" in Administration -> Configuration -> General settings -> Security, has to be set to false
The SonarQube project has to be public
(tested on SonarQube version 8.9 LTS)

Sonarqube plugin for Bitbucket as for GitHub

Is there something similar to https://docs.sonarqube.org/display/PLUG/GitHub+Plugin but for Bitbucket cloud?
I would like to run it from Jenkins with gradle.
Looking at the Other Plugins section of the documentation, looks like there is a plugin for this: https://github.com/mibexsoftware/sonar-bitbucket-plugin
However, this plugin relies on a deprecated feature of SonarQube (the "preview/issues" mode) - which will be removed in future versions.
Note that SonarSource is currently working on a built-in support of Bitbucket Cloud (pull request analysis included) for its cloud service called SonarCloud. This built-in support should be available by the end of Q2 2018.

Which Version Control systems integrate with Bitrix24?

I'm about to embark on an HTML remediation project. My client is using Bitrix as a task/issue tracker, but isn't currently using anything for Source/Version control.
I've searched up 'Bitrix' and assume that they mean 'Bitrix24'.
Is there a Version Control system which integrates with Bitrix24?
I'd like:
To be able to browse to Version Control from within the Bitrix interface
To link to commit hashes, line numbers and (release) tags from within Bitrix tasks/issues
To use Git rather than SVN
Bitrix has no such feature out from the box - see old topic on Bitrix support forum - https://www.bitrix24.com/support/forum/forum47/topic10287/
I think it is because of CRM-nature of the Bitrix.
You could link your task/issues in Bitrix with commits in GitLab/Bitbucket using third-party hooks:
for GitLab - https://github.com/lolweb/bxGitlab
for BitBucket - https://github.com/Web-LLC/bxGitlab
You could also try to link GitHub commits using Zappier + Bitrix24 free Zappier integration App https://www.bitrix24.com/apps/?app=b24io.zapieren
I have not used them, so don't know if they really work.
Also Bitrix24 has API https://www.bitrix24.com/apps/dev.php to build any integration, but it is a lot of work.

Github PR templates don't work in enterprise git?

GitHub released this nice feature to create PR templates[1]. Me and my team wanted to leverage that. However,I couldn't get it to work in enterprise git.
Is the new feature not available in GitHub Enterprise yet?
[1]https://github.com/blog/2111-issue-and-pull-request-templates
The pull request template feature is not available in GitHub Enterprise as of March 12, 2016. The latest releases of GitHub Enterprise are 2.5.1, 2.4.5, 2.3.9, 2.2.15, and 2.1.20. Features introduced at GitHub.com may make their way into GitHub Enterprise, but it is not guaranteed. For instance, Jupiter notebook support was added to GitHub.com on May 7, 2015, but has not yet made its way into GitHub Enterprise.
GitHub Enterprise release notes can be found here

Team development with Worklight and GitHub

I am working with a small development team where we are working together on a Worklight V6 Project, where we are using GitHub as our repository. Is there any docs on what artifacts we should be pushing/pulling for a Worklight project with GitHub? Thanks!
JT
As always, the fist place to look is the infocenter. In addition, there are a couple of .jazzignore files that get populated in the project tree, and you should be able to add everything in those into your .gitignore.
I have a somewhat old blog post about using Subversion with Worklight here Some details will be different with Worklight V6 and git, but it should give you some background