aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org
Commit message (Expand)AuthorAgeFilesLines
* Replace jetty-servlet-tester with SimpleHttpDavid Gageot2012-07-173-210/+58
* Use ArgumentMatcherDavid Gageot2012-07-163-22/+10
* Unused importsDavid Gageot2012-07-161-2/+0
* Remove UriReader#openStream()Simon Brandhof2012-07-162-23/+0
* remove dead codeDavid Gageot2012-07-161-2/+1
* Fix some quality flawsSimon Brandhof2012-07-151-9/+7
* Update Center improvementsSimon Brandhof2012-07-142-20/+161
* Merge branch 'master' of /Users/sbrandhof/projects/github/sonar with conflicts.Simon Brandhof2012-07-121-65/+65
* SONAR-3646 API : new extension point to be notified on user creationSimon Brandhof2012-07-111-0/+48
* Command env variables are initialized with System.getenv()Simon Brandhof2012-07-111-11/+39
* Minor improvements on org.sonar.api.utils.commandSimon Brandhof2012-07-101-2/+2
* Add some tests to org.sonar.api.config.SettingsSimon Brandhof2012-07-061-2/+51
* SONAR-3618 support old versions of Views pluginSimon Brandhof2012-07-062-45/+55
* SONAR-3432 Check rule property valuesDavid Gageot2012-07-062-1/+25
* SONAR-3432 Support rule property types in annotationsDavid Gageot2012-07-061-36/+96
* API: add ResourceType#setProperty(String,boolean) + remove some deprecated me...Simon Brandhof2012-07-061-32/+47
* API: add Settings#getStringLines(String key)Simon Brandhof2012-07-061-6/+67
* SONAR-3626 CommandExecutor: should be possible to specify environment variablesEvgeny Mandrikov2012-07-061-33/+25
* SONAR-3618 Support custom default permissions for non-project resourcesSimon Brandhof2012-07-051-9/+7
* SONAR-3593 move EmailSettings to org.sonar.api.confSimon Brandhof2012-07-051-2/+3
* SONAR-3419 Improve AbstractSourceImporterEvgeny Mandrikov2012-07-041-9/+4
* SONARPLUGINS-1948 Move EmailConfiguration to the coreDavid Gageot2012-06-191-0/+48
* Remove warningsDavid Gageot2012-06-181-51/+16
* Remove violationsDavid Gageot2012-06-152-50/+48
* Remove some violations on unit testsDavid Gageot2012-06-141-25/+20
* Add some testsSimon Brandhof2012-06-121-0/+1
* FIX unused parameterDavid Gageot2012-05-301-1/+1
* Add some unit testsSimon Brandhof2012-05-292-0/+55
* Extract beta api from review workflowSimon Brandhof2012-05-2812-0/+764
* Revert change that broke the APIDavid Gageot2012-05-282-9/+15
* Improve test coverageDavid Gageot2012-05-251-3/+59
* Remove unused variablesDavid Gageot2012-05-251-2/+2
* Technical debt : Replace BaseMatcher with ArgumentMatcherDavid Gageot2012-05-251-7/+4
* Slightly better API for the filter extension pointDavid Gageot2012-05-241-6/+6
* Remove warningsDavid Gageot2012-05-231-1/+1
* Remove warningsDavid Gageot2012-05-231-12/+15
* SONAR-3016 Provide default filters through extension pointDavid Gageot2012-05-222-6/+6
* SONAR-3016 Partial documentation of extension point for filter templateDavid Gageot2012-05-222-7/+51
* SONAR-2706 Delete unused classes in APISimon Brandhof2012-05-222-117/+0
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-221-0/+46
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-221-0/+45
* SONAR-2706 Add extension point to customize workflow of reviewsSimon Brandhof2012-05-211-36/+42
* SONAR-2706 / SONAR-2541 RefactoringFabrice Bellingard2012-05-142-0/+117
* Fix warningsDavid Gageot2012-05-143-7/+3
* SONAR-2950 Single Sign On with external authentication mechanismSimon Brandhof2012-05-083-0/+187
* Should fix the build on windowsDavid Gageot2012-05-071-1/+0
* InputFile should return an input stream to make it easier to test code readin...David Gageot2012-05-071-61/+99
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-273-0/+4
* Code cleaning : Unused codeDavid Gageot2012-04-273-2/+3
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-2/+0