Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2695 case-insensitive sort of filter results | Simon Brandhof | 2011-10-24 | 4 | -40/+65 |
| | |||||
* | SONAR-2932 log 500 errors + fix error handling in web services | Simon Brandhof | 2011-10-24 | 3 | -43/+65 |
| | |||||
* | SONAR-2919 Update tests of event purge mechanism | Fabrice Bellingard | 2011-10-24 | 2 | -6/+6 |
| | |||||
* | SONAR-2919 Update Events table | Fabrice Bellingard | 2011-10-24 | 6 | -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 Mandrikov | 2011-10-24 | 2 | -5/+3 |
| | | | | imported | ||||
* | Fix violations | Evgeny Mandrikov | 2011-10-24 | 8 | -17/+14 |
| | |||||
* | SONAR-2632 Remove sonar-channel buffer restriction | Evgeny Mandrikov | 2011-10-24 | 7 | -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 Bolkensteyn | 2011-10-21 | 1 | -1/+1 |
| | | | | Administrator | ||||
* | SONAR-2632 for backward compatibility reason with COBOL plugin, we should ↵ | Freddy Mallet | 2011-10-21 | 1 | -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 Bellingard | 2011-10-21 | 1 | -1/+2 |
| | |||||
* | SONAR-2668 Fixed problem on Email settings page | Fabrice Bellingard | 2011-10-21 | 2 | -3/+2 |
| | |||||
* | Fix "Enable GWT Dev mode for sonar-jacoco-plugin" | Fabrice Bellingard | 2011-10-21 | 1 | -1/+0 |
| | |||||
* | SONAR-2919 Change the way to handle events in Sonar | Fabrice Bellingard | 2011-10-21 | 9 | -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-2927 | Simon Brandhof | 2011-10-21 | 1 | -0/+18 |
| | |||||
* | SONAR-2923, SONAR-2632 Add javadoc and quiet close reader | Dinesh Bolkensteyn | 2011-10-21 | 2 | -18/+25 |
| | |||||
* | SONAR-2762 Improve examples in page "project exclusions" | Evgeny Mandrikov | 2011-10-21 | 2 | -9/+66 |
| | |||||
* | Enable GWT Dev mode for sonar-jacoco-plugin | Evgeny Mandrikov | 2011-10-21 | 4 | -9/+10 |
| | |||||
* | Update list of developers | Evgeny Mandrikov | 2011-10-21 | 1 | -0/+7 |
| | |||||
* | SONAR-2923, SONAR-2632?: Fixed some side effects on other modules (again) | Dinesh Bolkensteyn | 2011-10-20 | 3 | -9/+30 |
| | |||||
* | SONAR-2923 and SONAR-2632: Fixed some side-effect compilations error in ↵ | Dinesh Bolkensteyn | 2011-10-20 | 2 | -11/+1 |
| | | | | other modules | ||||
* | SONAR-2923 and SONAR-2632: Remove sonar-channel buffer restriction and ↵ | Dinesh Bolkensteyn | 2011-10-20 | 6 | -137/+56 |
| | | | | character pushback feature | ||||
* | SONAR-2762 Fully refactor construction of regular expression in WildcardPattern | Evgeny Mandrikov | 2011-10-20 | 2 | -41/+177 |
| | | | | Thus now it provides correct escaping for regular expression operators. | ||||
* | SONAR-2771 new URL /widget : improve error handling and security | Simon Brandhof | 2011-10-20 | 22 | -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) | simonbrandhof | 2011-10-19 | 13 | -39/+0 |
| | |||||
* | Various improvements on sorting of rows in UI | simonbrandhof | 2011-10-19 | 17 | -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 tests | Evgeny Mandrikov | 2011-10-19 | 1 | -0/+4 |
| | |||||
* | SONAR-2594 FindBugs plugin should support localized violations | Evgeny Mandrikov | 2011-10-19 | 2 | -0/+11 |
| | |||||
* | Remove some DEBUG logs when building plugin classloaders | Simon Brandhof | 2011-10-19 | 1 | -2/+1 |
| | |||||
* | Fix logs of HTTP and database requests | Simon Brandhof | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Change logging level of EmailNotificationChannel from INFO to DEBUG | Simon Brandhof | 2011-10-19 | 1 | -3/+3 |
| | |||||
* | SONAR-2892 Add more tests and javadocs | Evgeny Mandrikov | 2011-10-19 | 7 | -26/+239 |
| | |||||
* | SONAR-1928 Fix various details | Fabrice Bellingard | 2011-10-18 | 5 | -8/+8 |
| | |||||
* | SONAR-2748 Make the profile backup available as permalink | Evgeny Mandrikov | 2011-10-18 | 3 | -25/+35 |
| | |||||
* | Fix config of Hibernate logs on batch side | Simon Brandhof | 2011-10-18 | 1 | -10/+8 |
| | |||||
* | SONAR-2809 Don't hide metric "Weighted violations" | Evgeny Mandrikov | 2011-10-18 | 1 | -1/+0 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-10-18 | 2 | -1/+13 |
| | |||||
* | SONAR-2916 Default logging level should be INFO on server side | Simon Brandhof | 2011-10-18 | 2 | -12/+10 |
| | |||||
* | SONAR-2668 Make labels non breakable on the filter screen | Fabrice Bellingard | 2011-10-18 | 1 | -1/+2 |
| | |||||
* | SONAR-2915 Sonar can't be started on Solaris due to upgrade of JRuby | Simon Brandhof | 2011-10-18 | 1 | -1/+2 |
| | |||||
* | SONAR-2914 Add the parameter sonar.verbose | Simon Brandhof | 2011-10-18 | 2 | -2/+19 |
| | |||||
* | SONAR-2884 "No lines match your filter criteria" is not localized | Fabrice Bellingard | 2011-10-17 | 3 | -21/+3 |
| | |||||
* | SONAR-2863 Fix DB request to get the metrics for history table | Fabrice Bellingard | 2011-10-17 | 1 | -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 snapshot | Fabrice Bellingard | 2011-10-17 | 1 | -1/+3 |
| | | | | In the History table, if there's only 1 snapshot, the sparkline cannot be displayed. | ||||
* | SONAR-1928 Fix problem with metric order | Fabrice Bellingard | 2011-10-17 | 1 | -2/+6 |
| | |||||
* | SONAR-2892 Fix test | Evgeny Mandrikov | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | SONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-plugin | Evgeny Mandrikov | 2011-10-17 | 11 | -209/+140 |
| | |||||
* | SONAR-2892 Use special SquidClassLoader which can be closed | Evgeny Mandrikov | 2011-10-17 | 8 | -1/+425 |
| | |||||
* | SONAR-2834 Move Google Analytics Plugin to the forge | Evgeny Mandrikov | 2011-10-17 | 9 | -261/+0 |
| | | | | This includes removal of Google Analytics Account from System Info page. | ||||
* | Fix declaration of sonar-packaging-maven-plugin to allow proper inheritance | Evgeny Mandrikov | 2011-10-14 | 15 | -31/+15 |
| | |||||
* | SONAR-2908 Fix typo in in english language pack: should be 'Title' instead ↵ | Evgeny Mandrikov | 2011-10-14 | 1 | -1/+1 |
| | | | | of 'Titre' |