Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-2989 Support localization API in batch extensions | Fabrice Bellingard | 2012-06-21 | 1 | -0/+4 | |
| | ||||||
* | Make it impossible to use AbstractDbUnitTestCase for iBatis tests | David Gageot | 2012-06-19 | 1 | -6/+6 | |
| | ||||||
* | SONARPLUGINS-1948 Move EmailConfiguration to the core | David Gageot | 2012-06-19 | 1 | -0/+2 | |
| | | | | + Rename to EmailSettings + Use Settings instead of Configuration | |||||
* | Revert SONAR-3407 | Simon Brandhof | 2012-05-31 | 3 | -16/+16 | |
| | ||||||
* | Revert change that broke the API | David Gageot | 2012-05-28 | 1 | -4/+4 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-25 | 1 | -0/+2 | |
| | ||||||
* | Technical debt : Replace BaseMatcher with ArgumentMatcher | David Gageot | 2012-05-25 | 2 | -20/+13 | |
| | ||||||
* | Remove warnings | David Gageot | 2012-05-23 | 1 | -6/+6 | |
| | ||||||
* | Fix violations, simplify code and improve documentation | David Gageot | 2012-05-23 | 2 | -2/+2 | |
| | ||||||
* | Fix violations | Fabrice Bellingard | 2012-05-23 | 1 | -6/+3 | |
| | ||||||
* | SONAR-3407 improve message | Simon Brandhof | 2012-05-23 | 1 | -1/+1 | |
| | ||||||
* | Remove the classes RulesManager and DaoFacade. | Simon Brandhof | 2012-05-23 | 2 | -5/+1 | |
| | | | | Both of them have been deprecated long time ago. | |||||
* | SONAR-3407 fail analysis if the project version used for comparison does not ↵ | Simon Brandhof | 2012-05-23 | 2 | -12/+15 | |
| | | | | exist | |||||
* | SONAR-3126 Add check for same server ID when launching a batch | Fabrice Bellingard | 2012-05-18 | 5 | -16/+278 | |
| | | | | | => Stop the Sonar Analysis when the Sonar batch and the Sonar server are not using the same DB | |||||
* | Fix warnings | David Gageot | 2012-05-14 | 1 | -1/+1 | |
| | ||||||
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 3 | -0/+33 | |
| | ||||||
* | 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 | 14 | -166/+170 | |
| | ||||||
* | Consistent size of logger field in logs | Simon Brandhof | 2012-04-05 | 1 | -1/+1 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2012-04-03 | 1 | -6/+16 | |
| | ||||||
* | SONAR-3125 Add better error message for unknown language | Fabrice Bellingard | 2012-04-02 | 2 | -6/+28 | |
| | ||||||
* | SONAR-3224 API: support Ruby on Rails applications | Simon Brandhof | 2012-03-22 | 1 | -2/+2 | |
| | ||||||
* | SONAR-1700 Some links to the projects end up in new session | Fabrice Bellingard | 2012-03-19 | 4 | -0/+42 | |
| | ||||||
* | 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 | |
| | ||||||
* | Remove picocontainer stackstace from logs | Simon Brandhof | 2012-03-12 | 1 | -2/+1 | |
| | ||||||
* | Log a clean message when an exception is thrown during picocontainer startup | Simon Brandhof | 2012-03-12 | 1 | -0/+4 | |
| | ||||||
* | Remove Hibernate from the component org.sonar.api.config.Settings | Simon Brandhof | 2012-03-12 | 3 | -22/+32 | |
| | ||||||
* | SONAR-3292 improve messages when database is not up-to-date | Simon Brandhof | 2012-03-07 | 3 | -2/+120 | |
| | ||||||
* | SONAR-3208 new extension point to declare tree of resource types | Simon Brandhof | 2012-02-22 | 1 | -0/+2 | |
| | | | | | | | * new extension point org.sonar.api.resources.ResourceTypeTree * new component org.sonar.api.resources.ResourceTypes to access resource types * fix compatibility of hotspots, clouds and treemaps with PROJECT_MEASURES.PERSON_ID * ApplicationController share ruby methods to load the selected resource | |||||
* | SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵ | Simon Brandhof | 2012-02-15 | 9 | -20/+22 | |
| | | | | RULE_FAILURES | |||||
* | SONAR-3208 complete database tables | Simon Brandhof | 2012-02-14 | 27 | -59/+59 | |
| | | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS | |||||
* | Minor improvement for readability of code | Evgeny Mandrikov | 2012-02-10 | 1 | -2/+2 | |
| | ||||||
* | SONAR-3209 Add new batch component - FileLinesContextFactory | Evgeny Mandrikov | 2012-02-09 | 5 | -7/+77 | |
| | | | | | | | * 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 | 3 | -1/+271 | |
| | | | | + Use this API to save LoC in Java files | |||||
* | SONAR-2747 Verification is now done on period1 | Fabrice Bellingard | 2012-02-08 | 2 | -42/+0 | |
| | | | And not necessarily 'since last analysis' period. | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-02-06 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2747 Send email when new violations appear on favourite project | Fabrice Bellingard | 2012-02-03 | 2 | -18/+67 | |
| | | | | | | | | 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 | 4 | -9/+22 | |
| | ||||||
* | 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 feed the column SNAPSHOTS.BUILD_DATE on files and directories | Simon Brandhof | 2012-01-18 | 1 | -0/+1 | |
| | ||||||
* | SONAR-1707 Add the column SNAPSHOTS.BUILD_DATE | Simon Brandhof | 2012-01-18 | 34 | -130/+135 | |
| | ||||||
* | SONAR-2907 Fix loading of settings from database, when used property ↵ | Evgeny Mandrikov | 2012-01-18 | 2 | -6/+14 | |
| | | | | 'sonar.branch' | |||||
* | Refactor org.sonar.batch.bootstrapper.Batch | Simon Brandhof | 2012-01-16 | 2 | -31/+31 | |
| | ||||||
* | Sanitize batch bootstrapper | Simon Brandhof | 2012-01-13 | 6 | -10/+263 | |
| | | | | | - by default Logback is configured by batch, not by bootstrappers - ability to delegate logging to bootstrappers (require a SLF4J implementation) | |||||
* | SONAR-2959 Add the property sonar.showSql | Simon Brandhof | 2012-01-12 | 4 | -6/+303 | |
| |