aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src
Commit message (Collapse)AuthorAgeFilesLines
* DOCS deleted out-of-date graphic. (#1294)michaelbirnstiehl2019-02-272-2/+0
| | | | | | * Update quality-profiles.md * Delete restore-quality-profile.jpeg
* DOC fixed typomichaelbirnstiehl2019-02-251-1/+1
|
* SONAR-11670 Drop preview modeJulien HENRY2019-02-211-1/+0
|
* DOC move `sonar.links.scm_dev`to deprecated tableG. Ann Campbell2019-02-201-2/+2
|
* SONAR-11617 Support SQLServer 2017Simon Brandhof2019-02-191-0/+1
| | | | [skip ci]
* Simplify Bitbucket Cloud "Get Started" docsFabrice Bellingard2019-02-183-14/+19
|
* SONAR-11558 Index basedir by default when sonar.sources is not providedJulien HENRY2019-02-181-11/+11
|
* SONARCLOUD-407 Update Bitbucket Pipelines documentationJulien HENRY2019-02-181-25/+13
|
* DOCS Add Portfolio and Application admin documentation (#1231)CS2019-02-151-1/+3
| | | | | | | | * DOCS Add Portfolio and Application admin * DOCS Add admin of Applications and Portfolios * Change wording for admin page
* DOCS make "don't run as root" more explicitG. Ann Campbell2019-02-153-4/+8
|
* Document AutoScan for SonarCloud (#1245)Fabrice Bellingard2019-02-142-10/+123
|
* DOCS document `sonar.analysis.*` param stubG. Ann Campbell2019-02-131-0/+1
|
* Add missing 7.6 release notes link & bootstrap 7.7G. Ann Campbell2019-02-131-0/+6
|
* DOCS revert param changesG. Ann Campbell2019-02-111-3/+1
|
* SONAR-11631 document `sonar.codePeriodVersion`G. Ann Campbell2019-02-111-1/+2
| | | | and expand slightly on `sonar.projectVersion`
* DOCS Add note not to run as root on Unix (#1228)brian-cipollone-sonarsource2019-02-111-1/+1
| | | | | | | | * DOCS Add note not to run as root on Unix We are seeing this a bit in presales... * use backtick
* DOCS drop jacoco from main analysis params listG. Ann Campbell2019-02-111-1/+0
| | | Now that we have a dedicated page to list all the coverage import parameters, let's drop the single one that had made it into the main list.
* DOC bootstrap consolidated external issues page G. Ann Campbell2019-02-112-4/+56
|
* DOCS correct conditional content close tagG. Ann Campbell2019-02-111-1/+1
|
* DOCS add non-admin project provisioningG. Ann Campbell2019-02-111-1/+1
| | | Doc update overlooked during relevant sprint
* DOCS add IIS/SAML noteG. Ann Campbell2019-02-111-0/+2
| | | https://community.sonarsource.com/t/sloved-iis-reverse-proxy-seems-to-be-breaking-my-sonarqube-saml-auth-any-ideas/6221/6
* DOCS update per SonarPython 1.12 releaseG. Ann Campbell2019-02-111-1/+1
|
* DOCS expand edition notice to add "and above"G. Ann Campbell2019-02-1113-16/+17
| | | | | Some additional random wording tweaks Edition notice change requested by Emry, prompted by customer confusion. As in "yes, PR analysis _is_ available in EE".
* SONAR-11645 Disable sibling navigation in MeasuresWouter Admiraal2019-02-111-1/+0
|
* SONAR-11657 Fix Lunr warnings when building DocsWouter Admiraal2019-02-111-3/+8
|
* Updated Bitbucket Cloud pull request sectionMichal Duda2019-02-111-4/+4
|
* correct Oracle 11c compatibilityG. Ann Campbell2019-02-111-1/+1
|
* DOC integrated test analysis props listG. Ann Campbell2019-02-112-0/+80
|
* SONAR-8697 Enable keyboard file navigation in Code pageWouter Admiraal2019-02-111-0/+8
|
* Fix dynamic links replacing in static docGrégoire Aubert2019-01-282-6/+7
|
* DOCS formatting glitches & minor rewording (#1191)G. Ann Campbell2019-01-234-4/+5
| | | | | | | | | | | | | | | | * extra pipe * missing table header delimiter * tangled bold and link * update description for recent versions * add missing spaces to make linebreaks work * wording tweak * revert markup order
* SONAR-11644 Swap {instance} with SonarQube in sonar-docs search resultGrégoire Aubert2019-01-221-5/+0
|
* Upgrade sonar-docs to gatsby v2 and TypescriptGrégoire Aubert2019-01-2237-449/+6701
| | | | | | | * Upgrade to gatsby v2 * Migrate to TS * Add jest tests of some components * Remove glamor
* Add new property to docsG. Ann Campbell2019-01-221-0/+1
|
* SONAR-11649 Document Sonar-Findbugs conflictNicolas Harraudeau2019-01-211-3/+3
|
* DOCS add missing ')'G. Ann Campbell2019-01-161-1/+1
|
* DOCS add drop of modules to 7.6G. Ann Campbell2019-01-161-1/+10
| | | tweaks to simplified QG in 7.6
* DOCS 7.6 upgrade notesG. Ann Campbell2019-01-161-0/+7
|
* Update missing license headers for 2019Grégoire Aubert2019-01-1626-27/+27
|
* Fix syntax error in documentation pageWouter Admiraal2019-01-161-1/+1
|
* DOC-131 Improve @include handlingWouter Admiraal2019-01-161-4/+1
|
* SONAR-11608 Conditional formatting broken when used within a tableWouter Admiraal2019-01-161-23/+5
|
* SONAR-11472 Add support highlighting exact matches in resultsWouter Admiraal2019-01-101-3/+26
|
* SONAR-11472 Add support for exact search-query matchingWouter Admiraal2019-01-101-5/+61
| | | | | | | | | 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-308 Add supported languages doc pageGrégoire Aubert2019-01-091-76/+3
|
* SONARCLOUD-259 Remove duplicated information on pricing doc pageGrégoire Aubert2019-01-091-0/+30
|
* SONAR-11594 scanner authentication tokenMichal Duda2019-01-091-9/+18
| | | | Support passing the scanner authentication token with $SONAR_TOKEN
* SONAR-11571 Remove mentions about warnings and period from the docBenoît Gianinetti2019-01-086-10/+8
|
* Fix docs old version warning.Grégoire Aubert2019-01-082-17/+11
|
* DOC fix formatting in page "Install Cluster"Simon Brandhof2018-12-201-2/+2
|