Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | disable eslint loader on fast build | Stas Vilchik | 2016-11-09 | 1 | -0/+3 | |
| | | ||||||
* | | SONAR-8361 WS api/components/search_projects no isFavorite in response when ↵ | Teryk Bellahsene | 2016-11-09 | 2 | -7/+37 | |
| | | | | | | | | anonymous user | |||||
* | | Fix some Quality flaws about nullability of variables | Simon Brandhof | 2016-11-09 | 10 | -46/+37 | |
| | | ||||||
* | | Improve quality | Duarte Meneses | 2016-11-09 | 3 | -6/+4 | |
| | | ||||||
* | | SONAR-8172 make all args of api/organizations/update optional but key | Sébastien Lesaint | 2016-11-08 | 5 | -27/+100 | |
| | | | | | | | | all but key | |||||
* | | SONAR-8172 fix support for empty parameter in WsClient's Request | Sébastien Lesaint | 2016-11-08 | 1 | -2/+2 | |
| | | ||||||
* | | SONAR-8172 add steroid support for optional parameters in Request | Sébastien Lesaint | 2016-11-08 | 2 | -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 isFavorite | Teryk Bellahsene | 2016-11-08 | 11 | -102/+103 | |
| | | ||||||
* | | SONAR-8288 WS api/measures/search_projects DSL handle isFavorite | Teryk Bellahsene | 2016-11-08 | 10 | -56/+180 | |
| | | ||||||
* | | SONAR-8120 Fix project names to stabilize UT | Julien Lancelot | 2016-11-08 | 1 | -3/+3 | |
| | | ||||||
* | | Fix quality flaws | Julien HENRY | 2016-11-08 | 8 | -27/+21 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2016-11-08 | 2 | -1/+14 | |
| | | ||||||
* | | fix quality flaws | Stas Vilchik | 2016-11-08 | 6 | -7/+7 | |
| | | ||||||
* | | SONAR-8300 change wording | Stas Vilchik | 2016-11-08 | 2 | -1/+2 | |
| | | ||||||
* | | SONAR-8089 Cleanup ComponentTreeQuery | Julien Lancelot | 2016-11-08 | 1 | -92/+0 | |
| | | ||||||
* | | SONAR-8089 Load all measures at once | Julien Lancelot | 2016-11-08 | 5 | -174/+125 | |
| | | ||||||
* | | SONAR-8089 Create new MeasureDao#selectTreeByQuery | Julien Lancelot | 2016-11-08 | 13 | -42/+462 | |
| | | ||||||
* | | SONAR-8089 Merge ComponentDao#selectChildren and selectDescendants | Julien Lancelot | 2016-11-08 | 10 | -339/+170 | |
| | | ||||||
* | | SONAR-8300 display special message when use has no favorite projects | Stas Vilchik | 2016-11-07 | 6 | -22/+77 | |
| | | ||||||
* | | SONAR-8300 add ITs | Stas Vilchik | 2016-11-07 | 10 | -10/+236 | |
| | | ||||||
* | | SONAR-8359 Increase size of LOB columns on embedded database | Simon Brandhof | 2016-11-07 | 1 | -6/+6 | |
| | | | | | | Use maximum supported size on H2 (2GB) | |||||
* | | fix profiles comparison | Stas Vilchik | 2016-11-07 | 1 | -1/+1 | |
| | | ||||||
* | | open projects page by default (#1358) | Stas Vilchik | 2016-11-04 | 21 | -513/+15 | |
| | | ||||||
* | | SONAR-8300 reverse option of quality gate facet | Stas Vilchik | 2016-11-04 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-8300 Create new "Projects" page [5th iteration] (#1357) | Stas Vilchik | 2016-11-04 | 19 | -244/+167 | |
| | | ||||||
* | | extend the main js app (#1345) | Stas Vilchik | 2016-11-04 | 26 | -185/+162 | |
| | | ||||||
* | | display webpack build duration | Stas Vilchik | 2016-11-04 | 1 | -1/+4 | |
| | | ||||||
* | | SONAR-8300 open favorite projects for authenticated users | Stas Vilchik | 2016-11-04 | 1 | -1/+2 | |
| | | ||||||
* | | SONAR-8300 open all facets | Stas Vilchik | 2016-11-04 | 10 | -219/+12 | |
| | | ||||||
* | | SONAR-8300 mute unselected facet options | Stas Vilchik | 2016-11-04 | 16 | -27/+70 | |
| | | ||||||
* | | SONAR-8300 display cumulative facets | Stas Vilchik | 2016-11-04 | 5 | -21/+62 | |
| | | ||||||
* | | SONAR-8300 display facet histogram | Stas Vilchik | 2016-11-04 | 7 | -5/+53 | |
| | | ||||||
* | | SONAR-8300 add labels | Stas Vilchik | 2016-11-04 | 4 | -18/+32 | |
| | | ||||||
* | | SONAR-8300 change layout | Stas Vilchik | 2016-11-04 | 9 | -78/+109 | |
| | | ||||||
* | | SONAR-8325 Restore selectByQuery with handler | Julien Lancelot | 2016-11-04 | 3 | -1/+146 | |
| | | ||||||
* | | SONAR-6912 Fix unit test by adding missing execute() | Julien Lancelot | 2016-11-04 | 1 | -2/+3 | |
| | | ||||||
* | | SONAR-8325 Use Collection in MeasureQuery and remove useless join on projects | Julien Lancelot | 2016-11-04 | 2 | -36/+35 | |
| | | ||||||
* | | SONAR-6912 do not remove admin permission on user if no more admins | Simon Brandhof | 2016-11-03 | 5 | -2/+70 | |
| | | ||||||
* | | SONAR-6912 do not remove a group member if no more admins | Simon Brandhof | 2016-11-03 | 7 | -6/+133 | |
| | | ||||||
* | | SONAR-8255 require admin permission on related organization | Simon Brandhof | 2016-11-03 | 2 | -13/+37 | |
| | | ||||||
* | | drop global dashboards and measures from ui (#1353) | Stas Vilchik | 2016-11-03 | 113 | -7679/+7 | |
| | | ||||||
* | | SONAR-8325 Fix bad imports in MeasureMapper#selectByQuery | Julien Lancelot | 2016-11-03 | 1 | -7/+7 | |
| | | ||||||
* | | SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybility | Julien Lancelot | 2016-11-03 | 5 | -173/+52 | |
| | | ||||||
* | | SONAR-8325 Improve MeasureDao#selectByQuery performance | Julien Lancelot | 2016-11-03 | 9 | -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 set | Julien Lancelot | 2016-11-03 | 4 | -8/+19 | |
| | | ||||||
* | | SONAR-8120 api/measures/search now accepts only project keys | Julien Lancelot | 2016-11-03 | 8 | -283/+135 | |
| | | ||||||
* | | SONAR-8260 fix conflict between project and org parameters | Simon Brandhof | 2016-11-03 | 2 | -1/+20 | |
| | | ||||||
* | | SONAR-8096 fix response leaking data from 1 org to the other | Sébastien Lesaint | 2016-11-03 | 3 | -8/+3 | |
| | | ||||||
* | | Fix maths in sonar.properties | Nicolas Bontoux | 2016-11-02 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-5857 It should only be possible to use rating metrics defined in core ↵ | Julien Lancelot | 2016-11-02 | 5 | -25/+88 | |
| | | | | | | | | for quality gates |