aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix quality flawsJulien Lancelot2016-10-268-32/+10
|
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-268-4/+652
|
* SONAR-8120 Remove components list from api/measures/searchJulien Lancelot2016-10-255-82/+13
|
* SONAR-8120 Replace component uuid by component key in measures listJulien Lancelot2016-10-255-32/+60
|
* SONAR-8160 WS measures/search handles permission check on several projectsJulien Lancelot2016-10-253-59/+93
|
* SONAR-8120 Add unit testsJulien Lancelot2016-10-251-1/+44
|
* SONAR-8120 Remove componentIds parameterJulien Lancelot2016-10-257-184/+55
|
* Fix quality flawsJulien Lancelot2016-10-251-0/+12
|
* Re-enable upgrade testsJulien Lancelot2016-10-241-4/+4
|
* SONAR-8315 Make facets optional in WS api/components/search_projectsJulien Lancelot2016-10-248-30/+121
|
* SONAR-8323 api/components/search_projects should return "sticky" facetsJulien Lancelot2016-10-242-39/+434
|
* SONAR-8319 Add Quality Gate facet to WS api/components/search_projectsTeryk Bellahsene2016-10-242-5/+42
|
* Exclude performance / windows jobs execution on MySQLJulien Lancelot2016-10-241-5/+25
|
* SONAR-8287 Hidden metrics should be allowed in project search actionJulien Lancelot2016-10-243-17/+11
|
* Add MySQL axis in cixJulien Lancelot2016-10-241-0/+5
|
* SONAR-8221 Fix project measures indexing on MySQLJulien Lancelot2016-10-245-137/+235
| | | | Replace streaming of projects by first loading all projects once, then load measures project by project
* Fix minor Quality flawsSimon Brandhof2016-10-243-24/+30
|
* SONAR-8314 Add medium tests for generic test execution reportJulien HENRY2016-10-249-4/+246
|
* Cleanup scanner ITsJulien HENRY2016-10-2460-1147/+3
| | | | | * remove Maven test suite * rename BatchTest -> ScannerTest
* Cleanup PluginsTest ITJulien HENRY2016-10-241-23/+11
|
* SONAR-8186 Refresh default value of 'sonar.preview.excludePlugins'Julien HENRY2016-10-241-2/+1
|
* SONAR-8176 do not fail when ES is not available in api/system/infoSébastien Lesaint2016-10-212-7/+53
|
* SONAR-8192 improve coverage of AlwaysIncreasingSystem2Sébastien Lesaint2016-10-212-3/+52
|
* SONAR-8318 api/project_links/search support null name or typeSébastien Lesaint2016-10-212-12/+32
|
* SONAR-8306 don't fail inserting scanner context if task is restartedSébastien Lesaint2016-10-212-0/+23
|
* SONAR-8134 fix isolation of organizations when dropping global permissions ↵Simon Brandhof2016-10-212-1/+5
| | | | on user
* SONAR-8134 fix isolation of organizations when dropping global permissionsSimon Brandhof2016-10-217-21/+66
| | | | on user
* SONAR-8278 Support organizations in web service api/permissions/search_templatesSimon Brandhof2016-10-2112-101/+128
|
* SONAR-8134 merge PermissionRepository into PermissionTemplateServiceSimon Brandhof2016-10-2121-547/+143
|
* SONAR-8134 rename PermissionServiceSimon Brandhof2016-10-2111-44/+53
| | | | | It's only about templates, so class is renamed PermissionTemplateService.
* SONAR-8134 remove ComponentFinder from PermissionServiceSimon Brandhof2016-10-213-11/+5
|
* SONAR-8134 do not verify provisioning permission in PermissionServiceSimon Brandhof2016-10-213-9/+34
|
* SONAR-8134 use a single DbSession in ReportSubmitterSimon Brandhof2016-10-212-51/+39
|
* SONAR-8134 remove useless CE step about permissionsSimon Brandhof2016-10-213-287/+0
| | | | | No need to apply default permission template in CE as it's already done during submit of report to WS.
* SONAR-8278 add DbSession param to DefaultRubyComponentService#create()Simon Brandhof2016-10-211-4/+7
|
* SONAR-8278 remove coupling of Ruby on class PermissionServiceSimon Brandhof2016-10-213-17/+1
|
* SONAR-8278 clean-up SearchTemplateAction and its testSimon Brandhof2016-10-212-31/+23
|
* SONAR-8134 replace WsTester by WsActionTesterSimon Brandhof2016-10-2123-242/+158
| | | | in tests of permissions web services
* SONAR-6337 Detect encoding of a file from BOMEvgeny Mandrikov2016-10-218-2/+81
|
* SONAR-8281 coverage_*_data measure should be sortedJulien HENRY2016-10-212-6/+20
|
* SONAR-8310, SONAR-8314 Make generic coverage plugin a core featureJulien HENRY2016-10-2143-111/+1396
|
* SONAR-8281 Update SensorContextTester to no more expose coverage typeJulien HENRY2016-10-216-86/+74
|
* Move old test API to deprecated packageJulien HENRY2016-10-219-11/+11
|
* Rename persistit classes Cache* -> Storage*Julien HENRY2016-10-2114-77/+102
|
* Update JavaDocJulien HENRY2016-10-212-5/+7
|
* SONAR-8310 Prevent generic coverage plugin to load in SonarQubeJulien HENRY2016-10-211-1/+1
|
* SONAR-8300 Create new "Projects" page [first iter]Stas Vilchik2016-10-2177-110/+2791
|
* move /projects to /projects/adminStas Vilchik2016-10-2121-8/+8
|
* SONAR-8287 Only accepts numeric, enabled and visible metricsJulien Lancelot2016-10-214-87/+169
|
* SONAR-8287 Support operators '>=' and '<'Julien Lancelot2016-10-214-14/+75
|