This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 28433e7a80 Plan fix (#485)
28433e7a80 is described below
commit 28433e7a80834418a8f5c58e82afac83175ab457
Author: mappjzc <[email protected]>
AuthorDate: Thu Apr 6 22:59:49 2023 +0800
Plan fix (#485)
* fix: fix gitlab docs
Fix gitlab person access tokens documents.
Nddtfjiang <[email protected]>
* fix: tasks to plan
Fix tasks to plan from v0.12
Nddtfjiang <[email protected]>
---
docs/Plugins/feishu.md | 2 +-
docs/Plugins/gitee.md | 4 ++--
docs/Plugins/gitextractor.md | 2 +-
docs/Plugins/refdiff.md | 6 +++---
versioned_docs/version-v0.12/Plugins/feishu.md | 2 +-
versioned_docs/version-v0.12/Plugins/gitee.md | 4 ++--
versioned_docs/version-v0.12/Plugins/gitextractor.md | 2 +-
versioned_docs/version-v0.12/Plugins/github.md | 2 +-
versioned_docs/version-v0.12/Plugins/gitlab.md | 2 +-
versioned_docs/version-v0.12/Plugins/refdiff.md | 4 ++--
versioned_docs/version-v0.13/Plugins/feishu.md | 2 +-
versioned_docs/version-v0.13/Plugins/gitee.md | 4 ++--
versioned_docs/version-v0.13/Plugins/gitextractor.md | 2 +-
versioned_docs/version-v0.13/Plugins/github.md | 2 +-
versioned_docs/version-v0.13/Plugins/gitlab.md | 2 +-
versioned_docs/version-v0.13/Plugins/refdiff.md | 4 ++--
versioned_docs/version-v0.14/Plugins/feishu.md | 2 +-
versioned_docs/version-v0.14/Plugins/gitee.md | 4 ++--
versioned_docs/version-v0.14/Plugins/gitextractor.md | 2 +-
versioned_docs/version-v0.14/Plugins/github.md | 2 +-
versioned_docs/version-v0.14/Plugins/gitlab.md | 2 +-
versioned_docs/version-v0.14/Plugins/refdiff.md | 4 ++--
versioned_docs/version-v0.15/Plugins/feishu.md | 2 +-
versioned_docs/version-v0.15/Plugins/gitee.md | 4 ++--
versioned_docs/version-v0.15/Plugins/gitextractor.md | 2 +-
versioned_docs/version-v0.15/Plugins/refdiff.md | 6 +++---
versioned_docs/version-v0.16/Plugins/feishu.md | 2 +-
versioned_docs/version-v0.16/Plugins/gitee.md | 4 ++--
versioned_docs/version-v0.16/Plugins/gitextractor.md | 2 +-
versioned_docs/version-v0.16/Plugins/refdiff.md | 6 +++---
30 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/docs/Plugins/feishu.md b/docs/Plugins/feishu.md
index 6cd596f63f..306f3bd989 100644
--- a/docs/Plugins/feishu.md
+++ b/docs/Plugins/feishu.md
@@ -59,7 +59,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "feishu 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "feishu",
"options": {
"connectionId": 1,
diff --git a/docs/Plugins/gitee.md b/docs/Plugins/gitee.md
index ffed3f537a..79c3c907da 100644
--- a/docs/Plugins/gitee.md
+++ b/docs/Plugins/gitee.md
@@ -74,7 +74,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"options": {
"connectionId": 1,
@@ -92,7 +92,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"subtasks": ["collectXXX", "extractXXX", "convertXXX"],
"options": {
diff --git a/docs/Plugins/gitextractor.md b/docs/Plugins/gitextractor.md
index 5f93b96eb5..ac43172d13 100644
--- a/docs/Plugins/gitextractor.md
+++ b/docs/Plugins/gitextractor.md
@@ -23,7 +23,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
--data-raw '
{
"name": "git repo extractor",
- "tasks": [
+ "plan": [
[
{
"Plugin": "gitextractor",
diff --git a/docs/Plugins/refdiff.md b/docs/Plugins/refdiff.md
index 73f7ed1fb3..f24f11db4b 100644
--- a/docs/Plugins/refdiff.md
+++ b/docs/Plugins/refdiff.md
@@ -47,7 +47,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
@@ -77,7 +77,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
@@ -108,7 +108,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "test-refdiff-dora",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
diff --git a/versioned_docs/version-v0.12/Plugins/feishu.md
b/versioned_docs/version-v0.12/Plugins/feishu.md
index 6cd596f63f..306f3bd989 100644
--- a/versioned_docs/version-v0.12/Plugins/feishu.md
+++ b/versioned_docs/version-v0.12/Plugins/feishu.md
@@ -59,7 +59,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "feishu 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "feishu",
"options": {
"connectionId": 1,
diff --git a/versioned_docs/version-v0.12/Plugins/gitee.md
b/versioned_docs/version-v0.12/Plugins/gitee.md
index ffed3f537a..79c3c907da 100644
--- a/versioned_docs/version-v0.12/Plugins/gitee.md
+++ b/versioned_docs/version-v0.12/Plugins/gitee.md
@@ -74,7 +74,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"options": {
"connectionId": 1,
@@ -92,7 +92,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"subtasks": ["collectXXX", "extractXXX", "convertXXX"],
"options": {
diff --git a/versioned_docs/version-v0.12/Plugins/gitextractor.md
b/versioned_docs/version-v0.12/Plugins/gitextractor.md
index ae3fecb616..3339329843 100644
--- a/versioned_docs/version-v0.12/Plugins/gitextractor.md
+++ b/versioned_docs/version-v0.12/Plugins/gitextractor.md
@@ -22,7 +22,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
--data-raw '
{
"name": "git repo extractor",
- "tasks": [
+ "plan": [
[
{
"Plugin": "gitextractor",
diff --git a/versioned_docs/version-v0.12/Plugins/github.md
b/versioned_docs/version-v0.12/Plugins/github.md
index 6f76b2dc27..fd804a1456 100644
--- a/versioned_docs/version-v0.12/Plugins/github.md
+++ b/versioned_docs/version-v0.12/Plugins/github.md
@@ -54,7 +54,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "github 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "github",
"options": {
"connectionId": 1,
diff --git a/versioned_docs/version-v0.12/Plugins/gitlab.md
b/versioned_docs/version-v0.12/Plugins/gitlab.md
index 6566ed46af..d2270f6604 100644
--- a/versioned_docs/version-v0.12/Plugins/gitlab.md
+++ b/versioned_docs/version-v0.12/Plugins/gitlab.md
@@ -32,7 +32,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitlab 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitlab",
"options": {
"connectionId": 1,
diff --git a/versioned_docs/version-v0.12/Plugins/refdiff.md
b/versioned_docs/version-v0.12/Plugins/refdiff.md
index cc72e77466..a177281eca 100644
--- a/versioned_docs/version-v0.12/Plugins/refdiff.md
+++ b/versioned_docs/version-v0.12/Plugins/refdiff.md
@@ -41,7 +41,7 @@ github:GithubRepo:384111310:refs/tags/v0.6.1 TAG
curl -v -XPOST http://localhost:8080/pipelines --data @- <<'JSON'
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
@@ -68,7 +68,7 @@ Or if you prefered calculating latest releases
curl -v -XPOST http://localhost:8080/pipelines --data @- <<'JSON'
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
diff --git a/versioned_docs/version-v0.13/Plugins/feishu.md
b/versioned_docs/version-v0.13/Plugins/feishu.md
index 6cd596f63f..306f3bd989 100644
--- a/versioned_docs/version-v0.13/Plugins/feishu.md
+++ b/versioned_docs/version-v0.13/Plugins/feishu.md
@@ -59,7 +59,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "feishu 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "feishu",
"options": {
"connectionId": 1,
diff --git a/versioned_docs/version-v0.13/Plugins/gitee.md
b/versioned_docs/version-v0.13/Plugins/gitee.md
index ffed3f537a..79c3c907da 100644
--- a/versioned_docs/version-v0.13/Plugins/gitee.md
+++ b/versioned_docs/version-v0.13/Plugins/gitee.md
@@ -74,7 +74,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"options": {
"connectionId": 1,
@@ -92,7 +92,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"subtasks": ["collectXXX", "extractXXX", "convertXXX"],
"options": {
diff --git a/versioned_docs/version-v0.13/Plugins/gitextractor.md
b/versioned_docs/version-v0.13/Plugins/gitextractor.md
index c524a616d4..d4c10ca777 100644
--- a/versioned_docs/version-v0.13/Plugins/gitextractor.md
+++ b/versioned_docs/version-v0.13/Plugins/gitextractor.md
@@ -22,7 +22,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
--data-raw '
{
"name": "git repo extractor",
- "tasks": [
+ "plan": [
[
{
"Plugin": "gitextractor",
diff --git a/versioned_docs/version-v0.13/Plugins/github.md
b/versioned_docs/version-v0.13/Plugins/github.md
index 6f76b2dc27..fd804a1456 100644
--- a/versioned_docs/version-v0.13/Plugins/github.md
+++ b/versioned_docs/version-v0.13/Plugins/github.md
@@ -54,7 +54,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "github 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "github",
"options": {
"connectionId": 1,
diff --git a/versioned_docs/version-v0.13/Plugins/gitlab.md
b/versioned_docs/version-v0.13/Plugins/gitlab.md
index be5e184219..05f8ba5ec3 100644
--- a/versioned_docs/version-v0.13/Plugins/gitlab.md
+++ b/versioned_docs/version-v0.13/Plugins/gitlab.md
@@ -32,7 +32,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
--data-raw '
{
"name": "gitlab 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitlab",
"options": {
"projectId": <Your gitlab project id>
diff --git a/versioned_docs/version-v0.13/Plugins/refdiff.md
b/versioned_docs/version-v0.13/Plugins/refdiff.md
index 65e5f64099..788cf995a7 100644
--- a/versioned_docs/version-v0.13/Plugins/refdiff.md
+++ b/versioned_docs/version-v0.13/Plugins/refdiff.md
@@ -41,7 +41,7 @@ github:GithubRepo:384111310:refs/tags/v0.6.1 TAG
curl -v -XPOST http://localhost:8080/pipelines --data @- <<'JSON'
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
@@ -68,7 +68,7 @@ Or if you prefered calculating latest releases
curl -v -XPOST http://localhost:8080/pipelines --data @- <<'JSON'
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
diff --git a/versioned_docs/version-v0.14/Plugins/feishu.md
b/versioned_docs/version-v0.14/Plugins/feishu.md
index 6cd596f63f..306f3bd989 100644
--- a/versioned_docs/version-v0.14/Plugins/feishu.md
+++ b/versioned_docs/version-v0.14/Plugins/feishu.md
@@ -59,7 +59,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "feishu 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "feishu",
"options": {
"connectionId": 1,
diff --git a/versioned_docs/version-v0.14/Plugins/gitee.md
b/versioned_docs/version-v0.14/Plugins/gitee.md
index ffed3f537a..79c3c907da 100644
--- a/versioned_docs/version-v0.14/Plugins/gitee.md
+++ b/versioned_docs/version-v0.14/Plugins/gitee.md
@@ -74,7 +74,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"options": {
"connectionId": 1,
@@ -92,7 +92,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"subtasks": ["collectXXX", "extractXXX", "convertXXX"],
"options": {
diff --git a/versioned_docs/version-v0.14/Plugins/gitextractor.md
b/versioned_docs/version-v0.14/Plugins/gitextractor.md
index c524a616d4..d4c10ca777 100644
--- a/versioned_docs/version-v0.14/Plugins/gitextractor.md
+++ b/versioned_docs/version-v0.14/Plugins/gitextractor.md
@@ -22,7 +22,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
--data-raw '
{
"name": "git repo extractor",
- "tasks": [
+ "plan": [
[
{
"Plugin": "gitextractor",
diff --git a/versioned_docs/version-v0.14/Plugins/github.md
b/versioned_docs/version-v0.14/Plugins/github.md
index 6f76b2dc27..fd804a1456 100644
--- a/versioned_docs/version-v0.14/Plugins/github.md
+++ b/versioned_docs/version-v0.14/Plugins/github.md
@@ -54,7 +54,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "github 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "github",
"options": {
"connectionId": 1,
diff --git a/versioned_docs/version-v0.14/Plugins/gitlab.md
b/versioned_docs/version-v0.14/Plugins/gitlab.md
index be5e184219..05f8ba5ec3 100644
--- a/versioned_docs/version-v0.14/Plugins/gitlab.md
+++ b/versioned_docs/version-v0.14/Plugins/gitlab.md
@@ -32,7 +32,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
--data-raw '
{
"name": "gitlab 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitlab",
"options": {
"projectId": <Your gitlab project id>
diff --git a/versioned_docs/version-v0.14/Plugins/refdiff.md
b/versioned_docs/version-v0.14/Plugins/refdiff.md
index ef9d1d024d..6068aafa67 100644
--- a/versioned_docs/version-v0.14/Plugins/refdiff.md
+++ b/versioned_docs/version-v0.14/Plugins/refdiff.md
@@ -40,7 +40,7 @@ In order to trigger the enrichment, you need to insert a new
task into your pipe
curl -v -XPOST http://localhost:8080/pipelines --data @- <<'JSON'
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
@@ -67,7 +67,7 @@ Or if you preferred calculating latest releases
curl -v -XPOST http://localhost:8080/pipelines --data @- <<'JSON'
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
diff --git a/versioned_docs/version-v0.15/Plugins/feishu.md
b/versioned_docs/version-v0.15/Plugins/feishu.md
index 6cd596f63f..306f3bd989 100644
--- a/versioned_docs/version-v0.15/Plugins/feishu.md
+++ b/versioned_docs/version-v0.15/Plugins/feishu.md
@@ -59,7 +59,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "feishu 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "feishu",
"options": {
"connectionId": 1,
diff --git a/versioned_docs/version-v0.15/Plugins/gitee.md
b/versioned_docs/version-v0.15/Plugins/gitee.md
index ffed3f537a..79c3c907da 100644
--- a/versioned_docs/version-v0.15/Plugins/gitee.md
+++ b/versioned_docs/version-v0.15/Plugins/gitee.md
@@ -74,7 +74,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"options": {
"connectionId": 1,
@@ -92,7 +92,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"subtasks": ["collectXXX", "extractXXX", "convertXXX"],
"options": {
diff --git a/versioned_docs/version-v0.15/Plugins/gitextractor.md
b/versioned_docs/version-v0.15/Plugins/gitextractor.md
index 5f93b96eb5..ac43172d13 100644
--- a/versioned_docs/version-v0.15/Plugins/gitextractor.md
+++ b/versioned_docs/version-v0.15/Plugins/gitextractor.md
@@ -23,7 +23,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
--data-raw '
{
"name": "git repo extractor",
- "tasks": [
+ "plan": [
[
{
"Plugin": "gitextractor",
diff --git a/versioned_docs/version-v0.15/Plugins/refdiff.md
b/versioned_docs/version-v0.15/Plugins/refdiff.md
index 01be58de5b..07c0988e57 100644
--- a/versioned_docs/version-v0.15/Plugins/refdiff.md
+++ b/versioned_docs/version-v0.15/Plugins/refdiff.md
@@ -47,7 +47,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
@@ -77,7 +77,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
@@ -108,7 +108,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "test-refdiff-dora",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
diff --git a/versioned_docs/version-v0.16/Plugins/feishu.md
b/versioned_docs/version-v0.16/Plugins/feishu.md
index 6cd596f63f..306f3bd989 100644
--- a/versioned_docs/version-v0.16/Plugins/feishu.md
+++ b/versioned_docs/version-v0.16/Plugins/feishu.md
@@ -59,7 +59,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "feishu 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "feishu",
"options": {
"connectionId": 1,
diff --git a/versioned_docs/version-v0.16/Plugins/gitee.md
b/versioned_docs/version-v0.16/Plugins/gitee.md
index ffed3f537a..79c3c907da 100644
--- a/versioned_docs/version-v0.16/Plugins/gitee.md
+++ b/versioned_docs/version-v0.16/Plugins/gitee.md
@@ -74,7 +74,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"options": {
"connectionId": 1,
@@ -92,7 +92,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "gitee 20211126",
- "tasks": [[{
+ "plan": [[{
"plugin": "gitee",
"subtasks": ["collectXXX", "extractXXX", "convertXXX"],
"options": {
diff --git a/versioned_docs/version-v0.16/Plugins/gitextractor.md
b/versioned_docs/version-v0.16/Plugins/gitextractor.md
index 5f93b96eb5..ac43172d13 100644
--- a/versioned_docs/version-v0.16/Plugins/gitextractor.md
+++ b/versioned_docs/version-v0.16/Plugins/gitextractor.md
@@ -23,7 +23,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
--data-raw '
{
"name": "git repo extractor",
- "tasks": [
+ "plan": [
[
{
"Plugin": "gitextractor",
diff --git a/versioned_docs/version-v0.16/Plugins/refdiff.md
b/versioned_docs/version-v0.16/Plugins/refdiff.md
index 73f7ed1fb3..f24f11db4b 100644
--- a/versioned_docs/version-v0.16/Plugins/refdiff.md
+++ b/versioned_docs/version-v0.16/Plugins/refdiff.md
@@ -47,7 +47,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
@@ -77,7 +77,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "test-refdiff",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",
@@ -108,7 +108,7 @@ curl 'http://localhost:8080/pipelines' \
--data-raw '
{
"name": "test-refdiff-dora",
- "tasks": [
+ "plan": [
[
{
"plugin": "refdiff",