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 Events table | Fabrice Bellingard | 2011-10-24 | 3 | -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 violations | Evgeny Mandrikov | 2011-10-24 | 1 | -5/+1 |
| | |||||
* | SONAR-2668 Fixed problem on Email settings page | Fabrice Bellingard | 2011-10-21 | 2 | -3/+2 |
| | |||||
* | SONAR-2919 Change the way to handle events in Sonar | Fabrice Bellingard | 2011-10-21 | 8 | -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 Mandrikov | 2011-10-21 | 1 | -4/+61 |
| | |||||
* | 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-2748 Make the profile backup available as permalink | Evgeny Mandrikov | 2011-10-18 | 2 | -24/+34 |
| | |||||
* | SONAR-2916 Default logging level should be INFO on server side | Simon Brandhof | 2011-10-18 | 1 | -2/+2 |
| | |||||
* | SONAR-2668 Make labels non breakable on the filter screen | Fabrice Bellingard | 2011-10-18 | 1 | -1/+2 |
| | |||||
* | SONAR-2884 "No lines match your filter criteria" is not localized | Fabrice Bellingard | 2011-10-17 | 2 | -21/+2 |
| | |||||
* | SONAR-2834 Move Google Analytics Plugin to the forge | Evgeny Mandrikov | 2011-10-17 | 1 | -1/+0 |
| | | | | This includes removal of Google Analytics Account from System Info page. | ||||
* | SONAR-2771 inject @project into the widget template | Simon Brandhof | 2011-10-14 | 1 | -0/+1 |
| | |||||
* | SONAR-1928 Extract widgets from the hotspots page | Fabrice Bellingard | 2011-10-13 | 1 | -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 Brandhof | 2011-10-13 | 2 | -25/+27 |
| | | | | consistent with dashboards | ||||
* | SONAR-2771 support widget properties | Simon Brandhof | 2011-10-13 | 2 | -6/+39 |
| | |||||
* | SONAR-2771 Allow to render a single widget | simonbrandhof | 2011-10-11 | 2 | -0/+55 |
| | |||||
* | Fix dev mode | Simon Brandhof | 2011-10-10 | 5 | -30/+6 |
| | |||||
* | SONAR-2887 Profile changelog: fix dropdown lists | Evgeny Mandrikov | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | SONAR-2719 add timestamp to maven logs | simonbrandhof | 2011-10-09 | 2 | -54/+11 |
| | |||||
* | SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xml | simonbrandhof | 2011-10-09 | 18 | -84/+296 |
| | |||||
* | SONAR-2874 change the Oracle driver in conf/sonar.properties | Simon Brandhof | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 39 | -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 widgets | Simon Brandhof | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | SONAR-2831 review date is badly formatted | Simon Brandhof | 2011-10-03 | 1 | -2/+2 |
| | |||||
* | SONAR-2840 do not display JDBC settings in the database upgrade form | Simon Brandhof | 2011-09-29 | 2 | -37/+5 |
| | |||||
* | Add HTML ID to the links of the filters popup | Simon Brandhof | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2727 Display a warning message in the footer when the Derby engine is used | Simon Brandhof | 2011-09-27 | 5 | -6/+16 |
| | |||||
* | SONAR-2840 Do not display JDBC settings when user is not administrator | Simon Brandhof | 2011-09-27 | 2 | -17/+1 |
| | |||||
* | SONAR-2726 Do not allow upgrade with Derby embedded database | Simon Brandhof | 2011-09-27 | 4 | -10/+29 |
| | |||||
* | SONAR-2839 Speed up server startup when using Derby | Simon Brandhof | 2011-09-27 | 6 | -6/+477 |
| | |||||
* | Fix whitespace in HTML footer | simonbrandhof | 2011-09-25 | 1 | -11/+1 |
| | |||||
* | Force creation of MySQL tables with UTF8 character set and utf8_bin collation | Simon Brandhof | 2011-09-23 | 1 | -1/+4 |
| | |||||
* | SONAR-2701 If there's only 1 snapshot, it shouldn't be printed twice | Fabrice Bellingard | 2011-09-21 | 1 | -0/+4 |
| | |||||
* | SONAR-893 Fix bug of update request on Derby | Fabrice Bellingard | 2011-09-19 | 2 | -2/+2 |
| | |||||
* | Enable history deletion on views | Simon Brandhof | 2011-09-15 | 2 | -2/+2 |
| | |||||
* | Fix loading of Java configuration when Ruby on Rails inserts new rows | Simon Brandhof | 2011-09-15 | 1 | -1/+1 |
| | |||||
* | SONAR-2810 End support of JNDI JDBC datasource by WAR mode | Simon Brandhof | 2011-09-14 | 3 | -96/+7 |
| | |||||
* | Add some IDs to HTML elements in order to help Selenium tests | simonbrandhof | 2011-09-13 | 3 | -5/+5 |
| | |||||
* | Fix Server ID in the page System Info | simonbrandhof | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | Fix support of JNDI datasource | Simon Brandhof | 2011-09-13 | 2 | -15/+7 |
| | |||||
* | Log a warning if an ExtensionProvider includes other providers | Simon Brandhof | 2011-09-13 | 2 | -6/+30 |
| | |||||
* | SONAR-2200 Improve algo to compute left margin width | Fabrice Bellingard | 2011-09-13 | 1 | -1/+2 |
| | |||||
* | SONAR-2633 Require new password during change password | Evgeny Mandrikov | 2011-09-12 | 2 | -1/+22 |
| | |||||
* | Add HTML IDs to Email Configuration page in order to improve Selenium tests | Simon Brandhof | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | SONAR-2656 Do not validate password twice | Evgeny Mandrikov | 2011-09-11 | 1 | -2/+3 |
| | |||||
* | SONAR-2549 rubyonrails and hibernate must use the same JDBC connection pool ↵ | simonbrandhof | 2011-09-11 | 4 | -235/+189 |
| | | | | on Oracle |