Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SONAR-8464 Populate UUID column of table EVENTS | Teryk Bellahsene | 2016-12-05 | 7 | -5/+115 | |
| | | ||||||
* | | SONAR-8467 Add UUID column to db table EVENTS | Teryk Bellahsene | 2016-12-05 | 18 | -12/+249 | |
|/ | ||||||
* | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 3 | -3/+3 | |
| | ||||||
* | SONAR-8089 Add missing condition on snapshots.islast=true | Julien Lancelot | 2016-11-28 | 2 | -0/+35 | |
| | ||||||
* | Speed-up drop of DB table on Oracle | Simon Brandhof | 2016-11-28 | 2 | -1/+18 | |
| | ||||||
* | SONAR-8391 Fix Quality flaws | Simon Brandhof | 2016-11-17 | 1 | -2/+2 | |
| | ||||||
* | SONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATH | Simon Brandhof | 2016-11-17 | 2 | -7/+23 | |
| | ||||||
* | SONAR-8336 add properties to control SQL logs level in CE and Web | Sébastien Lesaint | 2016-11-16 | 3 | -9/+17 | |
| | ||||||
* | SONAR-8389 Property set settings order should be kept | Teryk Bellahsene | 2016-11-16 | 1 | -0/+1 | |
| | ||||||
* | SONAR-6912 do not deactivate last organization administrator | Simon Brandhof | 2016-11-16 | 4 | -0/+102 | |
| | ||||||
* | Project admin permission is not considered as a System Admin | Teryk Bellahsene | 2016-11-15 | 2 | -0/+3 | |
| | ||||||
* | SONAR-8292 Quality Profile change includes the author of the modification | Teryk Bellahsene | 2016-11-15 | 1 | -0/+18 | |
| | ||||||
* | Add some missing jdbcType to PurgeMapper.xml | Simon Brandhof | 2016-11-14 | 1 | -28/+28 | |
| | ||||||
* | SONAR-8353 add WS api/webhooks/deliveries | Simon Brandhof | 2016-11-14 | 4 | -5/+91 | |
| | ||||||
* | SONAR-8353 purge webhook deliveries when deleting project | Simon Brandhof | 2016-11-14 | 7 | -13/+92 | |
| | ||||||
* | SONAR-8353 persist deliveries in Compute Engine | Simon Brandhof | 2016-11-14 | 2 | -10/+26 | |
| | | | | Deliveries older than 1 month are purged. | |||||
* | SONAR-8353 add WebhookDeliveryDao | Simon Brandhof | 2016-11-14 | 11 | -3/+510 | |
| | ||||||
* | SONAR-8353 create table webhook_deliveries | Simon Brandhof | 2016-11-14 | 8 | -4/+156 | |
| | ||||||
* | Update some copyright headers to 2016 | Simon Brandhof | 2016-11-14 | 6 | -42/+4 | |
| | ||||||
* | Fix Quality flaws about lambda | Simon Brandhof | 2016-11-11 | 1 | -11/+5 | |
| | ||||||
* | SONAR-8377 Drop issue filters tables | Julien Lancelot | 2016-11-10 | 8 | -27/+145 | |
| | ||||||
* | SONAR-8377 Remove issue filters dao | Julien Lancelot | 2016-11-10 | 29 | -1246/+1 | |
| | ||||||
* | SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites" | Julien Lancelot | 2016-11-09 | 8 | -27/+145 | |
| | ||||||
* | SONAR-8355 Remove measure filters Dao | Julien Lancelot | 2016-11-09 | 20 | -675/+1 | |
| | ||||||
* | SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", ↵ | Julien Lancelot | 2016-11-09 | 12 | -56/+390 | |
| | | | | "widget_properties" | |||||
* | SONAR-8354 Remove dao related to dashboards | Julien Lancelot | 2016-11-09 | 40 | -1874/+3 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-11-08 | 1 | -0/+12 | |
| | ||||||
* | SONAR-8089 Cleanup ComponentTreeQuery | Julien Lancelot | 2016-11-08 | 1 | -92/+0 | |
| | ||||||
* | 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 | 6 | -300/+135 | |
| | ||||||
* | 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) | |||||
* | SONAR-8325 Restore selectByQuery with handler | Julien Lancelot | 2016-11-04 | 3 | -1/+146 | |
| | ||||||
* | 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 | 4 | -1/+69 | |
| | ||||||
* | SONAR-6912 do not remove a group member if no more admins | Simon Brandhof | 2016-11-03 | 5 | -2/+80 | |
| | ||||||
* | 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 | 5 | -88/+372 | |
| | | | | | | 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 | 3 | -7/+18 | |
| | ||||||
* | SONAR-8089 Remove useless join on snapshots in ↵ | Julien Lancelot | 2016-10-28 | 1 | -10/+4 | |
| | | | | ComponentMapper#selectDescendants and selectChildren | |||||
* | SONAR-8089 SONAR-8325 Add missing join on projects in ↵ | Julien Lancelot | 2016-10-28 | 2 | -12/+29 | |
| | | | | MeasureMapper#selectByQuery | |||||
* | SONAR-8282 Deprecate overall/it coverage fields from file sources | Julien Lancelot | 2016-10-26 | 2 | -23/+25 | |
| | ||||||
* | SONAR-8283 Add logs | Julien Lancelot | 2016-10-26 | 1 | -0/+5 | |
| | ||||||
* | SONAR-8283 Migrate quality gates after removall of IT/overall coverage metrics | Julien Lancelot | 2016-10-26 | 7 | -4/+623 | |
| | ||||||
* | SONAR-8160 WS measures/search handles permission check on several projects | Julien Lancelot | 2016-10-25 | 1 | -12/+16 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-10-25 | 1 | -0/+12 | |
| | ||||||
* | SONAR-8287 Hidden metrics should be allowed in project search action | Julien Lancelot | 2016-10-24 | 1 | -1/+2 | |
| | ||||||
* | SONAR-8221 Fix project measures indexing on MySQL | Julien Lancelot | 2016-10-24 | 2 | -0/+624 | |
| | | | | Replace streaming of projects by first loading all projects once, then load measures project by project | |||||
* | Fix minor Quality flaws | Simon Brandhof | 2016-10-24 | 2 | -9/+18 | |
| | ||||||
* | SONAR-8134 fix isolation of organizations when dropping global permissions | Simon Brandhof | 2016-10-21 | 4 | -18/+63 | |
| | | | | on user |