aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2695 case-insensitive sort of filter resultsSimon Brandhof2011-10-244-40/+65
|
* SONAR-2932 log 500 errors + fix error handling in web servicesSimon Brandhof2011-10-243-43/+65
|
* SONAR-2919 Update Events tableFabrice Bellingard2011-10-243-2/+78
| | | | | | | | Migration script: - name column => 400 - description column => 4000 - data column removed - tries to attach snapshots to events that do not have one
* Fix violationsEvgeny Mandrikov2011-10-241-5/+1
|
* SONAR-2668 Fixed problem on Email settings pageFabrice Bellingard2011-10-212-3/+2
|
* SONAR-2919 Change the way to handle events in SonarFabrice Bellingard2011-10-218-26/+230
| | | | | | | | | | | - Removed the possibility to handle them in the widget - Added the management in the History service Still needs to: - Update the WS API - Remove useless code - Update batch side - Write DB migration script
* SONAR-2762 Improve examples in page "project exclusions"Evgeny Mandrikov2011-10-211-4/+61
|
* SONAR-2771 new URL /widget : improve error handling and securitySimon Brandhof2011-10-2022-131/+169
| | | | Some helper methods have been added to simplify error handling : bad_request(message), not_found(message) and access_denied.
* Remove unused RoR files (/scripts)simonbrandhof2011-10-1913-39/+0
|
* Various improvements on sorting of rows in UIsimonbrandhof2011-10-1917-49/+57
| | | | | SONAR-2697 list of users in administration pages of roles SONAR-2695 list of dashboards, filters, event categories, manual metrics and rules (in Quality Profiles)
* SONAR-2748 Make the profile backup available as permalinkEvgeny Mandrikov2011-10-182-24/+34
|
* SONAR-2916 Default logging level should be INFO on server sideSimon Brandhof2011-10-181-2/+2
|
* SONAR-2668 Make labels non breakable on the filter screenFabrice Bellingard2011-10-181-1/+2
|
* SONAR-2884 "No lines match your filter criteria" is not localizedFabrice Bellingard2011-10-172-21/+2
|
* SONAR-2834 Move Google Analytics Plugin to the forgeEvgeny Mandrikov2011-10-171-1/+0
| | | | This includes removal of Google Analytics Account from System Info page.
* SONAR-2771 inject @project into the widget templateSimon Brandhof2011-10-141-0/+1
|
* SONAR-1928 Extract widgets from the hotspots pageFabrice Bellingard2011-10-131-0/+4
| | | | | | | This commit includes: - SONAR-2070: new widget for most violated rules - SONAR-2071: new widget for most violated resources - SONAR-2902: new metric hotspot widget
* SONAR-2771 surround the widget with <div id='block_1'> in order to be ↵Simon Brandhof2011-10-132-25/+27
| | | | consistent with dashboards
* SONAR-2771 support widget propertiesSimon Brandhof2011-10-132-6/+39
|
* SONAR-2771 Allow to render a single widgetsimonbrandhof2011-10-112-0/+55
|
* Fix dev modeSimon Brandhof2011-10-105-30/+6
|
* SONAR-2887 Profile changelog: fix dropdown listsEvgeny Mandrikov2011-10-101-1/+1
|
* SONAR-2719 add timestamp to maven logssimonbrandhof2011-10-092-54/+11
|
* SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xmlsimonbrandhof2011-10-0918-84/+296
|
* SONAR-2874 change the Oracle driver in conf/sonar.propertiesSimon Brandhof2011-10-071-1/+1
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-0739-683/+704
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* SONAR-2855 Metrics are not sorted in the configuration panel of widgetsSimon Brandhof2011-10-041-1/+1
|
* SONAR-2831 review date is badly formattedSimon Brandhof2011-10-031-2/+2
|
* SONAR-2840 do not display JDBC settings in the database upgrade formSimon Brandhof2011-09-292-37/+5
|
* Add HTML ID to the links of the filters popupSimon Brandhof2011-09-281-1/+1
|
* SONAR-2727 Display a warning message in the footer when the Derby engine is usedSimon Brandhof2011-09-275-6/+16
|
* SONAR-2840 Do not display JDBC settings when user is not administratorSimon Brandhof2011-09-272-17/+1
|
* SONAR-2726 Do not allow upgrade with Derby embedded databaseSimon Brandhof2011-09-274-10/+29
|
* SONAR-2839 Speed up server startup when using DerbySimon Brandhof2011-09-276-6/+477
|
* Fix whitespace in HTML footersimonbrandhof2011-09-251-11/+1
|
* Force creation of MySQL tables with UTF8 character set and utf8_bin collationSimon Brandhof2011-09-231-1/+4
|
* SONAR-2701 If there's only 1 snapshot, it shouldn't be printed twiceFabrice Bellingard2011-09-211-0/+4
|
* SONAR-893 Fix bug of update request on DerbyFabrice Bellingard2011-09-192-2/+2
|
* Enable history deletion on viewsSimon Brandhof2011-09-152-2/+2
|
* Fix loading of Java configuration when Ruby on Rails inserts new rowsSimon Brandhof2011-09-151-1/+1
|
* SONAR-2810 End support of JNDI JDBC datasource by WAR modeSimon Brandhof2011-09-143-96/+7
|
* Add some IDs to HTML elements in order to help Selenium testssimonbrandhof2011-09-133-5/+5
|
* Fix Server ID in the page System Infosimonbrandhof2011-09-131-1/+1
|
* Fix support of JNDI datasourceSimon Brandhof2011-09-132-15/+7
|
* Log a warning if an ExtensionProvider includes other providersSimon Brandhof2011-09-132-6/+30
|
* SONAR-2200 Improve algo to compute left margin widthFabrice Bellingard2011-09-131-1/+2
|
* SONAR-2633 Require new password during change passwordEvgeny Mandrikov2011-09-122-1/+22
|
* Add HTML IDs to Email Configuration page in order to improve Selenium testsSimon Brandhof2011-09-121-2/+2
|
* SONAR-2656 Do not validate password twiceEvgeny Mandrikov2011-09-111-2/+3
|
* SONAR-2549 rubyonrails and hibernate must use the same JDBC connection pool ↵simonbrandhof2011-09-114-235/+189
| | | | on Oracle