Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 3 | -90/+0 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 3 | -3/+3 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 3 | -3/+3 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 3 | -3/+3 |
| | |||||
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 6 | -249/+2 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 8 | -8/+8 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 8 | -16/+16 |
| | |||||
* | SONAR-8684 Remove Java classes related to rails | Julien Lancelot | 2017-01-24 | 1 | -36/+0 |
| | |||||
* | Clean-up JRubyFacade | Simon Brandhof | 2016-06-20 | 1 | -0/+2 |
| | |||||
* | SONAR-7612 Apply feedback | Julien HENRY | 2016-05-12 | 1 | -2/+0 |
| | |||||
* | SONAR-7612 Move new Sensor API out of @Beta | Julien HENRY | 2016-05-12 | 5 | -32/+18 |
| | |||||
* | Remove deprecation notice since replacement API is still @Beta | Julien HENRY | 2016-02-17 | 1 | -3/+0 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 9 | -9/+9 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 9 | -36/+36 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | SONAR-6278 Stop relying on graph to store tests | Julien HENRY | 2015-05-21 | 5 | -62/+13 |
| | |||||
* | Move @BatchSide and @ServerSide to appropriate packages | Simon Brandhof | 2015-05-20 | 2 | -3/+3 |
| | |||||
* | SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponent | Julien HENRY | 2015-05-11 | 2 | -5/+8 |
| | |||||
* | SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute report | Julien HENRY | 2015-03-31 | 1 | -0/+4 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-02-12 | 4 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-4.5' | Julien HENRY | 2014-12-01 | 1 | -3/+37 |
|\ | | | | | | | | | | | | | | | Conflicts: sonar-colorizer/src/main/java/org/sonar/colorizer/HtmlOptions.java sonar-plugin-api/src/main/java/org/sonar/api/batch/SonarIndex.java sonar-plugin-api/src/main/java/org/sonar/api/component/ResourcePerspectives.java sonar-plugin-api/src/main/java/org/sonar/api/web/CodeColorizerFormat.java | ||||
| * | SONAR-5864 API cleanup | Julien HENRY | 2014-12-01 | 1 | -0/+37 |
| | | | | | | | | | | | | * add a proper way to create perspective on InputFile * add a proper way to convert InputFile to resource * deprecate colorizer | ||||
* | | Add missing @Override annotations | Simon Brandhof | 2014-10-10 | 1 | -0/+4 |
| | | |||||
* | | SONAR-5389 Update APIs to ease migration of language plugins | Julien HENRY | 2014-09-17 | 1 | -0/+3 |
|/ | |||||
* | SONAR-5389 Allow to create issues on directories and to override severity on ↵ | Julien HENRY | 2014-07-22 | 1 | -0/+3 |
| | | | | issues | ||||
* | Fix some quality flaws | Julien HENRY | 2014-04-03 | 1 | -6/+0 |
| | |||||
* | Remove Component.moduleKey | Julien Lancelot | 2014-03-17 | 2 | -13/+0 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 11 | -11/+11 |
| | |||||
* | SONAR-926 Add module key information on components for IntelliJ | Julien HENRY | 2014-02-21 | 2 | -0/+24 |
| | |||||
* | SONAR-926 Export component path in issues WS search results | Julien HENRY | 2014-02-11 | 2 | -0/+16 |
| | |||||
* | Fix some quality flaws | Dinesh Bolkensteyn | 2013-08-29 | 2 | -2/+2 |
| | |||||
* | SONAR-4301 Load componentRoot, assignee and reporter from db instead of ↵ | Julien Lancelot | 2013-05-31 | 1 | -0/+34 |
| | | | | getting it from issues results | ||||
* | Fix some quality flaws | Simon Brandhof | 2013-05-29 | 1 | -1/+4 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 10 | -40/+40 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 10 | -30/+30 |
| | |||||
* | SONAR-4092 SONAR-4093 | Julien Lancelot | 2013-01-31 | 1 | -0/+1 |
| | | | | | SONAR-4093 From a covered line of code provide the ability to retrieve the unit tests covering this line SONAR-4092 From a unit test allow to access to the lines covered by this unit test | ||||
* | SONAR-2501 refactor BeanGraph layer | Simon Brandhof | 2013-01-29 | 4 | -17/+14 |
| | |||||
* | SONAR-4087 add missing files | Simon Brandhof | 2013-01-25 | 10 | -0/+332 |