aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-275-7/+7
|
* Remove useless files (JS and CSS) from WARFabrice Bellingard2011-10-271-1/+5
|
* SONAR-2733 Display duplicated blocks by group in the resource viewerFabrice Bellingard2011-10-278-23/+108
| | | | | Now waiting for the new table to feed the data that is displayed by this new duplication tab.
* SONAR-2733 Fix unit test and remove useless codeFabrice Bellingard2011-10-261-1/+1
|
* SONAR-2733 Display duplicated blocks by group in the resource viewerFabrice Bellingard2011-10-268-4/+225
| | | | First shot, needs improvements.
* SONAR-2642 add DAOs to picocontainer + improve unit testsSimon Brandhof2011-10-261-0/+4
|
* SONAR-2642 do not duplicate derby DDL filesSimon Brandhof2011-10-266-456/+26
|
* SONAR-2919 Fix issues on the event handlingFabrice Bellingard2011-10-266-13/+23
| | | | | | | | | | - Make it impossible to create event without a category -> created "Other" category -> updated both UI and WS (actually: constraint on Event class) - Fix display issue on Chrome - Make it impossible to remove version from last snapshot - Show event widget on sub-projects - Update purge mechanism to delete events that are not attached to a snapshot or attached to an unexisting snapshot
* SONAR-2642 first step to integration mybatisSimon Brandhof2011-10-251-5/+7
|
* Fix violationsEvgeny Mandrikov2011-10-252-2/+0
|
* SONAR-2919 Updated WS API for eventsFabrice Bellingard2011-10-242-23/+63
|
* SONAR-2919 Remove old useless codeFabrice Bellingard2011-10-248-292/+19
|
* SONAR-2696 On filters, the Name column cannot be sorted on the descending waySimon Brandhof2011-10-241-0/+8
|
* 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-172-7/+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-2792 Import code of JaCoCo plugin from Plugins ForgeEvgeny Mandrikov2011-10-141-0/+6
| | | | Revision 4564.
* 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-106-30/+36
|
* SONAR-2887 Profile changelog: fix dropdown listsEvgeny Mandrikov2011-10-101-1/+1
|
* SONAR-2719 add timestamp to maven logssimonbrandhof2011-10-093-74/+11
|
* SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xmlsimonbrandhof2011-10-0919-92/+313
|
* 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
|