| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bad merge | Stas Vilchik | 2014-07-18 | 1 | -160/+0 |
* | Merge remote-tracking branch 'origin/branch-4.4' | Julien Lancelot | 2014-07-17 | 1 | -0/+160 |
|\ |
|
| * | Fix /api/profiles due to missing defaultProfile() method | Julien Lancelot | 2014-07-16 | 1 | -3/+7 |
| * | SONAR-5338 Add stacktrace when test_data measure is used | Julien Lancelot | 2014-07-16 | 1 | -6/+2 |
| * | SONAR-5338 Read test info from the test_data measure | Julien Lancelot | 2014-07-16 | 2 | -5/+86 |
* | | Move sonar-server, sonar-search and sonar-process into sub-dir server/ | Simon Brandhof | 2014-07-10 | 412 | -45961/+0 |
* | | Merge commit 'f1fa4be793dcadbd6628150d24e441c2095e0a54' into HEAD | Jenkins CI | 2014-07-10 | 9 | -183/+243 |
|\| |
|
| * | SONAR-5007 return debt characteristic names in WS responses | Simon Brandhof | 2014-07-10 | 9 | -183/+243 |
* | | Merge commit '46a655cc343aba370396d8af5fbc34d5da668a0a' into HEAD | Jenkins CI | 2014-07-09 | 1 | -1/+0 |
|\| |
|
| * | SONAR-5007 fix bug related to synchronization of rule parameters | Simon Brandhof | 2014-07-07 | 2 | -7/+29 |
| * | SONAR-5007 fix registration of template rules | Simon Brandhof | 2014-07-07 | 1 | -26/+35 |
| * | SONAR-5007 - Fixed hasDebt filter in RuleIndex | Stephane Gamard | 2014-07-07 | 1 | -7/+11 |
| * | SONAR-5007 fix removal of param value | Simon Brandhof | 2014-07-07 | 2 | -25/+21 |
| * | SONAR-5007 fix update of param activation when no default value | Simon Brandhof | 2014-07-07 | 1 | -1/+4 |
| * | Improve exception handling in BaseDao | Simon Brandhof | 2014-07-04 | 1 | -10/+23 |
| * | fix quality flaw (Using production ready timeout value) | Stephane Gamard | 2014-07-04 | 1 | -1/+1 |
| * | fix quality flaw (Throw exception when ES fails within timeout) | Stephane Gamard | 2014-07-04 | 1 | -6/+13 |
| * | Add the possibility to search for all rules (used by SQALE Sunbirst widget) | Julien Lancelot | 2014-07-04 | 1 | -7/+14 |
| * | SONAR-5007 - Fix date-synch for ES Synchronizer when date == null (initial st... | Stephane Gamard | 2014-07-04 | 3 | -6/+6 |
| * | fix quality flaw (removed non necessary try/catch) | Stephane Gamard | 2014-07-04 | 1 | -11/+12 |
| * | SONAR-5007 - Fix date-synch for ES Synchronizer | Stephane Gamard | 2014-07-04 | 1 | -6/+13 |
| * | Fix loading of project DSM in drilldown page | Simon Brandhof | 2014-07-03 | 1 | -0/+4 |
| * | fix quality flaw (possible NPE) | Stephane Gamard | 2014-07-03 | 1 | -1/+1 |
| * | fix quality flaw (possible NPE) | Stephane Gamard | 2014-07-03 | 1 | -9/+12 |
| * | SONAR-5007 - Ignore test for SONAR-5183 | Stephane Gamard | 2014-07-03 | 1 | -16/+25 |
| * | SONAR-5007 - Reverted final modifier for base method because of legacy @Mock | Stephane Gamard | 2014-07-03 | 1 | -7/+7 |
| * | SONAR-5007 - added createdAt and updatedAt fields for ActiveRuleDto | Stephane Gamard | 2014-07-03 | 4 | -13/+42 |
* | | Remove unused QProfileOperations | Simon Brandhof | 2014-07-08 | 4 | -99/+8 |
* | | SONAR-5390 Add parameter to search rules by active severity | Jean-Baptiste Lievremont | 2014-07-08 | 3 | -21/+30 |
* | | SONAR-5007 fix bug related to synchronization of rule parameters | Simon Brandhof | 2014-07-07 | 2 | -7/+29 |
* | | SONAR-5007 fix registration of template rules | Simon Brandhof | 2014-07-07 | 1 | -26/+35 |
* | | SONAR-5007 - Fixed hasDebt filter in RuleIndex | Stephane Gamard | 2014-07-07 | 1 | -7/+11 |
* | | SONAR-4253 Use Coding Rules permalink for RuleMacro instead of old Rails modal | Jean-Baptiste Lievremont | 2014-07-07 | 1 | -1/+1 |
* | | SONAR-5007 fix removal of param value | Simon Brandhof | 2014-07-07 | 2 | -25/+21 |
* | | SONAR-5007 fix update of param activation when no default value | Simon Brandhof | 2014-07-07 | 1 | -1/+4 |
* | | Fix quality flaws | Simon Brandhof | 2014-07-07 | 1 | -1/+0 |
* | | Improve exception handling in BaseDao | Simon Brandhof | 2014-07-04 | 1 | -10/+23 |
* | | fix quality flaw (Using production ready timeout value) | Stephane Gamard | 2014-07-04 | 1 | -1/+1 |
* | | fix quality flaw (Throw exception when ES fails within timeout) | Stephane Gamard | 2014-07-04 | 1 | -6/+13 |
* | | Add the possibility to search for all rules (used by SQALE Sunbirst widget) | Julien Lancelot | 2014-07-04 | 1 | -7/+14 |
* | | SONAR-5007 - Fix date-synch for ES Synchronizer when date == null (initial st... | Stephane Gamard | 2014-07-04 | 3 | -6/+6 |
* | | fix quality flaw (removed non necessary try/catch) | Stephane Gamard | 2014-07-04 | 1 | -11/+12 |
* | | SONAR-5007 - Fix date-synch for ES Synchronizer | Stephane Gamard | 2014-07-04 | 1 | -6/+13 |
* | | Fix loading of project DSM in drilldown page | Simon Brandhof | 2014-07-03 | 1 | -0/+4 |
* | | SONAR-5432 Remove RCI and Weighted issues metrics | Julien Lancelot | 2014-07-03 | 1 | -1/+1 |
* | | fix quality flaw (possible NPE) | Stephane Gamard | 2014-07-03 | 1 | -1/+1 |
* | | fix quality flaw (possible NPE) | Stephane Gamard | 2014-07-03 | 1 | -9/+12 |
* | | SONAR-5007 - Ignore test for SONAR-5183 | Stephane Gamard | 2014-07-03 | 1 | -16/+25 |
* | | SONAR-5007 - Reverted final modifier for base method because of legacy @Mock | Stephane Gamard | 2014-07-03 | 1 | -7/+7 |
* | | SONAR-5007 - added createdAt and updatedAt fields for ActiveRuleDto | Stephane Gamard | 2014-07-03 | 4 | -13/+42 |
|/ |
|