Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-12197 completely drop "sonar.branch" code | Michal Duda | 2019-08-12 | 69 | -1119/+167 |
| | |||||
* | SONAR-12325 Limit embedded documentation overrides to language plugins | Wouter Admiraal | 2019-08-12 | 4 | -32/+68 |
| | |||||
* | Bump sonar-ui-common version | philippe-perrin-sonarsource | 2019-08-09 | 3 | -9/+9 |
| | |||||
* | SONAR-12322 Project Mark/Unmark as favorite button is not refreshing ↵ | philippe-perrin-sonarsource | 2019-08-09 | 4 | -20/+61 |
| | | | | properly when switching of project | ||||
* | remove DBUnit | Sébastien Lesaint | 2019-08-09 | 118 | -7786/+1874 |
| | |||||
* | CreateDb initialize DB without starting full SQ | Sébastien Lesaint | 2019-08-09 | 7 | -136/+178 |
| | | | | + db-core & db-migration UTS are executed only on H2 | ||||
* | SONAR-8520 remove H2 specific way of creating database in Unit tests | Sébastien Lesaint | 2019-08-09 | 6 | -30/+79 |
| | |||||
* | SONAR-8520 init H2 with Java code as with all other DBs | Sébastien Lesaint | 2019-08-09 | 34 | -1601/+1386 |
| | | | | | | | schema-h2.ddl file is replaced by autogenerated file schema-sq.ddl (and moved to module sonar-db-dao) files rows-h2.sql and schema_migrations-h2.ddl are dropped command "./gradlew :server:sonar-db-dao:dumpSchema" can be used to update schema-sq.ddl but this is optional as build will always ensure file is up-to-date with java changes and fail the build if it is not (required for CI builds) | ||||
* | SONAR-8520 fix missing not null in schema-h2.ddl for table PROPERTIES | Sébastien Lesaint | 2019-08-09 | 2 | -2/+3 |
| | |||||
* | SONAR-8520 move H2 scripts to sonar-db-dao | Sébastien Lesaint | 2019-08-09 | 20 | -179/+436 |
| | |||||
* | SONAR-12218 remove DB migrations before 8.0 | Sébastien Lesaint | 2019-08-09 | 1198 | -74426/+2927 |
| | |||||
* | SONAR-11833 Make it clear that only On New Code conditions apply to PRs | Wouter Admiraal | 2019-08-09 | 22 | -140/+1522 |
| | |||||
* | JAR of sonar-xoo-plugin should not contain sonar-plugin-api | Evgeny Mandrikov | 2019-08-09 | 1 | -1/+1 |
| | | | | | | | * Plugins should not embed sonar-plugin-api, unfortunately this happened due to typo in efad42ce25ddaa8083546859c6c05a635260b77d * And this was preventing caching of build task ":sonar-scanner-engine:test" | ||||
* | SONAR-12363 upgrade jackson version | Pierre Guillot | 2019-08-07 | 1 | -2/+2 |
| | |||||
* | SONAR-12362 upgrade tomcat version for security patches | Pierre Guillot | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | SONAR-12342 Align VB.Net documentation key with plugin key | Wouter Admiraal | 2019-08-07 | 6 | -5/+9 |
| | |||||
* | SONAR-12325 Include documentation from plugins | philippe-perrin-sonarsource | 2019-08-07 | 10 | -35/+366 |
| | |||||
* | SONAR-12351 list plugins with documentation (#1963) | Jacek | 2019-08-07 | 9 | -10/+61 |
| | |||||
* | SONAR-12330 Don't filter content multiple times | Wouter Admiraal | 2019-08-07 | 5 | -14/+12 |
| | |||||
* | DOCS update 2 min guide and add troubleshooting link | MikeBirnstiehl | 2019-08-05 | 1 | -13/+16 |
| | |||||
* | SONAR-12199 Update tests | Siegfried Ehret | 2019-08-05 | 6 | -0/+229 |
| | |||||
* | SONAR-12245 Fix throwGlobalError and parseError for SonarCloud | Grégoire Aubert | 2019-08-05 | 3 | -13/+5 |
| | |||||
* | SONAR-12199 Add Copy button to file header and update ClipboardButton | Siegfried Ehret | 2019-08-05 | 19 | -96/+150 |
| | | | | usage | ||||
* | SONAR-12370 Prevent potential vulnerability with web API api/l10n/index | Simon Brandhof | 2019-08-02 | 2 | -2/+2 |
| | |||||
* | SONAR-12320 Don't use a badge for the analysis warning | Wouter Admiraal | 2019-08-02 | 3 | -10/+16 |
| | |||||
* | SONAR-12276 Remove badge styling from elements | Wouter Admiraal | 2019-08-02 | 4 | -57/+164 |
| | |||||
* | SONAR-11714 Don't use badges for analysis version events | Wouter Admiraal | 2019-08-02 | 6 | -11/+24 |
| | |||||
* | SONAR-11714 Update all badge definitions | Wouter Admiraal | 2019-08-02 | 41 | -170/+162 |
| | |||||
* | SONAR-11648 Don't render coverage if no value is provided | Wouter Admiraal | 2019-08-02 | 5 | -108/+21 |
| | |||||
* | SONAR-12292 Do not debounce the fetchBranchStatus root action | Wouter Admiraal | 2019-08-02 | 6 | -20/+35 |
| | |||||
* | SONAR-12292 Remove redundant WS call when QG conditions are updated | Wouter Admiraal | 2019-08-02 | 4 | -92/+3 |
| | |||||
* | SONAR-12290 Only activate modal scrolling when necessary | Wouter Admiraal | 2019-08-02 | 2 | -2/+3 |
| | |||||
* | SONAR-12348 Update extension guide documentation | Wouter Admiraal | 2019-08-02 | 1 | -245/+72 |
| | |||||
* | document golangci-lint issues import | Nicolas Harraudeau | 2019-08-02 | 1 | -0/+1 |
| | |||||
* | Fix test to make it run on mac os (#1977) | Jacek | 2019-08-01 | 3 | -2/+27 |
| | | | | * fix test to make it run on mac os | ||||
* | DOC add links to URL rewrite config | G. Ann Campbell | 2019-08-01 | 1 | -0/+8 |
| | |||||
* | SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUID | Sébastien Lesaint | 2019-07-31 | 20 | -71/+204 |
| | |||||
* | Revert "SONAR-12358 fix SSF 85" | Pierre Guillot | 2019-07-31 | 2 | -3/+3 |
| | | | | This reverts commit 659dc21781b018f5197fa432217e5959044eef7e. | ||||
* | SONAR-12358 fix SSF 85 | Pierre Guillot | 2019-07-31 | 2 | -3/+3 |
| | |||||
* | SONAR-8115 storing project quality gate in table (#1919) | Jacek | 2019-07-31 | 27 | -155/+441 |
| | | | | | | | * migrate properties to project_qgate table * use project_qgates table instead of property * change usage of project quality gate in CE | ||||
* | SC-131 - Removed one of very last mention to VSTS/TFS (#1968) | mickael-caro-sonarsource | 2019-07-31 | 1 | -36/+11 |
| | | | | | | * SC-131 - Fixed one of the very last mention of VSTS to Azure DevOps + removed SonarQube specific doc for this markdown. * fixup! SC-131 - Corrected markdown, was the one from SonarCloud. | ||||
* | 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? | ||||
* | SONAR-11722 webhook posttask adds log statistics | Sébastien Lesaint | 2019-07-30 | 7 | -34/+106 |
| | |||||
* | SONAR-11722 add ability for Post tasks to add log statistics | Sébastien Lesaint | 2019-07-30 | 8 | -50/+413 |
| | |||||
* | SONAR-17722 add post tag logs | Sébastien Lesaint | 2019-07-30 | 6 | -6/+65 |
| | |||||
* | Fix unit tests for windows | philippe-perrin-sonarsource | 2019-07-30 | 2 | -13/+14 |
| | |||||
* | SONAR-10028 move CeQueueCleaner to Web to support clustering | Sébastien Lesaint | 2019-07-30 | 11 | -30/+30 |
| | |||||
* | SONAR-12271 require SQ 7.9 installed to upgrade to 8.0 and later | Sébastien Lesaint | 2019-07-30 | 1 | -1/+1 |
| | | | | | | | drop IT for module upgrade since 7.9 has no module fix UpgradeTest: - explicitly fail if run on H2 - fix all URL tests which were victimes of false negatives | ||||
* | SONAR-12273 use setNull(Double) for decimal column on all SGDBs | Sébastien Lesaint | 2019-07-30 | 6 | -24/+12 |
| | |||||
* | SONAR-12251 MassUpdate: do not create Iterator for each inserted row | Sébastien Lesaint | 2019-07-30 | 1 | -1/+2 |
| |