aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Quality flawsSimon Brandhof2015-06-293-4/+10
| | | | | - do not declare multiple variables on same line - fix imports
* SONAR-6635 Parsing of date should not be lenientJulien HENRY2015-06-291-0/+6
|
* SONAR-6582 Extract class to serialize componentsJean-Baptiste Lievremont2015-06-221-1/+1
|
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-191-2/+2
|\ | | | | Cleanup warnings
| * Cleanup warningsGabor Liptak2015-06-171-2/+2
| |
* | Remove Hibernate entity "MeasureModel"Simon Brandhof2015-06-172-63/+3
|/
* Drop support of org.sonar.api.batch.TimeMachineSimon Brandhof2015-06-121-43/+0
| | | | It can't be supported anymore by design. Analyzers do not connect to database anymore.
* SONAR-6370 fix quality flawsSimon Brandhof2015-06-052-29/+26
|
* SONAR-6370 remove support of KeyValueFormat#format(Multiset)Simon Brandhof2015-06-051-37/+15
| | | | guava is not exposed in API
* SONAR-6606 drop origin column from metrics tableTeryk Bellahsene2015-06-041-1/+0
|
* SONAR-3821 Drop any Maven dependencyJulien HENRY2015-06-0322-742/+0
|
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-293-3/+3
|
* Enable CommandExecutor testsJulien HENRY2015-05-281-7/+4
|
* Disable two failing testsJulien HENRY2015-05-271-0/+3
|
* Add test for CommandExecutor timeout with new shellJulien HENRY2015-05-271-4/+14
|
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-223-187/+0
| | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status)
* SONAR-6555 Drop design related features on batch sideJulien HENRY2015-05-194-69/+0
|
* SONAR-6517 merge sonar-deprecated into sonar-plugin-apiSimon Brandhof2015-05-1918-0/+1154
| | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api
* Fix quality flawsSimon Brandhof2015-05-151-10/+39
|
* rename web services with the xxxWs formTeryk Bellahsene2015-05-152-7/+7
|
* SONAR-6548 Restore support of deprecated org.sonar.api.resources.InputFileJulien HENRY2015-05-131-1/+5
|
* Tests should use ExpectedExceptionDavid Gageot2015-05-134-52/+51
|
* SONAR-6548 Remove resource key migration introduced in 4.2Julien HENRY2015-05-131-79/+0
|
* Use StandardCharsets instead of guava/commons-ioJulien HENRY2015-05-125-59/+56
|
* Useless codeDavid Gageot2015-05-122-5/+5
|
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-113-573/+0
|
* Redundant importsDavid Gageot2015-05-077-11/+0
|
* Redundant throws clause in testsDavid Gageot2015-05-0765-227/+227
|
* SONAR-6200 New Sensor API to report UT/IT/Overall coverageJulien HENRY2015-04-222-0/+38
|
* SONAR-3676 add flag to not serialize empty strings to JSONSébastien Lesaint2015-04-171-0/+24
|
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-163-341/+2
| | | | in order to prepare upgrade to Guava 18 in core codebase
* SONAR-6408 Restore PostJob execution in preview modeJulien HENRY2015-04-141-1/+1
|
* Restore old behavior for InputFile::lines() -> returns 1 for empty filesJulien HENRY2015-04-131-2/+10
|
* Fix regression during local issue tracking on empty filesJulien HENRY2015-04-081-0/+18
|
* SONAR-6253 Add lines count in reportJulien HENRY2015-04-071-4/+1
|
* Use random timezone when executing tests from mavenSimon Brandhof2015-04-021-1/+1
| | | | This allows to fail-fast if a test is heavily coupled with local timezone.
* SONAR-6319 Fix perf regression for highlightingJulien HENRY2015-04-011-1/+3
|
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-315-46/+409
|
* Revert "Remove all deprecated Violation APIs"Julien Lancelot2015-03-272-0/+142
| | | | This reverts commit 5446d877b4e67f2f32ac869e76d9ad02ca226773.
* Remove all deprecated Violation APIsJulien HENRY2015-03-272-142/+0
|
* SONAR-6317 Feed SCM in compute report - batch sideJulien HENRY2015-03-261-1/+1
|
* Improve HttpDownloaderTest for travis environmentSimon Brandhof2015-03-251-1/+1
| | | | Replace localhost by 0.0.0.0
* Increase timeout of HttpDownloaderTestSimon Brandhof2015-03-251-2/+2
|
* Fix some quality flawsSimon Brandhof2015-03-201-0/+7
|
* Merge branch-5.1Julien Lancelot2015-03-181-1/+15
|\
| * Improve db migration from 5.0 and indexing step at server startupSimon Brandhof2015-03-171-1/+15
| | | | | | | | | | | | | | | | * Parallel bulk indexing of documents into Elasticsearch * reduce memory consumption when building JSON requests * no need to change type of column PROJECT_MEASURES.MEASURE_DATE as it is not used * fix created_at/updated_at fields of manual_measure when saved from Rails * remove usage of deprecated delete-by-query
* | SONAR-6273 SONAR-6274 Feed links in compute report and remove links sensor APIJulien HENRY2015-03-121-63/+0
|/
* Refactor table ANALYSIS_REPORTS because of MySQL packet size limitationSimon Brandhof2015-03-023-5/+62
| | | | | * 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
* Fix quality flawsSimon Brandhof2015-02-231-0/+32
|
* SONAR-5936 improve Elasticsearch information displayed in System InfoSimon Brandhof2015-02-231-1/+6
|