Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8287 Only accepts numeric, enabled and visible metrics | Julien Lancelot | 2016-10-21 | 4 | -87/+169 |
| | |||||
* | SONAR-8287 Support operators '>=' and '<' | Julien Lancelot | 2016-10-21 | 4 | -14/+75 |
| | |||||
* | SONAR-8152 make current user "owner" in api/organizations/create | Sébastien Lesaint | 2016-10-20 | 4 | -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/create | Sébastien Lesaint | 2016-10-20 | 1 | -1/+2 |
| | |||||
* | SONAR-8192 fix unstable UT for api/user_groups/delete | Sébastien Lesaint | 2016-10-20 | 1 | -2/+2 |
| | |||||
* | fix some quality flaws (UT coverage and useless imports) | Sébastien Lesaint | 2016-10-20 | 2 | -4/+1 |
| | |||||
* | SONAR-8100 check user's organization in api/organizations/delete | Sébastien Lesaint | 2016-10-20 | 2 | -3/+182 |
| | |||||
* | SONAR-8221 Fix issue on MySQL when indexing project measures without analysis | Julien Lancelot | 2016-10-20 | 3 | -8/+37 |
| | |||||
* | SONAR-8221 Add IT on search projects action | Julien Lancelot | 2016-10-20 | 4 | -5/+14 |
| | |||||
* | SONAR-8267 SONAR-8265 add organization parameter | Simon Brandhof | 2016-10-20 | 8 | -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 organizations | Simon Brandhof | 2016-10-20 | 1 | -6/+26 |
| | |||||
* | SONAR-8134 improve PermissionTemplateDao | Simon Brandhof | 2016-10-20 | 1 | -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/groups | Simon Brandhof | 2016-10-20 | 7 | -36/+38 |
| | |||||
* | SONAR-8134 remove unused production code from RoleDao | Simon Brandhof | 2016-10-20 | 1 | -5/+13 |
| | |||||
* | SONAR-8263 isolate organizations when removing user permissions | Simon Brandhof | 2016-10-20 | 6 | -45/+270 |
| | |||||
* | fixup! SONAR-8233 WS components/search_projects return facets for desired ↵ | Teryk Bellahsene | 2016-10-20 | 1 | -24/+59 |
| | | | | metrics | ||||
* | SONAR-8233 WS components/search_projects return facets for desired metrics | Teryk Bellahsene | 2016-10-20 | 4 | -24/+242 |
| | |||||
* | SONAR-8232 WS api/components/search_projects return the ncloc facet | Teryk Bellahsene | 2016-10-20 | 5 | -7/+132 |
| | |||||
* | SONAR-8227 Rename AuthorizationIndexer to PermissionIndexer | Julien Lancelot | 2016-10-20 | 26 | -191/+136 |
| | |||||
* | SONAR-8227 Replace user login by user id in permission indexer | Julien Lancelot | 2016-10-20 | 13 | -72/+61 |
| | |||||
* | SONAR-8227 Add DbSession parameter in AuthorizationIndexer index methods | Julien Lancelot | 2016-10-20 | 7 | -25/+21 |
| | |||||
* | SONAR-8227 Remove permission from index at the same time than removing a ↵ | Julien Lancelot | 2016-10-20 | 6 | -32/+19 |
| | | | | project from index | ||||
* | SONAR-8227 Use authorization index when searching project measures | Julien Lancelot | 2016-10-20 | 3 | -6/+115 |
| | |||||
* | SONAR-8227 Fix project measures authorization index definition | Julien Lancelot | 2016-10-20 | 4 | -9/+12 |
| | | | | Routing is missing in order to use a "join" in ES | ||||
* | SONAR-8227 Index project measures authorization | Julien Lancelot | 2016-10-20 | 11 | -104/+233 |
| | |||||
* | SONAR-8227 Index authorization by projects | Julien Lancelot | 2016-10-20 | 7 | -31/+49 |
| | |||||
* | SONAR-8227 Replace selection of date by projects in authorization index | Julien Lancelot | 2016-10-20 | 7 | -126/+300 |
| | |||||
* | SONAR-8227 Remove source from issue/authorization index | Julien Lancelot | 2016-10-20 | 7 | -70/+128 |
| | |||||
* | SONAR-8227 Remove DbUnit usage from AuthorizationDao/Indexer | Julien Lancelot | 2016-10-20 | 5 | -299/+107 |
| | |||||
* | SONAR-8227 Create project measures authorisation index | Julien Lancelot | 2016-10-20 | 2 | -0/+74 |
| | |||||
* | SONAR-8227 Move org.sonar.server.issue.index.IssueAuthorizationIndexer to ↵ | Julien Lancelot | 2016-10-20 | 24 | -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_projects | Julien Lancelot | 2016-10-20 | 11 | -52/+267 |
| | |||||
* | SONAR-8307 Project measures query now supports equal operator | Julien Lancelot | 2016-10-19 | 3 | -17/+44 |
| | |||||
* | SONAR-8172 check user's organization in api/organizations/update | Sébastien Lesaint | 2016-10-19 | 2 | -55/+77 |
| | |||||
* | SONAR-8192 update root flag of members in api/user_groups/remove | Sébastien Lesaint | 2016-10-19 | 2 | -7/+97 |
| | |||||
* | SONAR-8192 use a System2 impl always returning a bigger number | Sébastien Lesaint | 2016-10-19 | 4 | -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 WS | Sébastien Lesaint | 2016-10-19 | 2 | -17/+109 |
| | | | | depending upon whether the default group has the System Adminisiter permission or not | ||||
* | SONAR-8192 set root flag in UserIdentityAuthenticator | Sébastien Lesaint | 2016-10-19 | 2 | -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 WS | Sébastien Lesaint | 2016-10-19 | 12 | -53/+517 |
| | | | | this applies only to the admin permission of the default organization | ||||
* | SONAR-8192 rename DefaultOrganizationProviderRule to ↵ | Sébastien Lesaint | 2016-10-19 | 25 | -115/+110 |
| | | | | TestDefaultOrganizationProvider | ||||
* | SONAR-8192 add OrganizationDbTester and add it to DbTester | Sébastien Lesaint | 2016-10-19 | 10 | -58/+42 |
| | |||||
* | Do not throw UnsupportedOperationException when ↵ | evernat | 2016-10-19 | 1 | -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 coverage | Julien HENRY | 2016-10-19 | 1 | -2/+2 |
| | |||||
* | SONAR-8287 Project measure value is a double in ES index | Julien Lancelot | 2016-10-18 | 2 | -10/+9 |
| | |||||
* | SONAR-8287 Feed measures in project measures index | Julien Lancelot | 2016-10-18 | 3 | -14/+227 |
| | |||||
* | SONAR-8287 Refactor project measures index and WS domain | Teryk Bellahsene | 2016-10-18 | 34 | -278/+334 |
| | |||||
* | SONAR-8287 Filter measures in ES | Teryk Bellahsene | 2016-10-18 | 7 | -32/+170 |
| | |||||
* | SONAR-8287 Add nested field to index type 'projectmeasures' | Teryk Bellahsene | 2016-10-18 | 2 | -4/+76 |
| | |||||
* | SONAR-8287 Add filter parameter in api/components/search_projects | Julien Lancelot | 2016-10-18 | 12 | -14/+387 |
| | |||||
* | SONAR-8284 Remove overall/IT coverage data from scanner report | Julien HENRY | 2016-10-18 | 3 | -93/+31 |
| |