Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-13921 Delete upgrade plugin github action | Malena Ebert | 2020-10-12 | 1 | -46/+0 |
| | |||||
* | Revert "Update dogfood.yml" | Malena Ebert | 2020-10-01 | 1 | -3/+0 |
| | | | This reverts commit 9ebaa0dc649fffde37010b48b6d6ed9d1649684b. | ||||
* | Update dogfood.yml | Malena Ebert | 2020-09-28 | 1 | -0/+3 |
| | | | Trigger the dogfood build on deleting a dogfood branch. | ||||
* | Use v2 of the github action release process | Malena Ebert | 2020-09-18 | 1 | -7/+22 |
| | |||||
* | set timeout for release action to 60 minutes | Tobias Trabelsi | 2020-07-09 | 1 | -0/+1 |
| | |||||
* | Feature/me/update usage of release gha (#2798) | Malena Ebert | 2020-05-18 | 1 | -0/+3 |
| | | | | * Log the output of the distribute_release google cloud function call. * Enable the distribution in the release workflow. | ||||
* | Revert "Add 8.3 sync github action" | Jeremy Davis | 2020-05-07 | 1 | -30/+0 |
| | | | | This reverts commit 0172ec03fa36047002e0dab7d18260fe0679f1de. | ||||
* | Add 8.3 sync github action | Jeremy Davis | 2020-05-06 | 1 | -0/+30 |
| | |||||
* | SONAR-12884 Re-organize code, improve generated Jira ticket, update commit ↵ | Wouter Admiraal | 2020-04-16 | 1 | -4/+10 |
| | | | | message | ||||
* | Add default reviewer for upgrade plugins PR | Wouter Admiraal | 2020-03-26 | 1 | -5/+2 |
| | |||||
* | SONAR-13155 schedule listing of available dependency upgrades | Simon Brandhof | 2020-03-25 | 1 | -0/+37 |
| | |||||
* | Migrate release procedure to GH actions | Wouter Admiraal | 2020-03-20 | 1 | -0/+40 |
| | |||||
* | BUILD-797 Prevent double trigger of dogfood merge task | Jeremy Davis | 2020-03-13 | 1 | -3/+0 |
| | |||||
* | BUILD-756 Migrate dogfood merge task to GH actions | Wouter Admiraal | 2020-03-05 | 1 | -0/+29 |
| | |||||
* | BUILD-758 Migrate nightly build task to GH actions | Wouter Admiraal | 2020-02-26 | 1 | -0/+29 |
| | |||||
* | BUILD-757 Sync private and public repos | Wouter Admiraal | 2020-02-26 | 2 | -0/+60 |
| | |||||
* | SONAR-12665 add Bot updating bundled plugins to latest release | Sébastien Lesaint | 2019-12-04 | 1 | -0/+43 |
copy and paste GH action from SonarCloud repository but: - move bot sources to private repository - rename class package - Gradle: compile to and with Java 11 - use other comment for SonarQube: - drop versionAlias, always LATEST_RELEASE for SonarQube - add Update Center plugin key - log content of JIRA ticket to stdout when not running on Github - remove slack notification (for now) - rely on Update Center to account only for public releases |