aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* 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-8100 check user's organization in api/organizations/deleteSébastien Lesaint2016-10-202-3/+182
|
* SONAR-8221 Fix issue on MySQL when indexing project measures without analysisJulien Lancelot2016-10-203-8/+37
|
* SONAR-8221 Add IT on search projects actionJulien Lancelot2016-10-204-5/+14
|
* SONAR-8267 SONAR-8265 add organization parameterSimon Brandhof2016-10-208-88/+160
| | | | | | | | to web services api/permissions/search_global_permissions and api/permissions/users. Both WS are touched at the same time as the same refactoring is required in UserPermissionDao.
* SONAR-8261 add test to UserIdentityAuthenticatorTest about organizationsSimon Brandhof2016-10-201-6/+26
|
* SONAR-8134 improve PermissionTemplateDaoSimon Brandhof2016-10-201-0/+1
| | | | | | - deprecate the methods that do not support organizations - do not commit session in DAO
* SONAR-8261 Support organizations in web service api/permissions/groupsSimon Brandhof2016-10-207-36/+38
|
* SONAR-8134 remove unused production code from RoleDaoSimon Brandhof2016-10-201-5/+13
|
* SONAR-8263 isolate organizations when removing user permissionsSimon Brandhof2016-10-206-45/+270
|
* fixup! SONAR-8233 WS components/search_projects return facets for desired ↵Teryk Bellahsene2016-10-201-24/+59
| | | | metrics
* SONAR-8233 WS components/search_projects return facets for desired metricsTeryk Bellahsene2016-10-204-24/+242
|
* SONAR-8232 WS api/components/search_projects return the ncloc facetTeryk Bellahsene2016-10-205-7/+132
|
* SONAR-8227 Rename AuthorizationIndexer to PermissionIndexerJulien Lancelot2016-10-2026-191/+136
|
* SONAR-8227 Replace user login by user id in permission indexerJulien Lancelot2016-10-2013-72/+61
|
* SONAR-8227 Add DbSession parameter in AuthorizationIndexer index methodsJulien Lancelot2016-10-207-25/+21
|
* SONAR-8227 Remove permission from index at the same time than removing a ↵Julien Lancelot2016-10-206-32/+19
| | | | project from index
* SONAR-8227 Use authorization index when searching project measuresJulien Lancelot2016-10-203-6/+115
|
* SONAR-8227 Fix project measures authorization index definitionJulien Lancelot2016-10-204-9/+12
| | | | Routing is missing in order to use a "join" in ES
* SONAR-8227 Index project measures authorizationJulien Lancelot2016-10-2011-104/+233
|
* SONAR-8227 Index authorization by projectsJulien Lancelot2016-10-207-31/+49
|
* SONAR-8227 Replace selection of date by projects in authorization indexJulien Lancelot2016-10-207-126/+300
|
* SONAR-8227 Remove source from issue/authorization indexJulien Lancelot2016-10-207-70/+128
|
* SONAR-8227 Remove DbUnit usage from AuthorizationDao/IndexerJulien Lancelot2016-10-205-299/+107
|
* SONAR-8227 Create project measures authorisation indexJulien Lancelot2016-10-202-0/+74
|
* SONAR-8227 Move org.sonar.server.issue.index.IssueAuthorizationIndexer to ↵Julien Lancelot2016-10-2024-90/+95
| | | | | | org.sonar.server.permission.index.AuthorizationIndexer This indexer will also be used to feed the authorization type of projectmeasures index
* SONAR-8307 Filter by Quality Gate in WS api/components/search_projectsJulien Lancelot2016-10-2011-52/+267
|
* SONAR-8307 Project measures query now supports equal operatorJulien Lancelot2016-10-193-17/+44
|
* SONAR-8172 check user's organization in api/organizations/updateSébastien Lesaint2016-10-192-55/+77
|
* SONAR-8192 update root flag of members in api/user_groups/removeSébastien Lesaint2016-10-192-7/+97
|
* SONAR-8192 use a System2 impl always returning a bigger numberSébastien Lesaint2016-10-194-9/+10
| | | | provides bullet proof reliability to unit tests checking updates actually occured by checking the value of the update_at column
* SONAR-8192 set/unset root flag when creating a user via WSSébastien Lesaint2016-10-192-17/+109
| | | | depending upon whether the default group has the System Adminisiter permission or not
* SONAR-8192 set root flag in UserIdentityAuthenticatorSébastien Lesaint2016-10-192-36/+159
| | | | depending upon whether groups of the user have or not System Administer permision and whether, when it already exists, the user has user permission "System Administer"
* SONAR-8192 set/unset root with admin permission change though WSSébastien Lesaint2016-10-1912-53/+517
| | | | this applies only to the admin permission of the default organization
* SONAR-8192 rename DefaultOrganizationProviderRule to ↵Sébastien Lesaint2016-10-1925-115/+110
| | | | TestDefaultOrganizationProvider
* SONAR-8192 add OrganizationDbTester and add it to DbTesterSébastien Lesaint2016-10-1910-58/+42
|
* Do not throw UnsupportedOperationException when ↵evernat2016-10-191-0/+3
| | | | | | | | | httpRequest.getSession(false) is called When httpRequest.getSession(false) is called, the callers does not ask to create a http session. (javadoc of HttpServletRequest: "If create is false and the request has no valid HttpSession, this method returns null.") So throwing UnsupportedOperationException is not needed in this case and returning null is enough. This will fix a [blocking issue](https://github.com/javamelody/sonar-javamelody/issues/4) in the [Sonar JavaMelody plugin](https://github.com/javamelody/javamelody/wiki/UserGuide#sonar-plugin).
* SONAR-8286 Reword common rules about coverageJulien HENRY2016-10-191-2/+2
|
* SONAR-8287 Project measure value is a double in ES indexJulien Lancelot2016-10-182-10/+9
|
* SONAR-8287 Feed measures in project measures indexJulien Lancelot2016-10-183-14/+227
|
* SONAR-8287 Refactor project measures index and WS domainTeryk Bellahsene2016-10-1834-278/+334
|
* SONAR-8287 Filter measures in ESTeryk Bellahsene2016-10-187-32/+170
|
* SONAR-8287 Add nested field to index type 'projectmeasures'Teryk Bellahsene2016-10-182-4/+76
|
* SONAR-8287 Add filter parameter in api/components/search_projectsJulien Lancelot2016-10-1812-14/+387
|
* SONAR-8284 Remove overall/IT coverage data from scanner reportJulien HENRY2016-10-183-93/+31
|