| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix quality flaw | Julien Lancelot | 2013-03-15 | 1 | -1/+1 |
* | Fix copyright header | Simon Brandhof | 2013-03-15 | 1 | -1/+1 |
* | Improve exception handling of pico container lifecycle | Simon Brandhof | 2013-03-14 | 12 | -261/+343 |
* | Document which versions of sonar-runner/sonar-ant-task use batch entry points | Simon Brandhof | 2013-03-14 | 2 | -2/+4 |
* | Move some classes from org.sonar.batch.bootstrap to org.sonar.batch.scan | Simon Brandhof | 2013-03-14 | 17 | -125/+185 |
* | Upgrade sonar-dev-m-p from 1.4 to 1.6 | Simon Brandhof | 2013-03-14 | 1 | -1/+1 |
* | SONAR-4144 The US date format should be MDY and not DMY (ex: Jan 20 2013 inst... | Julien Lancelot | 2013-03-14 | 1 | -2/+2 |
* | SONAR-4069 add unit tests | Simon Brandhof | 2013-03-14 | 6 | -42/+98 |
* | Complete unit test | Julien Lancelot | 2013-03-14 | 1 | -1/+1 |
* | SONAR-4193 Authorize "-" in rule repo and interpret macro when description is... | Julien Lancelot | 2013-03-14 | 1 | -1/+1 |
* | SONAR-4193 Authorize "-" in rule repo and interpret macro when description is... | Julien Lancelot | 2013-03-14 | 5 | -4/+13 |
* | SONAR-4139 Move Java language definition to sonar-java-plugin | Julien Lancelot | 2013-03-14 | 6 | -12/+28 |
* | SONAR-4069 fix task extension point | Simon Brandhof | 2013-03-14 | 15 | -285/+348 |
* | Update version of Sonar Java an Sonar Update Center | Eric Hartmann | 2013-03-14 | 1 | -2/+2 |
* | Change some log level from info to debug | Julien Lancelot | 2013-03-14 | 1 | -1/+1 |
* | Fix license header | Julien HENRY | 2013-03-14 | 1 | -0/+19 |
* | Fix issue on Tab focus stops working once a selection is made (https://github... | Julien Lancelot | 2013-03-14 | 1 | -15/+20 |
* | Replace enabled by status | Julien Lancelot | 2013-03-14 | 2 | -6/+11 |
* | SONAR-4069 new task extension point | Simon Brandhof | 2013-03-14 | 40 | -1335/+838 |
* | Restore previously deleted setEnabled() method but throw an exception if used | Julien Lancelot | 2013-03-14 | 1 | -0/+8 |
* | SONAR-4202 Provide a way to stop Sonar Server programmatically | Julien HENRY | 2013-03-14 | 2 | -1/+146 |
* | Fix quality flaws | Julien Lancelot | 2013-03-14 | 3 | -9/+27 |
* | Merge branch 'rules_versioning' of github.com:SonarSource/sonar | Eric Hartmann | 2013-03-13 | 95 | -337/+1175 |
|\ |
|
| * | Improve CSS of rule status (deprecated/beta) | Simon Brandhof | 2013-03-13 | 2 | -24/+20 |
| * | SONAR-4167 On Internet Explorer 9, the "Edit Group" and "Add new Group" title... | Julien Lancelot | 2013-03-13 | 1 | -1/+1 |
| * | Fix issue when deleting manual rules because of previous deletion of enabled ... | Julien Lancelot | 2013-03-13 | 1 | -1/+1 |
| * | SONAR-4193 Improve modal rule css | Julien Lancelot | 2013-03-13 | 3 | -20/+45 |
| * | Add missing copyright | Julien Lancelot | 2013-03-13 | 1 | -0/+20 |
| * | Add missing copyright | Julien Lancelot | 2013-03-13 | 1 | -0/+20 |
| * | Allow to add metadata info to title of modal windows | Simon Brandhof | 2013-03-13 | 11 | -55/+71 |
| * | SONAR-4193 Create a macro interpreter API in sonar and use it for the rule macro | Julien Lancelot | 2013-03-13 | 10 | -34/+187 |
| * | SONAR-4170 Revert feature to search for removed rules | Julien Lancelot | 2013-03-13 | 6 | -31/+14 |
| * | SONAR-4193 Improve modal rule window layout | Julien Lancelot | 2013-03-13 | 5 | -10/+57 |
| * | Fix regression when displaying inactive or active rules | Julien Lancelot | 2013-03-13 | 1 | -3/+10 |
| * | Set placeholder default value to '' in dropdown_tag | Julien Lancelot | 2013-03-13 | 2 | -7/+5 |
| * | Fix sort bey removal date when selected removed status | Julien Lancelot | 2013-03-13 | 2 | -4/+8 |
| * | Improve dropdown tag, use it rules bulk change and sort by | Julien Lancelot | 2013-03-12 | 3 | -43/+33 |
| * | Update select tag options | Julien Lancelot | 2013-03-12 | 1 | -2/+3 |
| * | SONAR-4191 Create a layer on select2 to create select box | Julien Lancelot | 2013-03-12 | 2 | -32/+62 |
| * | Separate last db migration in 3 migrations | Julien Lancelot | 2013-03-12 | 6 | -14/+80 |
| * | SONAR-3879 Remove enabled column of rules | Julien Lancelot | 2013-03-12 | 60 | -169/+219 |
| * | SONAR-4193 Provide a way in a rule description to inject a link to another ru... | Julien Lancelot | 2013-03-12 | 4 | -4/+10 |
| * | SONAR-4170 SONAR-3880 Make it possible to search for 'Removed' rules and to s... | Julien Lancelot | 2013-03-11 | 9 | -54/+124 |
| * | SONAR-4170 Add language property on rule in order to track removed rules from... | Julien Lancelot | 2013-03-11 | 10 | -51/+120 |
| * | SONAR-3879 Provide the ability to flag a rule as 'Deprecated' or 'Beta' | Julien Lancelot | 2013-03-08 | 7 | -19/+88 |
| * | SONAR-3879 SONAR-4170 SONAR-3880 Add status, created_at and updated_at column... | Julien Lancelot | 2013-03-08 | 14 | -21/+204 |
| * | Update sonar pom version to 3.6-SNAPSHOT | Julien Lancelot | 2013-03-08 | 26 | -26/+26 |
| * | SONAR-4191 Refactor the Quality Profile search engine to use Select2 components | Julien Lancelot | 2013-03-08 | 2 | -33/+45 |
| * | SONAR-4191 Remove the 'any' value in multiple-value select boxes | Julien Lancelot | 2013-03-08 | 3 | -3/+3 |
| * | SONAR-4191 Refactor the Quality Profile search engine to use Select2 components | Julien Lancelot | 2013-03-07 | 4 | -25/+48 |