Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -2/+2 |
| | | | | exist | ||||
* | SONAR-3126 Add check for same server ID when launching a batch | Fabrice Bellingard | 2012-05-18 | 3 | -4/+134 |
| | | | | | => 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 |
| | |||||
* | Remove warnings | David Gageot | 2012-04-27 | 2 | -12/+10 |
| | |||||
* | 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 | 1 | -2/+6 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | 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 | 2 | -2/+63 |
| | |||||
* | 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 | 3 | -6/+8 |
| | | | | RULE_FAILURES | ||||
* | 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 | 4 | -6/+47 |
| | | | | | | | * 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 | 2 | -1/+159 |
| | | | | + Use this API to save LoC in Java files | ||||
* | SONAR-2747 Verification is now done on period1 | Fabrice Bellingard | 2012-02-08 | 1 | -22/+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 | 1 | -8/+32 |
| | | | | | | | | 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 | 3 | -7/+17 |
| | |||||
* | 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 | 2 | -0/+5 |
| | |||||
* | 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 | 1 | -25/+20 |
| | |||||
* | Sanitize batch bootstrapper | Simon Brandhof | 2012-01-13 | 3 | -6/+173 |
| | | | | | - 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 | 1 | -0/+107 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 84 | -84/+84 |
| | |||||
* | Fix some quality flaws | simonbrandhof | 2012-01-01 | 2 | -2/+2 |
| | |||||
* | Fix some quality flaws | simonbrandhof | 2011-12-31 | 1 | -1/+0 |
| | |||||
* | SONAR-983 index the project from a dedicated post-job in order to optimize ↵ | simonbrandhof | 2011-12-30 | 2 | -9/+1 |
| | | | | SQL requests | ||||
* | SONAR-3116 throw an exception if skipping the root module | Simon Brandhof | 2011-12-23 | 1 | -2/+1 |
| | |||||
* | SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ↵ | Simon Brandhof | 2011-12-23 | 2 | -4/+6 |
| | | | | | | is a layer over ResourceIndexerDao + move derby SQL files to org.sonar.core.persistence | ||||
* | Refactor the packages of sonar-core | Simon Brandhof | 2011-12-22 | 5 | -9/+9 |
| | | | | | * The root package should be org.sonar.core -> org.sonar.persistence is moved to org.sonar.core.persistence * Classes are grouped by functional domain (resource, review, rule, ...) | ||||
* | SONAR-983 do not index libraries | Simon Brandhof | 2011-12-22 | 1 | -1/+3 |
| | |||||
* | SONAR-983 Improve relevance of results and group them by qualifier | Simon Brandhof | 2011-12-21 | 1 | -2/+2 |
| | |||||
* | SONAR-983 resources are indexed during analysis | simonbrandhof | 2011-12-20 | 1 | -10/+10 |
| | | | | | | | * Rename the column RESOURCE_INDEX.PROJECT_ID to ROOT_PROJECT_ID * Increase the size of RESOURCE_INDEX.PROJECT_ID * Clean resource index from dbcleaner plugin * Experimental: indexes all the existing resources during upgrade from sonar < 2.13 | ||||
* | SONAR-2968 Do not force to add the root project to the property ↵ | simonbrandhof | 2011-12-20 | 1 | -7/+15 |
| | | | | sonar.includedModules | ||||
* | Sonar Persistence API refactoring | Fabrice Bellingard | 2011-12-14 | 1 | -1/+1 |
| | | | | | | | - Class mapped to tables should now be named "MyTableDto" - DTOs, DAOs and Mappers of a same concern should be packed in a single package, allowing to use package visibility amongst them. => org.sonar.persistence has been reorganized following those rules. | ||||
* | Fix some violations | Simon Brandhof | 2011-12-12 | 2 | -13/+13 |
| | |||||
* | Fix some violations | Simon Brandhof | 2011-12-05 | 1 | -3/+1 |
| | |||||
* | SONAR-1974 inject manual violations into batch | simonbrandhof | 2011-12-04 | 1 | -36/+27 |
| | |||||
* | Fix some violations | Simon Brandhof | 2011-11-25 | 1 | -1/+1 |
| | |||||
* | SONAR-3029 API: allow to have different severities for violations related to ↵ | Simon Brandhof | 2011-11-24 | 1 | -9/+3 |
| | | | | the same rule | ||||
* | Remove 2 commented-out lines + add a DEBUG log when excluding plugin | Simon Brandhof | 2011-11-14 | 1 | -2/+1 |
| | |||||
* | Fix potential NPE in Gradle task | simonbrandhof | 2011-11-14 | 1 | -3/+6 |
| |