Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add convenient factory methods ResourceQuery#create(String resourceKey) and ↵ | Simon Brandhof | 2011-07-28 | 1 | -0/+7 |
| | | | | Rule#create(String repo, String key) | ||||
* | Fix label of metric commented_out_code_lines | Simon Brandhof | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2596 Add unit tests | Evgeny Mandrikov | 2011-07-28 | 2 | -0/+84 |
| | |||||
* | SONAR-2644 Rule name should be optional in XML declaration files | Simon Brandhof | 2011-07-26 | 4 | -10/+9 |
| | |||||
* | SONAR-2634 new_*_violations and *_violations metrics are not qualitative | Simon Brandhof | 2011-07-26 | 1 | -11/+11 |
| | |||||
* | Fix CloseReviewsDecorator for Derby and move Review entity from ↵ | Evgeny Mandrikov | 2011-07-26 | 1 | -143/+0 |
| | | | | sonar-plugin-api to sonar-core | ||||
* | SONAR-75 define locale for violation messages | simonbrandhof | 2011-07-25 | 2 | -23/+12 |
| | |||||
* | SONAR-2607 Provide email notifications on review changes | Evgeny Mandrikov | 2011-07-25 | 1 | -1/+58 |
| | | | | | | * Update CloseReviewsDecorator to send notifications * Fix permalink in ReviewEmailTemplate | ||||
* | Add method findById to UserFinder and make it available as BatchComponent | Evgeny Mandrikov | 2011-07-25 | 1 | -1/+4 |
| | |||||
* | SONAR-2006 Allow to select manual measures in filters treemap | Simon Brandhof | 2011-07-22 | 1 | -2/+2 |
| | |||||
* | SONAR-2607 Provide email notifications on review changes | Evgeny Mandrikov | 2011-07-22 | 2 | -2/+34 |
| | | | | | | * Add email templates. * Add server component - UserFinder. | ||||
* | SONAR-2635 Add new type of widget property : METRIC | Simon Brandhof | 2011-07-22 | 1 | -1/+5 |
| | |||||
* | SONAR-2634 The tendency icon of the 'violations' metric should not be colorized | Simon Brandhof | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | Add property 'sonar.core.serverBaseURL' | Evgeny Mandrikov | 2011-07-22 | 1 | -0/+11 |
| | |||||
* | SONAR-2599 First draft of settings for notifications in user profile | Evgeny Mandrikov | 2011-07-20 | 2 | -0/+10 |
| | |||||
* | SONAR-2596,SONAR-2600 Improve notification mechanism | Evgeny Mandrikov | 2011-07-20 | 5 | -0/+296 |
| | | | | | * Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email. | ||||
* | SONAR-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURES | Simon Brandhof | 2011-07-12 | 1 | -172/+0 |
| | |||||
* | SONAR-2604 Default value for properties "sonar.java.source" and ↵ | Evgeny Mandrikov | 2011-07-12 | 1 | -8/+5 |
| | | | | "sonar.java.target" should be "1.5" | ||||
* | 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. |