Taras Mankovski
61db1ddc6b
Added changeset for #2630
2020-10-02 17:58:30 -04:00
Taras Mankovski
81cb943790
Added changeset for #2641
2020-10-02 17:53:59 -04:00
Taras Mankovski
cab4737711
Added changeset for #2637
2020-10-02 17:49:47 -04:00
Taras Mankovski
3e254503d9
Added changeset for #2543
2020-10-02 17:44:11 -04:00
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
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
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
Emma Indal
4bb947137c
Update the publisher section
2020-10-01 11:45:44 +02:00
Fredrik Adelöw
23befa262e
Merge pull request #2674 from lowjoel/postgres-create-database
...
Auto-create plugin databases
2020-10-01 11:17:11 +02:00
Marek Całus
67f7a9395b
Add firebase functions to the plugin marketplace ( #2696 )
2020-10-01 11:16:45 +02:00
Oliver Sand
bd1e6e1098
Merge pull request #2695 from SDA-SE/jenkins-docs
...
docs: fix jenkins plugin readme with the new /api base path
2020-10-01 11:03:52 +02:00
Patrik Oldsberg
d069babbb4
Merge pull request #2687 from spotify/rugvip/nightly
...
workflows: add nightly snapshot release
2020-10-01 10:58:39 +02:00
Oliver Sand
96f71025b9
docs: fix jenkins plugin readme with the new /api base path
2020-10-01 10:43:55 +02:00
Patrik Oldsberg
badc6408c4
workflows: add nightly snapshot release
2020-10-01 10:42:45 +02:00
Ben Lambert
f1c1819c13
Merge pull request #2689 from spotify/dependabot/npm_and_yarn/rollup-plugin-typescript2-0.27.3
...
chore(deps): bump rollup-plugin-typescript2 from 0.26.0 to 0.27.3
2020-10-01 10:20:31 +02:00