aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
Commit message (Expand)AuthorAgeFilesLines
* Rename project activity graph Overview to IssuesGrégoire Aubert2017-07-2422-50/+59
* make sure all pages fit on minimum widthStas Vilchik2017-07-216-7/+7
* SONAR-9583 Use fixed width layout for navigationStas Vilchik2017-07-2139-866/+1193
* SONAR-9582 Use fixed width layout on administration pagesStas Vilchik2017-07-213-3/+3
* SONAR-9581 Use fixed width layout on Quality Gates pageStas Vilchik2017-07-216-48/+51
* SONAR-9580 Use fixed width layout on Rules pageStas Vilchik2017-07-216-55/+27
* SONAR-9546 Display only the first custom graph as preview on project dashboardGrégoire Aubert2017-07-199-25/+50
* SONAR-9546 Sync tooltips from the two graphsGrégoire Aubert2017-07-1911-268/+478
* SONAR-9546 Allow to create two custom graphs on the project activity pageGrégoire Aubert2017-07-1940-628/+598
* Merge branch 'branch-6.5'Stas Vilchik2017-07-197-133/+199
|\
| * SONAR-9357 support two or more providers (#2259)Stas Vilchik2017-07-187-132/+201
* | replace require.ensure with dymamic import (#2187)Stas Vilchik2017-07-1827-174/+94
* | Automatic merge from branch-6.5ssjenka2017-07-1810-56/+69
|\|
| * SONAR-9403 Display project activity custom graphs on the project dashboard tooGrégoire Aubert2017-07-182-17/+28
| * SONAR-9403 Fix metric translation for plugins metrics on project activity pageGrégoire Aubert2017-07-188-39/+41
* | SONAR-9508 Display worker counter in background tasks pageStas Vilchik2017-07-1710-5/+844
* | upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-17373-1448/+2388
|/
* SONAR-9403 Change style of metrics with no historical data in the custom grap...Grégoire Aubert2017-07-139-28/+134
* SONAR-9403 Display more information messages when adding new metrics to a cus...Grégoire Aubert2017-07-131-11/+25
* SONAR-9410 Make more obvious that the reset button will only reset the date o...Grégoire Aubert2017-07-134-4/+4
* SONAR-9403 Add a tooltip on the button to show the metric history on the meas...Grégoire Aubert2017-07-131-6/+9
* SONAR-9418 Prevent from autozooming on the graph when selecting a date in the...Grégoire Aubert2017-07-132-15/+10
* 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
* 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-1314-56/+69
* SONAR-9418 Add tooltips on the project dashboard preview graphGrégoire Aubert2017-07-1316-42/+513
* SONAR-9403 Remove history graphs from the measures page and redirect to proje...Grégoire Aubert2017-07-134-215/+11
* SONAR-9403 Replace the measures history graph by a link to the project activi...Grégoire Aubert2017-07-1311-52/+66
* SONAR-9403 Filter out leak measures from the available measures of the projec...Grégoire Aubert2017-07-131-1/+2
* SONAR-9403 Show an empty project activity graph instead of a message for metr...Grégoire Aubert2017-07-132-4/+2
* 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-1322-117/+277
* 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
* SONAR-9418 Display tooltips when hovering the project activity graphsGrégoire Aubert2017-07-1328-128/+1438
* 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 wa...Grégoire Aubert2017-07-047-3/+21
* SONAR-9483 Reset the compareToProfile parameter when an action is done on the...Grégoire Aubert2017-07-041-2/+5
* SONAR-9483 Add link to the rules and highlight compared quality profilesGrégoire Aubert2017-07-043-3/+44
* SONAR-9482 Display the number of missing Sonar Way rules on the QP pageGrégoire Aubert2017-07-0416-222/+1012