summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2604 Default value for properties "sonar.java.source" and ↵Evgeny Mandrikov2011-07-125-27/+48
| | | | "sonar.java.target" should be "1.5"
* Add m2eclipse configuration into POM to get Maven support in EclipseFabrice Bellingard2011-07-121-0/+73
| | | | | -> This is required for m2eclipse 1.0.0 See http://wiki.eclipse.org/M2E_plugin_execution_not_covered
* SONAR-75 continue i18nsimonbrandhof2011-07-114-111/+120
|
* Merge branch 'SONAR-2524' of https://github.com/davidfestal/sonar into ↵Simon Brandhof2011-07-118-63/+258
|\ | | | | | | davidfestal-SONAR-2524
| * Internationalization of SquidJava rulesDavid Festal2011-07-041-0/+44
| |
| * I18n support in ActiveRecord Rule objectDavid Festal2011-07-041-0/+36
| |
| * I18n key syntax changedDavid Festal2011-07-041-30/+30
| |
| * Code cleanupDavid Festal2011-07-042-35/+42
| |
| * Internationalization of metrics through the model classDavid Festal2011-07-042-10/+104
| |
| * New API for Ruby and Java sideDavid Festal2011-07-043-4/+18
| |
* | Upgrade to JRuby 1.6.3Simon Brandhof2011-07-111-1/+1
| |
* | SONAR-2583 Remove the unused table PARAMETERSSimon Brandhof2011-07-114-15/+35
| |
* | Upgrade maven pluginsSimon Brandhof2011-07-111-4/+4
| |
* | Upgrade version to 2.10-SNAPSHOTSimon Brandhof2011-07-1138-38/+38
| |
* | Integration tests successful - revert commitSimon Brandhof2011-07-111-2/+1
| |
* | Test automation of upgrade tests - db migration should failSimon Brandhof2011-07-111-1/+2
| |
* | temporary reverting to 2.9-SNAPSHOTsimonbrandhof2011-07-1038-38/+38
| |
* | Upgrade to version 2.10-SNAPSHOTsimonbrandhof2011-07-1038-38/+38
| |
* | Allow to deploy SNAPSHOT versions of sonar-application and sonar-serverSimon Brandhof2011-07-082-16/+36
| |
* | Remove TRACE logSimon Brandhof2011-07-071-1/+0
| |
* | SONAR-2581 Support server setup in Java Web Service clientSimon Brandhof2011-07-078-0/+220
| |
* | Cleanup temp files generated by CommandExecutorTest.javaSimon Brandhof2011-07-071-0/+3
| |
* | Minor change of HTML buttons to improve rendering on IE : darker border and ↵Simon Brandhof2011-07-071-8/+6
| | | | | | | | lighter background
* | SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should ↵Simon Brandhof2011-07-076-21/+36
| | | | | | | | access project configuration
* | SONAR-2574 API: configure the working directory used by ↵Simon Brandhof2011-07-056-9/+55
|/ | | | org.sonar.api.utils.command.Command
* SONAR-2436 gray border to buttonsSimon Brandhof2011-07-041-2/+2
|
* SONAR-2571 Fix convert_string_to_unix_newlinesEvgeny Mandrikov2011-07-012-2/+4
|
* Compute new violations on dry runsSimon Brandhof2011-06-301-1/+0
|
* SONAR-2553 API: compute the variations on all measuresSimon Brandhof2011-06-293-30/+78
|
* Add the method org.sonar.api.rules.Violation#isNew()simonbrandhof2011-06-293-1/+29
|
* SONAR-2453,SONAR-2404 Allow search for reviews by resolutionsEvgeny Mandrikov2011-06-284-27/+60
|
* Add method ChannelDispatcher.Builder#addChannels(Channel...) + minor fixesSimon Brandhof2011-06-284-10/+33
|
* SONAR-2404 Refactor reviews API - web-service and sonar-ws-clientEvgeny Mandrikov2011-06-2713-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 enabledsimonbrandhof2011-06-261-1/+5
|
* SONAR-2443 Use user login instead of id for the auto-suggest fieldFabrice Bellingard2011-06-236-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 fieldFabrice Bellingard2011-06-236-22/+26
|
* Small UI fixesEvgeny Mandrikov2011-06-232-3/+12
|
* SONAR-2453 Update the way "false-positive" reviews are managedEvgeny Mandrikov2011-06-2311-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 computedSimon Brandhof2011-06-231-1/+1
|
* Fix loading of extensions which extend abstract classesSimon Brandhof2011-06-232-2/+9
|
* Improve the color of buttons in order to match the sonar themeSimon Brandhof2011-06-221-19/+19
|
* Do not suggest the Coverage option in Clouds page if the project has no ↵Simon Brandhof2011-06-221-1/+3
| | | | coverage measure
* Do not suggest the Coverage option in Clouds page if the project has no ↵Simon Brandhof2011-06-221-1/+5
| | | | coverage measure
* Fix potential lock on Windows ?Simon Brandhof2011-06-221-1/+4
|
* Revert move of TimeMachineConfigutionSimon Brandhof2011-06-2214-4/+14
|
* SONAR-2436 Fix problem with delete button on filters Fabrice Bellingard2011-06-221-1/+2
|
* SONAR-75 Fix /i18n/unknown_keys and remove unused i18n maven moduleSimon Brandhof2011-06-214-193/+13
|
* Do not display pointer over disabled buttonsSimon Brandhof2011-06-211-10/+10
|
* Fix rendering of cloud in IESimon Brandhof2011-06-211-4/+6
|
* SONAR-75 Document i18n API as experimental (postponed to v2.10)Simon Brandhof2011-06-212-105/+11
|