aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9402 Add double click to reset the zoom level of the project activity p...Grégoire Aubert2017-07-041-14/+20
* Fix project history data loading bug when a graph is saved in localstorageGrégoire Aubert2017-07-041-1/+1
* SONAR-9414 Display a preview of the project activity graph on the project pageGrégoire Aubert2017-07-041-22/+25
* SONAR-9404 Rework the project activity list styleGrégoire Aubert2017-07-042-0/+80
* SONAR-9412 Add event type icon in project activity category selectionGrégoire Aubert2017-07-041-0/+40
* SONAR-9402 Add wheel zoom to the project history graphsGrégoire Aubert2017-07-042-51/+88
* SONAR-9402 Add basic zooming capabilities to the project history graphsGrégoire Aubert2017-07-042-12/+408
* SONAR-9402 Filter project activity graphs based on date rangeGrégoire Aubert2017-07-041-5/+2
* SONAR-9440 Fix usage of measures/search_history apiGrégoire Aubert2017-07-042-4/+16
* SONAR-9401 Load gradually all projects history events and only at first loadGrégoire Aubert2017-07-041-6/+9
* SONAR-9401 Force the metrics to a defined style on project history graphsGrégoire Aubert2017-07-041-3/+3
* SONAR-9401 Add the coverage graph to the project activity pageGrégoire Aubert2017-07-042-80/+25
* SONAR-9401 Add the overview chart to the project activity pageGrégoire Aubert2017-07-043-0/+332
* SONAR-9424 Show onboarding tutorial on first loginStas Vilchik2017-06-201-0/+37
* upgrade webpack (#2178)Stas Vilchik2017-06-192-2/+2
* SONAR-9302 Display built-in flag on Quality profiles pageStas Vilchik2017-06-142-13/+0
* Fix new flow typed issuesGrégoire Aubert2017-06-1314-16/+16
* SONAR-9254 Move projects facets sorting to the topbar of the projects pageGrégoire Aubert2017-06-092-0/+80
* Move issues type icons to the icons-components folderGrégoire Aubert2017-06-094-12/+18
* SONAR-9256 Update project cards design on the projects pageGrégoire Aubert2017-06-091-4/+5
* SONAR-9245 Create the leak view on projects pageGrégoire Aubert2017-06-093-6/+21
* SONAR-9253 Create an option panel on top of projects pageGrégoire Aubert2017-06-093-0/+127
* drop legacy code from libs/ (#2118)Stas Vilchik2017-05-291-1/+6
* remove avatar for system events on issues changelog popup (#2109)Grégoire Aubert2017-05-262-24/+19
* do not display avatar for "not assigned"Stas Vilchik2017-05-151-8/+9
* apply search feedback (#2054)Stas Vilchik2017-05-111-0/+6
* SONAR-9174 Display issue box on the last line of its primary location (#2047)Stas Vilchik2017-05-117-10/+37
* SONAR-8369 SONAR-8722 Sanitize page titlesGrégoire Aubert2017-05-101-0/+32
* remove unused handlebars helpersStas Vilchik2017-05-101-1/+0
* MMF-661 rework search (#2030)Stas Vilchik2017-05-0920-75/+505
* SONAR-9177 Show a warning when accessing a removed fileGrégoire Aubert2017-05-091-5/+16
* SONAR-8767 Now use sinceLeakPeriod instead of a periodDateGrégoire Aubert2017-05-091-3/+12
* use prettier-css (#2035)Stas Vilchik2017-05-097-10/+18
* SONAR-8908 Check permissions when displaying an issue permalinkStas Vilchik2017-05-093-8/+13
* SONAR-9122 prevent setting a project as private (#2015)Stas Vilchik2017-05-043-12/+78
* SONAR-8982 Fix error message when issue action failsGrégoire Aubert2017-05-037-6/+20
* open file permalinks in new tabStas Vilchik2017-05-024-36/+11
* SONAR-9167 Allow to set a visibility when creating a projectStas Vilchik2017-05-021-0/+77
* SONAR-9164 Display project visibility badgeStas Vilchik2017-05-022-0/+51
* fix rule permalink in workspaceStas Vilchik2017-05-021-1/+1
* SONAR-8854 Prevent ENTER key from closing the error popupGrégoire Aubert2017-05-011-0/+1
* SONAR-9003 Fix Xss vulnerabilityGrégoire Aubert2017-04-281-3/+4
* apply feedback on issues page (part 2) (#1991)Stas Vilchik2017-04-282-1/+4
* do not load all issues for a fileStas Vilchik2017-04-271-13/+58
* upgrade jest (#1981)Stas Vilchik2017-04-2736-452/+874
* apply feedback for issues page (#1980)Stas Vilchik2017-04-2626-385/+205
* SONAR-9063 Add the number of multiple locations on issue box (#1972)Stas Vilchik2017-04-244-5/+53
* SONAR-9067 Display multiple flows in the issues list (#1969)Stas Vilchik2017-04-241-11/+5
* SONAR-9066 Display secondary locations in the issues list (#1965)Stas Vilchik2017-04-2417-784/+371
* SONAR-9065 Display concise issues list when browsing code (#1953)Stas Vilchik2017-04-202-2/+38