aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/documentation
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-17221 Documentation links change to static documentation siteMathieu Suen2022-10-2429-3134/+0
| | | | | | - Remove markdown injection - Redirection for old documentation link to the static site - Drop the static documentation app
* [NO-JIRA] Fix eslint errorsPhilippe Perrin2022-10-213-6/+6
|
* SONAR-17027 Align the way we display links (internal & external) in the UIWouter Admiraal2022-08-296-13/+14
|
* SONAR-17075 Fix language pages menu entry display when text is too longPhilippe Perrin2022-08-101-1/+5
|
* SONAR-16505 Make plugin matrix scroll visible on screenalain2022-07-191-0/+11
|
* SONAR-16045 Migrate react-router to 6.3.0Jeremy Davis2022-06-288-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 twiceWouter Admiraal2022-06-142-6/+42
|
* SONAR-16426 Remove old SonarCloud specific codeWouter Admiraal2022-05-241-1/+1
| | | | | | - Drop all SonarCloud translation keys - Drop SonarCloud-specific CSS - Drop SonarCloud-specific documentation pages
* SONAR-16206 Improve code sharing for security reportsJeremy Davis2022-05-051-1/+1
|
* Update snapshotsWouter Admiraal2022-02-041-0/+2
|
* Update license headers for 2022 [update headers]Pierre2022-01-2822-22/+22
|
* SONAR-15945 Get rid of T namespace in sonar-webphilippe-perrin-sonarsource2022-01-275-9/+11
|
* SONAR-15819 Fix documentation searchWouter Admiraal2022-01-055-67/+241
|
* [NO-JIRA] use esbuild for sonar-webJeremy Davis2021-09-308-45/+40
|
* SONAR-15391 Fix special caracter search in documentationMathieu Suen2021-09-163-28/+29
|
* SONAR-15297 Move all code from sonar-ui-common back to respective sonar-web ↵Wouter Admiraal2021-08-208-16/+16
| | | | folders
* SONAR-15297 Move sonar-ui-common code to sonar-webWouter Admiraal2021-08-208-16/+16
|
* SONAR-11958 Enhance anchors in embedded documentation navigationWouter Admiraal2021-04-293-89/+12
|
* SONAR-14309 Update eslint, typescript and fix issuesJeremy Davis2021-01-202-3/+3
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0822-22/+22
|
* SONAR-13689 Add issue tracker url to languages embedded documentation pagePhilippe Perrin2020-09-182-45/+67
|
* SONAR-13643 Update calls to plugins apiPhilippe Perrin2020-09-181-1/+2
|
* Fix eslint's issuesPhilippe Perrin2020-04-081-1/+1
|
* SONAR-13147 lazyloadingJeremy Davis2020-03-061-2/+2
|
* SONAR-13103 Parsing errors break the whole documentation appGrégoire Aubert2020-02-212-3/+35
|
* SONAR-12467 Improve back to rule list linkWouter Admiraal2020-02-211-10/+1
|
* SONAR-12429 Fix 404 when opening embedded documentation in new tabGrégoire Aubert2020-01-082-9/+11
| | | | Cherry-pick of SC-1304
* SONAR-12374 Prevent double iconsWouter Admiraal2020-01-081-0/+23
|
* Format all headers for 2020Wouter Admiraal2020-01-0722-22/+22
|
* Fix formatting issues due to the new version of prettierPhilippe Perrin2019-12-303-10/+20
|
* SONAR-12325 Limit embedded documentation overrides to language pluginsWouter Admiraal2019-08-124-32/+68
|
* SONAR-12325 Include documentation from pluginsphilippe-perrin-sonarsource2019-08-075-33/+309
|
* SONAR-12330 Don't filter content multiple timesWouter Admiraal2019-08-073-4/+4
|
* Sort import in sonar-webphilippe-perrin-sonarsource2019-07-1916-38/+38
|
* SC-704 Extract components into sonar-ui-common (#1714)Grégoire Aubert2019-07-118-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 titleWouter Admiraal2019-06-282-4/+7
|
* Small performance improvement on documentation searchWouter Admiraal2019-06-281-2/+8
|
* SONAR-11936 Fix style glitch in embedded docsWouter Admiraal2019-06-281-1/+2
|
* SONAR-11955 Fix travis error 'lodash/flatten' doesn't existGrégoire Aubert2019-05-065-8/+102
|
* SONAR-11955 Allow more levels in embedded documentation, and make it DRYer ↵Wouter Admiraal2019-04-2515-187/+483
| | | | by re-using logic from sonar-docs
* Update prettier to last versionGrégoire Aubert2019-03-291-3/+2
| | | | * Prettier format all modules
* Introduce new T.Dict<T> type constructorWouter Admiraal2019-03-292-2/+2
|
* Add tests for untested componentsWouter Admiraal2019-03-262-0/+207
|
* SONAR-11749 Add Jump to content links for assistive technology usersWouter Admiraal2019-03-261-0/+10
|
* Fix display for pages with long code snippetsWouter Admiraal2019-01-161-1/+4
|
* SONAR-11282 Enhance embedded docs navigation sidebarWouter Admiraal2019-01-103-2/+49
|
* SONAR-11472 Add support highlighting exact matches in resultsWouter Admiraal2019-01-105-26/+91
|
* SONAR-11472 Add support for exact search-query matchingWouter Admiraal2019-01-106-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 titleGrégoire Aubert2019-01-091-2/+2
|
* Fix license headers for 2019Duarte Meneses2019-01-0218-18/+18
|