aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-11885 Add Hotspots to Overview pageGrégoire Aubert2019-04-2325-177/+2017
| | | | | | | | * Update Measures links on Overview page * Add tooltips to the issues and metrics on the Overview page * Move activity page links on the Overview page * Add tests for untested components * Add bugs and vulnerabilities graphs on overview page
* SONAR-11886 Highlight Hotspots in issues pageGrégoire Aubert2019-04-2338-146/+933
| | | | | | | | | | | | | * Update see rule button style in issues * Update selected and hover styling of concise issues * Update issues selected and hover styling * Issues type facet don't filter out hotspots by default anymore * Update issue box styling for hotspots * Automatically open severity & standard facet based on the issue type * Add security hotspots newsbox on issues page * Update clear icon and close buttons * Allow to dismiss hotspots newsbox on issues page * Display help tooltip on hotspots entry of the types facet
* SONAR-11856 Display true pull request target instead of baseGrégoire Aubert2019-04-2322-286/+348
|
* SONARCLOUD-593 Display correctly when coverage is missing in homepage dataGrégoire Aubert2019-04-164-19/+46
|
* SONARCLOUD-597 move SonarCloud terms&conditions outside SonarQubeSimon Brandhof2019-04-161-0/+0
|
* SONARCLOUD-597 New version of Terms & ConditionsSimon Brandhof2019-04-161-0/+0
|
* SONAR-11956 Update yarn.lockGrégoire Aubert2019-04-151-18/+1
|
* SONAR-11952 Fix measure graph zoom issueWouter Admiraal2019-04-122-7/+2
|
* SONAR-11956 Correct TOC parsing logic, always show sticky TOC for pagesGrégoire Aubert2019-04-1210-329/+11
|
* SONARCLOUD-520 change location of homepage data fileSimon Brandhof2019-04-115-14/+104
|
* SONAR-11734 Guard against missing language pluginsWouter Admiraal2019-04-084-7/+350
|
* SONAR-11762 Fix wrapping issue on Chrome on WindowsWouter Admiraal2019-04-081-1/+1
|
* SONAR-11793 Always enable the use of Google Analytics if ↵Wouter Admiraal2019-04-081-1/+1
| | | | 'sonar.analytics.trackingId' is provided
* Add missing tests for componentsWouter Admiraal2019-04-082-0/+636
|
* Add some more coverageGrégoire Aubert2019-04-0415-50/+790
|
* SONARCLOUD-497 Remove Atom logo from homepageFabrice Bellingard2019-04-011-86/+108
|
* Update yarn locks filesGrégoire Aubert2019-03-291-3994/+3416
|
* Improve front end local build timeGrégoire Aubert2019-03-294-17/+27
|
* Use same build stats reporter for all modulesGrégoire Aubert2019-03-292-27/+31
|
* Update prettier to last versionGrégoire Aubert2019-03-29126-1374/+3889
| | | | * Prettier format all modules
* Update webpack dependenciesGrégoire Aubert2019-03-295-27/+29
|
* Update jest and enzymeGrégoire Aubert2019-03-2913-19/+23
| | | | * Update jest snapshots
* Update React, Typescript and Eslint dependenciesGrégoire Aubert2019-03-2932-366/+609
| | | | | | * Fix ts and eslint issues * Drop forSingleOrganization * Update Typscript on extensions
* Update code formattingWouter Admiraal2019-03-291-13/+14
|
* Fix potential bug in MetaQualityProfiles, add testsWouter Admiraal2019-03-293-5/+194
|
* Add tests for untested componentsWouter Admiraal2019-03-2913-17/+1364
|
* Remove dead codeWouter Admiraal2019-03-291-34/+0
|
* Unwrap the projectStatus property from the /api/qualitygates/project_status WSWouter Admiraal2019-03-295-28/+26
| | | | | Instead of continuously unwrapping this property from the payload in calling code, immediately use it when receving the result from the API call.
* Prevent DocTooltip's setState() from being called if not mountedWouter Admiraal2019-03-291-2/+9
|
* SONAR-10994 Connect ComponentContainer component to new branch storeWouter Admiraal2019-03-293-64/+108
|
* SONAR-10994 Connect ReviewApp component to new branch storeWouter Admiraal2019-03-294-14/+485
|
* SONAR-10994 Connect BranchStatus component to new branch storeWouter Admiraal2019-03-298-25/+43
|
* SONAR-10994 Add new branch storeWouter Admiraal2019-03-297-4/+255
|
* Use new mocks in branch helper testsWouter Admiraal2019-03-292-57/+45
|
* Introduce new T.Dict<T> type constructorWouter Admiraal2019-03-29142-254/+232
|
* SONAR-11867, SSF-74 Fix XSS in project links on account/projectsWouter Admiraal2019-03-298-69/+110
|
* SONAR-11681 Add loader for issue listJeremy Davis2019-03-266-9/+286
|
* Add tests for untested componentsWouter Admiraal2019-03-2630-54/+2220
|
* Split mocks for CurrentUser and LoggedInUserWouter Admiraal2019-03-2613-27/+38
|
* SONAR-11749 Add Jump to content links for assistive technology usersWouter Admiraal2019-03-2641-19/+629
|
* SONAR-11764 Make Rating components accessibleWouter Admiraal2019-03-265-4/+94
|
* SONAR-11713 Change chunk filenames delimiterGrégoire Aubert2019-03-191-1/+4
|
* SONAR-11669 Fix duplicates entries in component tree when using Show more linkGrégoire Aubert2019-03-191-0/+1
|
* SONAR-11631 Replace codePeriodVersion with buildString (frontend)Wouter Admiraal2019-03-194-10/+45
|
* SONAR-11668 Jump to measures list view from dashboardJeremy Davis2019-03-187-58/+130
|
* SONARCLOUD-456 Update screenshot for marketing pageJeremy Davis2019-03-185-1/+45
|
* SONAR-11776 Quality Gate failure conditions should be sortedDuarte Meneses2019-03-111-2/+3
|
* SONAR-11704 Update Bitbucket Cloud widgetsWouter Admiraal2019-03-111-8/+10
|
* SONAR-11726 Add documentation suggestions for new PR overviewWouter Admiraal2019-03-111-1/+4
|
* SONAR-11724 Remove Leak Period logic from code navigatorWouter Admiraal2019-03-118-131/+29
|