Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Cleanup temp files generated by CommandExecutorTest.java | Simon Brandhof | 2011-07-07 | 1 | -0/+3 |
| | |||||
* | SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should ↵ | Simon Brandhof | 2011-07-07 | 1 | -0/+5 |
| | | | | access project configuration | ||||
* | SONAR-2574 API: configure the working directory used by ↵ | Simon Brandhof | 2011-07-05 | 6 | -9/+55 |
| | | | | org.sonar.api.utils.command.Command | ||||
* | Add the method org.sonar.api.rules.Violation#isNew() | simonbrandhof | 2011-06-29 | 1 | -0/+21 |
| | |||||
* | Fix loading of extensions which extend abstract classes | Simon Brandhof | 2011-06-23 | 2 | -2/+9 |
| | |||||
* | Fix potential lock on Windows ? | Simon Brandhof | 2011-06-22 | 1 | -1/+4 |
| | |||||
* | SONAR-75 Document i18n API as experimental (postponed to v2.10) | Simon Brandhof | 2011-06-21 | 2 | -105/+11 |
| | |||||
* | SONAR-2497 Merge i18n plugin with core | Simon Brandhof | 2011-06-21 | 1 | -2/+2 |
| | |||||
* | SONAR-2525 Stop displaying the SCM revision number in the TimeMachine service | Evgeny Mandrikov | 2011-06-21 | 1 | -0/+1 |
| | |||||
* | SONAR-2505 support measure variations | Simon Brandhof | 2011-06-21 | 3 | -0/+12 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-06-20 | 1 | -0/+1 |
| | |||||
* | SONAR-2505 support tracking of violations on dry runs | Simon Brandhof | 2011-06-17 | 2 | -18/+17 |
| | |||||
* | Add Javadocs to Metric.Builder | Evgeny Mandrikov | 2011-06-16 | 1 | -4/+31 |
| | |||||
* | SONAR-75 Apply first version of contribution by www.serli.com | Simon Brandhof | 2011-06-13 | 2 | -0/+208 |
| | |||||
* | Fix license headers | simonbrandhof | 2011-06-10 | 1 | -0/+19 |
| | |||||
* | Add javadoc to org.sonar.api.platform.PluginRepository | simonbrandhof | 2011-06-10 | 1 | -0/+5 |
| | |||||
* | Merge remote branch 'upstream/master' | simonbrandhof | 2011-06-10 | 21 | -1991/+0 |
|\ | |||||
| * | SONAR-2414 remove the Clouds page written in GWT | simonbrandhof | 2011-06-08 | 21 | -1991/+0 |
| | | |||||
| * | Fix compatibility with ant task | Simon Brandhof | 2011-06-08 | 2 | -12/+1 |
| | | |||||
| * | Clone properties when creating ProjectDefinition | Simon Brandhof | 2011-06-07 | 2 | -1/+12 |
| | | |||||
* | | SONAR-2507 Batch must load plugins without connecting to database | simonbrandhof | 2011-06-10 | 5 | -2/+72 |
|/ | |||||
* | Fix recursive loop in ProjectDefinition#setSourceDirs() | Simon Brandhof | 2011-06-07 | 1 | -2/+8 |
| | |||||
* | Do not allow to change ProjectDefinition#properties | Simon Brandhof | 2011-06-07 | 2 | -13/+11 |
| | |||||
* | Allow the extension ProjectBuilder to change the source directories of root ↵ | Simon Brandhof | 2011-06-06 | 4 | -36/+68 |
| | | | | module | ||||
* | Add ProjectDefinition#resetSourceDirs() and resetTestDirs() | Simon Brandhof | 2011-06-03 | 2 | -0/+30 |
| | |||||
* | SONAR-2497 Add batch properties to include/exclude plugins to load | Simon Brandhof | 2011-06-03 | 1 | -0/+2 |
| | |||||
* | Fix unit test on windows | Simon Brandhof | 2011-06-03 | 1 | -9/+8 |
| | |||||
* | Allow to manually define source files to analyze | Simon Brandhof | 2011-06-03 | 4 | -43/+165 |
| | |||||
* | SONAR-1922 Improve UI for profile changelog | Evgeny Mandrikov | 2011-06-01 | 2 | -33/+18 |
| | | | | | | | | | | | | | | | | | | * 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-2487 Do not analyse bytecode, when property "sonar.skipDesign" set to ↵ | Evgeny Mandrikov | 2011-06-01 | 1 | -0/+6 |
| | | | | "true" | ||||
* | Fix loading of metric formulas when defined in plugins | Simon Brandhof | 2011-05-31 | 3 | -2/+36 |
| | |||||
* | SONAR-2164 Add an option to skip package design analysis | Evgeny Mandrikov | 2011-05-30 | 1 | -0/+8 |
| | |||||
* | SONAR-2485 Best value should be set for lcom4 to 1 | Evgeny Mandrikov | 2011-05-30 | 1 | -0/+1 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-05-29 | 7 | -8/+8 |
| | |||||
* | SONAR-2468 add a better sample of ProjectBuilder | simonbrandhof | 2011-05-27 | 1 | -7/+32 |
| | |||||
* | Add some javadoc | simonbrandhof | 2011-05-27 | 2 | -4/+12 |
| | |||||
* | SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuilder | simonbrandhof | 2011-05-27 | 6 | -0/+561 |
| | |||||
* | SONAR-1922 Add a kind of version control for quality profiles | Evgeny Mandrikov | 2011-05-27 | 7 | -0/+359 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2469 fix typo in name of InstantiationStrategy class | simonbrandhof | 2011-05-26 | 1 | -3/+3 |
| | |||||
* | SONAR-2469 refactor Module | simonbrandhof | 2011-05-25 | 3 | -14/+46 |
| | | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project | ||||
* | Add missing Javadocs for Metric.Builder | Evgeny Mandrikov | 2011-05-24 | 1 | -6/+9 |
| | |||||
* | SONAR-2464 Metric.Builder must set best and worst values when type percent | Evgeny Mandrikov | 2011-05-23 | 2 | -0/+20 |
| | |||||
* | Use factory Metric.Builder instead of Metric constructor | Evgeny Mandrikov | 2011-05-21 | 1 | -157/+498 |
| | |||||
* | SONAR-2432 Tune best and worst values for coverage metrics | Evgeny Mandrikov | 2011-05-20 | 1 | -0/+6 |
| | | | | | | | * Define "0" best value on uncovered_lines, uncovered_conditions, new_uncovered_lines and new_uncovered_conditions * Define "100" best value and "0" worst value on line_coverage | ||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Add Javadocs for CoreMetrics | Evgeny Mandrikov | 2011-05-11 | 1 | -0/+25 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 |
| |