summaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 3.3-RC1Eric Hartmann2012-10-111-1/+1
|
* SONAR-3724 Validate rule repositories in unit testsDavid Gageot2012-10-051-3/+3
|
* Rename method in I18nMatchersSimon Brandhof2012-10-032-3/+4
|
* SONAR-3736 Fix regression (additional keys not displayed if any)Fabrice Bellingard2012-10-033-1/+16
|
* Update to 3.3-SNAPSHOTGAUDIN2012-09-261-1/+1
|
* Update to 3.3-M5GAUDIN2012-09-261-1/+1
|
* SONAR-3736 Add missing filesFabrice Bellingard2012-09-202-0/+3
|
* SONAR-3736 Use Maven dependencies for I18n Harmcrest matchersFabrice Bellingard2012-09-1912-384/+176
| | | | - Do not use URLs anymore, to make it easier to test (no need for an internet connection)
* Set versions to 3.3-SNAPSHOT and Soanr Java to 1.0-SNAPSHOTEric Hartmann2012-09-181-1/+1
|
* Update Sonar version to 3.3-M4 and Sonar Java to 1.0-M3Eric Hartmann2012-09-181-1/+1
|
* Update to 3.3-SNAPSHOTEric Hartmann2012-09-141-1/+1
|
* Update to 3.3-M2Eric Hartmann2012-09-141-1/+1
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|
* Fix warningsDavid Gageot2012-07-041-5/+5
|
* Replacing Derby with H2David Gageot2012-07-031-2/+2
|
* SONAR-3581 Tool to validate a l10n bundle based on multiple plugins Fabrice Bellingard2012-06-225-67/+251
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* Create 'My Favourites' Dashboard through extension point.David Gageot2012-05-252-0/+29
| | | The dashboard is created but not activated.
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-222-0/+54
| | | Recognize more filter criterias
* Enable test that involve classpath scanningDavid Gageot2012-05-071-0/+4
|
* Fix violation introduced in 1a6a18a5c4e73987a72b8176f398477f13074d29David Gageot2012-04-291-1/+1
|
* Add test helpers and refactor TestUtils a bit.David Gageot2012-04-274-14/+179
|
* Use Fest Assert libraryDavid Gageot2012-04-271-0/+4
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-251-0/+1
|
* Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
|
* Upgrade version to 2.16Eric Hartmann2012-04-061-1/+1
|
* Typo : upgrade version to 2.15-SNAPSHOTEric Hartmann2012-02-271-1/+1
|
* Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-271-1/+1
|
* Fix some quality flawsSimon Brandhof2012-02-221-1/+1
|
* Fix some quality flaws, particularly on newly inspected codeSimon Brandhof2012-02-201-11/+12
|
* Add unit tests and fix some quality flawsSimon Brandhof2012-02-201-1/+1
|
* Update copyright header for this new yearSimon Brandhof2012-01-109-9/+9
|
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
|
* Reformat schema-derby.ddl and remove unused sonar-test.ddlEvgeny Mandrikov2011-11-231-501/+0
|
* Remove HSQLDB from unit testsSimon Brandhof2011-11-101-4/+0
|
* Use Derby for unit tests instead of HSQL, remove unused codeEvgeny Mandrikov2011-11-101-259/+0
|
* Upgrade version to 2.13-SNAPSHOTEric Hartmann2011-11-091-1/+1
|
* SONAR-2962 Add an index on dependencies.project_snapshot_id to improve ↵simonbrandhof2011-11-021-0/+1
| | | | performance
* SONAR-2642 add unit testsSimon Brandhof2011-10-251-1/+1
|
* SONAR-2919 Update Events tableFabrice Bellingard2011-10-241-3/+2
| | | | | | | | Migration script: - name column => 400 - description column => 4000 - data column removed - tries to attach snapshots to events that do not have one
* SONAR-2846 API: the i18n Hamcrest matcher should not fail if some keys are ↵Simon Brandhof2011-09-294-25/+20
| | | | not defined in the reference bundle
* SONAR-2693 the list of missing translations must be copyable and must ↵Simon Brandhof2011-09-162-53/+54
| | | | contain english values
* Upgrade version to 2.12-SNAPSHOTSimon Brandhof2011-09-161-1/+1
|
* SONAR-2693 Make it possible to pass the sonar version to the matcherFabrice Bellingard2011-09-124-27/+52
| | | | | | - In order to remove the magic of getting the version of Sonar via the POM - Documentation also added on the I18nMatchers static methods
* SONAR-2693 Improve I18n Harmcrest matcherFabrice Bellingard2011-09-084-11/+93
| | | | | | | | | - #isBundleSynchronized replace by #isBundleUpToDate - #assertAllBundlesUpToDate static method added to avoid specifying files one by one - if bundles are Core bundles translations, then the original bundles are searched on Github using the Sonar version specified by the "sonar.version" property in the POM
* SONAR-2693 A bit of refactoringFabrice Bellingard2011-09-051-7/+16
|
* SONAR-2693 Improve unit tests for I18n Harmcrest matcherFabrice Bellingard2011-09-023-7/+41
|
* SONAR-2693 Hamcrest matcher to compare a pair of translation bundlesFabrice Bellingard2011-09-029-0/+368
| | | | | First commit and push to GitHub before activating other tests that require this code to be pushed.