Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-2438 Display the last update date of reviews | Fabrice Bellingard | 2011-05-20 | 1 | -6/+10 | |
| | | | Improve UI | |||||
* | SONAR-2397 Add the ability to sort the reviews in the "Reviews" page | Fabrice Bellingard | 2011-05-20 | 3 | -10/+59 | |
| | ||||||
* | SONAR-2450 Display the last comment on each review in the Reviews page | Fabrice Bellingard | 2011-05-20 | 3 | -1/+15 | |
| | ||||||
* | SONAR-2438 Display the last update date of reviews | Fabrice Bellingard | 2011-05-20 | 1 | -0/+10 | |
| | ||||||
* | SONAR-2419 Remove background color and border for permalinks | Fabrice Bellingard | 2011-05-20 | 1 | -4/+0 | |
| | | | | On the resource viewer, as it could look ugly if the violation message was on more than 1 line | |||||
* | SONAR-2449 'updated_at' attribute of a review is not always updated | Fabrice Bellingard | 2011-05-20 | 2 | -17/+29 | |
| | | | | | It was not updated when a comment is added, edited or deleted. Now it is the case. | |||||
* | SONAR-2445 Do not remove BouncyCastle security provider | simonbrandhof | 2011-05-19 | 27 | -399/+1208 | |
| | ||||||
* | SONAR-2426 Allow to directly assign a violation to users | Fabrice Bellingard | 2011-05-19 | 1 | -2/+2 | |
| | | | Fix "Assignee" label alignment (noticed on Chrome). | |||||
* | Merge branch 'WS' | Fabrice Bellingard | 2011-05-19 | 2 | -8/+5 | |
|\ | ||||||
| * | SONAR-2421 Review WS API is limited to "VIOLATION" by default | Fabrice Bellingard | 2011-05-19 | 2 | -8/+5 | |
| | | | | | | | | By default when using the reviews web service API, search is limited to "VIOLATION" whereas this should not be the case. | |||||
* | | SONAR-2419 Improve permalink visibility on review | Fabrice Bellingard | 2011-05-19 | 6 | -24/+25 | |
| | | | | | | | | | | - Permalinks are more visible on the resource viewer - The review search page returns directly permalinks | |||||
* | | Fix merge of release 2.8 | simonbrandhof | 2011-05-19 | 9 | -26/+39 | |
|/ | ||||||
* | SONAR-2402 When specifying a review id in the "Reviews" page, all other ↵ | Fabrice Bellingard | 2011-05-19 | 1 | -1/+12 | |
| | | | | | | filter value should be deactivated/reinitialized Done on Web client side, in Javascript, so that the result is consistent with what the user sees on the search criteria. | |||||
* | SONAR-2426 Allow to directly assign a violation to users | Fabrice Bellingard | 2011-05-19 | 2 | -3/+3 | |
| | | | Forgot the option to leave unassigned. | |||||
* | SONAR-2426 Allow to directly assign a violation to users | Fabrice Bellingard | 2011-05-19 | 2 | -2/+5 | |
| | ||||||
* | SONAR-2419 Improve permalink visibility on review | Fabrice Bellingard | 2011-05-18 | 6 | -42/+25 | |
| | | | | - Permalinks are more visible on the resource viewer - The review search page returns directly permalinks | |||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 | |
| | ||||||
* | Fix security issue in /reviews/show URL | simonbrandhof | 2011-05-12 | 1 | -1/+5 | |
| | ||||||
* | Fix error log in webapp | simonbrandhof | 2011-05-12 | 1 | -0/+4 | |
| | ||||||
* | Fix display of source code in review detail | simonbrandhof | 2011-05-12 | 1 | -1/+1 | |
| | | | | The problem occurs when the review relates to a violation tracked over time. | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 | |
| | ||||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 | |
| | ||||||
* | Fix IE7 bug | simonbrandhof | 2011-05-09 | 1 | -0/+1 | |
| | ||||||
* | Do not display violations viewer on modules/directories if there are no ↵ | simonbrandhof | 2011-05-06 | 2 | -7/+6 | |
| | | | | violations | |||||
* | SONAR-1973 Fix bug on submit button | Fabrice Bellingard | 2011-05-06 | 2 | -4/+4 | |
| | | | | If two reviews or false-positive were edited at the same time, the submit buttons would not behave correctly as they had the same name. | |||||
* | Fix dev profile | simonbrandhof | 2011-05-06 | 7 | -7/+7 | |
| | ||||||
* | Fix 2 issues on drilldown pages | simonbrandhof | 2011-05-05 | 1 | -6/+10 | |
| | | | | | SONAR-2411 Filter out best values for packages and modules in drilldown SONAR-2413 Empty variations in measure drilldown pages | |||||
* | SONAR-2319 Add some HTML ids for integration tests | simonbrandhof | 2011-05-05 | 1 | -5/+5 | |
| | ||||||
* | SONAR-2344 Remove the warning 'experimental service' | simonbrandhof | 2011-05-05 | 1 | -5/+0 | |
| | ||||||
* | Improve the web services 'violations' and 'reviews' | simonbrandhof | 2011-05-05 | 6 | -9/+24 | |
| | | | | | | | SONAR-2249 always use unix newline (LF) in violation messages SONAR-2382 always use unix newlines (LF) in review comments (plain output) SONAR-2382 use upper-case constants for output parameter SONAR-2382 replace the XML node <user> by <author> | |||||
* | Rename the class MarkdownEngine to Markdown | simonbrandhof | 2011-05-05 | 1 | -2/+2 | |
| | ||||||
* | Reduce technical debt | simonbrandhof | 2011-05-05 | 2 | -5/+3 | |
| | ||||||
* | Fix ruby warning on deprecated i18n label | simonbrandhof | 2011-05-05 | 1 | -13/+13 | |
| | ||||||
* | Remove the switch button of comparison of Q profiles | simonbrandhof | 2011-05-04 | 2 | -3/+0 | |
| | ||||||
* | SONAR-2381, SONAR-2382 Web services return comment in HTML by default | Fabrice Bellingard | 2011-05-04 | 4 | -16/+23 | |
| | | | | | | | Available for the Violation and Review WS: - parameter 'output' on the request - if set to 'html', comments are returned in HTML - otherwise comments are returned as raw text - Java WS client updated consequently | |||||
* | SONAR-2249 Display Violation message with new lines in web | simonbrandhof | 2011-05-04 | 5 | -13/+17 | |
| | | | | New method Api::Utils.split_newlines(input) in order to split a string by newlines, whatever the encoding of return carriage. | |||||
* | Remove unused ruby code | simonbrandhof | 2011-05-04 | 11 | -793/+0 | |
| | ||||||
* | SONAR-1973 Remove the '#' from the review IDs in the UI | Fabrice Bellingard | 2011-05-04 | 4 | -4/+4 | |
| | ||||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 | |
| | ||||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2327 Fix problem with Derby for SQL request | Fabrice Bellingard | 2011-05-02 | 1 | -4/+6 | |
| | ||||||
* | SONAR-1973, SONAR-2327 Fix minor UI issues | Fabrice Bellingard | 2011-05-02 | 5 | -6/+9 | |
| | ||||||
* | SONAR-2176 Default value for rule parameter should be updated in database if ↵ | Evgeny Mandrikov | 2011-04-29 | 2 | -2/+7 | |
| | | | | was updated in repository | |||||
* | SONAR-2327 Fix a problem on the permalink page | Fabrice Bellingard | 2011-04-29 | 3 | -2/+11 | |
| | ||||||
* | SONAR-2327, SONAR-1973 Improve security checks | Fabrice Bellingard | 2011-04-29 | 1 | -21/+21 | |
| | ||||||
* | SONAR-2327, SONAR-2382 Add security checks | Fabrice Bellingard | 2011-04-29 | 4 | -5/+32 | |
| | ||||||
* | deprecate methods parse_datetime and format_datetime of Api::ApiController | simonbrandhof | 2011-04-29 | 1 | -7/+6 | |
| | ||||||
* | SONAR-2382 Improve the web service 'reviews' | simonbrandhof | 2011-04-29 | 16 | -163/+164 | |
| | | | | | | | | - New class Api::Utils to define some shared methods (around ISO datetime, markdown, ...) - Move to_json and to_xml methods to RuleFailure and Review models - Delete the class MarkdownHelper. Method to convert to html is moved to Api::Utils | |||||
* | SONAR-2327, SONAR-2382 Refactor code | Fabrice Bellingard | 2011-04-29 | 2 | -38/+29 | |
| | | | | Purpose: review service and web service use the same DB request method |