aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9403 Display more information messages when adding new metrics to a ↵Grégoire Aubert2017-07-132-11/+27
| | | | custom graph
* SONAR-9410 Make more obvious that the reset button will only reset the date ↵Grégoire Aubert2017-07-134-4/+4
| | | | on the project activity page
* SONAR-9403 Add a tooltip on the button to show the metric history on the ↵Grégoire Aubert2017-07-131-6/+9
| | | | measures page
* SONAR-9418 Prevent from autozooming on the graph when selecting a date in ↵Grégoire Aubert2017-07-132-15/+10
| | | | the project activity list
* SONAR-9418 Show graph tooltip even if there is no graph dataGrégoire Aubert2017-07-131-4/+1
|
* Change color of the activity events iconsGrégoire Aubert2017-07-131-3/+3
|
* Display missing data on the activity graph preview on the project dashboard pageGrégoire Aubert2017-07-133-12/+23
|
* Fix a bug with the version badges when filtering on an event categoryGrégoire Aubert2017-07-139-185/+698
|
* SONAR-9403 Add information message when selecting a metric to build a custom ↵Grégoire Aubert2017-07-131-4/+11
| | | | graph
* SONAR-9410 Add date selectors to the project activity pageGrégoire Aubert2017-07-1310-18/+194
|
* SONAR-8611 Add shortcuts to project activity page on project dashboardGrégoire Aubert2017-07-136-28/+65
|
* Apply several feedbacksGrégoire Aubert2017-07-1315-56/+70
| | | | | | | | * Fix dates serializing * Prevent clicks on event button to activate the graph tooltip * Throttle part of the zoom graph * Reload history when an analysis is deleted * Fix multiple style flaws
* SONAR-9418 Add tooltips on the project dashboard preview graphGrégoire Aubert2017-07-1317-42/+516
|
* SONAR-9403 Remove history graphs from the measures page and redirect to ↵Grégoire Aubert2017-07-134-215/+11
| | | | project activity custom graph
* SONAR-9403 Replace the measures history graph by a link to the project ↵Grégoire Aubert2017-07-1311-52/+66
| | | | activity page
* SONAR-9403 Filter out leak measures from the available measures of the ↵Grégoire Aubert2017-07-131-1/+2
| | | | project activity custom graph
* SONAR-9403 Show an empty project activity graph instead of a message for ↵Grégoire Aubert2017-07-132-4/+2
| | | | metrics that don't have data
* SONAR-9403 Save custom graph in the localstorage on the project activity pageGrégoire Aubert2017-07-133-11/+35
|
* SONAR-9403 Allow to remove a metric fromt the custom graphGrégoire Aubert2017-07-1318-49/+330
|
* SONAR-9403 Create form to add custom metric on project activity graphGrégoire Aubert2017-07-1323-117/+300
|
* Fix tooltip and events icon styling on project activity pageGrégoire Aubert2017-07-139-16/+119
|
* SONAR-9403 Suport custom graph via url parameters on project activity pageGrégoire Aubert2017-07-1312-38/+148
|
* SONAR-9418 Add analysis events on project activity graph tooltipsGrégoire Aubert2017-07-133-3/+67
|
* SONAR-9415 Click on the graph or on the list to see the matching analysis on ↵Grégoire Aubert2017-07-1310-109/+212
| | | | project activity page
* SONAR-9418 Display tooltips when hovering the project activity graphsGrégoire Aubert2017-07-1330-134/+1488
|
* Fix quality flawGrégoire Aubert2017-07-111-14/+2
|
* SONAR-9505 Projects page design break when coverage is 100.0%Grégoire Aubert2017-07-111-5/+1
|
* Add Web API link back to SonarCloud help popupGrégoire Aubert2017-07-112-0/+17
|
* SONAR-9483 Add language filter and facet sorting when comparing with sonar ↵Grégoire Aubert2017-07-047-3/+21
| | | | way profile
* SONAR-9483 Reset the compareToProfile parameter when an action is done on ↵Grégoire Aubert2017-07-041-2/+5
| | | | the quality profil facet
* SONAR-9483 Add link to the rules and highlight compared quality profilesGrégoire Aubert2017-07-044-6/+63
|
* SONAR-9482 Display the number of missing Sonar Way rules on the QP pageGrégoire Aubert2017-07-0416-222/+1012
|
* SONAR-9482 Rename api getQualityProfiles to seachQualityProfilesGrégoire Aubert2017-07-043-7/+12
|
* SONAR-9402 Add double click to reset the zoom level of the project activity ↵Grégoire Aubert2017-07-041-14/+20
| | | | page graphs
* SONAR-8550 Fix styling issues on FirefoxGrégoire Aubert2017-07-044-6/+8
|
* SONAR-8550 Don't scroll top when doing an action on an eventGrégoire Aubert2017-07-043-4/+15
|
* SONAR-8550 Fix a regression that prevent from creating new versions on ↵Grégoire Aubert2017-07-042-4/+3
| | | | project activity page
* SONAR-9401 Zoom automatically on project activity graphs that don't have ↵Grégoire Aubert2017-07-044-20/+331
| | | | data for the full period
* SONAR-9401 Remove remediation graph on project activity pageGrégoire Aubert2017-07-041-3/+2
|
* Fix project history data loading bug when a graph is saved in localstorageGrégoire Aubert2017-07-0410-40/+67
|
* SONAR-8550 Make the analysis version sticky in the project activity listGrégoire Aubert2017-07-044-34/+114
|
* SONAR-9414 Display a preview of the project activity graph on the project pageGrégoire Aubert2017-07-0422-151/+550
|
* Add missing parameters on first load of project activity listGrégoire Aubert2017-07-041-1/+3
|
* SONAR-8550 Group analyses by version in the project activity listGrégoire Aubert2017-07-047-36/+72
|
* SONAR-9404 Remember last selected project history graphGrégoire Aubert2017-07-048-93/+142
|
* SONAR-9404 Rework the project activity list styleGrégoire Aubert2017-07-0410-82/+97
|
* SONAR-9412 Add event type icon in project activity category selectionGrégoire Aubert2017-07-045-0/+169
|
* Compensate the missing scrollbar when opening a modalGrégoire Aubert2017-07-041-0/+1
|
* SONAR-9402 Add wheel zoom to the project history graphsGrégoire Aubert2017-07-048-105/+167
|
* SONAR-9402 Add basic zooming capabilities to the project history graphsGrégoire Aubert2017-07-047-45/+586
|