aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness
Commit message (Collapse)AuthorAgeFilesLines
* Add missing @Override annotationsSimon Brandhof2014-10-101-0/+2
|
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-309-216/+88
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml
| * Maven profiles for each technical stackSimon Brandhof2014-09-309-216/+88
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness
| * Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-291-1/+1
| |
| * Release 4.54.5Eric Hartmann2014-09-291-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-261-1/+1
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-251-0/+16
|\| | | | | | | | | | | | | | | * origin/branch-4.5: SONAR-4898 add missing tests SONAR-4898 add missing tests Use correct temp dir for Ruby on Rails app Fail server startup if can not connect to DB
| * SONAR-4898 add missing testsSimon Brandhof2014-09-251-0/+16
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-1/+1
| |
* | Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-1/+1
|/
* Merge commit '46a655cc343aba370396d8af5fbc34d5da668a0a' into HEADJenkins CI2014-07-091-2/+1
|\
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-07-081-1/+1
| |
| * [maven-release-plugin] prepare release 4.4-RC24.4-RC2Eric Hartmann2014-07-081-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-07-021-1/+1
| |
| * [maven-release-plugin] prepare release 4.4-RC14.4-RC1Eric Hartmann2014-07-021-3/+2
| |
* | Upgrade to 4.5-SNAPSHOTEric Hartmann2014-07-021-1/+1
|/
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-202-24/+29
|
* Complete WebService with new param metadataSimon Brandhof2014-04-251-229/+0
|
* Remove some usage of TestUtilsSimon Brandhof2014-04-231-17/+0
|
* Remove the class MoreConditions from sonar-testing-harnessSimon Brandhof2014-04-232-180/+0
|
* Remove XMLUnit from sonar-testing-harnessSimon Brandhof2014-04-233-98/+3
|
* Upgrade to 4.4-SNAPSHOTEric Hartmann2014-04-181-1/+1
|
* SONAR-5128 Package a release version of sonar-channelSimon Brandhof2014-03-142-64/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1117-17/+17
|
* Upgrade version to 4.3-SNAPSHOTEric Hartmann2014-02-241-1/+1
|
* Revert "RuleRepositoryTestHelper is back"Simon Brandhof2014-02-202-72/+0
| | | | This reverts commit 3f42ac85a4495333dbe76e1b1587ea05b7d900a4.
* RuleRepositoryTestHelper is backSimon Brandhof2014-02-202-0/+72
|
* Change signature of TestUtils#isSimilarXml()Simon Brandhof2014-02-111-3/+8
|
* Fix quality flawsJulien Lancelot2014-02-062-1/+24
|
* Fix some quality flawsSimon Brandhof2014-02-021-3/+4
|
* SONAR-5010 fix handling of HTTP statusSimon Brandhof2014-01-271-19/+10
|
* SONAR-4326 Provide webservices to add/remove tags on a ruleJean-Baptiste Lievremont2014-01-241-0/+12
|
* SONAR-5010 improve WS APISimon Brandhof2014-01-241-9/+17
| | | | | | * remove "throws Exception" from signature of RequestHandler * add Request#action() * prefer action "list" over "index"
* SONAR-5010 improve testability of web service and fix media type of responseSimon Brandhof2014-01-242-13/+233
|
* Sanitize sonar-testing-harnessSimon Brandhof2014-01-235-87/+36
|
* Remove org.sonar.api.database.daos.MeasuresDao, deprecated since v2.3 and ↵Simon Brandhof2014-01-181-7/+0
| | | | move some deprecated classes from sonar-plugin-api to sonar-deprecated
* SONAR-4908 move some classes to module sonar-deprecatedSimon Brandhof2014-01-151-67/+0
|
* Upgrade to 4.2-SNAPSHOTEric Hartmann2013-12-111-1/+1
|
* Remove unused infinitest filesSimon Brandhof2013-12-031-1/+0
|
* Update to 4.1-SNAPSHOTEric Hartmann2013-10-221-1/+1
|
* Fix some quality flowsJulien HENRY2013-10-174-0/+76
|
* SONAR-4735 Remove the XML libs that are packaged with Java 6Simon Brandhof2013-10-021-1/+0
|
* Fix some quality flawsSimon Brandhof2013-09-211-2/+2
|
* Upgrade to 4.0-SNAPSHOTEric Hartmann2013-07-301-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2013-07-251-1/+1
|
* [maven-release-plugin] prepare release 3.7-RC1Eric Hartmann2013-07-251-1/+1
|