Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3833 ability to edit/delete the profiles provided by plugins | Simon Brandhof | 2012-10-01 | 13 | -50/+17 |
| | |||||
* | SONAR-2203 Increase the size of language key from 5 to 20 | Fabrice Bellingard | 2012-09-28 | 3 | -3/+4 |
| | |||||
* | SONAR-2602 remove the unused column RULES_PROFILES.ENABLED | Simon Brandhof | 2012-09-27 | 9 | -15/+15 |
| | |||||
* | SONAR-2602 support project modules with different languages | Simon Brandhof | 2012-09-27 | 26 | -145/+129 |
| | |||||
* | SONAR-3636 Update MyBatis DTO method name | Fabrice Bellingard | 2012-09-27 | 4 | -10/+10 |
| | |||||
* | SONAR-3636 Add and feed a new column projects.created_at | Fabrice Bellingard | 2012-09-27 | 4 | -16/+34 |
| | | | => MyBatis layer is updated | ||||
* | SONAR-3636 Add and feed a new column projects.created_at | Fabrice Bellingard | 2012-09-27 | 14 | -57/+57 |
| | | | => Update tests | ||||
* | SONAR-3636 Add and feed a new column projects.created_at | Fabrice Bellingard | 2012-09-27 | 3 | -2/+4 |
| | | | | => The goal of this column is only to provide an additional piece of information when something wrong happens. | ||||
* | Update to 3.3-SNAPSHOT | GAUDIN | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Update to 3.3-M5 | GAUDIN | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | SONAR-3783 Core plugin not able to have his own l10n bundle | Fabrice Bellingard | 2012-09-18 | 1 | -8/+3 |
| | | | => Move the bundles in the plugins they are related to. | ||||
* | Set versions to 3.3-SNAPSHOT and Soanr Java to 1.0-SNAPSHOT | Eric Hartmann | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Update Sonar version to 3.3-M4 and Sonar Java to 1.0-M3 | Eric Hartmann | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Update to 3.3-SNAPSHOT | Eric Hartmann | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | Update to 3.3-M2 | Eric Hartmann | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | SONAR-3773 keep the existing default roles of views during migration | Simon Brandhof | 2012-09-12 | 1 | -0/+12 |
| | |||||
* | Reformat POMs according to Maven POM Convention | Evgeny Mandrikov | 2012-09-10 | 1 | -16/+20 |
| | |||||
* | SONAR-3542 refactoring to remove custom activerecord adapters | Simon Brandhof | 2012-09-09 | 12 | -22/+6 |
| | |||||
* | SONAR-3542 force activerecord to use the connection pool on oracle | simonbrandhof | 2012-09-09 | 2 | -2/+2 |
| | | | | | | | # 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() | ||||
* | SONAR-3741 The plugin upgrades that are available in Update Center are not ↵ | Simon Brandhof | 2012-08-17 | 2 | -3/+5 |
| | | | | compatible with Sonar Release Candidates | ||||
* | Upgrade version to 3.3-SNAPSHOT | Eric Hartmann | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | Automatic merge from branch-3.2 | Jenkins CI | 2012-07-24 | 1 | -1/+1 |
|\ | |||||
| * | Upgrade version to 3.2-SNAPSHOT | Eric Hartmann | 2012-07-24 | 1 | -1/+1 |
| | | |||||
* | | My bad, fix merge | Simon Brandhof | 2012-07-24 | 1 | -13/+1 |
| | | |||||
* | | Manual merge of branch 3.2 | Eric Hartmann | 2012-07-24 | 2 | -24/+69 |
|\| | |||||
| * | SONAR-3688 improve message | Simon Brandhof | 2012-07-24 | 2 | -28/+71 |
| | | |||||
* | | Add some comments | Simon Brandhof | 2012-07-24 | 1 | -2/+12 |
|/ | |||||
* | SONAR-3688 Improve log when loading a plugin that is not compiled for Java 5 | Simon Brandhof | 2012-07-23 | 1 | -5/+7 |
| | |||||
* | Upgrade version to 3.3-SNAPSHOT | Eric Hartmann | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | Add unit tests for important setings | David Gageot | 2012-07-18 | 5 | -45/+79 |
| | |||||
* | Fix Oracle ActiveRecord adapter | Simon Brandhof | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | Remove more duplication | David Gageot | 2012-07-17 | 6 | -86/+31 |
| | |||||
* | Remove some duplication | David Gageot | 2012-07-17 | 6 | -55/+62 |
| | |||||
* | Fix sonar.showSql | Simon Brandhof | 2012-07-17 | 1 | -39/+11 |
| | |||||
* | Fix warnings. | David Gageot | 2012-07-17 | 1 | -10/+10 |
| | |||||
* | Revert "Remove warning" | David Gageot | 2012-07-17 | 1 | -8/+8 |
| | | | | This reverts commit a15e8577ff0f4b9e88cdf78e6aaed3ebd6259c50. | ||||
* | SONAR-3664 Log sonar/plugins versions and sha1 at startup | David Gageot | 2012-07-16 | 5 | -6/+20 |
| | |||||
* | Remove warning | David Gageot | 2012-07-16 | 1 | -8/+8 |
| | |||||
* | Fix database tests to make them behave the same on every database regarding ↵ | David Gageot | 2012-07-16 | 3 | -105/+76 |
| | | | | sequences | ||||
* | Dead code | David Gageot | 2012-07-16 | 1 | -5/+0 |
| | |||||
* | Fix postgresql test | Simon Brandhof | 2012-07-16 | 2 | -13/+1 |
| | |||||
* | Fix measure data not being evicted anymore | David Gageot | 2012-07-16 | 1 | -0/+3 |
| | |||||
* | Try to fix postgresql unit test | Simon Brandhof | 2012-07-16 | 7 | -31/+34 |
| | |||||
* | Try to fix support of bulk insert of properties with postgresql | Simon Brandhof | 2012-07-15 | 1 | -0/+1 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-07-15 | 1 | -9/+5 |
| | |||||
* | Update Center improvements | Simon Brandhof | 2012-07-14 | 1 | -1/+1 |
| | | | | | | | | | | * SONAR-3661 API: new component org.sonar.api.utils.UriReader * SONAR-3660 The property sonar.updatecenter.url must support local files * SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar * SONAR-2008 Enable updates from SNAPSHOT versions for plugins | ||||
* | SONAR-3633 improve the management of server-side settings | Simon Brandhof | 2012-07-13 | 11 | -31/+173 |
| | | | | | | * do not save default resource permissions in a db migration but in a server-side extension * new component to save settings from server-side components. It will have to be used by ruby app later. | ||||
* | Add method checkTable() with list of columns to ↵ | Simon Brandhof | 2012-07-13 | 2 | -5/+41 |
| | | | | AbstractDaoTestCase/AbstractDbUnitTestCase | ||||
* | Reuse database for faster unit tests | David Gageot | 2012-07-12 | 3 | -53/+33 |
| | |||||
* | Improve test code | David Gageot | 2012-07-12 | 7 | -190/+177 |
| |