Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3760 Improve filter form documentation on key/name criteria | Fabrice Bellingard | 2012-10-05 | 1 | -1/+1 |
| | | | | => Improve the documentation of the "resource key/name like" filter criteria to make it clear that '%' and '_' have a special meaning | ||||
* | SONAR-3676 Create properties to define project links | Fabrice Bellingard | 2012-10-05 | 8 | -73/+314 |
| | | | | | | | | | => even for non-Maven projects. The new properties are: - sonar.links.homepage - sonar.links.ci - sonar.links.issue - sonar.links.scm - sonar.links.scm_dev | ||||
* | SONAR-3724 Validate rule repositories in unit tests | David Gageot | 2012-10-05 | 5 | -23/+48 |
| | |||||
* | SONAR-3815 Support multi_values properties in the WS Api | David Gageot | 2012-10-05 | 1 | -13/+22 |
| | |||||
* | Add HTML IDs for integration tests | Simon Brandhof | 2012-10-04 | 3 | -5/+6 |
| | |||||
* | Remove test properties | David Gageot | 2012-10-04 | 1 | -74/+0 |
| | |||||
* | SONAR-3819 Use the "options" parameter on @Property to filter metrics | David Gageot | 2012-10-04 | 4 | -24/+47 |
| | |||||
* | SONAR-3529 Clean code a bit | David Gageot | 2012-10-04 | 2 | -22/+22 |
| | |||||
* | SONAR-3529 Improve property sets | David Gageot | 2012-10-04 | 5 | -12/+7 |
| | |||||
* | SONAR-3683 Remove SCM metrics "Commits", "Last Commit" and "Revision" | David Gageot | 2012-10-04 | 2 | -53/+0 |
| | |||||
* | SONAR-3529 Improve property sets | David Gageot | 2012-10-04 | 16 | -46/+136 |
| | |||||
* | Rollback DEBUG SQL logs in dev mode | Simon Brandhof | 2012-10-04 | 3 | -42/+0 |
| | |||||
* | SONAR-2602 the extensions Language must not be declared with ↵ | Simon Brandhof | 2012-10-04 | 14 | -69/+83 |
| | | | | InstantiationStrategy=PER_BATCH | ||||
* | SONAR-3529 Improve property sets | David Gageot | 2012-10-04 | 3 | -3/+23 |
| | |||||
* | SONAR-3529 Improve property sets | David Gageot | 2012-10-04 | 4 | -50/+42 |
| | |||||
* | Remove class committed by error | David Gageot | 2012-10-04 | 1 | -0/+0 |
| | |||||
* | Revert "SONAR-3529 Remove test properties" | David Gageot | 2012-10-04 | 1 | -0/+17 |
| | | | | This reverts commit d301a6d99a486c8f52f9dfb8e74971b0651775eb. | ||||
* | SONAR-2804 coverage on new code for all tests | David Gageot | 2012-10-04 | 5 | -29/+108 |
| | |||||
* | SONAR-2804 changes based on feedback | David Gageot | 2012-10-04 | 24 | -575/+553 |
| | |||||
* | Fix the conflict of breadcrumb and search engine results | Simon Brandhof | 2012-10-03 | 3 | -9/+11 |
| | |||||
* | Log Hibernate/MyBatis SQL requests in development mode | Simon Brandhof | 2012-10-03 | 3 | -3/+33 |
| | |||||
* | SONAR-2804 Add test | David Gageot | 2012-10-03 | 5 | -1/+98 |
| | |||||
* | Rename method in I18nMatchers | Simon Brandhof | 2012-10-03 | 2 | -3/+4 |
| | |||||
* | Use Api::Utils.java_facade in utils.rb | Simon Brandhof | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | SONAR-3736 Fix regression (additional keys not displayed if any) | Fabrice Bellingard | 2012-10-03 | 3 | -1/+16 |
| | |||||
* | SONAR-2804 fixes | David Gageot | 2012-10-03 | 2 | -11/+9 |
| | |||||
* | Minor refactoring of property.rb in order to get reference on jruby_facade | Simon Brandhof | 2012-10-03 | 1 | -5/+6 |
| | |||||
* | Use jQuery instead of prototypejs in login form | Simon Brandhof | 2012-10-03 | 2 | -13/+5 |
| | |||||
* | Fix Property Api | David Gageot | 2012-10-03 | 1 | -1/+3 |
| | |||||
* | SONAR-2804 Starting to refactor code for merged coverage | David Gageot | 2012-10-03 | 13 | -66/+112 |
| | |||||
* | SONAR-2804 Add tests for merged coverage | David Gageot | 2012-10-03 | 16 | -99/+804 |
| | |||||
* | SONAR-2804 Merged coverage | David Gageot | 2012-10-02 | 13 | -25/+871 |
| | |||||
* | Fix profile links | Simon Brandhof | 2012-10-02 | 1 | -5/+5 |
| | |||||
* | SONAR-3847 The web service /api/profiles/backup should not require ↵ | Simon Brandhof | 2012-10-02 | 1 | -1/+0 |
| | | | | administrator right | ||||
* | SONAR-1984 fix style extensions in dev mode | Simon Brandhof | 2012-10-02 | 1 | -0/+1 |
| | |||||
* | SONAR-3529 Fix deletion of property sets | David Gageot | 2012-10-02 | 2 | -7/+4 |
| | |||||
* | Fix lifecycle of ProjectFileSystem | Simon Brandhof | 2012-10-02 | 1 | -0/+6 |
| | |||||
* | Fix compatibility with FileFilter extensions | Simon Brandhof | 2012-10-02 | 3 | -13/+6 |
| | |||||
* | SONAR-3844 Drop the support of the deprecated property sonar.light | Simon Brandhof | 2012-10-02 | 5 | -11/+90 |
| | |||||
* | SONAR-3529 Improve code | David Gageot | 2012-10-02 | 6 | -58/+53 |
| | |||||
* | SONAR-3529 Remove test properties | David Gageot | 2012-10-01 | 1 | -17/+0 |
| | |||||
* | SONAR-3529 Mark missing property set value | David Gageot | 2012-10-01 | 1 | -6/+13 |
| | |||||
* | Revert "SONAR-3529 Remove test properties" | David Gageot | 2012-10-01 | 1 | -0/+17 |
| | | | | This reverts commit fc8416951d7a5c9d94cb59371f1e9515cc7e5d81. | ||||
* | SONAR-3840 Add webservice to list Quality profiles | Simon Brandhof | 2012-10-01 | 1 | -30/+77 |
| | |||||
* | SONAR-3833 Remove dead ruby code | Simon Brandhof | 2012-10-01 | 2 | -19/+9 |
| | |||||
* | SONAR-3529 Remove test properties | David Gageot | 2012-10-01 | 1 | -17/+0 |
| | |||||
* | SONAR-3529 Property field validation | David Gageot | 2012-10-01 | 10 | -16/+60 |
| | |||||
* | SONAR-3529 Better look. Use field property type | David Gageot | 2012-10-01 | 23 | -49/+97 |
| | |||||
* | SONAR-3833 Fix compatibility with MsSQL and Oracle | Simon Brandhof | 2012-10-01 | 1 | -1/+1 |
| | |||||
* | Do not use deprecated Logs.INFO in startup tasks | Simon Brandhof | 2012-10-01 | 4 | -9/+14 |
| |