Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Case-insensitive sort of manual rules in administration console | Simon Brandhof | 2012-03-27 | 1 | -1/+2 | |
| | ||||||
* | SONAR-3106 Error trying to configure group privileges for a project | Simon Brandhof | 2012-03-27 | 4 | -19/+21 | |
| | ||||||
* | Add ruby methods Api::Utils#insensitive_sort(arr) and ↵ | Simon Brandhof | 2012-03-27 | 1 | -0/+47 | |
| | | | | Api::Utils#insensitive_sort!(arr) | |||||
* | SONAR-3323 slight improvements of snapshot#metric_keys | Simon Brandhof | 2012-03-27 | 5 | -23/+17 | |
| | ||||||
* | Refactor the table AUTHORS | Simon Brandhof | 2012-03-27 | 2 | -5/+41 | |
| | | | | | * add primary key * rename the column COMMITTER to LOGIN | |||||
* | Improve message when database must be upgraded | Simon Brandhof | 2012-03-27 | 1 | -1/+1 | |
| | ||||||
* | Improve DB readme file. | Fabrice Bellingard | 2012-03-27 | 1 | -1/+5 | |
| | ||||||
* | SONAR-3352 Change boolean columns to non-nullable in migration script | Fabrice Bellingard | 2012-03-26 | 1 | -0/+31 | |
| | ||||||
* | SONAR-3352 Fix issue linked to nullable boolean columns | Fabrice Bellingard | 2012-03-26 | 1 | -0/+35 | |
| | ||||||
* | Add some HTML ids for integration tests | Simon Brandhof | 2012-03-23 | 2 | -4/+4 | |
| | ||||||
* | SONAR-3224 API: support Ruby on Rails applications | Simon Brandhof | 2012-03-22 | 1 | -3/+24 | |
| | ||||||
* | SONAR-3323 Display tab/page/widget only when required measures exist | Fabrice Bellingard | 2012-03-22 | 5 | -8/+18 | |
| | | | | | | => new annotation @RequiredMeasure(mandatory={}, oneOf={}) that can be applied on any views. Tested on pages, tabs and widgets | |||||
* | Fix backward-compatibility of /api/properties | Simon Brandhof | 2012-03-22 | 1 | -1/+9 | |
| | | | | Keep status 200 when property not found | |||||
* | SONAR-2084 missing whitespace | Simon Brandhof | 2012-03-21 | 2 | -2/+2 | |
| | ||||||
* | Remove calendar.css from dev mode | Simon Brandhof | 2012-03-21 | 1 | -1/+0 | |
| | ||||||
* | SONAR-3328 Measure drilldown should not display zero variations | Simon Brandhof | 2012-03-20 | 1 | -1/+1 | |
| | ||||||
* | SONAR-3344 Display metadata of SonarSource licenses | Simon Brandhof | 2012-03-20 | 10 | -10/+86 | |
| | ||||||
* | SONAR-3006 Remove ChartsControler and related code | Fabrice Bellingard | 2012-03-20 | 3 | -134/+0 | |
| | | | | This is useless now the TimeMachine service has been replaced. | |||||
* | SONAR-3006 Remove the old TimeMachine page & all related code | Fabrice Bellingard | 2012-03-20 | 4 | -388/+0 | |
| | ||||||
* | SONAR-2084 open documentation in a new tab | Simon Brandhof | 2012-03-20 | 2 | -2/+2 | |
| | ||||||
* | SONAR-2084 improve usability | Simon Brandhof | 2012-03-20 | 5 | -25/+31 | |
| | ||||||
* | SONAR-2084 focus on the clear text input when loading the administration console | Simon Brandhof | 2012-03-20 | 1 | -5/+8 | |
| | ||||||
* | SONAR-3283 Do not allow to search reviews by author/assignee ID | Fabrice Bellingard | 2012-03-20 | 1 | -10/+2 | |
| | ||||||
* | SONAR-3278 Fix some rendering issues | Fabrice Bellingard | 2012-03-20 | 1 | -8/+9 | |
| | | | | | And do not display permalink icon for reviews (as the URL is already a permalink). | |||||
* | Fix POST /api/properties on embedded database | Simon Brandhof | 2012-03-19 | 1 | -3/+2 | |
| | ||||||
* | SONAR-1378 validate type when creating/updating properties with the web ↵ | Simon Brandhof | 2012-03-18 | 3 | -79/+56 | |
| | | | | service /api/properties | |||||
* | SONAR-1378 validate property types + update type of core properties | Simon Brandhof | 2012-03-16 | 10 | -162/+203 | |
| | ||||||
* | SONAR-3277 Improve HTML rendering | Fabrice Bellingard | 2012-03-15 | 1 | -2/+4 | |
| | ||||||
* | SONAR-2043 fix error when opening file without sources and with the URL ↵ | Simon Brandhof | 2012-03-15 | 1 | -1/+1 | |
| | | | | parameter period | |||||
* | SONAR-3334 Drop the table RULES_CATEGORIES | Simon Brandhof | 2012-03-15 | 1 | -0/+30 | |
| | ||||||
* | Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵ | Simon Brandhof | 2012-03-15 | 2 | -2/+2 | |
| | | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility | |||||
* | SONAR-2084 complete Web UI to encrypt properties | Simon Brandhof | 2012-03-14 | 8 | -31/+56 | |
| | ||||||
* | SONAR-1378 Add the ability to specify a "type" when defining a plugin property | Simon Brandhof | 2012-03-14 | 9 | -12/+25 | |
| | ||||||
* | SONAR-3327 Make the links to external resources open on a new tab | Fabrice Bellingard | 2012-03-14 | 1 | -1/+1 | |
| | ||||||
* | SONAR-1708 Problems with alert status | Fabrice Bellingard | 2012-03-14 | 3 | -52/+3 | |
| | ||||||
* | SONAR-3326 Problem displaying History when project has a Green Alert | Fabrice Bellingard | 2012-03-14 | 2 | -2/+8 | |
| | ||||||
* | SONAR-2084 add the page "Settings Encryption" | Simon Brandhof | 2012-03-14 | 3 | -1/+6 | |
| | ||||||
* | SONAR-2084 complete web UI to generate secret key and to encrypt passwords | Simon Brandhof | 2012-03-13 | 4 | -10/+10 | |
| | ||||||
* | SONAR-2084 draft of new page 'Password encryption' | Simon Brandhof | 2012-03-13 | 3 | -0/+63 | |
| | ||||||
* | SONAR-3297 Sort issue with stripes on groups | Fabrice Bellingard | 2012-03-13 | 2 | -3/+1 | |
| | ||||||
* | SONAR-3277 Add message to inform about dups with deleted resources | Fabrice Bellingard | 2012-03-13 | 2 | -4/+16 | |
| | ||||||
* | SONAR-3073 column sorting for 'key' does not work in filter | Fabrice Bellingard | 2012-03-13 | 1 | -0/+3 | |
| | ||||||
* | SONAR-3003 Fix issue | Fabrice Bellingard | 2012-03-13 | 1 | -3/+3 | |
| | | | => when #split_newlines is called by #convert_string_to_unix_newlines | |||||
* | SONAR-3003 Remove only the last empty line, not all | Fabrice Bellingard | 2012-03-13 | 1 | -1/+3 | |
| | ||||||
* | SONAR-3003 Do not display last empty line in source viewer | Fabrice Bellingard | 2012-03-13 | 1 | -4/+5 | |
| | ||||||
* | SONAR-3243 Rollback popup removal and put it in seperate GitHub repo | Fabrice Bellingard | 2012-03-13 | 4 | -9/+23 | |
| | | | | => See https://github.com/bellingard/sonar/tree/popup-removal to test the removal of automatic-popup links | |||||
* | SONAR-3243 Pass params and anchor to the file page | Fabrice Bellingard | 2012-03-13 | 2 | -5/+19 | |
| | ||||||
* | SONAR-3278 Display the review permalink in the breadcrumb | Fabrice Bellingard | 2012-03-12 | 1 | -2/+29 | |
| | ||||||
* | SONAR-3243 Wrong permalink & breadcrumbs when file is shown | Fabrice Bellingard | 2012-03-12 | 7 | -45/+19 | |
| | | | | | | | | | - Permalinks have been moved to the latest part of the breadcrumb - Breadcrumbs are now correct and show every part till the file (if the resource being displayed is a file) - All the links that used to open a file in a popup are now "regular" links and open files in the default layout => for instance: links on files in the "component" page | |||||
* | SONAR-3278 Incorrect breadcrumb link on review listing | Fabrice Bellingard | 2012-03-12 | 4 | -10/+13 | |
| | | | | => when someone clicks on the links of an action plan. |