Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-17221 Documentation links change to static documentation site | Mathieu Suen | 2022-10-24 | 29 | -3134/+0 |
| | | | | | | - Remove markdown injection - Redirection for old documentation link to the static site - Drop the static documentation app | ||||
* | [NO-JIRA] Fix eslint errors | Philippe Perrin | 2022-10-21 | 3 | -6/+6 |
| | |||||
* | SONAR-17027 Align the way we display links (internal & external) in the UI | Wouter Admiraal | 2022-08-29 | 6 | -13/+14 |
| | |||||
* | SONAR-17075 Fix language pages menu entry display when text is too long | Philippe Perrin | 2022-08-10 | 1 | -1/+5 |
| | |||||
* | SONAR-16505 Make plugin matrix scroll visible on screen | alain | 2022-07-19 | 1 | -0/+11 |
| | |||||
* | SONAR-16045 Migrate react-router to 6.3.0 | Jeremy Davis | 2022-06-28 | 8 | -19/+21 |
| | | | | | Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com> Co-authored-by: Guillaume Péoc'h <guillaume.peoch@sonarsource.com> | ||||
* | SONAR-16490 Embedded documentation throws exception when visited twice | Wouter Admiraal | 2022-06-14 | 2 | -6/+42 |
| | |||||
* | SONAR-16426 Remove old SonarCloud specific code | Wouter Admiraal | 2022-05-24 | 1 | -1/+1 |
| | | | | | | - Drop all SonarCloud translation keys - Drop SonarCloud-specific CSS - Drop SonarCloud-specific documentation pages | ||||
* | SONAR-16206 Improve code sharing for security reports | Jeremy Davis | 2022-05-05 | 1 | -1/+1 |
| | |||||
* | Update snapshots | Wouter Admiraal | 2022-02-04 | 1 | -0/+2 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 22 | -22/+22 |
| | |||||
* | SONAR-15945 Get rid of T namespace in sonar-web | philippe-perrin-sonarsource | 2022-01-27 | 5 | -9/+11 |
| | |||||
* | SONAR-15819 Fix documentation search | Wouter Admiraal | 2022-01-05 | 5 | -67/+241 |
| | |||||
* | [NO-JIRA] use esbuild for sonar-web | Jeremy Davis | 2021-09-30 | 8 | -45/+40 |
| | |||||
* | SONAR-15391 Fix special caracter search in documentation | Mathieu Suen | 2021-09-16 | 3 | -28/+29 |
| | |||||
* | SONAR-15297 Move all code from sonar-ui-common back to respective sonar-web ↵ | Wouter Admiraal | 2021-08-20 | 8 | -16/+16 |
| | | | | folders | ||||
* | SONAR-15297 Move sonar-ui-common code to sonar-web | Wouter Admiraal | 2021-08-20 | 8 | -16/+16 |
| | |||||
* | SONAR-11958 Enhance anchors in embedded documentation navigation | Wouter Admiraal | 2021-04-29 | 3 | -89/+12 |
| | |||||
* | SONAR-14309 Update eslint, typescript and fix issues | Jeremy Davis | 2021-01-20 | 2 | -3/+3 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 22 | -22/+22 |
| | |||||
* | SONAR-13689 Add issue tracker url to languages embedded documentation page | Philippe Perrin | 2020-09-18 | 2 | -45/+67 |
| | |||||
* | SONAR-13643 Update calls to plugins api | Philippe Perrin | 2020-09-18 | 1 | -1/+2 |
| | |||||
* | Fix eslint's issues | Philippe Perrin | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | SONAR-13147 lazyloading | Jeremy Davis | 2020-03-06 | 1 | -2/+2 |
| | |||||
* | SONAR-13103 Parsing errors break the whole documentation app | Grégoire Aubert | 2020-02-21 | 2 | -3/+35 |
| | |||||
* | SONAR-12467 Improve back to rule list link | Wouter Admiraal | 2020-02-21 | 1 | -10/+1 |
| | |||||
* | SONAR-12429 Fix 404 when opening embedded documentation in new tab | Grégoire Aubert | 2020-01-08 | 2 | -9/+11 |
| | | | | Cherry-pick of SC-1304 | ||||
* | SONAR-12374 Prevent double icons | Wouter Admiraal | 2020-01-08 | 1 | -0/+23 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 22 | -22/+22 |
| | |||||
* | Fix formatting issues due to the new version of prettier | Philippe Perrin | 2019-12-30 | 3 | -10/+20 |
| | |||||
* | SONAR-12325 Limit embedded documentation overrides to language plugins | Wouter Admiraal | 2019-08-12 | 4 | -32/+68 |
| | |||||
* | SONAR-12325 Include documentation from plugins | philippe-perrin-sonarsource | 2019-08-07 | 5 | -33/+309 |
| | |||||
* | SONAR-12330 Don't filter content multiple times | Wouter Admiraal | 2019-08-07 | 3 | -4/+4 |
| | |||||
* | Sort import in sonar-web | philippe-perrin-sonarsource | 2019-07-19 | 16 | -38/+38 |
| | |||||
* | SC-704 Extract components into sonar-ui-common (#1714) | Grégoire Aubert | 2019-07-11 | 8 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-12003 Fix embedded docs page title | Wouter Admiraal | 2019-06-28 | 2 | -4/+7 |
| | |||||
* | Small performance improvement on documentation search | Wouter Admiraal | 2019-06-28 | 1 | -2/+8 |
| | |||||
* | SONAR-11936 Fix style glitch in embedded docs | Wouter Admiraal | 2019-06-28 | 1 | -1/+2 |
| | |||||
* | SONAR-11955 Fix travis error 'lodash/flatten' doesn't exist | Grégoire Aubert | 2019-05-06 | 5 | -8/+102 |
| | |||||
* | SONAR-11955 Allow more levels in embedded documentation, and make it DRYer ↵ | Wouter Admiraal | 2019-04-25 | 15 | -187/+483 |
| | | | | by re-using logic from sonar-docs | ||||
* | Update prettier to last version | Grégoire Aubert | 2019-03-29 | 1 | -3/+2 |
| | | | | * Prettier format all modules | ||||
* | Introduce new T.Dict<T> type constructor | Wouter Admiraal | 2019-03-29 | 2 | -2/+2 |
| | |||||
* | Add tests for untested components | Wouter Admiraal | 2019-03-26 | 2 | -0/+207 |
| | |||||
* | SONAR-11749 Add Jump to content links for assistive technology users | Wouter Admiraal | 2019-03-26 | 1 | -0/+10 |
| | |||||
* | Fix display for pages with long code snippets | Wouter Admiraal | 2019-01-16 | 1 | -1/+4 |
| | |||||
* | SONAR-11282 Enhance embedded docs navigation sidebar | Wouter Admiraal | 2019-01-10 | 3 | -2/+49 |
| | |||||
* | SONAR-11472 Add support highlighting exact matches in results | Wouter Admiraal | 2019-01-10 | 5 | -26/+91 |
| | |||||
* | SONAR-11472 Add support for exact search-query matching | Wouter Admiraal | 2019-01-10 | 6 | -49/+132 |
| | | | | | | | | | Out of the box, Lunr doesn't support exact pattern matching for search queries, meaning searching for "foo bar" will not boost a sentence like "Foo bar baz" more than "Baz bar foo" (both contain both keywords). We now do some crude pattern matching by storing the token "context" upon indexing. It's not 100% correct, but it gets the job done. | ||||
* | SONARCLOUD-273 Update Documentation page title | Grégoire Aubert | 2019-01-09 | 1 | -2/+2 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 18 | -18/+18 |
| |