Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use anyObject() matcher | David Gageot | 2012-09-20 | 21 | -101/+134 |
| | |||||
* | SONAR-3746 Measures relating to reviews are not computed on Unit Test | Fabrice Bellingard | 2012-09-20 | 2 | -14/+27 |
| | |||||
* | SONAR-3736 Add missing files | Fabrice Bellingard | 2012-09-20 | 2 | -0/+3 |
| | |||||
* | SONAR-3802 prefix the breadcrumb with Projects (or Views/Developers) | simonbrandhof | 2012-09-20 | 1 | -15/+6 |
| | |||||
* | SONAR-3802 move link of reviews from sidebar to top nav bar | simonbrandhof | 2012-09-20 | 2 | -12/+6 |
| | |||||
* | SONAR-3812 Enhanced selection of metric properties | simonbrandhof | 2012-09-19 | 5 | -8/+76 |
| | |||||
* | Fix dependency on sonar-java plugins | simonbrandhof | 2012-09-19 | 1 | -5/+6 |
| | |||||
* | SONAR-3672 improve the selection of projects in global dashboards | Simon Brandhof | 2012-09-19 | 8 | -98/+134 |
| | |||||
* | SONAR-3736 Use Maven dependencies for I18n Harmcrest matchers | Fabrice Bellingard | 2012-09-19 | 12 | -384/+176 |
| | | | | - Do not use URLs anymore, to make it easier to test (no need for an internet connection) | ||||
* | SONAR-3783 Core plugin not able to have his own l10n bundle | Fabrice Bellingard | 2012-09-18 | 815 | -282/+20 |
| | | | => Move the bundles in the plugins they are related to. | ||||
* | SONAR-3800 The Timeline widget generates many warnings | Fabrice Bellingard | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Set versions to 3.3-SNAPSHOT and Soanr Java to 1.0-SNAPSHOT | Eric Hartmann | 2012-09-18 | 34 | -35/+35 |
| | |||||
* | Update Sonar version to 3.3-M4 and Sonar Java to 1.0-M3 | Eric Hartmann | 2012-09-18 | 34 | -35/+35 |
| | |||||
* | Fix HTML ID of breadcrumb | Simon Brandhof | 2012-09-18 | 3 | -15/+15 |
| | |||||
* | Add HTML ids for integration tests | Simon Brandhof | 2012-09-17 | 1 | -6/+6 |
| | |||||
* | Fix HTML ID | Simon Brandhof | 2012-09-17 | 2 | -4/+4 |
| | |||||
* | SONAR-3802 integration select2 3.2 + rename jquery.js | Simon Brandhof | 2012-09-17 | 10 | -2/+678 |
| | |||||
* | SONAR-3802 new breadcrumb | Simon Brandhof | 2012-09-17 | 7 | -51/+116 |
| | |||||
* | Revert "SONAR-3778 Bad performances when Hibernate requests measures on ↵ | Simon Brandhof | 2012-09-17 | 4 | -37/+12 |
| | | | | | | quality models" This reverts commit 5000405959b05fb3562a2f2cd55a1ba10e6464e2. | ||||
* | Fix warnings | David Gageot | 2012-09-17 | 1 | -17/+25 |
| | |||||
* | SONAR-3802 fix HTML ids for integration tests | Simon Brandhof | 2012-09-15 | 2 | -7/+7 |
| | |||||
* | SONAR-3802 various improvements in the top nav bar | Simon Brandhof | 2012-09-14 | 10 | -393/+432 |
| | | | | | | | * Upgrade YUI reset/font CSS * New URLs /dev/layout and /dev/empty for performance tests * Rename the link "Home" with the name of the main global dashboard * Extract layout.css from style.css | ||||
* | SONAR-3065 API: add jQuery | Simon Brandhof | 2012-09-14 | 3 | -5/+13 |
| | |||||
* | Remove sonar-squid-java-plugin | Evgeny Mandrikov | 2012-09-14 | 1075 | -81577/+0 |
| | | | | It's not used anymore. | ||||
* | Merge branch 'master' of github.com:SonarSource/sonar for 3.3-M3 release | Eric Hartmann | 2012-09-14 | 3 | -3/+3 |
|\ | |||||
| * | Fix build | Evgeny Mandrikov | 2012-09-14 | 1 | -1/+1 |
| | | |||||
| * | Get rid of unnecessary files in assembly | Evgeny Mandrikov | 2012-09-14 | 3 | -3/+3 |
| | | | | | | | | | | | | This requires upgrade of maven-assembly-plugin to 2.2.2 because of MASSEMBLY-570. Also should be noted that upgrade to 2.3 more complicated - see comments for MASSEMBLY-449. | ||||
* | | Update Sonar version to 3.3-SNAPSHOT and Java version to 1.0-SNAPSHOT | Eric Hartmann | 2012-09-14 | 1 | -2/+2 |
| | | |||||
* | | Update Java version to 1.0-M1 and Sonar version to 3.3-M3 | Eric Hartmann | 2012-09-14 | 1 | -2/+2 |
|/ | |||||
* | Move declaration of sonar-java version to parent pom | Simon Brandhof | 2012-09-14 | 2 | -10/+19 |
| | |||||
* | Update to 3.3-SNAPSHOT | Eric Hartmann | 2012-09-14 | 34 | -34/+34 |
| | |||||
* | Update to 3.3-M2 | Eric Hartmann | 2012-09-14 | 34 | -34/+34 |
| | |||||
* | Remove unused directory | Simon Brandhof | 2012-09-13 | 2 | -6/+4 |
| | |||||
* | SONAR-3698 correctly propagate exit code on Windows | Simon Brandhof | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | SONAR-3773 keep the existing default roles of views during migration | Simon Brandhof | 2012-09-12 | 5 | -152/+31 |
| | |||||
* | SONAR-3775 Don't fail the build if there's no file | Fabrice Bellingard | 2012-09-12 | 2 | -72/+0 |
| | | | => Revert back changes introduced in SONAR-3543 | ||||
* | SONAR-3542 fix the DATE type on Oracle | Simon Brandhof | 2012-09-11 | 1 | -1/+3 |
| | |||||
* | SONAR-3542 revert the activerecord property "pool" | Simon Brandhof | 2012-09-11 | 1 | -0/+1 |
| | |||||
* | SONAR-3542 remove the JDBC parameters that are not supposed to be used by ↵ | Simon Brandhof | 2012-09-10 | 1 | -3/+0 |
| | | | | ActiveRecord | ||||
* | SONAR-3776 Provide a WS Api to validate a user's login/password | David Gageot | 2012-09-10 | 1 | -0/+3 |
| | |||||
* | SONAR-3776 Provide a WS Api to validate a user's login/password | David Gageot | 2012-09-10 | 3 | -6/+8 |
| | |||||
* | SONAR-3776 Provide a WS Api to validate a user's login/password | David Gageot | 2012-09-10 | 11 | -1/+302 |
| | |||||
* | Reformat POMs according to Maven POM Convention | Evgeny Mandrikov | 2012-09-10 | 5 | -160/+181 |
| | |||||
* | Remove sonar-squid-java-plugin from build | Evgeny Mandrikov | 2012-09-10 | 1 | -1/+0 |
| | | | | It's not used anymore and will be removed soon. | ||||
* | SONAR-3542 refactoring to remove custom activerecord adapters | Simon Brandhof | 2012-09-09 | 13 | -23/+7 |
| | |||||
* | SONAR-3542 force activerecord to use the connection pool on oracle | simonbrandhof | 2012-09-09 | 39 | -6054/+44 |
| | | | | | | | # remove oracle_enhanced adapter. # fix some date/time issues with activerecord-jdbc-adapter # fix db migrations that forget to set name of indexes # add enforcer to not forget to set index name in the method add_index() | ||||
* | Add l10n for new Java rules | Evgeny Mandrikov | 2012-09-08 | 3 | -0/+13 |
| | | | | This is required until SONAR-3783 not resolved. | ||||
* | Use new sonar-squid-java-plugin | Evgeny Mandrikov | 2012-09-07 | 1 | -2/+2 |
| | | | | | This plugin was rewritten to use SSLR instead of Checkstyle to parse Java source code. | ||||
* | Fix compatibility of rails upgrade with sonar-runner | Simon Brandhof | 2012-09-07 | 3 | -38/+48 |
| | |||||
* | SONAR-3782 Content type is missing on the URL /batch/* | Simon Brandhof | 2012-09-07 | 1 | -1/+2 |
| |