Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-11885 Add Hotspots to Overview page | Grégoire Aubert | 2019-04-23 | 25 | -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 page | Grégoire Aubert | 2019-04-23 | 38 | -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 base | Grégoire Aubert | 2019-04-23 | 22 | -286/+348 | |
| | ||||||
* | SONARCLOUD-593 Display correctly when coverage is missing in homepage data | Grégoire Aubert | 2019-04-16 | 4 | -19/+46 | |
| | ||||||
* | SONARCLOUD-597 move SonarCloud terms&conditions outside SonarQube | Simon Brandhof | 2019-04-16 | 1 | -0/+0 | |
| | ||||||
* | SONARCLOUD-597 New version of Terms & Conditions | Simon Brandhof | 2019-04-16 | 1 | -0/+0 | |
| | ||||||
* | SONAR-11956 Update yarn.lock | Grégoire Aubert | 2019-04-15 | 1 | -18/+1 | |
| | ||||||
* | SONAR-11952 Fix measure graph zoom issue | Wouter Admiraal | 2019-04-12 | 2 | -7/+2 | |
| | ||||||
* | SONAR-11956 Correct TOC parsing logic, always show sticky TOC for pages | Grégoire Aubert | 2019-04-12 | 10 | -329/+11 | |
| | ||||||
* | SONARCLOUD-520 change location of homepage data file | Simon Brandhof | 2019-04-11 | 5 | -14/+104 | |
| | ||||||
* | SONAR-11734 Guard against missing language plugins | Wouter Admiraal | 2019-04-08 | 4 | -7/+350 | |
| | ||||||
* | SONAR-11762 Fix wrapping issue on Chrome on Windows | Wouter Admiraal | 2019-04-08 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11793 Always enable the use of Google Analytics if ↵ | Wouter Admiraal | 2019-04-08 | 1 | -1/+1 | |
| | | | | 'sonar.analytics.trackingId' is provided | |||||
* | Add missing tests for components | Wouter Admiraal | 2019-04-08 | 2 | -0/+636 | |
| | ||||||
* | Add some more coverage | Grégoire Aubert | 2019-04-04 | 15 | -50/+790 | |
| | ||||||
* | SONARCLOUD-497 Remove Atom logo from homepage | Fabrice Bellingard | 2019-04-01 | 1 | -86/+108 | |
| | ||||||
* | Update yarn locks files | Grégoire Aubert | 2019-03-29 | 1 | -3994/+3416 | |
| | ||||||
* | Improve front end local build time | Grégoire Aubert | 2019-03-29 | 4 | -17/+27 | |
| | ||||||
* | Use same build stats reporter for all modules | Grégoire Aubert | 2019-03-29 | 2 | -27/+31 | |
| | ||||||
* | Update prettier to last version | Grégoire Aubert | 2019-03-29 | 126 | -1374/+3889 | |
| | | | | * Prettier format all modules | |||||
* | Update webpack dependencies | Grégoire Aubert | 2019-03-29 | 5 | -27/+29 | |
| | ||||||
* | Update jest and enzyme | Grégoire Aubert | 2019-03-29 | 13 | -19/+23 | |
| | | | | * Update jest snapshots | |||||
* | Update React, Typescript and Eslint dependencies | Grégoire Aubert | 2019-03-29 | 32 | -366/+609 | |
| | | | | | | * Fix ts and eslint issues * Drop forSingleOrganization * Update Typscript on extensions | |||||
* | Update code formatting | Wouter Admiraal | 2019-03-29 | 1 | -13/+14 | |
| | ||||||
* | Fix potential bug in MetaQualityProfiles, add tests | Wouter Admiraal | 2019-03-29 | 3 | -5/+194 | |
| | ||||||
* | Add tests for untested components | Wouter Admiraal | 2019-03-29 | 13 | -17/+1364 | |
| | ||||||
* | Remove dead code | Wouter Admiraal | 2019-03-29 | 1 | -34/+0 | |
| | ||||||
* | Unwrap the projectStatus property from the /api/qualitygates/project_status WS | Wouter Admiraal | 2019-03-29 | 5 | -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 mounted | Wouter Admiraal | 2019-03-29 | 1 | -2/+9 | |
| | ||||||
* | SONAR-10994 Connect ComponentContainer component to new branch store | Wouter Admiraal | 2019-03-29 | 3 | -64/+108 | |
| | ||||||
* | SONAR-10994 Connect ReviewApp component to new branch store | Wouter Admiraal | 2019-03-29 | 4 | -14/+485 | |
| | ||||||
* | SONAR-10994 Connect BranchStatus component to new branch store | Wouter Admiraal | 2019-03-29 | 8 | -25/+43 | |
| | ||||||
* | SONAR-10994 Add new branch store | Wouter Admiraal | 2019-03-29 | 7 | -4/+255 | |
| | ||||||
* | Use new mocks in branch helper tests | Wouter Admiraal | 2019-03-29 | 2 | -57/+45 | |
| | ||||||
* | Introduce new T.Dict<T> type constructor | Wouter Admiraal | 2019-03-29 | 142 | -254/+232 | |
| | ||||||
* | SONAR-11867, SSF-74 Fix XSS in project links on account/projects | Wouter Admiraal | 2019-03-29 | 8 | -69/+110 | |
| | ||||||
* | SONAR-11681 Add loader for issue list | Jeremy Davis | 2019-03-26 | 6 | -9/+286 | |
| | ||||||
* | Add tests for untested components | Wouter Admiraal | 2019-03-26 | 30 | -54/+2220 | |
| | ||||||
* | Split mocks for CurrentUser and LoggedInUser | Wouter Admiraal | 2019-03-26 | 13 | -27/+38 | |
| | ||||||
* | SONAR-11749 Add Jump to content links for assistive technology users | Wouter Admiraal | 2019-03-26 | 41 | -19/+629 | |
| | ||||||
* | SONAR-11764 Make Rating components accessible | Wouter Admiraal | 2019-03-26 | 5 | -4/+94 | |
| | ||||||
* | SONAR-11713 Change chunk filenames delimiter | Grégoire Aubert | 2019-03-19 | 1 | -1/+4 | |
| | ||||||
* | SONAR-11669 Fix duplicates entries in component tree when using Show more link | Grégoire Aubert | 2019-03-19 | 1 | -0/+1 | |
| | ||||||
* | SONAR-11631 Replace codePeriodVersion with buildString (frontend) | Wouter Admiraal | 2019-03-19 | 4 | -10/+45 | |
| | ||||||
* | SONAR-11668 Jump to measures list view from dashboard | Jeremy Davis | 2019-03-18 | 7 | -58/+130 | |
| | ||||||
* | SONARCLOUD-456 Update screenshot for marketing page | Jeremy Davis | 2019-03-18 | 5 | -1/+45 | |
| | ||||||
* | SONAR-11776 Quality Gate failure conditions should be sorted | Duarte Meneses | 2019-03-11 | 1 | -2/+3 | |
| | ||||||
* | SONAR-11704 Update Bitbucket Cloud widgets | Wouter Admiraal | 2019-03-11 | 1 | -8/+10 | |
| | ||||||
* | SONAR-11726 Add documentation suggestions for new PR overview | Wouter Admiraal | 2019-03-11 | 1 | -1/+4 | |
| | ||||||
* | SONAR-11724 Remove Leak Period logic from code navigator | Wouter Admiraal | 2019-03-11 | 8 | -131/+29 | |
| |