aboutsummaryrefslogtreecommitdiffstats
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 tests of event purge mechanismFabrice Bellingard2011-10-242-6/+6
|
* SONAR-2919 Update Events tableFabrice Bellingard2011-10-246-20/+83
| | | | | | | | Migration script: - name column => 400 - description column => 4000 - data column removed - tries to attach snapshots to events that do not have one
* SONAR-2715 Provide meaningful exception message, when source file cannot be ↵Evgeny Mandrikov2011-10-242-5/+3
| | | | imported
* Fix violationsEvgeny Mandrikov2011-10-248-17/+14
|
* SONAR-2632 Remove sonar-channel buffer restrictionEvgeny Mandrikov2011-10-247-78/+44
| | | | | | * Add test for backward compatibility with a COBOL plugin * Fix violations * Simplify code
* SONAR-2929 Windows with UAC now displays Access Denied when not ran as ↵Dinesh Bolkensteyn2011-10-211-1/+1
| | | | Administrator
* SONAR-2632 for backward compatibility reason with COBOL plugin, we should ↵Freddy Mallet2011-10-211-2/+3
| | | | stop reading a stream of characters as soon as the read(..) method returns -1 or 0
* Fix "Enable GWT Dev mode for sonar-jacoco-plugin"Fabrice Bellingard2011-10-211-1/+2
|
* SONAR-2668 Fixed problem on Email settings pageFabrice Bellingard2011-10-212-3/+2
|
* Fix "Enable GWT Dev mode for sonar-jacoco-plugin"Fabrice Bellingard2011-10-211-1/+0
|
* SONAR-2919 Change the way to handle events in SonarFabrice Bellingard2011-10-219-28/+248
| | | | | | | | | | | - 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
* Fix unit test to bypass the bug SONAR-2927Simon Brandhof2011-10-211-0/+18
|
* SONAR-2923, SONAR-2632 Add javadoc and quiet close readerDinesh Bolkensteyn2011-10-212-18/+25
|
* SONAR-2762 Improve examples in page "project exclusions"Evgeny Mandrikov2011-10-212-9/+66
|
* Enable GWT Dev mode for sonar-jacoco-pluginEvgeny Mandrikov2011-10-214-9/+10
|
* Update list of developersEvgeny Mandrikov2011-10-211-0/+7
|
* SONAR-2923, SONAR-2632?: Fixed some side effects on other modules (again)Dinesh Bolkensteyn2011-10-203-9/+30
|
* SONAR-2923 and SONAR-2632: Fixed some side-effect compilations error in ↵Dinesh Bolkensteyn2011-10-202-11/+1
| | | | other modules
* SONAR-2923 and SONAR-2632: Remove sonar-channel buffer restriction and ↵Dinesh Bolkensteyn2011-10-206-137/+56
| | | | character pushback feature
* SONAR-2762 Fully refactor construction of regular expression in WildcardPatternEvgeny Mandrikov2011-10-202-41/+177
| | | | Thus now it provides correct escaping for regular expression operators.
* 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-2594 Fix testsEvgeny Mandrikov2011-10-191-0/+4
|
* SONAR-2594 FindBugs plugin should support localized violationsEvgeny Mandrikov2011-10-192-0/+11
|
* Remove some DEBUG logs when building plugin classloadersSimon Brandhof2011-10-191-2/+1
|
* Fix logs of HTTP and database requestsSimon Brandhof2011-10-191-1/+1
|
* Change logging level of EmailNotificationChannel from INFO to DEBUGSimon Brandhof2011-10-191-3/+3
|
* SONAR-2892 Add more tests and javadocsEvgeny Mandrikov2011-10-197-26/+239
|
* SONAR-1928 Fix various detailsFabrice Bellingard2011-10-185-8/+8
|
* SONAR-2748 Make the profile backup available as permalinkEvgeny Mandrikov2011-10-183-25/+35
|
* Fix config of Hibernate logs on batch sideSimon Brandhof2011-10-181-10/+8
|
* SONAR-2809 Don't hide metric "Weighted violations"Evgeny Mandrikov2011-10-181-1/+0
|
* Fix violationsEvgeny Mandrikov2011-10-182-1/+13
|
* SONAR-2916 Default logging level should be INFO on server sideSimon Brandhof2011-10-182-12/+10
|
* SONAR-2668 Make labels non breakable on the filter screenFabrice Bellingard2011-10-181-1/+2
|
* SONAR-2915 Sonar can't be started on Solaris due to upgrade of JRubySimon Brandhof2011-10-181-1/+2
|
* SONAR-2914 Add the parameter sonar.verboseSimon Brandhof2011-10-182-2/+19
|
* SONAR-2884 "No lines match your filter criteria" is not localizedFabrice Bellingard2011-10-173-21/+3
|
* SONAR-2863 Fix DB request to get the metrics for history tableFabrice Bellingard2011-10-171-1/+4
| | | | | When displaying the number of violations in the "History table" widget, this number might not be the total number of violations.
* SONAR-2913 Don't display sparkline if only 1 snapshotFabrice Bellingard2011-10-171-1/+3
| | | | In the History table, if there's only 1 snapshot, the sparkline cannot be displayed.
* SONAR-1928 Fix problem with metric orderFabrice Bellingard2011-10-171-2/+6
|
* SONAR-2892 Fix testEvgeny Mandrikov2011-10-171-1/+1
|
* SONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-pluginEvgeny Mandrikov2011-10-1711-209/+140
|
* SONAR-2892 Use special SquidClassLoader which can be closedEvgeny Mandrikov2011-10-178-1/+425
|
* SONAR-2834 Move Google Analytics Plugin to the forgeEvgeny Mandrikov2011-10-179-261/+0
| | | | This includes removal of Google Analytics Account from System Info page.
* Fix declaration of sonar-packaging-maven-plugin to allow proper inheritanceEvgeny Mandrikov2011-10-1415-31/+15
|
* SONAR-2908 Fix typo in in english language pack: should be 'Title' instead ↵Evgeny Mandrikov2011-10-141-1/+1
| | | | of 'Titre'