aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix IT that shouldn't use organizationJulien Lancelot2018-04-041-4/+2
|
* SONAR-10285 WS org/enable_support is now only available on SonarCloudJulien Lancelot2018-04-048-19/+51
|
* SONAR-10451 Lines with change date equal to the start of leak period are not newDuarte Meneses2018-03-291-1/+1
|
* SONAR-10451 Fix leak period date filtersDuarte Meneses2018-03-296-72/+135
|
* SONAR-10480 support reading long version in snapshotSébastien Lesaint2018-03-273-2/+24
|
* SONAR-10221 Change message when project main branch is not analyzed (#3164)Stas Vilchik2018-03-276-19/+90
|
* Disable analysis of LTS branchSimon Brandhof2018-03-221-51/+3
|
* SONAR-10505 CE processes analysis report slowly when millions of issuesSimon Brandhof2018-03-221-1/+3
|
* SONAR-10502 Fix concurrency error during initial indexingSimon Brandhof2018-03-202-10/+10
|
* Remove xanitizier from PuginTestEric Hartmann2018-03-141-1/+0
| | | | This plugin is not available for LTS
* SONAR-10473 Keep severity up-to-date on built-in QPEric Hartmann2018-03-143-47/+68
|
* Prepare version 6.7.3-SNAPSHOTSimon Brandhof2018-02-2357-57/+57
|
* Release 6.7.26.7.2Simon Brandhof2018-02-2257-57/+57
|
* SONAR-10323 Fix WS not checking SCAN global permissionEric Hartmann2018-02-222-2/+7
|
* SONAR-10356 restrict api/projects/search_my_projects to 1000 projectsSimon Brandhof2018-02-223-11/+26
|
* SONAR-10356 clean message when searching for more than 1000 projectsSimon Brandhof2018-02-222-15/+44
|
* SONAR-10356 clean message when bulk deleting more than 1000 projectsSimon Brandhof2018-02-222-15/+48
|
* SONAR-10356 clean message when applying template on >1000 projectsSimon Brandhof2018-02-222-15/+36
|
* SONAR-10356 ComponentDao calls fail if too many conditionsSimon Brandhof2018-02-224-6/+136
|
* SONAR-10438 Fix XSS issues related to select2Grégoire Aubert2018-02-228-18/+33
|
* SONAR-10323 Fix permission on api/project_branches/listEric Hartmann2018-02-213-4/+37
|
* SONAR-10420 Fail at startup when cluster enabled on MySQLEric Hartmann2018-02-154-0/+152
|
* Update PluginsTest to retrieve plugins compatible with 6.7Eric Hartmann2018-02-141-7/+27
|
* SONAR-10409 Update too long keys of permission templatesEric Hartmann2018-02-145-1/+187
|
* SONAR-10407 Fix upgrade of too long permision_templates keysEric Hartmann2018-02-133-12/+137
|
* SONAR-10315 do not fail if a plugin has been uninstalled between analysis ↵Simon Brandhof2018-02-124-11/+15
| | | | and CE processing
* SONAR-10315 log the plugins loaded by compute engineSimon Brandhof2018-02-122-2/+11
|
* SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-096-2/+53
|
* SONAR-10410 harden UT coverage on some methods of RuleDaoSébastien Lesaint2018-02-091-25/+180
|
* SONAR-10414 Missing l10n message in Marketplace (#3038)Stas Vilchik2018-02-095-24/+24
|
* SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabledSimon Brandhof2018-01-261-1/+1
|
* fix Upgrade JDK to 1.8u161 in travis.shSébastien Lesaint2018-01-231-1/+1
|
* Upgrade JDK to 1.8u161 in travis.shJulien Lancelot2018-01-231-5/+5
|
* SONAR-10297 ce task run at most onceSébastien Lesaint2018-01-182-30/+18
|
* SONAR-10215 clean corrupted view default perm template in 6.4Sébastien Lesaint2018-01-162-11/+47
| | | | done in migration affected by the bug: SupportPrivateProjectInDefaultPermissionTemplate
* SONAR-10258 Missing information about uncovered conditions on a lineStas Vilchik2018-01-101-7/+7
|
* SONAR-10236 Cannot bulk activate/deactivate rules when using a web contextStas Vilchik2018-01-101-1/+1
|
* Fix ProjectBuilderTest ITSimon Brandhof2018-01-091-1/+1
| | | | | | | SonarJava 5.0 introduces a behavior change on the list of files to be analyzed. Our integration test is impacted because it installs automatically the latest version of this plugin. See https://jira.sonarsource.com/browse/SONARJAVA-2509
* SONAR-10246 Fix documentation about default group in sso authenticationJulien Lancelot2018-01-081-2/+2
|
* SONAR-10217 Fix 500 error when branch is incorrectEric Hartmann2017-12-292-1/+14
|
* Deactivate instable test in NewIssuesMeasureTestEric Hartmann2017-12-291-0/+3
|
* Upgrade to version 6.7.2-SNAPSHOTEric Hartmann2017-12-2957-57/+57
|
* Release 6.7.16.7.1Simon Brandhof2017-12-2057-57/+57
|
* SONAR-10216 Tests with long names can't be indexedSimon Brandhof2017-12-203-1/+25
|
* SONAR-10216 fix quality flawsSimon Brandhof2017-12-203-15/+13
|
* SONAR-10131 purge test files when purging project historySimon Brandhof2017-12-2010-80/+469
|
* SONAR-10214 Deprecated value of "qualityProfile" is "name", not "profileName"Julien Lancelot2017-12-202-2/+7
|
* SONAR-10210 Fix performance hotspot in DB migration #1267Simon Brandhof2017-12-202-7/+1
|
* SONAR-8216 System info page fails when a setting is defined both in ↵Simon Brandhof2017-12-207-55/+58
| | | | sonar.properties and in DB
* SONAR-10177 Dont rely on router Link in the source code viewer headerGrégoire Aubert2017-12-195-43/+43
|