Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6113 Short-circuit sending of notifications when there are no subscribers | Simon Brandhof | 2015-02-02 | 6 | -13/+150 |
| | |||||
* | SONAR-5789 On DSM, directories with no dependency should be hidden by default | Stas Vilchik | 2015-02-02 | 1 | -0/+1 |
| | |||||
* | SONAR-6034 Add filter on authors and developers | Jean-Baptiste Lievremont | 2015-02-02 | 3 | -1/+43 |
| | |||||
* | SONAR-6074 Add an ability to filter issues by view | Julien Lancelot | 2015-02-02 | 12 | -41/+77 |
| | |||||
* | SONAR-6042 Add tooltips to issue transitions | Stas Vilchik | 2015-02-02 | 1 | -0/+7 |
| | |||||
* | SONAR-6041 apply feedback | Stas Vilchik | 2015-02-02 | 1 | -0/+2 |
| | |||||
* | SONAR-5966 apply feedback | Stas Vilchik | 2015-02-02 | 1 | -0/+1 |
| | |||||
* | SONAR-5473 Fix progressive migration of file_sources.src_hash | Julien HENRY | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | SONAR-5820 open rule permalink in the search interface | Stas Vilchik | 2015-01-29 | 1 | -0/+1 |
| | |||||
* | SONAR-6087 When searching for existing views in db, load them from uuids ↵ | Julien Lancelot | 2015-01-29 | 1 | -1/+1 |
| | | | | found in index instead of loading them all | ||||
* | SONAR-6087 Purge removed Views and Sub-Views Index on each Views analysis | Julien Lancelot | 2015-01-29 | 2 | -2/+2 |
| | |||||
* | Apply code review feedback | Julien Lancelot | 2015-01-29 | 3 | -12/+15 |
| | |||||
* | SONAR-6087 When searching for existing views in db, load them from uuids ↵ | Julien Lancelot | 2015-01-29 | 3 | -19/+51 |
| | | | | found in index instead of loading them all | ||||
* | SONAR-6087 Purge removed Views and Sub-Views Index on each Views analysis | Julien Lancelot | 2015-01-29 | 4 | -3/+50 |
| | |||||
* | SONAR-5345 use new WS parameters | Stas Vilchik | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | SONAR-6088 Remove old preview/h2 mode | Julien HENRY | 2015-01-27 | 8 | -1055/+5 |
| | |||||
* | SONAR-6085 Index "real" projects in Views index | Julien Lancelot | 2015-01-27 | 2 | -4/+5 |
| | |||||
* | SONAR-6085 Create Views Index | Julien Lancelot | 2015-01-27 | 7 | -21/+48 |
| | |||||
* | SONAR-6053 Add tooltips over issue severity, status and resolution facets in ↵ | Stas Vilchik | 2015-01-26 | 1 | -0/+18 |
| | | | | Issues page | ||||
* | SONAR-5904 New directory facet on Issues page | Stas Vilchik | 2015-01-26 | 1 | -0/+1 |
| | |||||
* | SONAR-6041 apply feedback | Stas Vilchik | 2015-01-26 | 1 | -1/+1 |
| | |||||
* | SONAR-5077 Add default value | Julien HENRY | 2015-01-26 | 1 | -0/+1 |
| | |||||
* | Remove useless join | Julien Lancelot | 2015-01-26 | 1 | -1/+0 |
| | |||||
* | SONAR-4624 rename labels of issue transitions | Simon Brandhof | 2015-01-26 | 1 | -3/+3 |
| | | | | | | * "Resolve" -> "Resolve as fixed" * "False-Positive" -> "Resolve as false positive" * "Won't fix" -> "Resovle as won't fix" | ||||
* | delete component ids from the issues table | Teryk Bellahsene | 2015-01-26 | 54 | -560/+526 |
| | |||||
* | SONAR-5077 Rename property to enable indexation of all files | Julien HENRY | 2015-01-26 | 1 | -25/+38 |
| | |||||
* | SONAR-6041 update search categories | Stas Vilchik | 2015-01-26 | 1 | -0/+1 |
| | |||||
* | SONAR-6041 update nav | Stas Vilchik | 2015-01-26 | 1 | -0/+1 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-01-23 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-01-23 | 4 | -2/+26 |
| | |||||
* | SONAR-6013 Return severity, manualSeverity and creationDate | Julien Lancelot | 2015-01-23 | 2 | -0/+14 |
| | |||||
* | issues - add component and project uuids to issues table | Teryk Bellahsene | 2015-01-23 | 23 | -70/+190 |
| | |||||
* | SONAR-3499 do not update tags when issues are unchanged | Simon Brandhof | 2015-01-23 | 2 | -2/+2 |
| | |||||
* | SONAR-6083 Server OutOfMemory error with preview analysis mode | Simon Brandhof | 2015-01-22 | 2 | -29/+19 |
| | |||||
* | SONAR-4624 rename issue transition "mute" to "wontfix" and resolution ↵ | Simon Brandhof | 2015-01-22 | 3 | -18/+18 |
| | | | | "MUTED" to "WONTFIX" | ||||
* | SONAR-6013 Return overriddenSeverity instead of severity and do not return ↵ | Julien Lancelot | 2015-01-22 | 2 | -18/+28 |
| | | | | anymore assigneeLogin | ||||
* | SONAR-6013 Return manual rules in /batch/project to be able to handle manual ↵ | Julien Lancelot | 2015-01-22 | 2 | -27/+0 |
| | | | | issues | ||||
* | Fix compatibility of tests with mysql and postgresql | Simon Brandhof | 2015-01-22 | 3 | -12/+21 |
| | | | | The schema used by dbunit is badly set. It should not be the db login on mysql and postgresql. | ||||
* | Speed-up tests with Oracle | Simon Brandhof | 2015-01-22 | 3 | -3/+13 |
| | |||||
* | Attempt to speed-up Oracle tests | Simon Brandhof | 2015-01-21 | 1 | -0/+2 |
| | |||||
* | Fix compatibility of tests with mssql | Simon Brandhof | 2015-01-21 | 1 | -4/+10 |
| | |||||
* | Fix typo in CHARACTERISTICS table of dbunit tests | Simon Brandhof | 2015-01-21 | 3 | -6/+6 |
| | |||||
* | New attempt to speed-up db tests | Simon Brandhof | 2015-01-21 | 1 | -3/+23 |
| | | | | TRUNCATE is slow, even of empty tables, so it must be executed only if count(*)>0 | ||||
* | Revert "Attempt to speed-up db tests on non-H2" | Simon Brandhof | 2015-01-21 | 1 | -1/+1 |
| | | | | This reverts commit d68baaa507dab20580ddee148a87d2970a1a716e. | ||||
* | Attempt to speed-up db tests on non-H2 | Simon Brandhof | 2015-01-21 | 1 | -1/+1 |
| | | | | Replace TRUNCATE requests by DELETE FROM | ||||
* | SONAR-5820/SONAR-5987 Ability to filter rules that are active in a quality ↵ | Stas Vilchik | 2015-01-21 | 1 | -1/+1 |
| | | | | profile | ||||
* | Read line hashes in streaming | Julien Lancelot | 2015-01-21 | 2 | -29/+89 |
| | |||||
* | Fix compatibility of SourceLineResultSetIterator with past/future formats of ↵ | Simon Brandhof | 2015-01-21 | 1 | -1/+0 |
| | | | | FILE_SOURCES.DATA | ||||
* | SONAR-6012 Replace componentPath by componentKey | Julien Lancelot | 2015-01-21 | 2 | -8/+8 |
| | |||||
* | SONAR-5960 SONAR-5906 guess author and assignee of new issues | Simon Brandhof | 2015-01-21 | 2 | -0/+50 |
| |