aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5795 Move project indexation post job on server sideTeryk Bellahsene2014-10-3113-72/+205
* SONAR-5718 fix sorting when multiple issues on the same lineSimon Brandhof2014-10-312-17/+23
* SONAR-5718 Navigation of issues inside different filesStas Vilchik2014-10-311-2/+22
* SONAR-5718 Better usage of background process UIStas Vilchik2014-10-313-4/+4
* SONAR-5810 Fix migration on MySQLJulien Lancelot2014-10-313-31/+67
* Revert "Improve db migration so that multiple SELECT can be concurrently exec...Julien Lancelot2014-10-312-34/+22
* SONAR-5188 Fix bug when issues are on multiple projectsJulien Lancelot2014-10-313-13/+99
* SONAR-5785 Add languages to the issues WS responseJean-Baptiste Lievremont2014-10-313-3/+21
* Improve db migration so that multiple SELECT can be concurrently executedSimon Brandhof2014-10-312-22/+34
* Refactor ES definition of fieldsSimon Brandhof2014-10-316-178/+73
* SONAR-5718 Fix display of file-level issuesStas Vilchik2014-10-311-2/+12
* SONAR-5718 Fix the old issues pageStas Vilchik2014-10-311-0/+4
* SONAR-5718 Add permalinks for saved filtersStas Vilchik2014-10-314-14/+35
* SONAR-5606 refactor MyBatis configuration of result set scrollingSimon Brandhof2014-10-312-7/+2
* Try to fix error at analysis of SQ (bad class cast)Jean-Baptiste Lievremont2014-10-311-7/+2
* SONAR-5605 Restore mysql client side cursorJulien Lancelot2014-10-311-1/+6
* SONAR-5810 Fix migration when project key does not existsJulien Lancelot2014-10-316-19/+162
* SONAR-5810 fix compatibility with SQLServerSimon Brandhof2014-10-301-1/+1
* SONAR-5806 Invalidate database preview cache after snapshot switch on the ser...Teryk Bellahsene2014-10-306-29/+124
* SONAR-5793 Use TimeProfiler for logs to have duration in compute engineTeryk Bellahsene2014-10-301-4/+5
* SONAR-5810 Migrate issue filters to replace project keys by uuidsJulien Lancelot2014-10-308-4/+328
* Separate project and analysis report concernsTeryk Bellahsene2014-10-3025-222/+134
* SONAR-5530 Synchronize issues by projectJulien Lancelot2014-10-305-21/+169
* Minor refactoringsSimon Brandhof2014-10-305-28/+14
* Temporarily disable IssueAuthorizationDaoTestSimon Brandhof2014-10-301-0/+2
* SONAR-5718 Refactor sticky facet buildingJean-Baptiste Lievremont2014-10-304-77/+132
* SONAR-5718 Add possibility to configure facet size and minimum doc countJean-Baptiste Lievremont2014-10-303-23/+40
* SONAR-5718 Implement the manual selection of facet valuesStas Vilchik2014-10-306-0/+140
* SONAR-5718 Enable facets from queryStas Vilchik2014-10-302-5/+12
* SONAR-5718 Update issues widget in order to support project UUIDStas Vilchik2014-10-302-3/+3
* SONAR-5718 Implement the manual selection of facet valuesStas Vilchik2014-10-304-2/+60
* SONAR-5718 Add a reporter facetStas Vilchik2014-10-302-0/+28
* SoNAR-5292 Return 404 when file does not existsJulien Lancelot2014-10-306-31/+76
* SONAR-5755 Filter on project when searching for last synchronisation for issu...Julien Lancelot2014-10-3017-39/+152
* SONAR-5786 Add reporters to the users array in issue search responseJean-Baptiste Lievremont2014-10-301-0/+1
* SONAR-5657 - Compute Engine - Delete old closed issues from indexTeryk Bellahsene2014-10-308-57/+74
* Indexation of project permission should only be done on the first project ana...Julien Lancelot2014-10-306-43/+70
* SONAR-5747 Make issue facet on component root consistent with issue filterJean-Baptiste Lievremont2014-10-302-2/+2
* SONAR-5718 Do not request page when disable facet witout selected itemsStas Vilchik2014-10-301-3/+11
* SONAR-5718 Add action plan and component facetsStas Vilchik2014-10-306-5/+71
* SONAR-5718 Disable facet when collapse itStas Vilchik2014-10-304-0/+16
* SONAR-5718 Don't allow to choose 'unassigned' and assignee at the same timeStas Vilchik2014-10-302-7/+4
* SONAR-5718 Add an ability to collapse/expand facetsStas Vilchik2014-10-306-14/+50
* SONAR-5687 fix settings of ES clusterSimon Brandhof2014-10-303-9/+11
* SONAR-5792 do not support yes/no values on rails web servicesSimon Brandhof2014-10-304-13/+13
* SONAR-5657 - Delete issues from index when deleting a projectTeryk Bellahsene2014-10-306-20/+86
* SONAR-5755 Add cursor mode when searching for projectJulien Lancelot2014-10-292-36/+47
* SONAR-5718 Add a new issues pageStas Vilchik2014-10-2983-441/+3228
* SONAR-5797 Add an index on the updated_at column of IssuesJulien Lancelot2014-10-291-0/+30
* SONAR-5530 Remove AuthorizedComponentDto now useless with project uuidJulien Lancelot2014-10-2914-147/+51