Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6468 Allow any user to change their own password | Jean-Baptiste Lievremont | 2015-05-26 | 2 | -2/+25 |
| | |||||
* | SONAR-6467 Highlight reactivation of a user upon creation/update | Jean-Baptiste Lievremont | 2015-05-26 | 3 | -4/+40 |
| | |||||
* | SONAR-6553 fix web test | Stas Vilchik | 2015-05-26 | 1 | -2/+1 |
| | |||||
* | Improve exception handling when a plugin can not be loaded at server startup | Simon Brandhof | 2015-05-26 | 1 | -15/+22 |
| | |||||
* | drop ruby code | Stas Vilchik | 2015-05-26 | 5 | -501/+0 |
| | |||||
* | SONAR-6553 drop dependencies page | Stas Vilchik | 2015-05-26 | 4 | -219/+1 |
| | |||||
* | SONAR-6472 New WS to create user groups | Jean-Baptiste Lievremont | 2015-05-26 | 5 | -3/+314 |
| | |||||
* | migrate some code from coffee to js | Stas Vilchik | 2015-05-26 | 45 | -727/+778 |
| | |||||
* | move metric related classes in a specific package - SONAR-6570 | Teryk Bellahsene | 2015-05-26 | 24 | -36/+61 |
| | |||||
* | WS api/metrics/list - SONAR-6570 | Teryk Bellahsene | 2015-05-26 | 9 | -1/+445 |
| | |||||
* | fix ui overflow problem on issues page | Stas Vilchik | 2015-05-26 | 1 | -0/+1 |
| | |||||
* | improve gruntfile | Stas Vilchik | 2015-05-26 | 1 | -68/+29 |
| | |||||
* | fix quality flaws | Stas Vilchik | 2015-05-26 | 1 | -1/+0 |
| | |||||
* | SONAR-6581 fix provisioning web tests | Stas Vilchik | 2015-05-25 | 1 | -5/+5 |
| | |||||
* | SONAR-6581 refactor provisioning page | Stas Vilchik | 2015-05-25 | 33 | -154/+848 |
| | |||||
* | SONAR-6579 add support of gravatars | Stas Vilchik | 2015-05-25 | 14 | -36/+358 |
| | |||||
* | SONAR-6565 add select list for groups | Stas Vilchik | 2015-05-25 | 5 | -6/+74 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-05-25 | 7 | -25/+127 |
| | |||||
* | SONAR-6568 add step to generate QProfile events | Sébastien Lesaint | 2015-05-25 | 7 | -7/+691 |
| | |||||
* | SONAR-6568 add DbClient, tree root and LanguageRepository to ComputationContext | Sébastien Lesaint | 2015-05-25 | 23 | -143/+469 |
| | |||||
* | SONAR-6568 add CE specific component "API" | Sébastien Lesaint | 2015-05-25 | 15 | -0/+1030 |
| | |||||
* | SONAR-6568 add LanguageRepository | Sébastien Lesaint | 2015-05-25 | 23 | -104/+285 |
| | | | | quality profile events computation requires to access the Language in the container | ||||
* | SONAR-6259 Do not assume that project exists at the begin of the compute engine | Julien Lancelot | 2015-05-25 | 37 | -302/+329 |
| | |||||
* | Add project name in compute report queue | Julien Lancelot | 2015-05-25 | 10 | -56/+59 |
| | |||||
* | SONAR-6565 refactor users page | Stas Vilchik | 2015-05-22 | 45 | -162/+1341 |
| | |||||
* | SONAR-6471 Add new WS to search for user groups | Jean-Baptiste Lievremont | 2015-05-22 | 19 | -10/+668 |
| | |||||
* | SONAR-6471 Remove BaseDao from GroupDao | Jean-Baptiste Lievremont | 2015-05-22 | 3 | -9/+16 |
| | |||||
* | SONAR-6567 disable extension point NotificationDispatcher in batch | Simon Brandhof | 2015-05-22 | 15 | -182/+28 |
| | | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status) | ||||
* | SONAR-6259 Update test name | Julien Lancelot | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | SONAR-6259 Fix persistence of projects.root_id | Julien Lancelot | 2015-05-22 | 2 | -13/+90 |
| | |||||
* | SONAR-6259 Use component caches to get id or uuid | Julien Lancelot | 2015-05-21 | 42 | -629/+964 |
| | |||||
* | SONAR-6259 Persist components in db | Julien Lancelot | 2015-05-21 | 11 | -117/+1208 |
| | |||||
* | Remove IndexViewsStep as Views is currently disabled | Julien Lancelot | 2015-05-21 | 4 | -97/+2 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-05-21 | 1 | -1/+2 |
| | |||||
* | WsTester checks POST method | Teryk Bellahsene | 2015-05-21 | 11 | -62/+99 |
| | |||||
* | WS api/projects/delete post request only - SONAR-6528 | Teryk Bellahsene | 2015-05-21 | 2 | -7/+8 |
| | |||||
* | Remove ComputationStep.supportedProjectQualifiers() as it was only used for ↵ | Julien Lancelot | 2015-05-21 | 26 | -157/+23 |
| | | | | Views | ||||
* | Remove PurgeRemovedViewsStep as Views plugin is currently not supported | Julien Lancelot | 2015-05-21 | 4 | -183/+2 |
| | |||||
* | SONAR-5382 Drop Java WS client library | Simon Brandhof | 2015-05-21 | 273 | -17197/+0 |
| | |||||
* | Fix comment of DB migration 915 | Simon Brandhof | 2015-05-21 | 1 | -1/+2 |
| | |||||
* | SONAR-6278 Stop relying on graph to store tests | Julien HENRY | 2015-05-21 | 1 | -6/+0 |
| | |||||
* | Revert server log on installed plugins | Simon Brandhof | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | Remove useless methods from MeasuresDao | Simon Brandhof | 2015-05-20 | 2 | -2/+2 |
| | |||||
* | Delete DefaultPurgeTask and remove DefaultPeriodCleaner from batch | Simon Brandhof | 2015-05-20 | 2 | -9/+4 |
| | |||||
* | Move @BatchSide and @ServerSide to appropriate packages | Simon Brandhof | 2015-05-20 | 127 | -128/+127 |
| | |||||
* | remove the api/projects/destroy WS - SONAR-6531 | Teryk Bellahsene | 2015-05-20 | 6 | -126/+11 |
| | |||||
* | Automatic merge from branch-5.1 | Jenkins CI | 2015-05-20 | 2 | -14/+22 |
|\ | | | | | | | | | * origin/branch-5.1: SONAR-6566 Unable to deliver notifications on MySQL | ||||
| * | SONAR-6566 Unable to deliver notifications on MySQL | Simon Brandhof | 2015-05-20 | 2 | -14/+22 |
| | | |||||
* | | add project DeleteAction in the list of components and update WS description ↵ | Teryk Bellahsene | 2015-05-20 | 2 | -1/+2 |
| | | | | | | | | - SONAR-6528 | ||||
* | | SONAR-6553 Remove Java design WS and File dependencies persistence in ↵ | Julien Lancelot | 2015-05-20 | 21 | -1107/+9 |
| | | | | | | | | Compute Engine |