Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3702 API : AnnotationRuleParser does not detect overridden rule parameters | Simon Brandhof | 2012-07-26 | 1 | -13/+8 |
| | |||||
* | SONAR-3690 do not use getBytes(UTF-8) in the constructor of MeasureData | Simon Brandhof | 2012-07-24 | 1 | -6/+1 |
| | |||||
* | SONAR-3690 Bad charset when reading measure text data | Simon Brandhof | 2012-07-24 | 1 | -6/+19 |
| | |||||
* | SONAR-3646 fix transaction conflict with H2 | Simon Brandhof | 2012-07-20 | 1 | -1/+13 |
| | |||||
* | Simplify code | David Gageot | 2012-07-18 | 1 | -0/+30 |
| | |||||
* | Fix violation | David Gageot | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | Fix violation | David Gageot | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | Restore Api compatibility | David Gageot | 2012-07-17 | 1 | -2/+10 |
| | |||||
* | Remove warnings | David Gageot | 2012-07-16 | 1 | -0/+1 |
| | |||||
* | Remove warning | David Gageot | 2012-07-16 | 1 | -2/+2 |
| | |||||
* | Restore Api compatibility | David Gageot | 2012-07-16 | 1 | -2/+6 |
| | |||||
* | Shorter code for HttpDownloader | David Gageot | 2012-07-16 | 1 | -84/+77 |
| | |||||
* | Don't use hardcoded charsets | David Gageot | 2012-07-16 | 1 | -3/+3 |
| | |||||
* | Unused imports | David Gageot | 2012-07-16 | 1 | -1/+0 |
| | |||||
* | Fix measure data not being evicted anymore | David Gageot | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | Remove UriReader#openStream() | Simon Brandhof | 2012-07-16 | 2 | -29/+0 |
| | | | | Let's keep API simple. | ||||
* | Don't close the stream twice | David Gageot | 2012-07-16 | 1 | -1/+0 |
| | |||||
* | Fix warnings | David Gageot | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | Fix warnings | David Gageot | 2012-07-16 | 2 | -0/+10 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-07-15 | 2 | -17/+17 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-07-15 | 2 | -3/+1 |
| | |||||
* | Update Center improvements | Simon Brandhof | 2012-07-14 | 2 | -2/+166 |
| | | | | | | | | | | * SONAR-3661 API: new component org.sonar.api.utils.UriReader * SONAR-3660 The property sonar.updatecenter.url must support local files * SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar * SONAR-2008 Enable updates from SNAPSHOT versions for plugins | ||||
* | Fix some quality flaw | Simon Brandhof | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | SONAR-3633 improve the management of server-side settings | Simon Brandhof | 2012-07-13 | 1 | -34/+23 |
| | | | | | | * do not save default resource permissions in a db migration but in a server-side extension * new component to save settings from server-side components. It will have to be used by ruby app later. | ||||
* | Improve documentation of ResourceType with new property | Fabrice Bellingard | 2012-07-13 | 1 | -0/+1 |
| | |||||
* | SONAR-1608 Update documentation on ResourceType | Fabrice Bellingard | 2012-07-12 | 1 | -0/+2 |
| | |||||
* | Deploy the component ResourcePermissions on server-side | Simon Brandhof | 2012-07-12 | 1 | -1/+2 |
| | |||||
* | SONAR-2496 Support 'previous-version' value for differential views | Fabrice Bellingard | 2012-07-12 | 1 | -2/+1 |
| | |||||
* | Declare parameters as non-null by default in org.sonar.api.platform | Simon Brandhof | 2012-07-12 | 2 | -2/+25 |
| | |||||
* | Improve and refactor the ResourcePermissions component | Simon Brandhof | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | SONAR-3646 API : new extension point to be notified on user creation | Simon Brandhof | 2012-07-11 | 1 | -0/+91 |
| | |||||
* | Unused import | David Gageot | 2012-07-11 | 1 | -2/+6 |
| | |||||
* | Unused code | David Gageot | 2012-07-11 | 1 | -44/+0 |
| | |||||
* | Command env variables are initialized with System.getenv() | Simon Brandhof | 2012-07-11 | 2 | -6/+3 |
| | |||||
* | SONAR-3437 Improve code coverage and fix measure data update | David Gageot | 2012-07-11 | 1 | -0/+2 |
| | |||||
* | SONAR-3437 Disable batch insert because it cannot work | David Gageot | 2012-07-11 | 1 | -2/+0 |
| | |||||
* | Improve javadoc of org.sonar.api.utils.command.Command | Simon Brandhof | 2012-07-10 | 1 | -3/+6 |
| | |||||
* | Allow to mock CommandExecutor | Simon Brandhof | 2012-07-10 | 1 | -1/+1 |
| | | | | Changing final to non-final does not break binary compatibility. Constructor is kept private. | ||||
* | Minor improvements on org.sonar.api.utils.command | Simon Brandhof | 2012-07-10 | 2 | -11/+14 |
| | | | | | * shorten the method CommandExecutor#execute() * add javadoc | ||||
* | SONAR-3437 Fix batch insert on mysql | David Gageot | 2012-07-10 | 1 | -0/+2 |
| | |||||
* | SONAR-3437 Cleaner code and fix Oracle mapping | David Gageot | 2012-07-10 | 2 | -164/+4 |
| | |||||
* | SONAR-3437 Use MyBatis in batch mode | David Gageot | 2012-07-10 | 3 | -21/+71 |
| | |||||
* | SONAR-3437 Use MyBatis instead of Hibernate to improve batch insert | David Gageot | 2012-07-09 | 2 | -0/+182 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-07-08 | 2 | -16/+45 |
| | |||||
* | Add some tests to org.sonar.api.config.Settings | Simon Brandhof | 2012-07-06 | 1 | -0/+3 |
| | |||||
* | SONAR-3618 support old versions of Views plugin | Simon Brandhof | 2012-07-06 | 2 | -1/+31 |
| | |||||
* | SONAR-3432 Check rule property values | David Gageot | 2012-07-06 | 2 | -7/+45 |
| | | | | We need to keep the compatibility with old values like s,i,r... | ||||
* | SONAR-3432 Support rule property types in annotations | David Gageot | 2012-07-06 | 2 | -6/+28 |
| | |||||
* | API: add ResourceType#setProperty(String,boolean) + remove some deprecated ↵ | Simon Brandhof | 2012-07-06 | 1 | -27/+27 |
| | | | | methods | ||||
* | API: add Settings#getStringLines(String key) | Simon Brandhof | 2012-07-06 | 1 | -2/+18 |
| |