Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16232 Delete sonar-plugin-api module | Duarte Meneses | 2022-04-21 | 1 | -168/+0 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 1 | -1/+1 |
| | |||||
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 1 | -11/+0 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Fix test to make it run on mac os (#1977) | Jacek | 2019-08-01 | 1 | -0/+7 |
| | | | | * fix test to make it run on mac os | ||||
* | SONAR-12108 Support Java 11 RTE | Duarte Meneses | 2019-05-16 | 1 | -13/+6 |
| | |||||
* | SONAR-11465 API cleanup | Julien HENRY | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | Remove deprecation on System2.now() | Julien HENRY | 2017-09-25 | 1 | -2/+3 |
| | |||||
* | SONAR-9718 Fail with a clear message when sonar.projectDate is empty | Julien HENRY | 2017-09-15 | 1 | -0/+3 |
| | |||||
* | Deprecate System2#isJavaAtLeast17() | Simon Brandhof | 2017-04-11 | 1 | -1/+3 |
| | | | | because it always returns true. Java 6 is not supported at runtime. | ||||
* | SONAR-9082 H2 should bind to localhost interface | Simon Brandhof | 2017-04-11 | 1 | -0/+9 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | SONAR-7665 Deprecate @BatchSide and introduce @ScannerSide | Duarte Meneses | 2016-07-04 | 1 | -2/+2 |
| | |||||
* | Fix javadoc errors | Julien HENRY | 2016-04-11 | 1 | -3/+3 |
| | |||||
* | SONAR-7441 add ComputeEngineSide annotation where applicable | Sébastien Lesaint | 2016-03-29 | 1 | -0/+2 |
| | |||||
* | Add org.sonar.api.utils.System2#getResource(name) | Simon Brandhof | 2016-03-16 | 1 | -6/+13 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 1 | -4/+4 |
| | |||||
* | Move @BatchSide and @ServerSide to appropriate packages | Simon Brandhof | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponent | Julien HENRY | 2015-05-11 | 1 | -3/+5 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2015-03-20 | 1 | -0/+4 |
| | |||||
* | Fix an issue with TimeZone ID of UTC | Jean-Baptiste Lievremont | 2015-03-16 | 1 | -0/+9 |
| | | | | | Conflicts: server/sonar-server/src/test/java/org/sonar/server/issue/index/IssueIndexTest.java | ||||
* | Computation stack based on an isolated picocontainer | Simon Brandhof | 2015-01-20 | 1 | -0/+12 |
| | |||||
* | SONAR-5827 Feed the new "file_sources" table | Julien HENRY | 2014-11-19 | 1 | -0/+6 |
| | |||||
* | Improve org.sonar.api.utils.System2 : | Simon Brandhof | 2014-03-25 | 1 | -4/+15 |
| | | | | | | * add to picocontainer * new method isJavaAtLeast17() * fix Javadoc | ||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | System2#envVariable(String) can return null | Simon Brandhof | 2014-01-18 | 1 | -1/+3 |
| | |||||
* | Add System2#println(String) | Simon Brandhof | 2013-12-19 | 1 | -2/+9 |
| | |||||
* | New class System2 to increase testability of classes that call low-level ↵ | Simon Brandhof | 2013-12-17 | 1 | -0/+102 |
system methods |