Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated APIs since at least 6.7 | Julien HENRY | 2020-03-23 | 1 | -46/+0 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 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 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | SONAR-8354 Complete javadoc on deprecated class related to dashboards | Julien Lancelot | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | SONAR-8354 Deprecate API related to dashboards | Julien Lancelot | 2016-11-09 | 1 | -0/+3 |
| | |||||
* | Fix javadoc errors | Julien HENRY | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 1 | -1/+4 |
| | | | | | - do not declare multiple variables on same line - fix imports | ||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Fix javadoc | Simon Brandhof | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 1 | -3/+3 |
| | |||||
* | Now there are PROJECT and GLOBAL constants in WidgetScope | David Gageot | 2012-05-21 | 1 | -1/+4 |
| | |||||
* | Replace @WidgetGlobal by @WidgetScope. | David Gageot | 2012-05-14 | 1 | -0/+37 |
A widget could be available for both project and global dashboards so we can't rely on a single flag. Using a scope identifier is better. |