Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hasnext() should not call doNext() when iterator already closed | Julien Lancelot | 2015-04-07 | 2 | -0/+34 |
| | |||||
* | Enable experimental pull request analysis feature | Julien HENRY | 2015-04-07 | 1 | -1/+11 |
| | |||||
* | Apply feedback from PR | Jean-Baptiste Lievremont | 2015-04-03 | 2 | -5/+5 |
| | |||||
* | SONAR-6301 WS to copy a quality profile | Jean-Baptiste Lievremont | 2015-04-03 | 4 | -7/+169 |
| | |||||
* | SONAR-6302 WS to rename a quality profile | Jean-Baptiste Lievremont | 2015-04-03 | 3 | -0/+219 |
| | |||||
* | SONAR-6299 WS to delete a quality profile | Jean-Baptiste Lievremont | 2015-04-03 | 5 | -1/+318 |
| | |||||
* | SONAR-6348 Property sonar.path.temp is ignored by Ruby on Rails application | Simon Brandhof | 2015-04-03 | 3 | -11/+29 |
| | |||||
* | ignore screenshots from tests | Stas Vilchik | 2015-04-03 | 1 | -1/+1 |
| | |||||
* | SONAR-5921 Apply feedback from tests | Jean-Baptiste Lievremont | 2015-04-03 | 4 | -3/+45 |
| | |||||
* | SONAR-5921 WS to list project/profile associations | Jean-Baptiste Lievremont | 2015-04-03 | 14 | -1/+627 |
| | |||||
* | SONAR-6331 prepare for detailed panels | Stas Vilchik | 2015-04-03 | 12 | -51/+175 |
| | |||||
* | fix quality flaws | Stas Vilchik | 2015-04-03 | 3 | -49/+48 |
| | |||||
* | Don't fail but only display a warning when a CodeColorizer is buggy | Julien HENRY | 2015-04-03 | 1 | -1/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-5.1' | Eric Hartmann | 2015-04-03 | 0 | -0/+0 |
|\ | |||||
| * | Update version to 5.1.1-SNAPSHOT | Sonartech | 2015-04-02 | 31 | -31/+31 |
| | | |||||
| * | Release 5.15.1 | Sonartech | 2015-04-02 | 31 | -31/+31 |
| | | |||||
* | | Fix quality flaws in API | Simon Brandhof | 2015-04-03 | 28 | -74/+32 |
| | | |||||
* | | Introduce WsAction interface for WsActions in server module | Jean-Baptiste Lievremont | 2015-04-03 | 7 | -24/+44 |
| | | |||||
* | | Pull define(...) method into a dedicated interface | Jean-Baptiste Lievremont | 2015-04-03 | 8 | -20/+45 |
| | | |||||
* | | Add more details when there is a failure to store highlighting | Julien HENRY | 2015-04-03 | 1 | -1/+8 |
| | | |||||
* | | Disable parallel build on travis - unstable tests | Simon Brandhof | 2015-04-02 | 1 | -1/+1 |
| | | |||||
* | | Enable parallel build in travis | Simon Brandhof | 2015-04-02 | 1 | -1/+1 |
| | | |||||
* | | Complete comment on disabled gmaven-plugin-plugin | Simon Brandhof | 2015-04-02 | 1 | -3/+4 |
| | | |||||
* | | make web tests timezone-proof | Stas Vilchik | 2015-04-02 | 2 | -2/+2 |
| | | |||||
* | | fix bad css | Stas Vilchik | 2015-04-02 | 1 | -1/+1 |
| | | |||||
* | | Disable random timezone in tests as gmaven-plugin does not support parallel ↵ | Simon Brandhof | 2015-04-02 | 1 | -3/+16 |
| | | | | | | | | builds | ||||
* | | Use random timezone when executing tests from maven | Simon Brandhof | 2015-04-02 | 10 | -30/+65 |
| | | | | | | | | This allows to fail-fast if a test is heavily coupled with local timezone. | ||||
* | | Add missing field on JSON example response | Fabrice Bellingard | 2015-04-02 | 1 | -0/+2 |
| | | |||||
* | | SONAR-6277 Replace ReportStream by CloseableIterator and remove FileStream ↵ | Julien Lancelot | 2015-04-02 | 11 | -401/+129 |
| | | | | | | | | (IOUtils.lineIterator should be used instead) | ||||
* | | SONAR-6215 make it possible to resize the workspace window | Stas Vilchik | 2015-04-02 | 4 | -25/+56 |
| | | |||||
* | | drop unused ruby code | Stas Vilchik | 2015-04-02 | 6 | -143/+7 |
| | | |||||
* | | SONAR-6331 better display of just analyzed projects | Stas Vilchik | 2015-04-02 | 4 | -4/+12 |
| | | |||||
* | | make the test timezone-proof | Stas Vilchik | 2015-04-02 | 1 | -1/+1 |
| | | |||||
* | | remove dashboard2 prototype | Stas Vilchik | 2015-04-02 | 21 | -1123/+0 |
| | | |||||
* | | Remove coupling of IssueIndexTest with local timezone | Simon Brandhof | 2015-04-02 | 1 | -26/+33 |
| | | |||||
* | | SONAR-6300 Fix WS descriptions | Jean-Baptiste Lievremont | 2015-04-02 | 4 | -49/+55 |
| | | |||||
* | | Fix usage of clob.free() on MsSQL | Julien Lancelot | 2015-04-02 | 1 | -1/+9 |
| | | |||||
* | | SONAR-6294 Update response example, only write active rule count when needed | Jean-Baptiste Lievremont | 2015-04-02 | 2 | -11/+14 |
| | | |||||
* | | Call Clob.free() to reduce memory consumption | Julien Lancelot | 2015-04-02 | 1 | -1/+3 |
| | | |||||
* | | SONAR-6319 Another perf improvement | Julien HENRY | 2015-04-01 | 2 | -5/+6 |
| | | |||||
* | | Automatic merge from branch-5.1 | Jenkins CI | 2015-04-01 | 6 | -63/+99 |
|\| | | | | | | | | | | | * origin/branch-5.1: Fix issue when permission is set only on user fix select2 in rule bulk change | ||||
| * | Fix issue when permission is set only on user | Julien Lancelot | 2015-04-01 | 6 | -63/+99 |
| | | |||||
| * | fix select2 in rule bulk change | Stas Vilchik | 2015-04-01 | 1 | -1/+2 |
| | | |||||
* | | remove unused ror templates | Stas Vilchik | 2015-04-01 | 5 | -126/+0 |
| | | |||||
* | | SONAR-6319 Fix perf regression for highlighting | Julien HENRY | 2015-04-01 | 3 | -34/+36 |
| | | |||||
* | | remove some unused code, fix quality flaws | Stas Vilchik | 2015-04-01 | 3 | -302/+141 |
| | | |||||
* | | Restore some tests | Julien Lancelot | 2015-04-01 | 1 | -0/+207 |
| | | |||||
* | | SONAR-6277 Add File source in report | Julien Lancelot | 2015-04-01 | 12 | -154/+462 |
| | | |||||
* | | fix quality flaws | Stas Vilchik | 2015-04-01 | 1 | -1/+3 |
| | | |||||
* | | Add missing line to clearly separate properties | Fabrice Bellingard | 2015-04-01 | 1 | -0/+1 |
| | |