aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix redirection from issues drilldown when a differential period is enabledStas Vilchik2014-12-101-5/+3
|
* SONAR-5919 Add USERS.SCM_ACCOUNTS columnJulien Lancelot2014-12-1010-7/+264
|
* Remove useless transaction when doing a local authenticationJulien Lancelot2014-12-101-5/+0
|
* SONAR-5918 Fix user.updated_at value when doing a local authJulien Lancelot2014-12-101-1/+1
|
* SONAR-5900 Add api/issues/tags to list tags for facet in UIJean-Baptiste Lievremont2014-12-109-5/+205
|
* SONAR-5884 Make it possible to drilldown by issuesStas Vilchik2014-12-103-236/+30
|
* SONAR-5918 Fix migrations on users : Do not use callbacks because they're ↵Julien Lancelot2014-12-104-6/+12
| | | | saving dates in long
* SONAR-5622 Use an ellipsis on test file name to prevent having a scrollbarStas Vilchik2014-12-101-0/+1
|
* SONAR-5884 Add highlighted line to the permalinkStas Vilchik2014-12-107-2/+558
|
* SONAR-5918 Convert USERS.UPDATED_AT and USERS.CREATED_AT in longJulien Lancelot2014-12-1027-144/+349
|
* Fix DB order in test (failing on Postgres)Jean-Baptiste Lievremont2014-12-101-14/+28
|
* SONAR-5884 Show error message when no permission to see the source codeStas Vilchik2014-12-106-68/+450
|
* SONAR-5884 Update measures windowStas Vilchik2014-12-108-538/+592
|
* SONAR-4624 fix location of label "muted" in the resolution facetSimon Brandhof2014-12-101-1/+1
|
* SONAR-5899 Show tag facet in issues page (bare implementation)Jean-Baptiste Lievremont2014-12-102-2/+3
|
* Merge remote-tracking branch 'origin/branch-5.0'Stas Vilchik2014-12-1010-18/+48
|\ | | | | | | | | Conflicts: server/sonar-web/src/main/js/tests/e2e/tests/component-viewer-coverage-spec.js
| * SONAR-5718 Fix scrolling between issuesStas Vilchik2014-12-102-7/+9
| |
| * SONAR-5718 Fix sorting of facet itemsStas Vilchik2014-12-102-2/+10
| |
| * SONAR-5877 Improve readability of issues on the same lineStas Vilchik2014-12-102-4/+5
| |
| * SONAR-5877 Improve consistency of scm tooltipsStas Vilchik2014-12-104-5/+24
| |
| * Fix component viewer testStas Vilchik2014-12-101-5/+0
| |
* | Fix quality flawsJean-Baptiste Lievremont2014-12-103-11/+39
| |
* | Fix quality flawsStas Vilchik2014-12-103-3/+3
| |
* | SONAR-5899 Use tags in issues queriesJean-Baptiste Lievremont2014-12-109-4/+50
| |
* | SONAR-5898 Index issue tagsJean-Baptiste Lievremont2014-12-105-7/+32
| |
* | SONAR-5897 Add migration to copy rule tags over to existing issuesJean-Baptiste Lievremont2014-12-109-2/+554
| |
* | SONAR-5896 Create database column to hold issue tagsJean-Baptiste Lievremont2014-12-1020-10/+56
| |
* | SONAR-5884 Remove usages of the component viewerStas Vilchik2014-12-1080-2230/+10209
| |
* | Upgrade to mockito 1.10.10, gson 2.3.1 and jsr305 2.0.3Simon Brandhof2014-12-091-3/+3
| |
* | Upgrade to PostgreSQL driver 9.3-1102-jdbc4Simon Brandhof2014-12-091-1/+1
| |
* | Upgrade to JUnit 4.12Simon Brandhof2014-12-096-7/+15
| |
* | SONAR-4624 new issue resolution "muted"Simon Brandhof2014-12-098-47/+94
| |
* | fix quality flaws and SRPTeryk Bellahsene2014-12-098-95/+133
| |
* | Fix computation of JaCoCo coverage of module sonar-processSimon Brandhof2014-12-091-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-SNAPSHOTEric Hartmann2014-12-0931-31/+31
|/
* Remove System.out introduced in JB's commitSimon Brandhof2014-12-091-2/+0
|
* Fix quality flawJean-Baptiste Lievremont2014-12-091-1/+1
|
* fix quality flawTeryk Bellahsene2014-12-093-7/+3
|
* Fix quality flawsJean-Baptiste Lievremont2014-12-098-39/+317
|
* Fix quality flawsJulien Lancelot2014-12-094-66/+18
|
* Fix some quality flawsJulien HENRY2014-12-094-10/+6
|
* SONAR-5915 Escape project key when loading project referentialsJulien HENRY2014-12-092-5/+13
|
* Remove unused LOGGER in DefaultModuleFileSystemSimon Brandhof2014-12-091-4/+0
|
* Fix quality flawsSimon Brandhof2014-12-092-3/+3
|
* Fix quality flawSimon Brandhof2014-12-091-4/+3
|
* Fix quality flawsJulien Lancelot2014-12-0918-33/+22
|
* Automatic merge from branch-4.5Jenkins CI2014-12-084-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 pageJulien Lancelot2014-12-082-13/+14
| |
| * Revert "SONAR-5844 Profile inheritance is always displaying '0 rules' ↵Julien Lancelot2014-12-082-14/+13
| | | | | | | | | | | | whatever the content of Profiles" This reverts commit a060b930acec945a80cbecbba92db66e5f859a91.
| * SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the ↵Julien Lancelot2014-12-082-13/+14
| | | | | | | | content of Profiles