aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-8152 make current user "owner" in api/organizations/createSébastien Lesaint2016-10-204-1/+87
| | | | by creating a group "Owners" with all global permissions and make current user a member of this group
* SONAR-8192 fix unstability of UT of api/users/createSébastien Lesaint2016-10-201-1/+2
|
* SONAR-8192 fix unstable UT for api/user_groups/deleteSébastien Lesaint2016-10-201-2/+2
|
* fix some quality flaws (UT coverage and useless imports)Sébastien Lesaint2016-10-202-4/+1
|
* SONAR-8192 add missing UT on AlwaysIncreasingSystem2Sébastien Lesaint2016-10-202-2/+70
| | | | and fix initial returned value of method now() when an initial value is provided
* make PermissionTemplateDaoTest more stableSébastien Lesaint2016-10-201-2/+2
|
* SONAR-8100 add GroupDao#deleteByOrganizationSébastien Lesaint2016-10-204-0/+58
|
* SONAR-8100 add PermissionTemplateDao#deleteByOrganizationSébastien Lesaint2016-10-207-27/+181
|
* SONAR-8100 add UserPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-204-1/+66
|
* SONAR-8100 add GroupPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-204-0/+69
|
* SONAR-8100 add PermissionTemplateDbTester to DbTesterSébastien Lesaint2016-10-204-3/+10
|
* SONAR-8134 add organization uuid to unique index of table GROUP_ROLESSébastien Lesaint2016-10-204-2/+34
|
* SONAR-8100 check user's organization in api/organizations/deleteSébastien Lesaint2016-10-203-6/+185
|