aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
...
| * Refactor table ANALYSIS_REPORTS because of MySQL packet size limitationSimon Brandhof2015-03-029-46/+236
| | | | | | | | | | * do not store report zip in table ANALYSIS_REPORTS but in FS dir {home}/data/analysis * do not store snapshot id in table but in protobuf report
* | add new user type property settings - server side - SONAR-6155Teryk Bellahsene2015-02-271-1/+7
| |
* | Allow to set a default assignee on issues (2nd edition) - SONAR-6154Teryk Bellahsene2015-02-271-0/+10
| | | | | | | | integrates my last 3 commits as the merge broke previous commit on branch-5.2
* | Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|/
* Improve javadoc of org.sonar.api.utils.log.LoggerSimon Brandhof2015-02-251-5/+5
|
* Fix some quality flawsJulien HENRY2015-02-242-5/+4
|
* Fix quality flawsSimon Brandhof2015-02-233-1/+34
|
* SONAR-5936 improve Elasticsearch information displayed in System InfoSimon Brandhof2015-02-232-1/+8
|
* Revert change on equals on Category since it is breaking UIJulien HENRY2015-02-232-1/+35
|
* Revert "Fix quality flaws"Julien Lancelot2015-02-233-8/+8
| | | | This reverts commit 7efdaa4a6e4f2ce8cbcc024e74407ccb13a413d3.
* Revert "Add missing null check on equals"Julien Lancelot2015-02-232-10/+8
| | | | This reverts commit 3c5fec7277657389960231c8ee650256028a1d7a.
* Add missing null check on equalsJulien Lancelot2015-02-232-8/+10
|
* Fix quality flawsJulien Lancelot2015-02-233-8/+8
|
* Fix some quality flawsJulien HENRY2015-02-232-3/+4
|
* Fix some quality flawsJulien HENRY2015-02-233-3/+4
|
* Fix quality flawsSimon Brandhof2015-02-232-7/+1
|
* Fix quality flawsSimon Brandhof2015-02-232-1/+9
|
* Fix some quality flawsSimon Brandhof2015-02-235-5/+41
|
* Fix some quality flawsJulien HENRY2015-02-205-11/+12
|
* SONAR-6175 Validate that offsets provided for highlighting and symbol ↵Julien HENRY2015-02-204-6/+62
| | | | reference are val
* SONAR-6116 Validate line is correct when creating issue on fileJulien HENRY2015-02-202-6/+49
|
* SONAR-5931 Remove deprecation on IssuableJulien HENRY2015-02-201-9/+0
|
* SONAR-5931 Update documentationJulien HENRY2015-02-2018-65/+74
|
* SONAR-5931 Add a tester class for SensorContextJulien HENRY2015-02-202-0/+461
|
* SONAR-5931 Cleanup symbol reference APIJulien HENRY2015-02-207-199/+2
|
* SONAR-5931 Cleanup highlighting APIJulien HENRY2015-02-207-11/+274
|
* Fix non-deterministic NPE in BaseLogger due to incorrect static field ↵Simon Brandhof2015-02-206-39/+103
| | | | initialization
* Revert SONAR-5772Julien HENRY2015-02-201-4/+0
|
* SONAR-5931 Cleanup new issue APIJulien HENRY2015-02-204-5/+15
|
* SONAR-5931 Cleanup new issue APIJulien HENRY2015-02-1911-68/+105
|
* SONAR-5931 Remove beta test APIJulien HENRY2015-02-1913-1327/+1
|
* SONAR-6202 Compute overall coverage on all filesJulien HENRY2015-02-191-15/+54
|
* Merge branch 'master' into feature/brandingStas Vilchik2015-02-1945-60/+2438
|\
| * SONAR-5772 Force coverage measure computation by defaultJulien HENRY2015-02-191-0/+5
| |
| * SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.levelSimon Brandhof2015-02-1923-118/+953
| |
| * SONAR-5700 ability to change level of loggers of 3rd-party librariesSimon Brandhof2015-02-1911-32/+170
| |
| * SONAR-5700 New logging API to remove coupling on SLF4JSimon Brandhof2015-02-1939-206/+1442
| |
| * SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-194-0/+164
| |
| * Fix some quality flawsJulien HENRY2015-02-191-2/+2
| |
* | Merge branch 'master' into feature/brandingStas Vilchik2015-02-1812-79/+228
|\|
| * Replace isUnitTestClass by isUnitTestFileJulien HENRY2015-02-181-0/+9
| |
| * Merge branch-5.0Julien Lancelot2015-02-181-0/+55
| |\
| | * SONAR-6187 Enhance SQALE model with new characteristicsJulien Lancelot2015-02-171-0/+55
| | |
| * | SONAR-5931 Cleanup dependency APIJulien HENRY2015-02-176-61/+122
| | |
| * | SONAR-6163 - timezones - events migrationTeryk Bellahsene2015-02-173-14/+17
| | |
| * | SONAR-6079 A license might be displayed as expired even though it's not the caseJulien HENRY2015-02-172-4/+25
| | |
* | | SONAR-6152 Customize look&feel with new logoStas Vilchik2015-02-171-0/+5
|/ /
* | SONAR-6000 Try to decrease size of duplications in persistitJulien HENRY2015-02-1612-317/+293
| |
* | SONAR-6058 Prevent purge of coverage related data in past snapshotsJean-Baptiste Lievremont2015-02-161-2/+0
| |
* | SONAR-6172 Do not fail when a file has no blame informationJulien HENRY2015-02-131-8/+2
| |