Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix redirection from issues drilldown when a differential period is enabled | Stas Vilchik | 2014-12-10 | 1 | -5/+3 |
| | |||||
* | SONAR-5919 Add USERS.SCM_ACCOUNTS column | Julien Lancelot | 2014-12-10 | 10 | -7/+264 |
| | |||||
* | Remove useless transaction when doing a local authentication | Julien Lancelot | 2014-12-10 | 1 | -5/+0 |
| | |||||
* | SONAR-5918 Fix user.updated_at value when doing a local auth | Julien Lancelot | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | SONAR-5900 Add api/issues/tags to list tags for facet in UI | Jean-Baptiste Lievremont | 2014-12-10 | 9 | -5/+205 |
| | |||||
* | SONAR-5884 Make it possible to drilldown by issues | Stas Vilchik | 2014-12-10 | 3 | -236/+30 |
| | |||||
* | SONAR-5918 Fix migrations on users : Do not use callbacks because they're ↵ | Julien Lancelot | 2014-12-10 | 4 | -6/+12 |
| | | | | saving dates in long | ||||
* | SONAR-5622 Use an ellipsis on test file name to prevent having a scrollbar | Stas Vilchik | 2014-12-10 | 1 | -0/+1 |
| | |||||
* | SONAR-5884 Add highlighted line to the permalink | Stas Vilchik | 2014-12-10 | 7 | -2/+558 |
| | |||||
* | SONAR-5918 Convert USERS.UPDATED_AT and USERS.CREATED_AT in long | Julien Lancelot | 2014-12-10 | 27 | -144/+349 |
| | |||||
* | Fix DB order in test (failing on Postgres) | Jean-Baptiste Lievremont | 2014-12-10 | 1 | -14/+28 |
| | |||||
* | SONAR-5884 Show error message when no permission to see the source code | Stas Vilchik | 2014-12-10 | 6 | -68/+450 |
| | |||||
* | SONAR-5884 Update measures window | Stas Vilchik | 2014-12-10 | 8 | -538/+592 |
| | |||||
* | SONAR-4624 fix location of label "muted" in the resolution facet | Simon Brandhof | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | SONAR-5899 Show tag facet in issues page (bare implementation) | Jean-Baptiste Lievremont | 2014-12-10 | 2 | -2/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-5.0' | Stas Vilchik | 2014-12-10 | 10 | -18/+48 |
|\ | | | | | | | | | Conflicts: server/sonar-web/src/main/js/tests/e2e/tests/component-viewer-coverage-spec.js | ||||
| * | SONAR-5718 Fix scrolling between issues | Stas Vilchik | 2014-12-10 | 2 | -7/+9 |
| | | |||||
| * | SONAR-5718 Fix sorting of facet items | Stas Vilchik | 2014-12-10 | 2 | -2/+10 |
| | | |||||
| * | SONAR-5877 Improve readability of issues on the same line | Stas Vilchik | 2014-12-10 | 2 | -4/+5 |
| | | |||||
| * | SONAR-5877 Improve consistency of scm tooltips | Stas Vilchik | 2014-12-10 | 4 | -5/+24 |
| | | |||||
| * | Fix component viewer test | Stas Vilchik | 2014-12-10 | 1 | -5/+0 |
| | | |||||
* | | Fix quality flaws | Jean-Baptiste Lievremont | 2014-12-10 | 3 | -11/+39 |
| | | |||||
* | | Fix quality flaws | Stas Vilchik | 2014-12-10 | 3 | -3/+3 |
| | | |||||
* | | SONAR-5899 Use tags in issues queries | Jean-Baptiste Lievremont | 2014-12-10 | 9 | -4/+50 |
| | | |||||
* | | SONAR-5898 Index issue tags | Jean-Baptiste Lievremont | 2014-12-10 | 5 | -7/+32 |
| | | |||||
* | | SONAR-5897 Add migration to copy rule tags over to existing issues | Jean-Baptiste Lievremont | 2014-12-10 | 9 | -2/+554 |
| | | |||||
* | | SONAR-5896 Create database column to hold issue tags | Jean-Baptiste Lievremont | 2014-12-10 | 20 | -10/+56 |
| | | |||||
* | | SONAR-5884 Remove usages of the component viewer | Stas Vilchik | 2014-12-10 | 80 | -2230/+10209 |
| | | |||||
* | | Upgrade to mockito 1.10.10, gson 2.3.1 and jsr305 2.0.3 | Simon Brandhof | 2014-12-09 | 1 | -3/+3 |
| | | |||||
* | | Upgrade to PostgreSQL driver 9.3-1102-jdbc4 | Simon Brandhof | 2014-12-09 | 1 | -1/+1 |
| | | |||||
* | | Upgrade to JUnit 4.12 | Simon Brandhof | 2014-12-09 | 6 | -7/+15 |
| | | |||||
* | | SONAR-4624 new issue resolution "muted" | Simon Brandhof | 2014-12-09 | 8 | -47/+94 |
| | | |||||
* | | fix quality flaws and SRP | Teryk Bellahsene | 2014-12-09 | 8 | -95/+133 |
| | | |||||
* | | Fix computation of JaCoCo coverage of module sonar-process | Simon Brandhof | 2014-12-09 | 1 | -0/+4 |
| | | | | | | | | The shutdown hook of ProcessEntryPoint was manually started by ProcessEntryPointTest but not unregistered from system hooks. It failed when JUnit JVM exited (without crashing build). The side-effect is that JaCoCo fail to export results. | ||||
* | | Upgrade version to 5.1-SNAPSHOT | Eric Hartmann | 2014-12-09 | 31 | -31/+31 |
|/ | |||||
* | Remove System.out introduced in JB's commit | Simon Brandhof | 2014-12-09 | 1 | -2/+0 |
| | |||||
* | Fix quality flaw | Jean-Baptiste Lievremont | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | fix quality flaw | Teryk Bellahsene | 2014-12-09 | 3 | -7/+3 |
| | |||||
* | Fix quality flaws | Jean-Baptiste Lievremont | 2014-12-09 | 8 | -39/+317 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2014-12-09 | 4 | -66/+18 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-12-09 | 4 | -10/+6 |
| | |||||
* | SONAR-5915 Escape project key when loading project referentials | Julien HENRY | 2014-12-09 | 2 | -5/+13 |
| | |||||
* | Remove unused LOGGER in DefaultModuleFileSystem | Simon Brandhof | 2014-12-09 | 1 | -4/+0 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2014-12-09 | 2 | -3/+3 |
| | |||||
* | Fix quality flaw | Simon Brandhof | 2014-12-09 | 1 | -4/+3 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2014-12-09 | 18 | -33/+22 |
| | |||||
* | Automatic merge from branch-4.5 | Jenkins CI | 2014-12-08 | 4 | -18/+23 |
|\ | | | | | | | | | | | | | | | | | * origin/branch-4.5: SSF-24 SQL Injection on Measures page Revert "SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content of Profiles" SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content of Profiles SONAR-5902 Fix preserving of planned=false Update documentation of PostJob extension | ||||
| * | SSF-24 SQL Injection on Measures page | Julien Lancelot | 2014-12-08 | 2 | -13/+14 |
| | | |||||
| * | Revert "SONAR-5844 Profile inheritance is always displaying '0 rules' ↵ | Julien Lancelot | 2014-12-08 | 2 | -14/+13 |
| | | | | | | | | | | | | whatever the content of Profiles" This reverts commit a060b930acec945a80cbecbba92db66e5f859a91. | ||||
| * | SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the ↵ | Julien Lancelot | 2014-12-08 | 2 | -13/+14 |
| | | | | | | | | content of Profiles |