summaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6113 Short-circuit sending of notifications when there are no subscribersSimon Brandhof2015-02-026-13/+150
|
* SONAR-5789 On DSM, directories with no dependency should be hidden by defaultStas Vilchik2015-02-021-0/+1
|
* SONAR-6034 Add filter on authors and developersJean-Baptiste Lievremont2015-02-023-1/+43
|
* SONAR-6074 Add an ability to filter issues by viewJulien Lancelot2015-02-0212-41/+77
|
* SONAR-6042 Add tooltips to issue transitionsStas Vilchik2015-02-021-0/+7
|
* SONAR-6041 apply feedbackStas Vilchik2015-02-021-0/+2
|
* SONAR-5966 apply feedbackStas Vilchik2015-02-021-0/+1
|
* SONAR-5473 Fix progressive migration of file_sources.src_hashJulien HENRY2015-01-301-1/+1
|
* SONAR-5820 open rule permalink in the search interfaceStas Vilchik2015-01-291-0/+1
|
* SONAR-6087 When searching for existing views in db, load them from uuids ↵Julien Lancelot2015-01-291-1/+1
| | | | found in index instead of loading them all
* SONAR-6087 Purge removed Views and Sub-Views Index on each Views analysisJulien Lancelot2015-01-292-2/+2
|
* Apply code review feedbackJulien Lancelot2015-01-293-12/+15
|
* SONAR-6087 When searching for existing views in db, load them from uuids ↵Julien Lancelot2015-01-293-19/+51
| | | | found in index instead of loading them all
* SONAR-6087 Purge removed Views and Sub-Views Index on each Views analysisJulien Lancelot2015-01-294-3/+50
|
* SONAR-5345 use new WS parametersStas Vilchik2015-01-281-1/+1
|
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-278-1055/+5
|
* SONAR-6085 Index "real" projects in Views indexJulien Lancelot2015-01-272-4/+5
|
* SONAR-6085 Create Views IndexJulien Lancelot2015-01-277-21/+48
|
* SONAR-6053 Add tooltips over issue severity, status and resolution facets in ↵Stas Vilchik2015-01-261-0/+18
| | | | Issues page
* SONAR-5904 New directory facet on Issues pageStas Vilchik2015-01-261-0/+1
|
* SONAR-6041 apply feedbackStas Vilchik2015-01-261-1/+1
|
* SONAR-5077 Add default valueJulien HENRY2015-01-261-0/+1
|
* Remove useless joinJulien Lancelot2015-01-261-1/+0
|
* SONAR-4624 rename labels of issue transitionsSimon Brandhof2015-01-261-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 tableTeryk Bellahsene2015-01-2654-560/+526
|
* SONAR-5077 Rename property to enable indexation of all filesJulien HENRY2015-01-261-25/+38
|
* SONAR-6041 update search categoriesStas Vilchik2015-01-261-0/+1
|
* SONAR-6041 update navStas Vilchik2015-01-261-0/+1
|
* Fix quality flawsSimon Brandhof2015-01-231-1/+1
|
* Fix quality flawsJulien Lancelot2015-01-234-2/+26
|
* SONAR-6013 Return severity, manualSeverity and creationDateJulien Lancelot2015-01-232-0/+14
|
* issues - add component and project uuids to issues tableTeryk Bellahsene2015-01-2323-70/+190
|
* SONAR-3499 do not update tags when issues are unchangedSimon Brandhof2015-01-232-2/+2
|
* SONAR-6083 Server OutOfMemory error with preview analysis modeSimon Brandhof2015-01-222-29/+19
|
* SONAR-4624 rename issue transition "mute" to "wontfix" and resolution ↵Simon Brandhof2015-01-223-18/+18
| | | | "MUTED" to "WONTFIX"
* SONAR-6013 Return overriddenSeverity instead of severity and do not return ↵Julien Lancelot2015-01-222-18/+28
| | | | anymore assigneeLogin
* SONAR-6013 Return manual rules in /batch/project to be able to handle manual ↵Julien Lancelot2015-01-222-27/+0
| | | | issues
* Fix compatibility of tests with mysql and postgresqlSimon Brandhof2015-01-223-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 OracleSimon Brandhof2015-01-223-3/+13
|
* Attempt to speed-up Oracle testsSimon Brandhof2015-01-211-0/+2
|
* Fix compatibility of tests with mssqlSimon Brandhof2015-01-211-4/+10
|
* Fix typo in CHARACTERISTICS table of dbunit testsSimon Brandhof2015-01-213-6/+6
|
* New attempt to speed-up db testsSimon Brandhof2015-01-211-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 Brandhof2015-01-211-1/+1
| | | | This reverts commit d68baaa507dab20580ddee148a87d2970a1a716e.
* Attempt to speed-up db tests on non-H2Simon Brandhof2015-01-211-1/+1
| | | | Replace TRUNCATE requests by DELETE FROM
* SONAR-5820/SONAR-5987 Ability to filter rules that are active in a quality ↵Stas Vilchik2015-01-211-1/+1
| | | | profile
* Read line hashes in streamingJulien Lancelot2015-01-212-29/+89
|
* Fix compatibility of SourceLineResultSetIterator with past/future formats of ↵Simon Brandhof2015-01-211-1/+0
| | | | FILE_SOURCES.DATA
* SONAR-6012 Replace componentPath by componentKeyJulien Lancelot2015-01-212-8/+8
|
* SONAR-5960 SONAR-5906 guess author and assignee of new issuesSimon Brandhof2015-01-212-0/+50
|