| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-5209 Differential mode feedback | Stas Vilchik | 2014-06-19 | 1 | -0/+4 |
* | SONAR-5353 Add caption when a rule template is active on some profiles | Jean-Baptiste Lievremont | 2014-06-18 | 1 | -0/+1 |
* | Try to improve performance of MeasurePersister | Julien HENRY | 2014-06-18 | 1 | -1/+1 |
* | SONAR-5149 Add tooltip on number of rules | Julien Lancelot | 2014-06-18 | 1 | -0/+2 |
* | SONAR-5209 Add manual rules in /api/components/app | Julien Lancelot | 2014-06-18 | 3 | -0/+21 |
* | SONAR-5329 - added ChangeLog Migration scripts | Stephane Gamard | 2014-06-18 | 3 | -2/+4 |
* | SONAR-5209 Add ability to create manual issues | Stas Vilchik | 2014-06-18 | 1 | -0/+2 |
* | SONAR-5149 Improve display of Stats -> Done the same way it's done on widget | Julien Lancelot | 2014-06-18 | 1 | -0/+2 |
* | SONAR-5135 Display execution report after bulk change | Jean-Baptiste Lievremont | 2014-06-18 | 1 | -0/+2 |
* | SONAR-5209 Add skipped tests measure | Stas Vilchik | 2014-06-18 | 1 | -0/+1 |
* | SONAR-4697 Add button to remove extended description | Jean-Baptiste Lievremont | 2014-06-17 | 1 | -0/+1 |
* | SONAR-5336 Add missing labels for quality gate icons | Jean-Baptiste Lievremont | 2014-06-17 | 1 | -0/+2 |
* | SONAR-5355 SONAR-5360 Allow reactivation of existing custom rule | Jean-Baptiste Lievremont | 2014-06-17 | 1 | -0/+3 |
* | Fix some quality flaws | Simon Brandhof | 2014-06-17 | 7 | -71/+56 |
* | SONAR-5007 display (in a crappy way) some facets on profile page | Simon Brandhof | 2014-06-16 | 1 | -50/+0 |
* | SONAR-5007 fix renaming of table LOGS to ACTIVITIES on Oracle | Simon Brandhof | 2014-06-16 | 2 | -3/+1 |
* | SONAR-5018 Add resources for the creation, update, deletion and | Jean-Baptiste Lievremont | 2014-06-16 | 1 | -0/+7 |
* | SONAR-5329 - Added activity table to DatabaseVersion for cleaning. | Stephane Gamard | 2014-06-16 | 1 | -1/+1 |
* | SONAR-5329 -Removed Key and ExecutionTime fields from Activity | Stephane Gamard | 2014-06-16 | 8 | -27/+13 |
* | SONAR-5329 - Updated namespace of ActivityMapper | Stephane Gamard | 2014-06-16 | 1 | -2/+2 |
* | SONAR-5329 - Rename Log package to Activity | Stephane Gamard | 2014-06-16 | 1 | -0/+37 |
* | SONAR-5329 - Rename Log package to Activity | Stephane Gamard | 2014-06-16 | 8 | -92/+106 |
* | SONAR-5389 New Analyzer API | Julien HENRY | 2014-06-16 | 1 | -0/+10 |
* | SONAR-5209 Feedback applied | Stas Vilchik | 2014-06-16 | 1 | -0/+9 |
* | Use MyBatis lang="raw" to speed-up xml parsing when possible | Simon Brandhof | 2014-06-13 | 17 | -61/+51 |
* | SONAR-5376 Custom rules should not be updated on each server startup if there... | Julien Lancelot | 2014-06-13 | 1 | -1/+0 |
* | SONAR-5397 Create a migration to merge extended description to description on... | Julien Lancelot | 2014-06-13 | 2 | -1/+2 |
* | SONAR-5369 Fix RULES.IS_TEMPLATE definition iin H2 | Julien Lancelot | 2014-06-13 | 1 | -1/+1 |
* | SONAR-5007 keep error messages when bulk activating rules | Simon Brandhof | 2014-06-13 | 1 | -1/+1 |
* | SONAR-5007 inverse order of multiple-column index in RULES | Simon Brandhof | 2014-06-13 | 3 | -2/+3 |
* | Use MyBatis lang="raw" to speed-up xml parsing when possible | Simon Brandhof | 2014-06-13 | 21 | -137/+108 |
* | SONAR-5007 - Added implicit commit based on action count (commits at 200 acti... | Stephane Gamard | 2014-06-12 | 1 | -0/+4 |
* | SONAR-5007 delete unused class RulesDao | Simon Brandhof | 2014-06-12 | 2 | -99/+0 |
* | SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATE | Julien Lancelot | 2014-06-12 | 20 | -70/+50 |
* | SONAR-5351 Create a migration to replace rules.parent_id to rules.template_id | Julien Lancelot | 2014-06-12 | 20 | -47/+48 |
* | SONAR-5392 Fix issue on Oracle | Julien Lancelot | 2014-06-12 | 4 | -62/+172 |
* | SONAR-5392 When migrating to SonarQube 4.3.X with a incompatible plugin, requ... | Julien Lancelot | 2014-06-11 | 2 | -10/+11 |
* | SONAR-5007 remove unused methods in Q profile DAOs | Simon Brandhof | 2014-06-11 | 6 | -79/+0 |
* | SONAR-5209 Workspace feedback | Stas Vilchik | 2014-06-11 | 1 | -0/+3 |
* | SONAR-5007 remove Hibernate entities RulesProfile, ActiveRule and | Simon Brandhof | 2014-06-11 | 3 | -86/+0 |
* | SONAR-5209 SCM, coverage time changes | Stas Vilchik | 2014-06-11 | 1 | -0/+1 |
* | SONAR-5329 - Added db Migration | Stephane Gamard | 2014-06-10 | 2 | -1/+2 |
* | SONAR-5329 - Added logs Table to DatabaseVersion definition | Stephane Gamard | 2014-06-10 | 1 | -1/+2 |
* | SONAR-5329 - Added added findAll() for logDao (used in tests) | Stephane Gamard | 2014-06-10 | 2 | -0/+15 |
* | SONAR-5329 - Added LogBackendMediumTest and LogIndex updates | Stephane Gamard | 2014-06-10 | 3 | -6/+9 |
* | SONAR-5329 - Added Loggable interface and updated LogDao & tests | Stephane Gamard | 2014-06-10 | 6 | -91/+102 |
* | SONAR-5007 refactor restore of built-in profiles | Simon Brandhof | 2014-06-09 | 1 | -2/+2 |
* | SONAR-4764 do not force deleting profiles before restoring defaults | Simon Brandhof | 2014-06-09 | 1 | -1/+0 |
* | SONAR-5384 Create index on SNAPSHOT_DATA.RESOURCE_ID | Simon Brandhof | 2014-06-09 | 3 | -1/+4 |
* | SONAR-4795 Delete inheriting quality profiles | Simon Brandhof | 2014-06-09 | 4 | -1/+22 |