Commit Graph

5888 Commits

Author SHA1 Message Date
Taras Mankovski 6f1768c0f8 Added changeset for #2613 2020-10-02 17:37:01 -04:00
Taras Mankovski 1687b8fbbf Added changeset for #2656 2020-10-02 17:24:55 -04:00
Taras Mankovski 2846ef95c0 Added changeset for #2515 2020-10-02 17:21:41 -04:00
Taras Mankovski 3472c8be75 Added changeset for #2625 2020-10-02 17:20:11 -04:00
Taras Mankovski 1c60f716e8 Added changeset for #2657 2020-10-02 17:19:35 -04:00
Taras Mankovski a73979d45e Added changeset for #2660 2020-10-02 17:19:25 -04:00
Taras Mankovski 144c66d509 Added changeset for #2661 2020-10-02 17:19:25 -04:00
Taras Mankovski 368fd82435 Added changeset for #2623 2020-10-02 17:19:25 -04:00
Taras Mankovski a768a07fbe Added changesets for #2669 2020-10-02 17:18:55 -04:00
Taras Mankovski 0c370c9796 Added changeset for #2686 2020-10-02 17:18:37 -04:00
Taras Mankovski a3840bed26 Added changeset for #2689 2020-10-02 17:18:03 -04:00
Taras Mankovski f00ca3cb8e Added changeset for #2674 2020-10-02 17:17:45 -04:00
Taras Mankovski 339668995e Added changeset for #2722 2020-10-02 17:17:24 -04:00
Eric Peterson 34c6f38bf9 Merge pull request #2728 from spotify/iameap/docs/shallow-clone
Encourage shallow clone to speed up getting started.
2020-10-02 23:14:56 +02:00
Tim 06cc177776 Merge pull request #2731 from spotify/timbonicus/subtle-text
Tweak subtle text colors in dark mode
2020-10-02 15:05:43 -06:00
Tim Hansen acd6da220a Tweak subtle text colors in dark mode 2020-10-02 14:24:21 -06:00
Patrik Oldsberg 3af33eb045 Merge pull request #2704 from spotify/rugvip/files
cli: add new rollup plugin for forwarding file imports
2020-10-02 18:27:38 +02:00
Eric Peterson faed7dc46a Encourage shallow clone to speed up getting started. 2020-10-02 18:05:54 +02:00
Fredrik Adelöw e3b602f961 Merge pull request #2727 from SDA-SE/feat/absolute-placeholder-substituion
feat(catalog-backend): support placeholder replacements for absolute urls
2020-10-02 18:01:40 +02:00
Oliver Sand 0b85f4c1c8 feat(catalog-backend): support placeholder replacements for absolute urls
This adds support, even if the entity itself comes from a relative file location.
2020-10-02 16:56:17 +02:00
Andrew Thauer e724e6ebfc Merge pull request #2711 from renvrant/master
fix(catalog-backend) export processors so they can be composed
2020-10-02 09:13:49 -04:00
Renee Blackburn 816a001b72 Move types according to CI error 2020-10-02 08:59:16 -04:00
Taras Mankovski 07efe8e397 Empty commit 2020-10-02 08:26:09 -04:00
Oliver Sand 551677cc4b Merge pull request #2722 from SDA-SE/feat/async-api-react-update
fix(deps): update @kyma-project/asyncapi-react to 0.13.1
2020-10-02 14:02:11 +02:00
Oliver Sand cb68a413a1 fix(deps): update @kyma-project/asyncapi-react to 0.13.1
There were some missing features and markdown was not rendered properly, but this is fixed now.
2020-10-02 12:58:19 +02:00
Oliver Sand 1fcf8a75c3 Merge pull request #2720 from SDA-SE/feat/correct-readme
docs: remove unnecessary path rewrite from jenkins plugin docs
2020-10-02 12:01:41 +02:00
Stefan Ålund a2cb5bdc01 Switch GA over to CNCF org (#2714) 2020-10-02 11:56:52 +02:00
Sebastian Qvarfordt c16920db2b Always rebuild docs if stored locally (#2719) 2020-10-02 11:48:01 +02:00
Oliver Sand ad8fa6b9a3 docs: remove unnecessary path rewrite from jenkins plugin docs 2020-10-02 11:44:05 +02:00
Oliver Sand f816a54da2 docs: fix a minor typo (#2718) 2020-10-02 11:31:19 +02:00
Evgeny Vlasov e0dce26354 TechDocs: add gitlab preparer & rewrite default-branch package (#2469)
* add gitlab preparer & rewrite default-branch package

* feat(techdocs-backend): rewrite default-branch module
2020-10-02 11:10:02 +02:00
Patrik Oldsberg a825e4321a Merge pull request #2716 from spotify/rugvip/nightly-fix
workflows: fix nightly release build
2020-10-02 10:26:09 +02:00
Patrik Oldsberg a22aa8c9f3 workflows: fix nightly release build 2020-10-02 09:47:39 +02:00
dependabot[bot] d5aede15e1 chore(deps): bump jsonschema from 1.2.6 to 1.2.7 (#2712)
Bumps [jsonschema](https://github.com/tdegrunt/jsonschema) from 1.2.6 to 1.2.7.
- [Release notes](https://github.com/tdegrunt/jsonschema/releases)
- [Commits](https://github.com/tdegrunt/jsonschema/compare/v1.2.6...v1.2.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-02 08:41:13 +02:00
Oliver Sand 7549d12bdc Feat/jenkins (#2699)
* fix(plugin-jenkins): fix crash when no branchName or buildNumber is available

* feat(plugin-jenkins): improving sorting of the CI Table
2020-10-02 08:38:47 +02:00
Mayursinh Sarvaiya 5c6a0356c0 feat: TechDocs - Add vale linter to check words quality in md files. (#2631)
* fix(docs): typos which were reflacted from vale linter's command

* feat: Implement Vale linter (#2031)
Initialize .vale.ini file
Add 'lint:docs' script to package.json, to lint all md files except the ones which are located in node_modules
Generate 'vocab.txt' by using command 'yarn run lint:docs' | grep -o ''[a-z A-Z]*'' | grep -o '[a-z A-Z]*' | sort | uniq > .github/styles/vocab.txt
Add steps to github workflow 'master' to check docs quality

* chore: Separate workflow for quality checking

* chore: Added 'shx' dev dependency to support grep command in cross platform

* feat: Add script to operate same quality check process on different platform

* ignore: remove lint:docs from lint-stages which was added for experiment purpose

* fix: check-all-files on push event & check-changed-files on pull_request event

* chore(CI): triggle workflow only when there is any updates in .md file(s) on pull request

* fix: use spawnSync to solve 'The command line is too long.' error

* fix: github workflow syntax

* fix: prettier error

* chore: add vale command directly to lint-staged

* chore: use shebang for easy access

* fix: windows script issue & remove shebang

* chore: Add shebang flag

* chore: better error message related to vale

* chore: mention vale linter in documentation

* fix: spelling errors & add keywords to vocab.txt
2020-10-02 07:20:47 +02:00
Renee Blackburn 11ea8dc796 fix(catalog-backend) export processors so they can be composed by custom backends 2020-10-01 21:36:47 -04:00
Patrik Oldsberg 978c98403f cli: added tests for forward-file-imports rollup plugin 2020-10-02 01:02:43 +02:00
Patrik Oldsberg cba7605ce0 cli: add new rollup plugin for forwarding file imports 2020-10-01 20:03:25 +02:00
Gary Niemen 73440c7d9a techdocs-milestones-update (#2705) 2020-10-01 17:39:05 +02:00
Ben Lambert 10052e0d7f Merge pull request #2700 from spotify/benjdlambert-patch-2
Added CodeQL Workflow for CodeScanning
2020-10-01 16:20:49 +02:00
Niklas Ek f41601dae4 Merge pull request #2701 from spotify/rugvip/trouble
docs: create-app troubleshooting and python requirement
2020-10-01 15:14:11 +02:00
Himanshu Mishra 2f00df9746 Merge pull request #2698 from spotify/emmaindal-patch-1 2020-10-01 14:13:06 +02:00
David Poblador i Garcia 3a51b149a3 Fix plugin library link (#260 was already fixed) (#2702)
* Fix plugin library link (#260 was already fixed)

* Renaming Plugin Library to Plugin Marketplace
2020-10-01 13:25:14 +02:00
blam 9f650a3121 chore(prettier): running prettier on workflow 2020-10-01 12:41:49 +02:00
Patrik Oldsberg 525f4a13c3 docs: create-app troubleshooting and python requirement 2020-10-01 12:26:36 +02:00
Ben Lambert cb9a9116c2 Update codeql-analysis.yml 2020-10-01 12:09:55 +02:00
Ben Lambert 904a4332a9 Added CodeQL Workflow for coed scanning 2020-10-01 12:00:40 +02:00
Emma Indal abd4119726 Update docs/features/techdocs/concepts.md 2020-10-01 11:49:59 +02:00
Emma Indal c8f8105c9c prettier 2020-10-01 11:49:06 +02:00