aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-6393 Remove quality model extension pointJulien Lancelot2017-02-015-255/+0
* SONAR-8672 Return issue types in issue change notificationsJulien Lancelot2017-02-014-61/+60
* SONAR-8470 Allow rendering some static files from rootJulien Lancelot2017-02-012-4/+8
* SONAR-8470 Remove useless static files from root folderJulien Lancelot2017-02-014-130/+0
* SONAR-8625 Return 404 with full path on unknown wsJulien Lancelot2017-02-012-9/+28
* SONAR-8625 Sanitize WebServiceEngineJulien Lancelot2017-02-013-11/+5
* SONAR-7946 Fail with IllegalStateException on errorsJulien Lancelot2017-02-012-34/+32
* SONAR-7946 Remove usage of QProfileFactoryJulien Lancelot2017-02-015-134/+103
* SONAR-7946 Reduce some usage of QProfileLoader by QualityProfileDaoJulien Lancelot2017-02-0110-183/+78
* Upgrade to orchestrator 3.15.0.917Simon Brandhof2017-02-011-1/+1
* fix quality flowStas Vilchik2017-02-011-1/+0
* SONAR-8704 fix log level of indexersSimon Brandhof2017-02-011-1/+4
* Upgrade temporarily to latest build of orchestratorSimon Brandhof2017-02-011-1/+1
* SONAR-8653 Create organization's home (projects) pageStas Vilchik2017-02-0118-45/+245
* SONAR-8658 Create organization's permission templates pageStas Vilchik2017-02-0116-57/+175
* SONAR-8723 Add links to organization spaceStas Vilchik2017-02-0112-30/+102
* SONAR-8656 Create organization's groups pageStas Vilchik2017-02-0114-32/+130
* SONAR-8655 Create page to delete organizationStas Vilchik2017-02-0110-2/+369
* SONAR-8654 Create page to edit organizationStas Vilchik2017-02-0118-3/+1215
* Fix assertions in XooJanos Gyerik2017-01-313-4/+4
* Reduce dependency on guavaDuarte Meneses2017-01-3142-159/+172
* SONAR-8564 Help identifying Sensors in verbose modeDuarte Meneses2017-01-312-7/+43
* Improve type safetyDuarte Meneses2017-01-312-18/+18
* SONAR-8250 Non Ascii characters are not handled properlyDuarte Meneses2017-01-314-34/+24
* Add OneIssuePerDirectory rule in Xoo (#1606)Janos Gyerik2017-01-314-0/+124
* SONAR-8713 apply feedbackStas Vilchik2017-01-316-11/+23
* SONAR-8650 secure all query-base method of ComponentMapperSébastien Lesaint2017-01-312-15/+6
* SONAR-8649 add UT on wrong org in api/projects/provisionedSébastien Lesaint2017-01-311-0/+13
* fix quality flaw: remove unused field and methodSébastien Lesaint2017-01-313-17/+2
* SONAR-8650 add organization parameter to api/projects/ghostsSébastien Lesaint2017-01-3110-448/+236
* SONAR-8523 Test WS api/users/search allows search on email case insensitiveTeryk Bellahsene2017-01-311-0/+2
* SONAR-8523 Add search on email for users' indexTeryk Bellahsene2017-01-313-25/+29
* SONAR-8694 boost prefix and case sensitive prefix matches in searchDaniel Schwarz2017-01-316-16/+160
* SONAR-8704 replace group names by ids in authorization indicesSimon Brandhof2017-01-3123-693/+731
* SONAR-8704 add UserSession#getGroups()Simon Brandhof2017-01-3111-14/+127
* SONAR-8704 rename field "users" to "userIds"Simon Brandhof2017-01-312-6/+6
* SONAR-8704 create and populate field authorization/groupIdsSimon Brandhof2017-01-319-36/+47
* SONAR-8704 new boolean field authorization/allowAnyoneSimon Brandhof2017-01-3112-70/+143
* SONAR-8704 do not index projects without any access permissionSimon Brandhof2017-01-313-29/+22
* SONAR-8704 Refactor Elasticsearch types "authorization"Simon Brandhof2017-01-3173-2418/+1565
* SONAR-8538 Improve UX when navigating on projects for which I don't have the ...Stas Vilchik2017-01-313-13/+33
* SONAR-8370 Display ratings on new code on a project dashbordStas Vilchik2017-01-315-10/+24
* SONAR-8515 Align boxes on the About pageStas Vilchik2017-01-312-6/+15
* fix OrganizationItSébastien Lesaint2017-01-312-8/+22
* SONAR-7305 Fix documentation of WS api/timemachine/indexTeryk Bellahsene2017-01-311-2/+2
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-319-41/+158
* SONAR-7298 Correctly return modules when using 'search' paramJulien Lancelot2017-01-314-13/+44
* SONAR-7299 Fail when project name is emptyJulien Lancelot2017-01-314-15/+59
* SONAR-8694 sort search results by Elasticsearch relevancy scoreDaniel Schwarz2017-01-305-4/+36
* SONAR-8568 drop fuzzy search, to increase search result relevancyDaniel Schwarz2017-01-306-146/+1