Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NO JIRA] Disable Gatsby's telemetry | Wouter Admiraal | 2022-06-30 | 1 | -1/+1 |
| | |||||
* | SONAR-15962 Remove check dependency github action workflow | Mathieu Suen | 2022-02-28 | 1 | -9/+0 |
| | |||||
* | [NO JIRA] Remove OWASP SCA tooling | Wouter Admiraal | 2022-02-22 | 1 | -7/+0 |
| | |||||
* | [NO JIRA] Simplify sonar-docs build, as it's not analyzed in SonarQube | Wouter Admiraal | 2021-12-01 | 1 | -15/+0 |
| | | | | | | | Right now, we're not analyzing anything in server/sonar-docs. This means running things like coverage, JUnit reports, or ESLint, is meaningless, as the analysis will never be able to link the results to any known files. | ||||
* | SONAR-15677 Update build pipeline | Wouter Admiraal | 2021-11-26 | 1 | -1/+14 |
| | |||||
* | SONAR-15682 Fix sonar-docs analyzer docs extraction | Wouter Admiraal | 2021-11-23 | 1 | -2/+3 |
| | |||||
* | SONAR-15311 Fix static documentation build | Wouter Admiraal | 2021-11-17 | 1 | -0/+1 |
| | |||||
* | Optimize yarn gradle tasks registration | Philippe Perrin | 2021-10-11 | 1 | -2/+2 |
| | |||||
* | Fix dependency checks for frontend projects | Philippe Perrin | 2021-10-06 | 1 | -0/+7 |
| | |||||
* | [NO-JIRA] Fix Gradle frontend tasks execution on Windows machines | Philippe Perrin | 2021-10-01 | 1 | -4/+4 |
| | |||||
* | Avoid unnecessary yarn install | Philippe Perrin | 2021-09-29 | 1 | -9/+12 |
| | |||||
* | Revert "Avoid unnecessary yarn install runs" | Philippe Perrin | 2021-09-28 | 1 | -7/+0 |
| | | | | This reverts commit 8e37a6b5f7e0495cdb16ea5ad5113b00560b86d8. | ||||
* | Avoid unnecessary yarn install runs | Philippe Perrin | 2021-09-28 | 1 | -0/+7 |
| | |||||
* | Fix frontend dependency audit tasks | Philippe Perrin | 2021-09-27 | 1 | -2/+2 |
| | |||||
* | SONAR-15297 Remove dependency on sonar-ui-common for sonar-docs | Wouter Admiraal | 2021-08-20 | 1 | -4/+0 |
| | |||||
* | SONAR-14617 Target local sonar-ui-common project | Philippe Perrin | 2021-07-21 | 1 | -0/+4 |
| | |||||
* | BUILD Renew repox accounts and signing key | Malena Ebert | 2021-04-28 | 1 | -2/+2 |
| | |||||
* | Split yarn validate-ci task | Malena Ebert | 2021-01-21 | 1 | -0/+12 |
| | |||||
* | SONAR-13689 Add issue tracker url to languages static documentation page | Philippe Perrin | 2020-09-18 | 1 | -5/+10 |
| | |||||
* | Fix the upgrade of the Gradle Artifactory plugin to 4.15.1 | Simon Brandhof | 2020-04-06 | 1 | -3/+15 |
| | | | | | | The configuration of private subprojects must be fixed in order to correct set the properties like "build.name" on private artifacts. | ||||
* | SONAR-13155 add command to run yarn security audit | Simon Brandhof | 2020-03-25 | 1 | -0/+9 |
| | |||||
* | Add licenseFormat Gradle task to sonar-docs | Wouter Admiraal | 2020-01-07 | 1 | -0/+12 |
| | |||||
* | SONAR-12677 do not duplicate configuration of bundled plugins | Sébastien Lesaint | 2019-11-12 | 1 | -28/+12 |
| | | | | | into the sonar-docs module and the edition modules also, make sonar-docs support being built from public sources which do not contain commercial editions | ||||
* | SONAR-12677 static doc must not be built from public sources | Sébastien Lesaint | 2019-11-07 | 1 | -10/+10 |
| | |||||
* | SONAR-12252 upgrade language plugins to latest version | Sébastien Lesaint | 2019-10-15 | 1 | -1/+1 |
| | |||||
* | SONAR-12384 update gradle build | Michal Duda | 2019-08-12 | 1 | -1/+59 |
| | |||||
* | Build task ":server:sonar-docs:clean" should depend on ↵ | Evgeny Mandrikov | 2019-06-28 | 1 | -4/+2 |
| | | | | | | ":server:sonar-docs:cleanYarn_run" Because output directory of last one is outside of standard "build" directory. | ||||
* | Output of ":server:sonar-docs:yarn_run" should not depend on build number | Evgeny Mandrikov | 2019-06-11 | 1 | -2/+3 |
| | |||||
* | Fix dependencies (order) between Gradle tasks that execute yarn | Grégoire Aubert | 2019-05-16 | 1 | -0/+2 |
| | | | | And add declarations of input files for "yarn_validate-ci" tasks, which were forgotten when caching was enabled for them. | ||||
* | Enable Gradle cache for "yarn_validate-ci" tasks (#1616) | Evgeny Mandrikov | 2019-05-15 | 1 | -2/+11 |
| | |||||
* | Fix "gradlew clean" | Simon Brandhof | 2019-04-03 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Fix clean-up of sonar-docs temp dir | Simon Brandhof | 2019-03-29 | 1 | -0/+4 |
| | |||||
* | Improve front end local build time | Grégoire Aubert | 2019-03-29 | 1 | -5/+1 |
| | |||||
* | Docs hardening (#817) | Pascal Mugnier | 2018-10-15 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | * SONAR-11352 Fix version label when on latest * SONAR-11353 Add favicon * SONAR-11351 Add canonical url * Change utility links positions * Fix the content of sonar-docs zip file * Rename sonar-docs preproduction server * Remove achived version notice when on lastest * Fix links prefixing * SONAR-11359 Make images path relative to version * Apply feedbacks * Fix favicon path | ||||
* | Cirrus - fix front end validation with lint-report | Grégoire Aubert | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | Cirrus - Avoid runing eslint 2 times on CI | Grégoire Aubert | 2018-09-24 | 1 | -1/+2 |
| | |||||
* | SONAR-11268 replace Jenkins by Cirrus CI | Simon Brandhof | 2018-09-19 | 1 | -2/+8 |
| | |||||
* | Make build of sonar-docs cacheable | Simon Brandhof | 2018-08-27 | 1 | -1/+3 |
| | |||||
* | Upgrade versions of nodejs and yarn | Simon Brandhof | 2018-08-27 | 1 | -8/+0 |
| | | | | and use a consistent version across modules | ||||
* | Fix incorrect groupId for docs | Eric Hartmann | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | SONAR-10860 Make sonar-web cacheable with sonar-docs | Eric Hartmann | 2018-06-29 | 1 | -0/+2 |
| | |||||
* | SONAR-10860 Add a zip for documentation | Eric Hartmann | 2018-06-29 | 1 | -0/+62 |