From b7f7f9cc182b8cc62f3814cd3dc113ef2f867045 Mon Sep 17 00:00:00 2001 From: Mauricio Lauffer <443888+mauriciolauffer@users.noreply.github.com> Date: Sun, 10 Jul 2022 12:03:48 +1000 Subject: [PATCH 1/4] feat: Add more packages --- sources.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/sources.json b/sources.json index 5c9f3be..75ba0c8 100644 --- a/sources.json +++ b/sources.json @@ -242,6 +242,78 @@ "tags": ["odata", "promise"], "license": "mit" }, + { + "owner": "mauriciolauffer", + "repo": "https://github.com/mauriciolauffer/openui5-error-collector", + "addedToBoUI5": "2022-07-10T11:52:00.000Z", + "type": "customControl", + "tags": ["error","collector","exception","log","event"], + "license": "mit" + }, + { + "owner": "mauriciolauffer", + "repo": "https://github.com/mauriciolauffer/openui5-smart-mockserver", + "addedToBoUI5": "2022-07-10T11:52:00.000Z", + "type": "customControl", + "tags": ["mock","mockserver","mockdata","faker","fake","smart","smarter"], + "license": "mit" + }, + { + "owner": "mauriciolauffer", + "repo": "https://github.com/mauriciolauffer/openui5-tour", + "addedToBoUI5": "2022-07-10T11:52:00.000Z", + "type": "customControl", + "tags": ["tour","guide","intro","showcase"], + "license": "mit" + }, + { + "owner": "mauriciolauffer", + "repo": "https://github.com/mauriciolauffer/openui5-model-json-crud", + "addedToBoUI5": "2022-07-10T11:52:00.000Z", + "type": "customControl", + "tags": ["model","JSON","CRUD"], + "license": "mit" + }, + { + "owner": "mauriciolauffer", + "repo": "https://github.com/mauriciolauffer/openui5-validator", + "addedToBoUI5": "2022-07-10T11:52:00.000Z", + "type": "customControl", + "tags": ["validate","validator","validation"], + "license": "mit" + }, + { + "owner": "mauriciolauffer", + "repo": "https://github.com/mauriciolauffer/openui5-password", + "addedToBoUI5": "2022-07-10T11:52:00.000Z", + "type": "customControl", + "tags": ["password","input","control"], + "license": "mit" + }, + { + "owner": "mauriciolauffer", + "repo": "https://github.com/mauriciolauffer/ui5-deployer", + "addedToBoUI5": "2022-07-10T11:52:00.000Z", + "type": "tooling", + "tags": ["deploy","deployment","deployer","development","tool"], + "license": "Apache-2.0" + }, + { + "owner": "mauriciolauffer", + "repo": "https://github.com/mauriciolauffer/ui5-task-dts-generator", + "addedToBoUI5": "2022-07-10T11:52:00.000Z", + "type": "task", + "tags": ["builder","tooling","dts","typescript","types"], + "license": "mit" + }, + { + "owner": "mauriciolauffer", + "repo": "https://github.com/mauriciolauffer/ui5-task-minifier", + "addedToBoUI5": "2022-07-10T11:52:00.000Z", + "type": "task", + "tags": ["builder","minify","minifier","uglify","css","html","json"], + "license": "mit" + }, { "owner": "CarlosOrozco88", "repo": "ui5-tools", From 898ccbcce523ea40cc5b9695183e6fe4f9ef3d0f Mon Sep 17 00:00:00 2001 From: Mauricio Lauffer <443888+mauriciolauffer@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:40:57 +1000 Subject: [PATCH 2/4] fix: Change type to library --- sources.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sources.json b/sources.json index 75ba0c8..eca379d 100644 --- a/sources.json +++ b/sources.json @@ -238,15 +238,15 @@ "owner": "mauriciolauffer", "repo": "openui5-model-odata-v2-odatamodelpromise", "addedToBoUI5": "2022-06-06T12:07:57.868Z", - "type": "customControl", - "tags": ["odata", "promise"], + "type": "library", + "tags": ["model", "odata", "promise"], "license": "mit" }, { "owner": "mauriciolauffer", "repo": "https://github.com/mauriciolauffer/openui5-error-collector", "addedToBoUI5": "2022-07-10T11:52:00.000Z", - "type": "customControl", + "type": "module", "tags": ["error","collector","exception","log","event"], "license": "mit" }, @@ -254,7 +254,7 @@ "owner": "mauriciolauffer", "repo": "https://github.com/mauriciolauffer/openui5-smart-mockserver", "addedToBoUI5": "2022-07-10T11:52:00.000Z", - "type": "customControl", + "type": "library", "tags": ["mock","mockserver","mockdata","faker","fake","smart","smarter"], "license": "mit" }, @@ -262,7 +262,7 @@ "owner": "mauriciolauffer", "repo": "https://github.com/mauriciolauffer/openui5-tour", "addedToBoUI5": "2022-07-10T11:52:00.000Z", - "type": "customControl", + "type": "library", "tags": ["tour","guide","intro","showcase"], "license": "mit" }, @@ -270,7 +270,7 @@ "owner": "mauriciolauffer", "repo": "https://github.com/mauriciolauffer/openui5-model-json-crud", "addedToBoUI5": "2022-07-10T11:52:00.000Z", - "type": "customControl", + "type": "library", "tags": ["model","JSON","CRUD"], "license": "mit" }, @@ -278,7 +278,7 @@ "owner": "mauriciolauffer", "repo": "https://github.com/mauriciolauffer/openui5-validator", "addedToBoUI5": "2022-07-10T11:52:00.000Z", - "type": "customControl", + "type": "library", "tags": ["validate","validator","validation"], "license": "mit" }, @@ -286,7 +286,7 @@ "owner": "mauriciolauffer", "repo": "https://github.com/mauriciolauffer/openui5-password", "addedToBoUI5": "2022-07-10T11:52:00.000Z", - "type": "customControl", + "type": "library", "tags": ["password","input","control"], "license": "mit" }, From c28f30a92bd0c3c019ccc785989f9556475758e4 Mon Sep 17 00:00:00 2001 From: Mauricio Lauffer <443888+mauriciolauffer@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:07:59 +1000 Subject: [PATCH 3/4] fix: ui5-deployer type command --- sources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources.json b/sources.json index eca379d..a67cf33 100644 --- a/sources.json +++ b/sources.json @@ -294,7 +294,7 @@ "owner": "mauriciolauffer", "repo": "https://github.com/mauriciolauffer/ui5-deployer", "addedToBoUI5": "2022-07-10T11:52:00.000Z", - "type": "tooling", + "type": "command", "tags": ["deploy","deployment","deployer","development","tool"], "license": "Apache-2.0" }, From 73ce8bfd8b54f08c5f369ff1157e694478160fae Mon Sep 17 00:00:00 2001 From: marianfoo <13335743+marianfoo@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:15:22 +0200 Subject: [PATCH 4/4] fix: remove full url from `repo` --- sources.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/sources.json b/sources.json index a67cf33..2780d41 100644 --- a/sources.json +++ b/sources.json @@ -244,74 +244,74 @@ }, { "owner": "mauriciolauffer", - "repo": "https://github.com/mauriciolauffer/openui5-error-collector", + "repo": "openui5-error-collector", "addedToBoUI5": "2022-07-10T11:52:00.000Z", "type": "module", - "tags": ["error","collector","exception","log","event"], + "tags": ["error", "collector", "exception", "log", "event"], "license": "mit" }, { "owner": "mauriciolauffer", - "repo": "https://github.com/mauriciolauffer/openui5-smart-mockserver", + "repo": "openui5-smart-mockserver", "addedToBoUI5": "2022-07-10T11:52:00.000Z", "type": "library", - "tags": ["mock","mockserver","mockdata","faker","fake","smart","smarter"], + "tags": ["mock", "mockserver", "mockdata", "faker", "fake", "smart", "smarter"], "license": "mit" }, { "owner": "mauriciolauffer", - "repo": "https://github.com/mauriciolauffer/openui5-tour", + "repo": "openui5-tour", "addedToBoUI5": "2022-07-10T11:52:00.000Z", "type": "library", - "tags": ["tour","guide","intro","showcase"], + "tags": ["tour", "guide", "intro", "showcase"], "license": "mit" }, { "owner": "mauriciolauffer", - "repo": "https://github.com/mauriciolauffer/openui5-model-json-crud", + "repo": "openui5-model-json-crud", "addedToBoUI5": "2022-07-10T11:52:00.000Z", "type": "library", - "tags": ["model","JSON","CRUD"], + "tags": ["model", "JSON", "CRUD"], "license": "mit" }, { "owner": "mauriciolauffer", - "repo": "https://github.com/mauriciolauffer/openui5-validator", + "repo": "openui5-validator", "addedToBoUI5": "2022-07-10T11:52:00.000Z", "type": "library", - "tags": ["validate","validator","validation"], + "tags": ["validate", "validator", "validation"], "license": "mit" }, { "owner": "mauriciolauffer", - "repo": "https://github.com/mauriciolauffer/openui5-password", + "repo": "openui5-password", "addedToBoUI5": "2022-07-10T11:52:00.000Z", "type": "library", - "tags": ["password","input","control"], + "tags": ["password", "input", "control"], "license": "mit" }, { "owner": "mauriciolauffer", - "repo": "https://github.com/mauriciolauffer/ui5-deployer", + "repo": "ui5-deployer", "addedToBoUI5": "2022-07-10T11:52:00.000Z", "type": "command", - "tags": ["deploy","deployment","deployer","development","tool"], + "tags": ["deploy", "deployment", "deployer", "development", "tool"], "license": "Apache-2.0" }, { "owner": "mauriciolauffer", - "repo": "https://github.com/mauriciolauffer/ui5-task-dts-generator", + "repo": "ui5-task-dts-generator", "addedToBoUI5": "2022-07-10T11:52:00.000Z", "type": "task", - "tags": ["builder","tooling","dts","typescript","types"], + "tags": ["builder", "tooling", "dts", "typescript", "types"], "license": "mit" }, { "owner": "mauriciolauffer", - "repo": "https://github.com/mauriciolauffer/ui5-task-minifier", + "repo": "ui5-task-minifier", "addedToBoUI5": "2022-07-10T11:52:00.000Z", "type": "task", - "tags": ["builder","minify","minifier","uglify","css","html","json"], + "tags": ["builder", "minify", "minifier", "uglify", "css", "html", "json"], "license": "mit" }, {