Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean-up TestUtils | Simon Brandhof | 2017-02-19 | 2 | -34/+0 |
| | | | | | The methods getResource() and newTempDir() are rarely used and should be moved to the callers | ||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 5 | -10/+10 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 5 | -5/+5 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 5 | -20/+20 |
| | |||||
* | JsonAssert can ignore fields and small improvements | Teryk Bellahsene | 2015-08-27 | 2 | -31/+31 |
| | |||||
* | Fix deprecated code | David Gageot | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 2 | -16/+16 |
| | |||||
* | Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert. | Simon Brandhof | 2015-03-20 | 4 | -0/+277 |
| | | | | This class supports lenient comparison of datetime values. | ||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | Shared elasticsearch instance for server tests | Simon Brandhof | 2014-11-30 | 1 | -0/+12 |
| | |||||
* | Maven profiles for each technical stack | Simon Brandhof | 2014-09-30 | 1 | -0/+44 |
| | | | | and remove sonar-channel helpers from sonar-testing-harness | ||||
* | Upgrade hamcrest and fix conflicts with JUnit and Mockito | Simon Brandhof | 2014-06-20 | 1 | -20/+25 |
| | |||||
* | Remove the class MoreConditions from sonar-testing-harness | Simon Brandhof | 2014-04-23 | 1 | -109/+0 |
| | |||||
* | Remove XMLUnit from sonar-testing-harness | Simon Brandhof | 2014-04-23 | 1 | -42/+3 |
| | |||||
* | SONAR-5128 Package a release version of sonar-channel | Simon Brandhof | 2014-03-14 | 1 | -63/+0 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 5 | -5/+5 |
| | |||||
* | Sanitize sonar-testing-harness | Simon Brandhof | 2014-01-23 | 1 | -19/+13 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 5 | -20/+20 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 5 | -15/+15 |
| | |||||
* | SONAR-3736 Fix regression (additional keys not displayed if any) | Fabrice Bellingard | 2012-10-03 | 2 | -1/+9 |
| | |||||
* | SONAR-3736 Add missing files | Fabrice Bellingard | 2012-09-20 | 2 | -0/+3 |
| | |||||
* | SONAR-3736 Use Maven dependencies for I18n Harmcrest matchers | Fabrice Bellingard | 2012-09-19 | 10 | -160/+146 |
| | | | | - Do not use URLs anymore, to make it easier to test (no need for an internet connection) | ||||
* | Fix warnings | David Gageot | 2012-07-04 | 1 | -5/+5 |
| | |||||
* | SONAR-3581 Tool to validate a l10n bundle based on multiple plugins | Fabrice Bellingard | 2012-06-22 | 3 | -19/+106 |
| | |||||
* | Create 'My Favourites' Dashboard through extension point. | David Gageot | 2012-05-25 | 1 | -0/+20 |
| | | | The dashboard is created but not activated. | ||||
* | SONAR-3016 More work on extension point for filter template | David Gageot | 2012-05-22 | 1 | -0/+37 |
| | | | Recognize more filter criterias | ||||
* | Add test helpers and refactor TestUtils a bit. | David Gageot | 2012-04-27 | 1 | -0/+52 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 3 | -3/+3 |
| | |||||
* | SONAR-2846 API: the i18n Hamcrest matcher should not fail if some keys are ↵ | Simon Brandhof | 2011-09-29 | 3 | -18/+14 |
| | | | | not defined in the reference bundle | ||||
* | SONAR-2693 the list of missing translations must be copyable and must ↵ | Simon Brandhof | 2011-09-16 | 1 | -6/+7 |
| | | | | contain english values | ||||
* | SONAR-2693 Make it possible to pass the sonar version to the matcher | Fabrice Bellingard | 2011-09-12 | 2 | -6/+4 |
| | | | | | | - 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 matcher | Fabrice Bellingard | 2011-09-08 | 2 | -4/+18 |
| | | | | | | | | | - #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 Improve unit tests for I18n Harmcrest matcher | Fabrice Bellingard | 2011-09-02 | 2 | -6/+19 |
| | |||||
* | SONAR-2693 Hamcrest matcher to compare a pair of translation bundles | Fabrice Bellingard | 2011-09-02 | 7 | -0/+146 |
| | | | | | First commit and push to GitHub before activating other tests that require this code to be pushed. | ||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 2 | -2/+2 |
| | |||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 3 | -0/+157 |
value of rule parameters in Q profile console |