Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2642 add unit tests | Simon Brandhof | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | SONAR-2919 Update Events table | Fabrice Bellingard | 2011-10-24 | 1 | -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 Brandhof | 2011-09-29 | 4 | -25/+20 |
| | | | | not defined in the reference bundle | ||||
* | SONAR-2693 the list of missing translations must be copyable and must ↵ | Simon Brandhof | 2011-09-16 | 2 | -53/+54 |
| | | | | contain english values | ||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | SONAR-2693 Make it possible to pass the sonar version to the matcher | Fabrice Bellingard | 2011-09-12 | 4 | -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 matcher | Fabrice Bellingard | 2011-09-08 | 4 | -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 refactoring | Fabrice Bellingard | 2011-09-05 | 1 | -7/+16 |
| | |||||
* | SONAR-2693 Improve unit tests for I18n Harmcrest matcher | Fabrice Bellingard | 2011-09-02 | 3 | -7/+41 |
| | |||||
* | SONAR-2693 Hamcrest matcher to compare a pair of translation bundles | Fabrice Bellingard | 2011-09-02 | 9 | -0/+368 |
| | | | | | First commit and push to GitHub before activating other tests that require this code to be pushed. | ||||
* | SONAR-1091 CPD over different projects | Evgeny Mandrikov | 2011-09-02 | 1 | -2/+3 |
| | | | | | | * Improve table clone_blocks and so DbCloneIndex. * Add purge of old clone blocks. | ||||
* | SONAR-1091 Add CPD over different projects | Evgeny Mandrikov | 2011-09-01 | 1 | -0/+11 |
| | | | | | | | * Add table clone_blocks * Add DbCloneIndex, which can be activated in sonar-cpd-plugin using property "sonar.cpd.cross_project=true" | ||||
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | SONAR-2644 Rule name should be optional in XML declaration files | Simon Brandhof | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | SONAR-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURES | Simon Brandhof | 2011-07-12 | 1 | -14/+0 |
| | |||||
* | SONAR-2583 Remove the unused table PARAMETERS | Simon Brandhof | 2011-07-11 | 1 | -8/+0 |
| | |||||
* | Upgrade version to 2.10-SNAPSHOT | Simon Brandhof | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | temporary reverting to 2.9-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.10-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | SONAR-2453 Update the way "false-positive" reviews are managed | Evgeny Mandrikov | 2011-06-23 | 1 | -1/+1 |
| | | | | | | | | * The column REVIEWS.FALSE-POSITIVE should be renamed to REVIEWS.RESOLUTION, the value of this column should be FALSE-POSITIVE for false-positive reviews and FIXED for other RESOLVED reviews. * The status of a false-positive reviews should be RESOLVED. | ||||
* | SONAR-2507 remove the tables PLUGINS and PLUGIN_FILES | simonbrandhof | 2011-06-10 | 1 | -25/+0 |
| | |||||
* | SONAR-1922 Improve UI for profile changelog | Evgeny Mandrikov | 2011-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Removed useless version column from Quality Profiles page. * To improve readability - version of profile displayed in a dedicated column on Changelog page, otherwise it can be difficult to determine version associated to a row. * Allowed to select both versions to compare. * CSS attribute "word-wrap" was set to "break-word" to decrease width of table, when parameter value too huge. Tested in Chromimum 12.0.742.68 and in Firefox 3.6.17. * Version of profile was added to widget. * Save and show username instead of login. | ||||
* | SONAR-1922 Add a kind of version control for quality profiles | Evgeny Mandrikov | 2011-05-27 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply patch, which was contributed by Julien Henry: * Following algorithm was implemented: Every profile starts with version=1 and used=false. As soon as there is an analysis of a project, the involved profile is set to used=true. Every modification to a quality profile (activation, deactivation or modification of rule) is logged in DB in dedicated tables. When a modification is done on a profile that is used=true, then version number is increased and profile is set to used=false. * Introduced new metric to store profile version, which was used during analysis. * If profile for project is different than the one used during previous analysis, then event would be created. * Introduced new tab 'changelog' for profiles. Following fixes were applied on original patch: * Index name limited to 30 characters in Oracle DB, so names were reduced. * Field ActiveRuleChange.profileVersion never read locally, because ruby read it directly from DB, so getter added. * Direction doesn't make sense for 'profile_version' metric, so was removed. * Fixed ProfileEventsSensor: it seems that TimeMachine not guarantee that the order of measures would be the same as in query, so we should perform two sequential queries. * Fixed handling of null values during migration. | ||||
* | SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed | Fabrice Bellingard | 2011-05-26 | 1 | -1/+1 |
| | | | | | | 1- Update the DB, migration scripts & co. 2- Update the model, controller & co. 3- Update the WS Client | ||||
* | SONAR-2425 Add index on CHARACTERISTIC_PROPERTIES.CHARACTERISTIC_ID | Evgeny Mandrikov | 2011-05-24 | 1 | -1/+1 |
| | | | | Index name limited to 30 characters in Oracle DB. | ||||
* | SONAR-2425 Add index on CHARACTERISTIC_PROPERTIES.CHARACTERISTIC_ID | Evgeny Mandrikov | 2011-05-24 | 1 | -21/+22 |
| | |||||
* | Fix merge of release 2.8 | simonbrandhof | 2011-05-19 | 2 | -0/+15 |
| | |||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Move derby logs generated during unit tests to target/ | simonbrandhof | 2011-04-28 | 1 | -0/+7 |
| | |||||
* | SONAR-2347 Add unit test to ReviewsDecorator | Fabrice Bellingard | 2011-04-20 | 1 | -0/+25 |
| | |||||
* | SONAR-2366 Upgrade embedded database to Derby 10.7.1.1 + add ↵ | simonbrandhof | 2011-04-18 | 3 | -0/+725 |
| | | | | DatabaseTestCase to sonar-testing-harness | ||||
* | Fix violations | Evgeny Mandrikov | 2011-04-05 | 2 | -7/+16 |
| | |||||
* | Upgrade master to version 2.8-SNAPSHOT | simonbrandhof | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC3 | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 2 | -5/+3 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC1 | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC2 | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | Remove useless configuration of maven-deploy-plugin | Evgeny Mandrikov | 2011-03-04 | 1 | -10/+0 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| |