aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/SourceViewer/SourceViewerBase.tsx
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-16475 Remove lazyLoading of frontend componentMathieu Suen2022-07-201-673/+0
|
* SONAR-16298 Replace React legacy lifecycle methods in SourceViewerMathieu Suen2022-04-291-15/+4
|
* SONAR-16256 Add RTL test to SourceViewerMathieu Suen2022-04-191-89/+61
|
* [NO-JIRA] Fix eslint issuesPhilippe Perrin2022-04-081-1/+0
|
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
|
* SONAR-15945 Get rid of T namespace in sonar-webphilippe-perrin-sonarsource2022-01-271-25/+36
|
* SONAR-15297 Move all code from sonar-ui-common back to respective sonar-web ↵Wouter Admiraal2021-08-201-2/+2
| | | | folders
* SONAR-15297 Move sonar-ui-common code to sonar-webWouter Admiraal2021-08-201-2/+2
|
* SONAR-13217 Auto scroll to uncovered linesWouter Admiraal2021-04-121-0/+2
|
* SONAR-14309 Update eslint, typescript and fix issuesJeremy Davis2021-01-201-6/+5
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
|
* SONAR-12911 Code viewer is not accessible to blind usersWouter Admiraal2020-05-081-43/+5
|
* SONAR-13147 lazyloadingJeremy Davis2020-03-061-103/+99
|
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
|
* SONAR-12679 Drop short & long living branch conceptPhilippe Perrin2019-12-091-8/+9
|
* SONAR-12367 Show total issues in codeviewer headerJeremy Davis2019-12-041-1/+2
|
* SONAR-12050 show issues' locations marker in CodeViewerJeremy Davis2019-11-071-0/+6
|
* SONAR-12245 Fix throwGlobalError and parseError for SonarCloudGrégoire Aubert2019-08-051-2/+2
|
* Sort import in sonar-webphilippe-perrin-sonarsource2019-07-191-16/+16
|
* SC-704 Extract components into sonar-ui-common (#1714)Grégoire Aubert2019-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * SC-704 Extract icons components to sonar-ui-common * Better typings for theme * Use sonar-ui-common in extensions * Extract some helpers * Extract l10n helper to sonar-ui-common * Extract requests helper to sonar-ui-common * Extract part of urls helper * Move buttons, Tooltips and ScreenPositionFixers * Move modal related components * Move IdentityProviderLink * Move GenericAvatar * Move SizeRating * Move charts and move deps to peerDeps * Move nav * Move formatMeasure * Move Rating * Move PageActions * Move the rest of ui components * Move more controls components * Include theme inside extension build * Add missing theme context provider in extensions * Update react to same version everywhere * Update sonar-ui-common * Update eslint configuration
* SONAR-11935 No WS error message when display issues in removed fileGrégoire Aubert2019-05-071-3/+3
|
* SONAR-12076 Add duplication popup back to the new multi location issue flowGrégoire Aubert2019-05-071-34/+15
|
* SONAR-11898 New codeviewer for multi-location issues (#1466)Jeremy2019-05-061-12/+22
| | | | | Also includes SONAR-11901: Add slim header for the issues page
* SONAR-11900 Remove location counter from issues in the code viewer and issue ↵Wouter Admiraal2019-05-061-6/+0
| | | | list
* SONAR-8741 Display breakdown by issue types in SourceViewerHeaderWouter Admiraal2019-04-231-0/+3
| | | * Only display the measure breakdown on Code
* Introduce new T.Dict<T> type constructorWouter Admiraal2019-03-291-1/+1
|
* drop /component urlStas Vilchik2019-01-071-16/+19
|
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
|
* finish removing legacy react context (#1055)Stas Vilchik2018-12-121-14/+23
|
* create global type definitions (#1017)Stas Vilchik2018-12-051-39/+29
|
* SONAR-11204 Colorblind friendly banners (#899)Stas Vilchik2018-10-301-6/+7
|
* SONAR-11165 Migrate rest of component measures page to TSGrégoire Aubert2018-09-191-1/+0
|
* SONAR-11131 Use isNew field from api/sources/lines to display new lines of codeGrégoire Aubert2018-09-191-9/+0
|
* SONAR-11153 loaded issues when opening a permalink for a distant lineStas Vilchik2018-08-271-1/+3
|
* drop favorites from redux store (#631)Stas Vilchik2018-08-221-94/+77
|
* update main dependencies & fix autofixable eslint warnings (#601)Stas Vilchik2018-08-101-12/+10
|
* load web app asynchronously (#493)Stas Vilchik2018-07-101-1/+1
|
* Fix QASimon Brandhof2018-04-091-4/+3
|
* SONAR-10444 clean source viewer state when fetching componentStas Vilchik2018-03-281-7/+16
|
* SONAR-10489 improve navigation between locations (#57)Stas Vilchik2018-03-271-1/+1
|
* SONAR-10489 Support cross file issue locations in web appStas Vilchik2018-03-271-1/+11
|
* SONAR-10374 Support pull request in the web appTeryk Bellahsene2018-03-131-24/+38
|
* rewrite remaining popups in react (#3109)Stas Vilchik2018-03-021-0/+739
* extract baseFontFamily * rewrite favorites store in ts * add new types and change existing ones * rewrite SourceViewer helpers in ts * rewrite SourceViewer in ts and its popups in react * drop popups * fix iterating over nodelist * fix quality flaws