Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2959 Add the property sonar.showSql | Simon Brandhof | 2012-01-12 | 1 | -1/+2 |
| | |||||
* | SONAR-3012 New widget to monitor the review activity | Fabrice Bellingard | 2012-01-12 | 1 | -1/+2 |
| | | | | | | - 5 new metrics added - Decorator implemented to compute those metrics - Widget implemented to report those metrics | ||||
* | SONAR-3137,SONAR-2292 Add synchronization of groups, prepare API for future ↵ | Evgeny Mandrikov | 2012-01-11 | 7 | -57/+79 |
| | | | | enhancements | ||||
* | SONAR-3137 Add exception handling | Evgeny Mandrikov | 2012-01-11 | 1 | -7/+16 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 387 | -387/+387 |
| | |||||
* | SONAR-2416 Remove the internal Maven repository that is used by Sonar Mojo ↵ | Simon Brandhof | 2012-01-10 | 16 | -541/+1 |
| | | | | 1.0-beta-1 | ||||
* | Revert SONAR-3036 : do not upgrade to latest version of protovis-msie.js | Simon Brandhof | 2012-01-10 | 1 | -14/+7 |
| | |||||
* | Remove Ruby on Rails warning | Fabrice Bellingard | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | SONAR-3137,SONAR-2292 Fix startup failure | Evgeny Mandrikov | 2012-01-10 | 2 | -10/+13 |
| | |||||
* | SONAR-3137,SONAR-2292 Complete API for external security systems | Evgeny Mandrikov | 2012-01-10 | 9 | -299/+404 |
| | |||||
* | Add logs when restoring backup of configuration | Simon Brandhof | 2012-01-09 | 5 | -2/+13 |
| | |||||
* | SONAR-3137 Add experimental API to retrieve users from external system | Evgeny Mandrikov | 2012-01-09 | 2 | -15/+59 |
| | |||||
* | Remove "Sign up" link from tabindex. | Julien HENRY | 2012-01-09 | 2 | -2/+2 |
| | |||||
* | Copy only plugins instead of all libraries, when launching dev mode for ↵ | Evgeny Mandrikov | 2012-01-08 | 7 | -7/+21 |
| | | | | sonar-server | ||||
* | Improve HTML of review form in order to simplify integration tests | simonbrandhof | 2012-01-08 | 1 | -2/+1 |
| | |||||
* | Remove executable flag for source files | Evgeny Mandrikov | 2012-01-06 | 2 | -0/+0 |
| | |||||
* | Fix widget id in the URL /widget used by integration tests | Simon Brandhof | 2012-01-06 | 1 | -1/+2 |
| | |||||
* | SONAR-3138 Fallback to database from plugin authenticator | Evgeny Mandrikov | 2012-01-06 | 3 | -4/+39 |
| | |||||
* | SONAR-3147 Web service to list available widgets | Simon Brandhof | 2012-01-05 | 1 | -0/+44 |
| | |||||
* | Add some HTML ids used by integration tests | Simon Brandhof | 2012-01-05 | 3 | -27/+26 |
| | |||||
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Fix some quality flaws | simonbrandhof | 2011-12-31 | 1 | -1/+0 |
| | |||||
* | SONAR-983 index the project from a dedicated post-job in order to optimize ↵ | simonbrandhof | 2011-12-30 | 3 | -7/+5 |
| | | | | SQL requests | ||||
* | Improve the location of the icon 'loading' when using the search engine | simonbrandhof | 2011-12-29 | 5 | -6/+11 |
| | |||||
* | Indexation of resources during migration must be reentrant | Simon Brandhof | 2011-12-29 | 5 | -131/+42 |
| | |||||
* | Delete resource orphans in order to not index them | simonbrandhof | 2011-12-23 | 1 | -0/+41 |
| | | | | This issue will be fixed in v2.14 (see SONAR-3120) | ||||
* | SONAR-2662 Display error message inline when no action plan available | Fabrice Bellingard | 2011-12-23 | 6 | -18/+22 |
| | | | | | | When planning a review, if no action exists for the project, it is best to write the message inline rather than opening a popup. => this also makes the code simpler. | ||||
* | SONAR-2662 Minor improvements | Fabrice Bellingard | 2011-12-23 | 5 | -29/+18 |
| | | | | | | | | - Show closed action plans by default on the admin page - Sort them by descending dead-line - Remove "Show closed action plans" from action plan widget - Remove "More" links on the widgets - Fix bug for review search on Derby | ||||
* | Do not load twice web services from plugins for a fresh installation | Evgeny Mandrikov | 2011-12-23 | 1 | -2/+1 |
| | |||||
* | SONAR-3098 do not l10n dashboard descriptions to avoid conflicts between ↵ | Simon Brandhof | 2011-12-23 | 1 | -4/+0 |
| | | | | standard and user dashboards. | ||||
* | Fix configuration of dashboard when the plugin defining a widget has been ↵ | Simon Brandhof | 2011-12-23 | 1 | -1/+1 |
| | | | | uninstalled. | ||||
* | Fix suppression/move of widgets | Simon Brandhof | 2011-12-23 | 1 | -3/+0 |
| | |||||
* | SONAR-3118 Remove property "sonar.useStructureDump" | Evgeny Mandrikov | 2011-12-23 | 1 | -9/+2 |
| | |||||
* | SONAR-983 fix display of search results when a SmartGwt component is loaded ↵ | Simon Brandhof | 2011-12-23 | 1 | -1/+1 |
| | | | | in the page | ||||
* | SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ↵ | Simon Brandhof | 2011-12-23 | 4 | -26/+18 |
| | | | | | | is a layer over ResourceIndexerDao + move derby SQL files to org.sonar.core.persistence | ||||
* | SONAR-2662 Show filters on the review listing page | Fabrice Bellingard | 2011-12-23 | 5 | -18/+83 |
| | |||||
* | SONAR-983 sort result sections | Simon Brandhof | 2011-12-23 | 1 | -8/+8 |
| | |||||
* | SONAR-2973 do not display the previous severity | Simon Brandhof | 2011-12-22 | 1 | -4/+8 |
| | |||||
* | Improvements of management of dashboards | Simon Brandhof | 2011-12-22 | 3 | -29/+35 |
| | | | | | | * SONAR-1929 do not create a dashboard if another one with the same name exists * SONAR-3103 unfollow default dashboard | ||||
* | SONAR-2662 Fix some issues | Fabrice Bellingard | 2011-12-22 | 5 | -6/+10 |
| | |||||
* | SONAR-2662 Insert feedback from Freddy | Fabrice Bellingard | 2011-12-22 | 5 | -12/+78 |
| | | | | | | | | | | - Smaller font-size for dates in the action plan widget - "Back" does not work on Chrome - A user shouldn't have to be authenticated to list reviews - In the "Plan" form, button "Plan" replaced by "Link" - Remove background color for the table in the action plan widget - Do not show closed action plans by default on the admin page so that the greatest "due for" date is displayed first | ||||
* | SONAR-3086 improve usability of review forms | Simon Brandhof | 2011-12-22 | 4 | -26/+10 |
| | |||||
* | Fix compatibility of the ruby method Widget#property_value with the SQALE plugin | Simon Brandhof | 2011-12-22 | 1 | -9/+20 |
| | |||||
* | SONAR-2662 Display review detail in the context of the project | Fabrice Bellingard | 2011-12-22 | 12 | -217/+255 |
| | |||||
* | SONAR-2662 Review widgets refactoring + open list on project context | Fabrice Bellingard | 2011-12-22 | 4 | -37/+31 |
| | |||||
* | SONAR-2662 Add "Unplanned reviews" widget | Fabrice Bellingard | 2011-12-22 | 2 | -0/+7 |
| | |||||
* | Refactor the packages of sonar-core | Simon Brandhof | 2011-12-22 | 10 | -30/+29 |
| | | | | | * The root package should be org.sonar.core -> org.sonar.persistence is moved to org.sonar.core.persistence * Classes are grouped by functional domain (resource, review, rule, ...) | ||||
* | SONAR-983 Display resource viewers when selecting a file | Simon Brandhof | 2011-12-22 | 21 | -774/+858 |
| | | | | * New javascript global variable : baseUrl. Examples : '/dev' or '' | ||||
* | SONAR-2980 WS API: allow to retrieve unassigned reviews | Evgeny Mandrikov | 2011-12-22 | 2 | -7/+13 |
| | |||||
* | SONAR-983 i18n, better purge, fix NPE when deleted resource | simonbrandhof | 2011-12-21 | 2 | -11/+15 |
| |