| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackage | Julien HENRY | 2014-03-25 | 6 | -15/+139 |
* | Improve org.sonar.api.utils.System2 : | Simon Brandhof | 2014-03-25 | 1 | -1/+3 |
* | Fix quality flaws | Julien Lancelot | 2014-03-24 | 1 | -9/+8 |
* | SONAR-5028 Reuse property sonar.preview.readTimeout when downloading file sou... | Julien HENRY | 2014-03-24 | 3 | -22/+32 |
* | SONAR-5035 Trim properties read from sonar-runner configuration files | Julien HENRY | 2014-03-21 | 1 | -0/+4 |
* | SONAR-5056 Fix issue when removing characteristic and rules linked with defau... | Julien Lancelot | 2014-03-20 | 1 | -2/+2 |
* | SONAR-4366 Move a core plugin component to batch (remove server dependency on... | Jean-Baptiste Lievremont | 2014-03-20 | 2 | -0/+125 |
* | Fix quality flaws | Jean-Baptiste Lievremont | 2014-03-20 | 2 | -5/+11 |
* | SONAR-5094 Be more specific on validation message | Jean-Baptiste Lievremont | 2014-03-19 | 1 | -1/+1 |
* | SONAR-5150 Values of sonar.preview.excludePlugins and sonar.preview.includePl... | Simon Brandhof | 2014-03-18 | 1 | -2/+8 |
* | SONAR-5095 Catch validation exceptions to provide a clearer message | Jean-Baptiste Lievremont | 2014-03-18 | 1 | -21/+25 |
* | SONAR-5094 Change error message when quality gate is not found | Jean-Baptiste Lievremont | 2014-03-18 | 1 | -1/+1 |
* | SONAR-5069 revert. sonar.sources is back. It must be mandatory. | Simon Brandhof | 2014-03-18 | 1 | -1/+2 |
* | Fix quality flaws | Julien Lancelot | 2014-03-18 | 2 | -6/+6 |
* | SONAR-926 inclusions are optional | Simon Brandhof | 2014-03-17 | 1 | -4/+4 |
* | SONAR-926 apply inclusions and exclusions to source directories | Simon Brandhof | 2014-03-17 | 2 | -15/+13 |
* | SONAR-926 apply inclusions and exclusions to source directories | Simon Brandhof | 2014-03-17 | 2 | -31/+13 |
* | SONAR-5094 Do not let the HTTP exception be swallowed by the underlying lib | Jean-Baptiste Lievremont | 2014-03-17 | 1 | -2/+2 |
* | SONAR-5056 Create DebtRemediationFunction API on batch side | Julien Lancelot | 2014-03-17 | 2 | -37/+25 |
* | SONAR-5056 Do nothing hen rule has no default characteristic or overridden ch... | Julien Lancelot | 2014-03-17 | 1 | -1/+1 |
* | SONAR-5121 Authorize overriding characteristic or function | Julien Lancelot | 2014-03-17 | 1 | -20/+28 |
* | Refactor plugin management for better maintainability | Simon Brandhof | 2014-03-16 | 3 | -6/+6 |
* | Fix quality flaws | Julien Lancelot | 2014-03-14 | 1 | -3/+2 |
* | Renamed some debt classes to remove "Technical" word | Julien Lancelot | 2014-03-14 | 1 | -0/+3 |
* | SONAR-4790 replace static factory FilePredicates by FileSystem#predicates() | Simon Brandhof | 2014-03-14 | 6 | -45/+52 |
* | SONAR-4366 Remove Alert class and related code | Jean-Baptiste Lievremont | 2014-03-13 | 2 | -11/+0 |
* | SONAR-5094 Remove profile based quality gate components | Jean-Baptiste Lievremont | 2014-03-13 | 6 | -475/+0 |
* | SONAR-5056 When loading rules on batch side, do not load rule debt informatio... | Julien Lancelot | 2014-03-13 | 1 | -9/+11 |
* | SONAR-926 main files should exclude "test inclusions" | Simon Brandhof | 2014-03-13 | 1 | -19/+26 |
* | SONAR-5094 Remove dependency on sonar-ws-client from sonar-batch | Jean-Baptiste Lievremont | 2014-03-12 | 3 | -52/+56 |
* | Fix quality flaws | Julien Lancelot | 2014-03-12 | 3 | -8/+10 |
* | SONAR-5056 Removed some useless usage of Requirement | Julien Lancelot | 2014-03-12 | 1 | -7/+3 |
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 218 | -218/+218 |
* | SONAR-5056 Add migration to copy data on requirements from characteristics to... | Julien Lancelot | 2014-03-11 | 1 | -2/+2 |
* | SONAR-5094 Memoize loaded quality gate (do not reload on next provide call) | Jean-Baptiste Lievremont | 2014-03-11 | 1 | -2/+7 |
* | SONAR-5056 Read debt from rule during analysis | Julien Lancelot | 2014-03-11 | 7 | -235/+214 |
* | SONAR-5094 Revert back to alert_status metric, will be renamed eventually | Jean-Baptiste Lievremont | 2014-03-10 | 2 | -6/+6 |
* | revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as son... | Julien Lancelot | 2014-03-10 | 1 | -3/+3 |
* | SONAR-5094 Convert the technical operators to human readable form | Jean-Baptiste Lievremont | 2014-03-10 | 1 | -5/+13 |
* | Renamed package to org.sonar.core.technicaldebt to debt And removed technical... | Julien Lancelot | 2014-03-07 | 1 | -3/+3 |
* | SONAR-5094 Use conditions from server to generate quality gate status measure | Jean-Baptiste Lievremont | 2014-03-07 | 5 | -11/+382 |
* | SONAR-5094 Load quality gate definitions and start generating the Quality Gat... | Jean-Baptiste Lievremont | 2014-03-07 | 5 | -19/+232 |
* | SONAR-5094 Move current alert-based quality gate implementation out of the way | Jean-Baptiste Lievremont | 2014-03-07 | 3 | -8/+8 |
* | SONAR-5056 Create new Durations API to format Duration and convert String to ... | Julien Lancelot | 2014-03-06 | 2 | -7/+8 |
* | SONAR-5056 Update Issue.debt from Long to Duration | Julien Lancelot | 2014-03-05 | 3 | -4/+7 |
* | SONAR-5056 Create Duration API | Julien Lancelot | 2014-03-05 | 1 | -3/+7 |
* | Removed useless usage of WorkDurationFactory | Julien Lancelot | 2014-03-05 | 1 | -2/+0 |
* | Move WorkDuration API to internal package as it will be refactored is 4.3 | Julien Lancelot | 2014-03-05 | 3 | -28/+6 |
* | SONAR-4996 Correctly create alert on batch side on work duration | Julien Lancelot | 2014-03-03 | 2 | -1/+25 |
* | SONAR-4996 Update work duration message and move code to i18n API | Julien Lancelot | 2014-03-03 | 1 | -1/+6 |