Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-12884 Add unit tests | Wouter Admiraal | 2020-04-16 | 1 | -0/+31 |
| | |||||
* | SONAR-13209 Connect docs deployment to buddy.works | Hirle | 2020-03-19 | 1 | -6/+2 |
| | |||||
* | Revert "enable back HA QA axis on all builds" | Julien Lancelot | 2020-02-20 | 1 | -1/+44 |
| | | | | This reverts commit d5f8cb67 | ||||
* | enable back HA QA axis on all builds | Sébastien Lesaint | 2020-02-20 | 1 | -44/+1 |
| | |||||
* | Update github token | tomverin | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Drop unused Docker images of dogfooding | Simon Brandhof | 2020-02-12 | 1 | -20/+0 |
| | |||||
* | SONAR-12893 Disable password check in QA to make it faster | Julien Lancelot | 2020-01-16 | 1 | -1/+45 |
| | |||||
* | SONAR-12865 Support PostgreSQL 11 and 12 | Pierre Guillot | 2020-01-08 | 1 | -2/+2 |
| | | | | * SONAR-12865 move QA to postgresql 12.1 * SONAR-12865 update PostgreSQL requirement and upgrade notes | ||||
* | dogfood docker builder configuration change | Michal Duda | 2019-10-25 | 1 | -2/+10 |
| | |||||
* | full drop usage of cirrus cache | Sébastien Lesaint | 2019-10-07 | 1 | -32/+0 |
| | |||||
* | SONAR-12471 Embed LDAP authentication | Julien Lancelot | 2019-10-07 | 1 | -0/+37 |
| | |||||
* | SONAR-12471 Embed SAML authentication | Julien Lancelot | 2019-10-07 | 1 | -0/+46 |
| | |||||
* | disable gradle cache until Cirrus issue #478 is fixed (#2123) | Jacek | 2019-10-03 | 1 | -32/+32 |
| | |||||
* | Revert "disable gradle cache until Cirrus issue #472 is fixed" | Sébastien Lesaint | 2019-09-30 | 1 | -32/+32 |
| | | | | This reverts commit 7ef753245aa2ab1f00a2742d4c567604ca505dc0. | ||||
* | disable gradle cache until Cirrus issue #472 is fixed | Sébastien Lesaint | 2019-09-27 | 1 | -32/+32 |
| | |||||
* | dogfood_docker_builder task must depend on promote_task task | Sébastien Lesaint | 2019-09-23 | 1 | -9/+12 |
| | |||||
* | MMF-1604 CI configuration for SQ8 CE, DE & EE docker images | Michal Duda | 2019-09-20 | 1 | -1/+10 |
| | |||||
* | Fix notifications of nightly builds | Simon Brandhof | 2019-08-28 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | The branch "nightly-build" is replaced by the branch "dogfood-on-next" every night by the Jenkins job "trigger-nightly-sonar-enterprise". That triggers the execution of integration tests on all databases. Unfortunately the team is not notified when tests fail. Errors are not visible from: - wallboards - the project default page on burgr - slack channels The root cause is that burgr does not consider the branch "nightly-build" as being shared by the team. The workaround is to rename the branch by prefixing it with "branch-". This is convention for long-living maintenance branches. | ||||
* | Move Cirrus GCP runs from Europe to uscentral1-a | Simon Brandhof | 2019-07-31 | 1 | -22/+22 |
| | | | | in order to be closer than Artifactory, and maybe Github? | ||||
* | SC-795 drop SonarCloud-related modules | Simon Brandhof | 2019-07-26 | 1 | -1/+0 |
| | |||||
* | Fix display of DB tests in Burgr | Simon Brandhof | 2019-07-10 | 1 | -5/+5 |
| | | | | | Bypass the limitation of Burgr that ignores tasks when names are greater than 16 characters (BURGR-338) | ||||
* | SONAR-12251 change docker image for QA to not run SQ as root | Sébastien Lesaint | 2019-07-10 | 1 | -3/+9 |
| | |||||
* | Use special branch for nightly DB tests | Simon Brandhof | 2019-07-03 | 1 | -9/+8 |
| | |||||
* | Drop MySQL tests from Cirrus | Simon Brandhof | 2019-07-03 | 1 | -84/+0 |
| | |||||
* | Use GA release of SQLServer 2017 for tests | Simon Brandhof | 2019-07-03 | 1 | -2/+2 |
| | |||||
* | Drop tests on SQLServer 2019 | Simon Brandhof | 2019-07-03 | 1 | -35/+0 |
| | | | | | | The preview version of SQLServer 2019 has an expiration period. Let's wait for the GA release instead of upgrading preview versions from time to time. | ||||
* | SONAR-12037 Run cluster ITs on Cirrus | Duarte Meneses | 2019-06-03 | 1 | -0/+1 |
| | |||||
* | enable Cirrus auto_cancellation on branch dogfood-on-next | Sébastien Lesaint | 2019-05-23 | 1 | -1/+1 |
| | |||||
* | SONAR-12108 Use gradle:5.4.1-jdk11 container in DB tests | Duarte Meneses | 2019-05-16 | 1 | -5/+5 |
| | |||||
* | SONAR-12108 Fix Gradle version of DB tests | Simon Brandhof | 2019-05-16 | 1 | -5/+5 |
| | |||||
* | Fix instability of Junit report uploads on Cirrus | Simon Brandhof | 2019-05-01 | 1 | -41/+30 |
| | |||||
* | Publish test results on Github Checks from Cirrus | Simon Brandhof | 2019-04-30 | 1 | -0/+40 |
| | |||||
* | Publish screenshots of IT failures on Cirrus | Simon Brandhof | 2019-04-30 | 1 | -0/+2 |
| | |||||
* | Use a permanent GitHub access token to perform a clone (#1432) | David Rautureau | 2019-04-04 | 1 | -0/+2 |
| | |||||
* | Improve readability of env sections of .cirrus.yml | Simon Brandhof | 2019-03-29 | 1 | -16/+16 |
| | | | | [skip ci] | ||||
* | Download build reports from Cirrus | Simon Brandhof | 2019-03-29 | 1 | -0/+37 |
| | |||||
* | Do not run postgreSQL tasks in nightly build | Simon Brandhof | 2019-03-29 | 1 | -3/+3 |
| | |||||
* | Nightly run of DB upgrade tests | Simon Brandhof | 2019-03-29 | 1 | -10/+126 |
| | |||||
* | Use Artifactory Cloud (#1175) | David Rautureau | 2019-02-27 | 1 | -3/+3 |
| | |||||
* | Do not fail Cirrus on consecutive pushes | Simon Brandhof | 2019-02-19 | 1 | -4/+16 |
| | |||||
* | Complete execution of DB unit tests on Cirrus | Simon Brandhof | 2019-01-16 | 1 | -6/+64 |
| | | | | | | - add Postgres 9.3 - add MSSQL 2019 - add notifications to burgr | ||||
* | Run DB unit tests on all DBs if master branch | David Rautureau | 2019-01-16 | 1 | -15/+95 |
| | |||||
* | Use Dockerfile-build in Cirrus | Simon Brandhof | 2019-01-16 | 1 | -5/+15 |
| | | | | | That avoids maintaining and releasing the Dockerfile-build from another repository (SonarSource/vms) | ||||
* | Cirrus - Define auto_cancellation in the top level | David Rautureau | 2018-11-07 | 1 | -5/+2 |
| | |||||
* | Cirrus - Use new cluster with HDD nodes (no loss of performances) | David Rautureau | 2018-11-07 | 1 | -5/+5 |
| | |||||
* | Cirrus - Do a full clone only for validate task | David Rautureau | 2018-11-07 | 1 | -0/+7 |
| | |||||
* | SONARCLOUD-161 run validation against Postgres 9.5 | Sébastien Lesaint | 2018-10-30 | 1 | -1/+3 |
| | |||||
* | SONARCLOUD-161 use postgresql 9.5 in QA | Simon Brandhof | 2018-10-30 | 1 | -1/+3 |
| | |||||
* | Drop performance tests | Simon Brandhof | 2018-10-16 | 1 | -7/+0 |
| | | | | https://discuss.sonarsource.com/t/replacing-our-performance-testing-machine-and-maybe-the-way-we-test-performances/1267/7 | ||||
* | Move Cirrus builds to Europe | Simon Brandhof | 2018-10-16 | 1 | -10/+10 |
| |