aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | disable eslint loader on fast buildStas Vilchik2016-11-091-0/+3
| |
* | SONAR-8361 WS api/components/search_projects no isFavorite in response when ↵Teryk Bellahsene2016-11-092-7/+37
| | | | | | | | anonymous user
* | Fix some Quality flaws about nullability of variablesSimon Brandhof2016-11-0910-46/+37
| |
* | Improve qualityDuarte Meneses2016-11-093-6/+4
| |
* | SONAR-8172 make all args of api/organizations/update optional but keySébastien Lesaint2016-11-085-27/+100
| | | | | | | | all but key
* | SONAR-8172 fix support for empty parameter in WsClient's RequestSébastien Lesaint2016-11-081-2/+2
| |
* | SONAR-8172 add steroid support for optional parameters in RequestSébastien Lesaint2016-11-082-1/+456
| | | | | | | | | | also adds support for validation of parameter parameter value when it is retrieved from request also adds support for customized extraction and validation parameter value from the request
* | SONAR-8361 WS api/components/search_projects return isFavoriteTeryk Bellahsene2016-11-0811-102/+103
| |
* | SONAR-8288 WS api/measures/search_projects DSL handle isFavoriteTeryk Bellahsene2016-11-0810-56/+180
| |
* | SONAR-8120 Fix project names to stabilize UTJulien Lancelot2016-11-081-3/+3
| |
* | Fix quality flawsJulien HENRY2016-11-088-27/+21
| |
* | Fix quality flawsJulien Lancelot2016-11-082-1/+14
| |
* | fix quality flawsStas Vilchik2016-11-086-7/+7
| |
* | SONAR-8300 change wordingStas Vilchik2016-11-082-1/+2
| |
* | SONAR-8089 Cleanup ComponentTreeQueryJulien Lancelot2016-11-081-92/+0
| |
* | SONAR-8089 Load all measures at onceJulien Lancelot2016-11-085-174/+125
| |
* | SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-0813-42/+462
| |
* | SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-0810-339/+170
| |
* | SONAR-8300 display special message when use has no favorite projectsStas Vilchik2016-11-076-22/+77
| |
* | SONAR-8300 add ITsStas Vilchik2016-11-0710-10/+236
| |
* | SONAR-8359 Increase size of LOB columns on embedded databaseSimon Brandhof2016-11-071-6/+6
| | | | | | Use maximum supported size on H2 (2GB)
* | fix profiles comparisonStas Vilchik2016-11-071-1/+1
| |
* | open projects page by default (#1358)Stas Vilchik2016-11-0421-513/+15
| |
* | SONAR-8300 reverse option of quality gate facetStas Vilchik2016-11-041-1/+1
| |
* | SONAR-8300 Create new "Projects" page [5th iteration] (#1357)Stas Vilchik2016-11-0419-244/+167
| |
* | extend the main js app (#1345)Stas Vilchik2016-11-0426-185/+162
| |
* | display webpack build durationStas Vilchik2016-11-041-1/+4
| |
* | SONAR-8300 open favorite projects for authenticated usersStas Vilchik2016-11-041-1/+2
| |
* | SONAR-8300 open all facetsStas Vilchik2016-11-0410-219/+12
| |
* | SONAR-8300 mute unselected facet optionsStas Vilchik2016-11-0416-27/+70
| |
* | SONAR-8300 display cumulative facetsStas Vilchik2016-11-045-21/+62
| |
* | SONAR-8300 display facet histogramStas Vilchik2016-11-047-5/+53
| |
* | SONAR-8300 add labelsStas Vilchik2016-11-044-18/+32
| |
* | SONAR-8300 change layoutStas Vilchik2016-11-049-78/+109
| |
* | SONAR-8325 Restore selectByQuery with handlerJulien Lancelot2016-11-043-1/+146
| |
* | SONAR-6912 Fix unit test by adding missing execute()Julien Lancelot2016-11-041-2/+3
| |
* | SONAR-8325 Use Collection in MeasureQuery and remove useless join on projectsJulien Lancelot2016-11-042-36/+35
| |
* | SONAR-6912 do not remove admin permission on user if no more adminsSimon Brandhof2016-11-035-2/+70
| |
* | SONAR-6912 do not remove a group member if no more adminsSimon Brandhof2016-11-037-6/+133
| |
* | SONAR-8255 require admin permission on related organizationSimon Brandhof2016-11-032-13/+37
| |
* | drop global dashboards and measures from ui (#1353)Stas Vilchik2016-11-03113-7679/+7
| |
* | SONAR-8325 Fix bad imports in MeasureMapper#selectByQueryJulien Lancelot2016-11-031-7/+7
| |
* | SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybilityJulien Lancelot2016-11-035-173/+52
| |
* | SONAR-8325 Improve MeasureDao#selectByQuery performanceJulien Lancelot2016-11-039-93/+378
| | | | | | | | | | | | It now accepts either a list of projects or a project with a list of components, but no more a list of components of any projects It's no more possible to query a list of any components, because when doing that the performance are very bad (it would probably requires to add a column PROJECT_MEASURES.PROJECT_UUID)
* | SONAR-8325 Authorization#keepAuthorizedProjectIds now returns a setJulien Lancelot2016-11-034-8/+19
| |
* | SONAR-8120 api/measures/search now accepts only project keysJulien Lancelot2016-11-038-283/+135
| |
* | SONAR-8260 fix conflict between project and org parametersSimon Brandhof2016-11-032-1/+20
| |
* | SONAR-8096 fix response leaking data from 1 org to the otherSébastien Lesaint2016-11-033-8/+3
| |
* | Fix maths in sonar.propertiesNicolas Bontoux2016-11-021-1/+1
| |
* | SONAR-5857 It should only be possible to use rating metrics defined in core ↵Julien Lancelot2016-11-025-25/+88
| | | | | | | | for quality gates