Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3676 Create properties to define project links | Fabrice Bellingard | 2012-10-05 | 3 | -0/+78 |
| | | | | | | | | | => even for non-Maven projects. The new properties are: - sonar.links.homepage - sonar.links.ci - sonar.links.issue - sonar.links.scm - sonar.links.scm_dev | ||||
* | SONAR-2602 the extensions Language must not be declared with ↵ | Simon Brandhof | 2012-10-04 | 3 | -15/+32 |
| | | | | InstantiationStrategy=PER_BATCH | ||||
* | SONAR-3844 Drop the support of the deprecated property sonar.light | Simon Brandhof | 2012-10-02 | 2 | -10/+46 |
| | |||||
* | SONAR-3833 ability to edit/delete the profiles provided by plugins | Simon Brandhof | 2012-10-01 | 1 | -10/+0 |
| | |||||
* | SONAR-3529 Get rid of property sets. Use PropertyFields instead | David Gageot | 2012-09-28 | 1 | -1/+0 |
| | |||||
* | SONAR-2602 support project modules with different languages | Simon Brandhof | 2012-09-27 | 15 | -98/+50 |
| | |||||
* | SONAR-3636 Improve unit test | Fabrice Bellingard | 2012-09-27 | 1 | -0/+6 |
| | |||||
* | SONAR-3636 Add and feed a new column projects.created_at | Fabrice Bellingard | 2012-09-27 | 10 | -24/+24 |
| | | | => Update tests | ||||
* | Don't use anyObject() matcher | David Gageot | 2012-09-20 | 4 | -9/+9 |
| | |||||
* | Simplify code | David Gageot | 2012-07-18 | 1 | -10/+0 |
| | |||||
* | Fix reloading of measure data | David Gageot | 2012-07-17 | 1 | -0/+3 |
| | |||||
* | Use ArgumentMatcher | David Gageot | 2012-07-16 | 1 | -8/+8 |
| | |||||
* | Fix measure data not being evicted anymore | David Gageot | 2012-07-16 | 2 | -9/+9 |
| | |||||
* | Improve test coverage | Fabrice Bellingard | 2012-07-13 | 4 | -2/+52 |
| | |||||
* | Reuse database for faster unit tests | David Gageot | 2012-07-12 | 1 | -3/+3 |
| | |||||
* | SONAR-2496 Support 'previous-version' value for differential views | Fabrice Bellingard | 2012-07-12 | 4 | -20/+134 |
| | |||||
* | SONAR-3437 merge Mappers | David Gageot | 2012-07-11 | 3 | -12/+10 |
| | |||||
* | SONAR-3437 Improve code coverage and fix measure data update | David Gageot | 2012-07-11 | 5 | -45/+110 |
| | |||||
* | SONAR-3437 Use MyBatis in batch mode | David Gageot | 2012-07-10 | 2 | -0/+29 |
| | |||||
* | SONAR-3437 Use MyBatis instead of Hibernate to improve batch insert | David Gageot | 2012-07-09 | 8 | -59/+61 |
| | |||||
* | SONAR-3437 Prepare for refactoring to MyBatis | David Gageot | 2012-07-09 | 6 | -229/+71 |
| | |||||
* | SONAR-2989 The English Pack plugin should never be excluded | Fabrice Bellingard | 2012-06-22 | 1 | -0/+9 |
| | |||||
* | Make it impossible to use AbstractDbUnitTestCase for iBatis tests | David Gageot | 2012-06-19 | 1 | -6/+6 |
| | |||||
* | Revert SONAR-3407 | Simon Brandhof | 2012-05-31 | 1 | -10/+7 |
| | |||||
* | Technical debt : Replace BaseMatcher with ArgumentMatcher | David Gageot | 2012-05-25 | 2 | -20/+13 |
| | |||||
* | Fix violations, simplify code and improve documentation | David Gageot | 2012-05-23 | 2 | -2/+2 |
| | |||||
* | SONAR-3407 fail analysis if the project version used for comparison does not ↵ | Simon Brandhof | 2012-05-23 | 1 | -10/+13 |
| | | | | exist | ||||
* | SONAR-3126 Add check for same server ID when launching a batch | Fabrice Bellingard | 2012-05-18 | 2 | -12/+144 |
| | | | | | => Stop the Sonar Analysis when the Sonar batch and the Sonar server are not using the same DB | ||||
* | Code cleaning : Unused code | David Gageot | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | Code cleaning : Methods overriding equals() should override hashCode() | David Gageot | 2012-04-27 | 1 | -0/+6 |
| | |||||
* | Code cleaning : Remove indirect access to static member | David Gageot | 2012-04-27 | 1 | -9/+10 |
| | |||||
* | Remove warnings | David Gageot | 2012-04-27 | 12 | -154/+160 |
| | |||||
* | SONAR-3125 Add better error message for unknown language | Fabrice Bellingard | 2012-04-02 | 1 | -4/+22 |
| | |||||
* | SONAR-1700 Some links to the projects end up in new session | Fabrice Bellingard | 2012-03-19 | 3 | -0/+40 |
| | |||||
* | Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵ | Simon Brandhof | 2012-03-15 | 2 | -4/+0 |
| | | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility | ||||
* | Fix quality flaws in tests: remove unused imports | Evgeny Mandrikov | 2012-03-14 | 6 | -25/+0 |
| | |||||
* | SONAR-3292 improve messages when database is not up-to-date | Simon Brandhof | 2012-03-07 | 1 | -0/+57 |
| | |||||
* | SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵ | Simon Brandhof | 2012-02-15 | 6 | -14/+14 |
| | | | | RULE_FAILURES | ||||
* | SONAR-3208 complete database tables | Simon Brandhof | 2012-02-14 | 27 | -59/+59 |
| | | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS | ||||
* | SONAR-3209 Add new batch component - FileLinesContextFactory | Evgeny Mandrikov | 2012-02-09 | 1 | -1/+30 |
| | | | | | | | * As was discussed with Simon: better to have new beta class than new beta method. * This also provides ability to use this factory from Decorator. | ||||
* | SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by line | Evgeny Mandrikov | 2012-02-09 | 1 | -0/+112 |
| | | | | + Use this API to save LoC in Java files | ||||
* | SONAR-2747 Verification is now done on period1 | Fabrice Bellingard | 2012-02-08 | 1 | -20/+0 |
| | | | And not necessarily 'since last analysis' period. | ||||
* | SONAR-2747 Send email when new violations appear on favourite project | Fabrice Bellingard | 2012-02-03 | 1 | -10/+35 |
| | | | | | | | | The email is sent only if: * the user has set the project as a favourite * this is a "last analysis" (= no 'sonar.projectDate' specified) * 'since last analysis' period was not removed in the admin page * there are new violations (obviously...) | ||||
* | SONAR-3231 Allow to associate measure with committer | Evgeny Mandrikov | 2012-02-01 | 1 | -2/+5 |
| | |||||
* | Add column PROJECT_MEASURES.COMMITTER | Evgeny Mandrikov | 2012-02-01 | 5 | -14/+19 |
| | |||||
* | SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false. | Simon Brandhof | 2012-01-25 | 8 | -18/+18 |
| | | | | | * New column METRICS.DELETE_HISTORICAL_DATA (boolean, nullable) * Hidden core metrics and some data metrics have this new field to true | ||||
* | SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER) | Simon Brandhof | 2012-01-19 | 31 | -125/+125 |
| | |||||
* | SONAR-1707 Add the column SNAPSHOTS.BUILD_DATE | Simon Brandhof | 2012-01-18 | 32 | -130/+130 |
| | |||||
* | Refactor org.sonar.batch.bootstrapper.Batch | Simon Brandhof | 2012-01-16 | 1 | -6/+11 |
| | |||||
* | Sanitize batch bootstrapper | Simon Brandhof | 2012-01-13 | 1 | -0/+80 |
| | | | | | - by default Logback is configured by batch, not by bootstrappers - ability to delegate logging to bootstrappers (require a SLF4J implementation) |