aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-1269-1119/+167
|
* SONAR-12325 Limit embedded documentation overrides to language pluginsWouter Admiraal2019-08-124-32/+68
|
* Bump sonar-ui-common versionphilippe-perrin-sonarsource2019-08-093-9/+9
|
* SONAR-12322 Project Mark/Unmark as favorite button is not refreshing ↵philippe-perrin-sonarsource2019-08-094-20/+61
| | | | properly when switching of project
* remove DBUnitSébastien Lesaint2019-08-09118-7786/+1874
|
* CreateDb initialize DB without starting full SQSébastien Lesaint2019-08-097-136/+178
| | | | + db-core & db-migration UTS are executed only on H2
* SONAR-8520 remove H2 specific way of creating database in Unit testsSébastien Lesaint2019-08-096-30/+79
|
* SONAR-8520 init H2 with Java code as with all other DBsSébastien Lesaint2019-08-0934-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 PROPERTIESSébastien Lesaint2019-08-092-2/+3
|
* SONAR-8520 move H2 scripts to sonar-db-daoSébastien Lesaint2019-08-0920-179/+436
|
* SONAR-12218 remove DB migrations before 8.0Sébastien Lesaint2019-08-091198-74426/+2927
|
* SONAR-11833 Make it clear that only On New Code conditions apply to PRsWouter Admiraal2019-08-0922-140/+1522
|
* JAR of sonar-xoo-plugin should not contain sonar-plugin-apiEvgeny Mandrikov2019-08-091-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 versionPierre Guillot2019-08-071-2/+2
|
* SONAR-12362 upgrade tomcat version for security patchesPierre Guillot2019-08-071-1/+1
|
* SONAR-12342 Align VB.Net documentation key with plugin keyWouter Admiraal2019-08-076-5/+9
|
* SONAR-12325 Include documentation from pluginsphilippe-perrin-sonarsource2019-08-0710-35/+366
|
* SONAR-12351 list plugins with documentation (#1963)Jacek2019-08-079-10/+61
|
* SONAR-12330 Don't filter content multiple timesWouter Admiraal2019-08-075-14/+12
|
* DOCS update 2 min guide and add troubleshooting link MikeBirnstiehl2019-08-051-13/+16
|
* SONAR-12199 Update testsSiegfried Ehret2019-08-056-0/+229
|
* SONAR-12245 Fix throwGlobalError and parseError for SonarCloudGrégoire Aubert2019-08-053-13/+5
|
* SONAR-12199 Add Copy button to file header and update ClipboardButtonSiegfried Ehret2019-08-0519-96/+150
| | | | usage
* SONAR-12370 Prevent potential vulnerability with web API api/l10n/indexSimon Brandhof2019-08-022-2/+2
|
* SONAR-12320 Don't use a badge for the analysis warningWouter Admiraal2019-08-023-10/+16
|
* SONAR-12276 Remove badge styling from elementsWouter Admiraal2019-08-024-57/+164
|
* SONAR-11714 Don't use badges for analysis version eventsWouter Admiraal2019-08-026-11/+24
|
* SONAR-11714 Update all badge definitionsWouter Admiraal2019-08-0241-170/+162
|
* SONAR-11648 Don't render coverage if no value is providedWouter Admiraal2019-08-025-108/+21
|
* SONAR-12292 Do not debounce the fetchBranchStatus root actionWouter Admiraal2019-08-026-20/+35
|
* SONAR-12292 Remove redundant WS call when QG conditions are updatedWouter Admiraal2019-08-024-92/+3
|
* SONAR-12290 Only activate modal scrolling when necessaryWouter Admiraal2019-08-022-2/+3
|
* SONAR-12348 Update extension guide documentationWouter Admiraal2019-08-021-245/+72
|
* document golangci-lint issues importNicolas Harraudeau2019-08-021-0/+1
|
* Fix test to make it run on mac os (#1977)Jacek2019-08-013-2/+27
| | | | * fix test to make it run on mac os
* DOC add links to URL rewrite configG. Ann Campbell2019-08-011-0/+8
|
* SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUIDSébastien Lesaint2019-07-3120-71/+204
|
* Revert "SONAR-12358 fix SSF 85"Pierre Guillot2019-07-312-3/+3
| | | | This reverts commit 659dc21781b018f5197fa432217e5959044eef7e.
* SONAR-12358 fix SSF 85Pierre Guillot2019-07-312-3/+3
|
* SONAR-8115 storing project quality gate in table (#1919)Jacek2019-07-3127-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-sonarsource2019-07-311-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-aSimon Brandhof2019-07-311-22/+22
| | | | in order to be closer than Artifactory, and maybe Github?
* SONAR-11722 webhook posttask adds log statisticsSébastien Lesaint2019-07-307-34/+106
|
* SONAR-11722 add ability for Post tasks to add log statisticsSébastien Lesaint2019-07-308-50/+413
|
* SONAR-17722 add post tag logsSébastien Lesaint2019-07-306-6/+65
|
* Fix unit tests for windowsphilippe-perrin-sonarsource2019-07-302-13/+14
|
* SONAR-10028 move CeQueueCleaner to Web to support clusteringSébastien Lesaint2019-07-3011-30/+30
|
* SONAR-12271 require SQ 7.9 installed to upgrade to 8.0 and laterSébastien Lesaint2019-07-301-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 SGDBsSébastien Lesaint2019-07-306-24/+12
|
* SONAR-12251 MassUpdate: do not create Iterator for each inserted rowSébastien Lesaint2019-07-301-1/+2
|