Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6370 Remove guava from dependencies of sonar-colorizer | Simon Brandhof | 2015-05-28 | 11 | -88/+47 |
| | |||||
* | SONAR-6370 Remove coupling on guava 10 in CommandExecutor | Simon Brandhof | 2015-05-28 | 1 | -9/+7 |
| | |||||
* | SONAR-6370 Shade and relocate Guava, GSON and Apache Commons into ↵ | Simon Brandhof | 2015-05-28 | 6 | -15/+78 |
| | | | | sonar-plugin-api | ||||
* | Remove dead files | Simon Brandhof | 2015-05-28 | 6 | -20684/+0 |
| | |||||
* | refactoring - WS parameters in one place WebService.Param.XXX | Teryk Bellahsene | 2015-05-27 | 16 | -162/+146 |
| | |||||
* | refactoring - drop SearchRequestHandler | Teryk Bellahsene | 2015-05-27 | 4 | -233/+144 |
| | |||||
* | Disable two failing tests | Julien HENRY | 2015-05-27 | 1 | -0/+3 |
| | |||||
* | SONAR-6589 Fix badly module uuid persistence | Julien Lancelot | 2015-05-27 | 2 | -140/+321 |
| | |||||
* | Add test for CommandExecutor timeout with new shell | Julien HENRY | 2015-05-27 | 1 | -4/+14 |
| | |||||
* | Merge pull request #333 from ptoonen/master | Simon Brandhof | 2015-05-27 | 1 | -1/+1 |
|\ | | | | | Fixed typo | ||||
| * | Fixed typo | ptoonen | 2015-05-27 | 1 | -1/+1 |
| | | | | | | typo in quality_profiles.deleted_profile | ||||
* | | add web tests for quality gates page | Stas Vilchik | 2015-05-27 | 13 | -149/+2304 |
| | | |||||
* | | MeasuresDao should really be a singleton | Sébastien Lesaint | 2015-05-27 | 1 | -4/+4 |
| | | | | | | | | it used to be pertinent to have more than one instance of MeasuresDao since it embeddes a cache, it is not anymore since Ruby is being droped | ||||
* | | add module for Batch WS | Sébastien Lesaint | 2015-05-27 | 4 | -28/+75 |
| | | |||||
* | | add module for MigrationStep | Sébastien Lesaint | 2015-05-27 | 5 | -76/+76 |
| | | | | | | | | which removes ugly solo constant in interface | ||||
* | | add Module for ElasticSearch components | Sébastien Lesaint | 2015-05-27 | 4 | -10/+76 |
| | | |||||
* | | add Module concept to component management | Sébastien Lesaint | 2015-05-27 | 8 | -17/+83 |
| | | |||||
* | | SONAR-6589 Apply feedback from PR | Julien Lancelot | 2015-05-27 | 10 | -51/+55 |
| | | |||||
* | | SONAR-6589 Remove Settings from ComputationContext | Julien Lancelot | 2015-05-27 | 11 | -28/+201 |
| | | |||||
* | | SONAR-6589 Remove projectKey from ComputationContext | Julien Lancelot | 2015-05-27 | 24 | -714/+768 |
| | | |||||
* | | SONAR-6589 Support both pre-order and post-order in typeAwareVisitor | Julien Lancelot | 2015-05-27 | 4 | -36/+327 |
|/ | |||||
* | SONAR-6474 New WS to delete a group | Jean-Baptiste Lievremont | 2015-05-27 | 28 | -79/+538 |
| | |||||
* | SONAR-6576 WS api/metrics/domains list all the available metric domains ↵ | Teryk Bellahsene | 2015-05-26 | 7 | -5/+190 |
| | | | | available | ||||
* | SONAR-6578 WS api/metrics/types list all metric types available | Teryk Bellahsene | 2015-05-26 | 5 | -1/+127 |
| | |||||
* | SONAR-6465 Apply feedback from PR | Jean-Baptiste Lievremont | 2015-05-26 | 7 | -46/+37 |
| | |||||
* | SONAR-6465 Require admin permission now that we send sensitive data | Jean-Baptiste Lievremont | 2015-05-26 | 3 | -4/+35 |
| | |||||
* | SONAR-6465 Replace groupsCount by groups | Jean-Baptiste Lievremont | 2015-05-26 | 10 | -50/+58 |
| | |||||
* | SONAR-6465 Add groupsCount on users search | Jean-Baptiste Lievremont | 2015-05-26 | 12 | -31/+245 |
| | |||||
* | SONAR-6468 Restore unprivileged password change | Jean-Baptiste Lievremont | 2015-05-26 | 10 | -17/+79 |
| | | | | | * Check if external authentication is in use (currently done on UI side) * Allow a user to change their own password | ||||
* | 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 | 7 | -8/+317 |
| | |||||
* | 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 | 32 | -44/+94 |
| | |||||
* | WS api/metrics/list - SONAR-6570 | Teryk Bellahsene | 2015-05-26 | 12 | -16/+485 |
| | |||||
* | Fix travis pill in README | Simon Brandhof | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #327 from SonarSource/feature/server/provisioning | Stas Vilchik | 2015-05-26 | 33 | -154/+847 |
|\ | | | | | SONAR-6581 refactor provisioning page | ||||
| * | 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 |
| | | |||||
* | | Merge remote-tracking branch 'origin/branch-5.1' | Julien HENRY | 2015-05-26 | 0 | -0/+0 |
|\ \ | |/ |/| | | | | | Conflicts: sonar-batch/src/main/java/org/sonar/batch/phases/DatabaseLessPhaseExecutor.java | ||||
| * | SONAR-6398 Restore PostJob execution in preview mode | Julien HENRY | 2015-05-25 | 1 | -1/+6 |
| | | |||||
* | | SONAR-6579 add support of gravatars | Stas Vilchik | 2015-05-25 | 15 | -36/+373 |
| | | |||||
* | | SONAR-6565 add select list for groups | Stas Vilchik | 2015-05-25 | 5 | -6/+74 |
| | |