Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | SONAR-2261 Exclusion patterns must be trimmed | Evgeny Mandrikov | 2011-04-29 | 1 | -1/+2 |
| | | | | Trim them on Java and Ruby side. | ||||
* | SONAR-2382 Create a new "reviews" web service API | Fabrice Bellingard | 2011-04-28 | 2 | -18/+38 |
| | |||||
* | SONAR-2327 Improve rendering for violations when source code is missing | Fabrice Bellingard | 2011-04-28 | 1 | -5/+6 |
| | |||||
* | Improve display of resource viewers on projects and directories. | simonbrandhof | 2011-04-28 | 10 | -21/+64 |
| | | | | | | SONAR-2338 Unable to drilldown by dependency metrics from sub-project SONAR-2201 Display project violations | ||||
* | SONAR-2381 The "violations" web service API must return violations decorated ↵ | Fabrice Bellingard | 2011-04-28 | 4 | -70/+83 |
| | | | | with review | ||||
* | SONAR-1973, SONAR-2327 Fix issues based on Evgeny's feedback | Fabrice Bellingard | 2011-04-28 | 6 | -56/+85 |
| | |||||
* | SONAR-1973, SONAR-2327 Fix issues based on Freddy's feedback | Fabrice Bellingard | 2011-04-28 | 6 | -39/+31 |
| | |||||
* | SONAR-2382 Create a new "reviews" web service API | Fabrice Bellingard | 2011-04-28 | 4 | -12/+47 |
| | |||||
* | SONAR-2381 Improve the violations WS decorated with reviews | Fabrice Bellingard | 2011-04-28 | 1 | -4/+4 |
| | |||||
* | Fix loading of locale in charts | simonbrandhof | 2011-04-28 | 2 | -2/+2 |
| | |||||
* | Fix some ruby warnings (don't put space before argument parentheses) | simonbrandhof | 2011-04-27 | 1 | -5/+5 |
| | |||||
* | SONAR-2386 Web service should return lineId for violation only if value exists | Evgeny Mandrikov | 2011-04-28 | 1 | -2/+2 |
| | |||||
* | Fix vertical alignment of severity icons | simonbrandhof | 2011-04-27 | 12 | -0/+0 |
| | |||||
* | Add header to comparison of quality profiles | simonbrandhof | 2011-04-27 | 4 | -118/+130 |
| | |||||
* | SONAR-2369 User list is not correctly sorted in the Groups page | simonbrandhof | 2011-04-27 | 5 | -7/+7 |
| | |||||
* | Write valid HTML : a tag is badly closed | simonbrandhof | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | SONAR-2179 the 'bulk change' option of quality profiles fail when there are ↵ | simonbrandhof | 2011-04-27 | 1 | -2/+3 |
| | | | | too many selected rules | ||||
* | SONAR-2327 Provide a new "Reviews" service | Fabrice Bellingard | 2011-04-27 | 4 | -4/+32 |
| | |||||
* | SONAR-2327 Provide a new "Reviews" service | Fabrice Bellingard | 2011-04-27 | 3 | -8/+55 |
| | |||||
* | SONAR-2382 Highlight selected line in source panel | simonbrandhof | 2011-04-27 | 3 | -23/+33 |
| | |||||
* | SONAR-2382 Display source in review detail | simonbrandhof | 2011-04-27 | 3 | -1/+250 |
| | |||||
* | SONAR-2327 Provide a new "Reviews" service | Fabrice Bellingard | 2011-04-26 | 12 | -10/+186 |
| | |||||
* | SONAR-1973 Rework action link positions | Fabrice Bellingard | 2011-04-26 | 2 | -4/+12 |
| | |||||
* | Fix rendering of age (variable {count} not interpreted) | simonbrandhof | 2011-04-26 | 42 | -25/+3411 |
| | |||||
* | Do not feed RULE_FAILURES.PERMANENT_ID when rendering violations | simonbrandhof | 2011-04-26 | 1 | -5/+0 |
| | |||||
* | SONAR-2382 Complete review web service | simonbrandhof | 2011-04-26 | 6 | -46/+99 |
| | |||||
* | SONAR-1973 Fix bug in DB request | Fabrice Bellingard | 2011-04-26 | 1 | -3/+3 |
| | |||||
* | SONAR-2327 add help on markdown | simonbrandhof | 2011-04-26 | 2 | -11/+39 |
| | |||||
* | SONAR-2327 split actions for resource viewer and reviews page | simonbrandhof | 2011-04-26 | 21 | -550/+384 |
| | |||||
* | SONAR-2384 Support markdown in review comments | simonbrandhof | 2011-04-23 | 9 | -11/+62 |
| | |||||
* | SONAR-2327 improve CSS | simonbrandhof | 2011-04-22 | 7 | -42/+173 |
| | |||||
* | SONAR-2381 The "violations" web service API must return violations | Fabrice Bellingard | 2011-04-21 | 3 | -0/+92 |
| | | | | | | decorated with review Ruby controller updated, need now to add the WS client part of it | ||||
* | SONAR-2380 The "violations" web service API must not return | Fabrice Bellingard | 2011-04-21 | 1 | -0/+2 |
| | | | | | | | "false-positive" violation Also modified the batch side ViolationQuery class that I created so that they have the same API. |