Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2604 Default value for properties "sonar.java.source" and ↵ | Evgeny Mandrikov | 2011-07-12 | 5 | -27/+48 |
| | | | | "sonar.java.target" should be "1.5" | ||||
* | Add m2eclipse configuration into POM to get Maven support in Eclipse | Fabrice Bellingard | 2011-07-12 | 1 | -0/+73 |
| | | | | | -> This is required for m2eclipse 1.0.0 See http://wiki.eclipse.org/M2E_plugin_execution_not_covered | ||||
* | SONAR-75 continue i18n | simonbrandhof | 2011-07-11 | 4 | -111/+120 |
| | |||||
* | Merge branch 'SONAR-2524' of https://github.com/davidfestal/sonar into ↵ | Simon Brandhof | 2011-07-11 | 8 | -63/+258 |
|\ | | | | | | | davidfestal-SONAR-2524 | ||||
| * | Internationalization of SquidJava rules | David Festal | 2011-07-04 | 1 | -0/+44 |
| | | |||||
| * | I18n support in ActiveRecord Rule object | David Festal | 2011-07-04 | 1 | -0/+36 |
| | | |||||
| * | I18n key syntax changed | David Festal | 2011-07-04 | 1 | -30/+30 |
| | | |||||
| * | Code cleanup | David Festal | 2011-07-04 | 2 | -35/+42 |
| | | |||||
| * | Internationalization of metrics through the model class | David Festal | 2011-07-04 | 2 | -10/+104 |
| | | |||||
| * | New API for Ruby and Java side | David Festal | 2011-07-04 | 3 | -4/+18 |
| | | |||||
* | | Upgrade to JRuby 1.6.3 | Simon Brandhof | 2011-07-11 | 1 | -1/+1 |
| | | |||||
* | | SONAR-2583 Remove the unused table PARAMETERS | Simon Brandhof | 2011-07-11 | 4 | -15/+35 |
| | | |||||
* | | Upgrade maven plugins | Simon Brandhof | 2011-07-11 | 1 | -4/+4 |
| | | |||||
* | | Upgrade version to 2.10-SNAPSHOT | Simon Brandhof | 2011-07-11 | 38 | -38/+38 |
| | | |||||
* | | Integration tests successful - revert commit | Simon Brandhof | 2011-07-11 | 1 | -2/+1 |
| | | |||||
* | | Test automation of upgrade tests - db migration should fail | Simon Brandhof | 2011-07-11 | 1 | -1/+2 |
| | | |||||
* | | temporary reverting to 2.9-SNAPSHOT | simonbrandhof | 2011-07-10 | 38 | -38/+38 |
| | | |||||
* | | Upgrade to version 2.10-SNAPSHOT | simonbrandhof | 2011-07-10 | 38 | -38/+38 |
| | | |||||
* | | Allow to deploy SNAPSHOT versions of sonar-application and sonar-server | Simon Brandhof | 2011-07-08 | 2 | -16/+36 |
| | | |||||
* | | Remove TRACE log | Simon Brandhof | 2011-07-07 | 1 | -1/+0 |
| | | |||||
* | | SONAR-2581 Support server setup in Java Web Service client | Simon Brandhof | 2011-07-07 | 8 | -0/+220 |
| | | |||||
* | | Cleanup temp files generated by CommandExecutorTest.java | Simon Brandhof | 2011-07-07 | 1 | -0/+3 |
| | | |||||
* | | Minor change of HTML buttons to improve rendering on IE : darker border and ↵ | Simon Brandhof | 2011-07-07 | 1 | -8/+6 |
| | | | | | | | | lighter background | ||||
* | | SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should ↵ | Simon Brandhof | 2011-07-07 | 6 | -21/+36 |
| | | | | | | | | 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 | ||||
* | SONAR-2436 gray border to buttons | Simon Brandhof | 2011-07-04 | 1 | -2/+2 |
| | |||||
* | SONAR-2571 Fix convert_string_to_unix_newlines | Evgeny Mandrikov | 2011-07-01 | 2 | -2/+4 |
| | |||||
* | Compute new violations on dry runs | Simon Brandhof | 2011-06-30 | 1 | -1/+0 |
| | |||||
* | SONAR-2553 API: compute the variations on all measures | Simon Brandhof | 2011-06-29 | 3 | -30/+78 |
| | |||||
* | Add the method org.sonar.api.rules.Violation#isNew() | simonbrandhof | 2011-06-29 | 3 | -1/+29 |
| | |||||
* | SONAR-2453,SONAR-2404 Allow search for reviews by resolutions | Evgeny Mandrikov | 2011-06-28 | 4 | -27/+60 |
| | |||||
* | Add method ChannelDispatcher.Builder#addChannels(Channel...) + minor fixes | Simon Brandhof | 2011-06-28 | 4 | -10/+33 |
| | |||||
* | SONAR-2404 Refactor reviews API - web-service and sonar-ws-client | Evgeny Mandrikov | 2011-06-27 | 13 | -532/+322 |
| | | | | | | | | * Remove ability to edit and delete comments. * Fix bug - comment should be transferred in body. * Fix XML/JSON output - new attribute 'resolution'. | ||||
* | Log when dry run is enabled | simonbrandhof | 2011-06-26 | 1 | -1/+5 |
| | |||||
* | SONAR-2443 Use user login instead of id for the auto-suggest field | Fabrice Bellingard | 2011-06-23 | 6 | -12/+12 |
| | | | | | Completely remove the use of "assignee_id" as this can be misleading in several places. | ||||
* | SONAR-2443 Use user login instead of id for the auto-suggest field | Fabrice Bellingard | 2011-06-23 | 6 | -22/+26 |
| | |||||
* | Small UI fixes | Evgeny Mandrikov | 2011-06-23 | 2 | -3/+12 |
| | |||||
* | SONAR-2453 Update the way "false-positive" reviews are managed | Evgeny Mandrikov | 2011-06-23 | 11 | -38/+52 |
| | | | | | | | | * The column REVIEWS.FALSE-POSITIVE should be renamed to REVIEWS.RESOLUTION, the value of this column should be FALSE-POSITIVE for false-positive reviews and FIXED for other RESOLVED reviews. * The status of a false-positive reviews should be RESOLVED. | ||||
* | SONAR-2414 do not display the coverage option if the measure is not computed | Simon Brandhof | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | Fix loading of extensions which extend abstract classes | Simon Brandhof | 2011-06-23 | 2 | -2/+9 |
| | |||||
* | Improve the color of buttons in order to match the sonar theme | Simon Brandhof | 2011-06-22 | 1 | -19/+19 |
| | |||||
* | Do not suggest the Coverage option in Clouds page if the project has no ↵ | Simon Brandhof | 2011-06-22 | 1 | -1/+3 |
| | | | | coverage measure | ||||
* | Do not suggest the Coverage option in Clouds page if the project has no ↵ | Simon Brandhof | 2011-06-22 | 1 | -1/+5 |
| | | | | coverage measure | ||||
* | Fix potential lock on Windows ? | Simon Brandhof | 2011-06-22 | 1 | -1/+4 |
| | |||||
* | Revert move of TimeMachineConfigution | Simon Brandhof | 2011-06-22 | 14 | -4/+14 |
| | |||||
* | SONAR-2436 Fix problem with delete button on filters | Fabrice Bellingard | 2011-06-22 | 1 | -1/+2 |
| | |||||
* | SONAR-75 Fix /i18n/unknown_keys and remove unused i18n maven module | Simon Brandhof | 2011-06-21 | 4 | -193/+13 |
| | |||||
* | Do not display pointer over disabled buttons | Simon Brandhof | 2011-06-21 | 1 | -10/+10 |
| | |||||
* | Fix rendering of cloud in IE | Simon Brandhof | 2011-06-21 | 1 | -4/+6 |
| | |||||
* | SONAR-75 Document i18n API as experimental (postponed to v2.10) | Simon Brandhof | 2011-06-21 | 2 | -105/+11 |
| |