summaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* Fix quality flawSimon Brandhof2012-09-061-4/+5
|
* SONAR-3756 Typo in the 'Upgrade database' pageSimon Brandhof2012-09-061-1/+1
|
* Upgrade JRuby on Rails stackSimon Brandhof2012-09-061256-5228/+21592
| | | | | | * SONAR-3780 drop support of servlet 2.4 servers * SONAR-3435 upgrade jruby from 1.6.1 to 1.6.7.2 * SONAR-3737 upgrade rails from 2.3.5 to 2.3.14
* SONAR-3742 and SONAR-3779 : drop prototip.jsSimon Brandhof2012-09-055-313/+6
|
* Automatic merge from branch-3.2Jenkins CI2012-09-052-16/+28
|\
| * SONAR-3773 When migrating to Sonar 3.2, the default roles on Views are not ↵Simon Brandhof2012-09-052-16/+28
| | | | | | | | filled and remain empty
* | How to enable dev mode on RoR appsSimon Brandhof2012-08-171-0/+5
| |
* | Document the version of protovisSimon Brandhof2012-08-141-0/+2
| |
* | Add some HTML ids for selenium testsSimon Brandhof2012-07-261-1/+1
| |
* | Add some HTML ids for selenium testsSimon Brandhof2012-07-261-1/+1
| |
* | Automatic merge from branch-3.2Jenkins CI2012-07-262-14/+22
|\|
| * Fix regression : trim values of conf/sonar.propertiesSimon Brandhof2012-07-262-14/+22
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-07-251-1/+1
| |
| * [maven-release-plugin] prepare release 3.2-RC2Eric Hartmann2012-07-251-1/+1
| |
* | Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-241-1/+1
|/
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Fix regression introduced in 672f34433e52f15d851dff4978878887e69c2969David Gageot2012-07-241-7/+3
|
* Improve slow profile pageDavid Gageot2012-07-235-6/+12
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|
* SONAR-3646 fix transaction conflict with H2Simon Brandhof2012-07-202-5/+4
|
* SONAR-3671 Delete log "undefined method `column_layout' for nil:NilClass"David Gageot2012-07-181-5/+3
| | | | Raise a proper NotFound http error instead
* Add HTML ids for selenium testsSimon Brandhof2012-07-181-3/+3
|
* Filter out copy resourcesDavid Gageot2012-07-181-1/+1
|
* Fix display of widget search boxSimon Brandhof2012-07-171-20/+22
|
* SONAR-3669 Filter widget crashes when end-user has not the role "user"Simon Brandhof2012-07-171-2/+4
|
* Fix Indentation violationsDavid Gageot2012-07-171-3/+4
|
* FIX SONAR-3667 Unable to change user passwordDavid Gageot2012-07-171-1/+3
|
* SONAR-3665 Boolean widget properties are not saved when editing a widgetDavid Gageot2012-07-172-2/+2
|
* SONAR-2614 Improve bulk deletion pageFabrice Bellingard2012-07-171-2/+19
|
* SONAR-3552 Fix case in some labelsFabrice Bellingard2012-07-173-7/+12
|
* SONAR-3664 Log sonar/plugins versions and sha1 at startupDavid Gageot2012-07-165-28/+55
|
* Remove warningsDavid Gageot2012-07-161-13/+5
|
* remove warningDavid Gageot2012-07-161-19/+4
|
* Fix violationDavid Gageot2012-07-161-0/+4
|
* Use ArgumentMatcherDavid Gageot2012-07-165-39/+31
|
* Remove warningDavid Gageot2012-07-161-1/+1
|
* Improve logging for DEV mode (based on modifications for SONAR-3590)Fabrice Bellingard2012-07-164-20/+20
|
* Fix compatibility with java 5Simon Brandhof2012-07-161-6/+5
|
* Complete unit tests of SettingsChangeNotifierSimon Brandhof2012-07-162-1/+14
|
* Remove UriReader#openStream()Simon Brandhof2012-07-162-21/+23
| | | | Let's keep API simple.
* remove dead codeDavid Gageot2012-07-161-1/+0
|
* Fix some quality flawsSimon Brandhof2012-07-151-1/+9
|
* Fix loading of GlobalPropertyChangeHandler extensionsSimon Brandhof2012-07-158-30/+106
|
* Fix some quality flawsSimon Brandhof2012-07-153-37/+32
|
* SONAR-3662 Remove the property sonar.jdbc.validationQuerySimon Brandhof2012-07-141-1/+0
|
* Update Center improvementsSimon Brandhof2012-07-148-160/+175
| | | | | | | | | | * SONAR-3661 API: new component org.sonar.api.utils.UriReader * SONAR-3660 The property sonar.updatecenter.url must support local files * SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar * SONAR-2008 Enable updates from SNAPSHOT versions for plugins
* SONAR-3548 move the search box of widgets to the rightSimon Brandhof2012-07-142-24/+23
|
* SONAR-3617 Improve performance of treemap filtersSimon Brandhof2012-07-144-30/+28
|
* Fix some quality flawSimon Brandhof2012-07-135-8/+144
|
* SONAR-3633 improve the management of server-side settingsSimon Brandhof2012-07-1326-440/+433
| | | | | | * do not save default resource permissions in a db migration but in a server-side extension * new component to save settings from server-side components. It will have to be used by ruby app later.