aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "SONAR-7246 Link of "My New Issues" notification should go the User's ...Stas Vilchik2016-09-303-3/+4
* improve alignment of react-select componentsStas Vilchik2016-09-301-9/+14
* SONAR-8120 WS measures/search flatten the responseTeryk Bellahsene2016-09-306-188/+209
* SONAR-8120 WS measures/search handles best valueTeryk Bellahsene2016-09-306-22/+146
* SONAR-8120 WS measures/search check requestTeryk Bellahsene2016-09-304-7/+165
* SONAR-8120 Create WS measures/search to search for measuresTeryk Bellahsene2016-09-3011-2/+888
* Automatic merge from branch-6.1ssjenka2016-09-302-11/+41
|\
| * SONAR-8178 ignore rows with corrupted dataSimon Brandhof2016-09-302-15/+25
| * SONAR-8178 ignore rows with null dataSimon Brandhof2016-09-302-1/+21
* | Fix Quality flawsSimon Brandhof2016-09-308-24/+26
* | Bring back some methods in PermissionDao for GOVSimon Brandhof2016-09-297-0/+328
* | Merge branch 'branch-6.1' into 'master'Sébastien Lesaint2016-09-294-7/+71
|\|
| * Merge branch 'branch-5.6' into 'branch-6.1'Sébastien Lesaint2016-09-295-7/+74
| |\
| | * Exclude FxCop plugin from ITs since it is interefing with C# and VB.NET pluginsJulien HENRY2016-09-291-0/+3
| | * SONAR-8148 use sonar-api logger rather than SLF4J'sSébastien Lesaint2016-09-291-2/+2
| | * SONAR-8185 FileSourceDao.readLineHashesStream supports null in DBSébastien Lesaint2016-09-282-2/+36
| | * SONAR-8185 FileSourceDao.selectLineHashes supports null in DBSébastien Lesaint2016-09-282-1/+25
| | * SONAR-8148 exception proof FeedFileSourcesBinaryDataSébastien Lesaint2016-09-282-5/+11
| | * update IT main pom to latest versionTom2016-09-201-1/+1
| | * update ITs to latest versionTom2016-09-2028-28/+28
| | * [maven-release-plugin] prepare for next development iterationTom2016-09-1926-27/+27
| | * [maven-release-plugin] prepare release 5.6.25.6.2Tom2016-09-1926-27/+27
| | * Fix NewDebtRatioMeasureTestJulien Lancelot2016-09-194-78/+78
* | | Exclude FxCop plugin from ITs since it is interefing with C# and VB.NET pluginsJulien HENRY2016-09-291-0/+3
* | | disable QA upgrade tests due to bug in orchestrator and build stackSébastien Lesaint2016-09-291-4/+4
* | | SONAR-8099 add missing UT on CreateDefaultOrganizationSébastien Lesaint2016-09-292-0/+165
* | | SONAR-8183 fix quality flaws on BackendCleanupSébastien Lesaint2016-09-291-0/+1
* | | SONAR-8100 fix handling of DefaultOrganizationCache in safe-modeSébastien Lesaint2016-09-292-1/+41
* | | SONAR-8100 remove return of id and id parameter in organizations WSsSébastien Lesaint2016-09-2913-412/+120
* | | Fix Quality flawsSimon Brandhof2016-09-282-4/+4
* | | Remove unused QualityProfileDao methodsSimon Brandhof2016-09-284-54/+0
* | | Remove unused QProfileProjectLookupSimon Brandhof2016-09-287-265/+44
* | | SONAR-8173 delete existing permissions "shareDashboard" from dbSimon Brandhof2016-09-2812-181/+180
* | | SONAR-8173 drop global permission "shareDashboard"Simon Brandhof2016-09-2838-280/+75
* | | Fix Quality flawsSimon Brandhof2016-09-286-22/+11
* | | Add missing DbSession parameters to PermissionDaoSimon Brandhof2016-09-285-67/+51
* | | Remove RoleDao#insertUserRole()Simon Brandhof2016-09-2818-172/+76
* | | Remove useless <where> in mybatisSimon Brandhof2016-09-282-56/+27
* | | Add javadoc to ExtendedUserPermissionDtoSimon Brandhof2016-09-281-0/+4
* | | Rename AuthorizationDao to PermissionDaoSimon Brandhof2016-09-2828-57/+70
* | | Rename MyBatis alias UserRole to UserPermissionSimon Brandhof2016-09-282-2/+2
* | | Move and rename GroupRoleDto to GroupPermissionDtoSimon Brandhof2016-09-2826-105/+94
* | | Remove dead code in GroupPermissionMapper.xmlSimon Brandhof2016-09-281-55/+0
* | | Rename PermissionDao to GroupPermissionDaoSimon Brandhof2016-09-2817-73/+27
* | | Remove user permissions from RoleDaoSimon Brandhof2016-09-2814-126/+57
* | | Fix UserPermissionDao#delete()Simon Brandhof2016-09-283-5/+55
* | | Remove remaining methods related to users from PermissionDaoSimon Brandhof2016-09-288-181/+14
* | | Remove some methods related to users from RoleDaoSimon Brandhof2016-09-2823-306/+108
* | | Complete move from RoleDao/PermissionDao to UserPermissionDaoSimon Brandhof2016-09-2812-331/+138
* | | Add UserPermissionDao to DbClientSimon Brandhof2016-09-284-2/+11