Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3621 use JSON format between rails and java components | Simon Brandhof | 2012-10-09 | 5 | -561/+0 |
| | | | | This is the first step before the refactoring of the tables FILTERS, FILTER_COLUMNS and CRITERIA | ||||
* | SONAR-3833 ability to edit/delete the profiles provided by plugins | Simon Brandhof | 2012-10-01 | 22 | -113/+41 |
| | |||||
* | SONAR-3529 Get rid of property sets. Use PropertyFields instead | David Gageot | 2012-09-28 | 1 | -55/+0 |
| | |||||
* | SONAR-2602 remove the unused column RULES_PROFILES.ENABLED | Simon Brandhof | 2012-09-27 | 27 | -174/+44 |
| | |||||
* | SONAR-2602 support project modules with different languages | Simon Brandhof | 2012-09-27 | 7 | -79/+10 |
| | |||||
* | SONAR-3769 Startup must check not only null but also blank rule names | Fabrice Bellingard | 2012-09-26 | 1 | -2/+19 |
| | | | | | => When a rule doesn't have a description, a quality profile containing this rule can't be displayed when using Oracle DB | ||||
* | SONAR-2376 Add an extension point to define a HTML banner | Simon Brandhof | 2012-09-24 | 1 | -0/+46 |
| | |||||
* | SONAR-3529 API: ability to define property sets | David Gageot | 2012-09-24 | 1 | -0/+55 |
| | |||||
* | SONAR-3722 Misleading exception message when no l10n of rule name | Fabrice Bellingard | 2012-09-20 | 1 | -26/+44 |
| | |||||
* | SONAR-3773 keep the existing default roles of views during migration | Simon Brandhof | 2012-09-12 | 1 | -67/+0 |
| | |||||
* | Fix compatibility of rails upgrade with sonar-runner | Simon Brandhof | 2012-09-07 | 1 | -24/+25 |
| | |||||
* | SONAR-3773 When migrating to Sonar 3.2, the default roles on Views are not ↵ | Simon Brandhof | 2012-09-05 | 1 | -2/+5 |
| | | | | filled and remain empty | ||||
* | Fix regression : trim values of conf/sonar.properties | Simon Brandhof | 2012-07-26 | 1 | -2/+17 |
| | |||||
* | SONAR-3664 Log sonar/plugins versions and sha1 at startup | David Gageot | 2012-07-16 | 2 | -5/+17 |
| | |||||
* | Remove warnings | David Gageot | 2012-07-16 | 1 | -13/+5 |
| | |||||
* | remove warning | David Gageot | 2012-07-16 | 1 | -19/+4 |
| | |||||
* | Use ArgumentMatcher | David Gageot | 2012-07-16 | 5 | -39/+31 |
| | |||||
* | Remove warning | David Gageot | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | Complete unit tests of SettingsChangeNotifier | Simon Brandhof | 2012-07-16 | 1 | -0/+11 |
| | |||||
* | Remove UriReader#openStream() | Simon Brandhof | 2012-07-16 | 1 | -11/+11 |
| | | | | Let's keep API simple. | ||||
* | remove dead code | David Gageot | 2012-07-16 | 1 | -1/+0 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-07-15 | 1 | -1/+9 |
| | |||||
* | Fix loading of GlobalPropertyChangeHandler extensions | Simon Brandhof | 2012-07-15 | 3 | -8/+55 |
| | |||||
* | Update Center improvements | Simon Brandhof | 2012-07-14 | 2 | -56/+51 |
| | | | | | | | | | | * 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 | ||||
* | Fix some quality flaw | Simon Brandhof | 2012-07-13 | 3 | -2/+136 |
| | |||||
* | SONAR-3633 improve the management of server-side settings | Simon Brandhof | 2012-07-13 | 13 | -187/+177 |
| | | | | | | * 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. | ||||
* | Reuse database for faster unit tests | David Gageot | 2012-07-12 | 1 | -2/+0 |
| | |||||
* | Support embedded in memory database | David Gageot | 2012-07-12 | 1 | -0/+19 |
| | |||||
* | SONAR-3646 API : new extension point to be notified on user creation | Simon Brandhof | 2012-07-11 | 1 | -0/+51 |
| | |||||
* | SONAR-3507 H2 driver should be registered before the connection | David Gageot | 2012-07-06 | 1 | -0/+3 |
| | | | This works on java6 but not in java5 | ||||
* | SONAR-3432 Support Regular expressions | David Gageot | 2012-07-06 | 5 | -6/+6 |
| | |||||
* | SONAR-3432 Partially migrate rule param types to new names | David Gageot | 2012-07-06 | 6 | -9/+9 |
| | |||||
* | SONAR-3620 Define a new TEXT widget property type | David Gageot | 2012-07-06 | 1 | -10/+25 |
| | |||||
* | Revert "SONAR-3529 First baby step in providing property sets" | David Gageot | 2012-07-05 | 1 | -35/+3 |
| | | | | This reverts commit b547f32a3de0381e41b2da6cfab1545f7447b315. | ||||
* | Revert "Fix compilation with Java 1.5" | David Gageot | 2012-07-05 | 1 | -2/+2 |
| | | | | This reverts commit b2ae917fef0c1cd678de4350f748e978e866599b. | ||||
* | Fix compilation with Java 1.5 | Evgeny Mandrikov | 2012-07-05 | 1 | -2/+2 |
| | |||||
* | SONAR-3529 First baby step in providing property sets | David Gageot | 2012-07-04 | 1 | -3/+35 |
| | |||||
* | Fix this annoying long test that explains why it takes 5s to stop Sonar | David Gageot | 2012-07-04 | 1 | -104/+66 |
| | |||||
* | Fixes and improvements on H2 migration | David Gageot | 2012-07-04 | 1 | -2/+2 |
| | |||||
* | Replacing Derby with H2 | David Gageot | 2012-07-03 | 3 | -128/+50 |
| | |||||
* | Don't use sleep in unit test | David Gageot | 2012-07-02 | 1 | -5/+8 |
| | |||||
* | Fix test failing on Eclipse | David Gageot | 2012-07-02 | 1 | -20/+37 |
| | |||||
* | Make it impossible to use AbstractDbUnitTestCase for iBatis tests | David Gageot | 2012-06-19 | 2 | -8/+8 |
| | |||||
* | SONAR-3516 Check minimal sonar version required by installed plugins | David Gageot | 2012-06-18 | 2 | -23/+39 |
| | | | | | | Plugin manifest declares the minimal required version of sonar. This version is verified at server startup. It prevents plugins from failing for API incompatibility reasons. Startup fails with a meaningful message. | ||||
* | Remove violations | David Gageot | 2012-06-15 | 1 | -11/+13 |
| | |||||
* | Remove some violations on unit tests | David Gageot | 2012-06-14 | 2 | -7/+14 |
| | | | | | Took the opportunity to migrate some tests to FestAssert. Also removed some duplication | ||||
* | SONAR-3555 Content type is missing on static files provided by plugins | Simon Brandhof | 2012-06-06 | 2 | -8/+54 |
| | |||||
* | Revert useless dependency | Simon Brandhof | 2012-05-28 | 1 | -1/+1 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-25 | 1 | -2/+2 |
| | |||||
* | Dashboards must be registered after filters | Simon Brandhof | 2012-05-25 | 1 | -1/+1 |
| |