Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 37 | -37/+37 |
| | |||||
* | SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sun checks" ↵ | Evgeny Mandrikov | 2011-05-02 | 1 | -4/+0 |
| | | | | profile | ||||
* | 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-2382 Create a new "reviews" web service API | Fabrice Bellingard | 2011-04-29 | 2 | -69/+45 |
| | | | | | | | - Add possibility to use keys or ids for resources/projects - Add possibility to use logins or ids for authors/assignees - Remove the "html" parameter on the ReviewQuery (comments will always be returned in HTML) | ||||
* | Fix portential hibernate error | simonbrandhof | 2011-04-29 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | Use parameter target instead of deprecated tasks for maven-antrun-plugin | Evgeny Mandrikov | 2011-04-29 | 1 | -2/+2 |
| | |||||
* | Slightly improve fix bug of violation tracking when past violation has no ↵ | Freddy Mallet | 2011-04-29 | 2 | -9/+15 |
| | | | | checksum. | ||||
* | Fix bug of violation tracking. NPE when past violation has no checksum. | simonbrandhof | 2011-04-29 | 2 | -17/+23 |
| | |||||
* | SONAR-2261 Exclusion patterns must be trimmed | Evgeny Mandrikov | 2011-04-29 | 3 | -7/+28 |
| | | | | Trim them on Java and Ruby side. | ||||
* | SONAR-2321 Fix test for Windows | Evgeny Mandrikov | 2011-04-28 | 1 | -2/+2 |
| | |||||
* | SONAR-2321 Cobertura plugin must not search for XML reports when Cobertura ↵ | Evgeny Mandrikov | 2011-04-28 | 4 | -41/+79 |
| | | | | has not been executed | ||||
* | 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 | 2 | -5/+7 |
| | |||||
* | 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 | ||||
* | Exclude sonar-testing-harness from analysis. It's used for unit tests. | simonbrandhof | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | Define new constants in DecoratorBarriers | simonbrandhof | 2011-04-28 | 6 | -41/+55 |
| | | | | | | | | | START_VIOLATION_TRACKING and END_OF_VIOLATION_TRACKING are used to benefit from tracking data of Violation : - Violation#isSwitchedOff() - Violation#getCreatedAt() More information in Javadoc. | ||||
* | SONAR-2381 The "violations" web service API must return violations decorated ↵ | Fabrice Bellingard | 2011-04-28 | 9 | -79/+125 |
| | | | | 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 | 11 | -12/+736 |
| | |||||
* | SONAR-2381 Improve the violations WS decorated with reviews | Fabrice Bellingard | 2011-04-28 | 5 | -14/+14 |
| | |||||
* | Fix NPE | Evgeny Mandrikov | 2011-04-28 | 2 | -1/+10 |
| | |||||
* | Force creation of project workDir | Evgeny Mandrikov | 2011-04-28 | 1 | -9/+9 |
| | |||||
* | Set project description to empty string if property was not specified | Evgeny Mandrikov | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | Move derby logs generated during unit tests to target/ | simonbrandhof | 2011-04-28 | 2 | -1/+8 |
| | |||||
* | Ignore plugins/sonar-core-plugin/derby.log generated during unit tests | simonbrandhof | 2011-04-28 | 2 | -91/+1 |
| | |||||
* | Remove System.out.println | Evgeny Mandrikov | 2011-04-28 | 1 | -1/+0 |
| | |||||
* | Fix loading of locale in charts | simonbrandhof | 2011-04-28 | 2 | -2/+2 |
| | |||||
* | Increase timeout of CommandExecutorTest for slow boxes | simonbrandhof | 2011-04-28 | 1 | -2/+2 |
| | |||||
* | SONAR-2202 Calculate variations on quality model measures | simonbrandhof | 2011-04-28 | 5 | -79/+186 |
| | |||||
* | SONAR-2384 append target='_blank' when building an hyperlink | Freddy Mallet | 2011-04-27 | 2 | -4/+6 |
| | |||||
* | Fix scheduling of ViolationDecorator | simonbrandhof | 2011-04-27 | 4 | -4/+8 |
| | | | | ViolationPersisterDecorator must be executed before computing measures on violations, so the flag switched_off is correctly loaded from database. | ||||
* | 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 |
| | |||||
* | Ensure that cost to fix violation cannot be set to negative or NaN value | Evgeny Mandrikov | 2011-04-28 | 2 | -5/+25 |
| | |||||
* | Merge branch 'master' of github.com:SonarSource/sonar | Freddy Mallet | 2011-04-27 | 3 | -5/+5 |
|\ | |||||
| * | SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not ↵ | Evgeny Mandrikov | 2011-04-27 | 3 | -5/+5 |
| | | | | | | | | info level | ||||
* | | SONAR-2384 use backtick instead of simple quote in the HtmlCodeChannel | Freddy Mallet | 2011-04-27 | 2 | -5/+5 |
|/ | |||||
* | SONAR-2386 Define contract for lineId in Violation | Evgeny Mandrikov | 2011-04-27 | 5 | -5/+121 |
| | | | | | Value can be null or greater than zero, so setter must log warning if not null and less than 1. It will throw an exception in future releases. | ||||
* | SONAR-2266 ProjectFileSystem should return only existing source and test ↵ | Evgeny Mandrikov | 2011-04-27 | 6 | -8/+44 |
| | | | | directories |