From ca91618b379dc45b0761fd9421f608b81f1b9c3a Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Mon, 13 Dec 2021 14:46:24 +0100 Subject: [PATCH 01/14] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a7c843..2891556 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E ## Online resources -* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/v2.2.1/UEAppInterfaceApi.yaml). -* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/v2.2.1/UEAppInterfaceApi.yaml). +* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). +* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). ## License -- GitLab From 545a40f2cad4b668addba3b50602e65dee6ed209 Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Mon, 13 Dec 2021 14:53:49 +0100 Subject: [PATCH 02/14] Update .jenkins.sh --- .jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins.sh b/.jenkins.sh index ef0a021..2c7c87a 100644 --- a/.jenkins.sh +++ b/.jenkins.sh @@ -5,7 +5,7 @@ specfiles=$(ls | egrep "^[^.]*.(json|yaml)") fres=0 for i in $specfiles ; do echo "-- Validating and linting OpenAPI file $i..." - swagger-cli validate $i + swagger-cli validate "$i" res=$? speccy lint "$i" res2=$? -- GitLab From 6c673b9eabed0a1a514a488bbc8e7fd42d93c885 Mon Sep 17 00:00:00 2001 From: hammad zafar Date: Wed, 13 Apr 2022 14:22:52 +0500 Subject: [PATCH 03/14] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2891556..2cede9a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E ## Online resources -* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). -* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). +* [Specification Document](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/016/02.02.01_60/gs_MEC016v020201p.pdf) +* [Navigate the API in the browser](https://redocly.github.io/redoc/?url=https://forge.etsi.org/rep/mec/gs016-dev-app-api/-/raw/v2.2.1-OAS3.1/UEAppInterfaceApi.yaml) ## License -- GitLab From 941f40639e5da02a202d70007403ff0883b6b03f Mon Sep 17 00:00:00 2001 From: Laurent Velez Date: Wed, 13 Apr 2022 12:43:53 +0000 Subject: [PATCH 04/14] Delete .jenkins.sh as it uses pipeline instead --- .jenkins.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .jenkins.sh diff --git a/.jenkins.sh b/.jenkins.sh deleted file mode 100644 index 2c7c87a..0000000 --- a/.jenkins.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -specfiles=$(ls | egrep "^[^.]*.(json|yaml)") - -fres=0 -for i in $specfiles ; do - echo "-- Validating and linting OpenAPI file $i..." - swagger-cli validate "$i" - res=$? - speccy lint "$i" - res2=$? - fres=$(($fres||$res||$res2)) - echo "--- Validator returned $res, linter returned $res2." -done - -echo "-- Final validation returns $fres." - -exit $fres -- GitLab From e74ff177b8f9c1cfc60d31b93cf6d4ec3ea689df Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Mon, 13 Dec 2021 14:46:24 +0100 Subject: [PATCH 05/14] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a2348..2891556 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E ## Online resources -* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-final/UEAppInterfaceApi.yaml). -* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-final/UEAppInterfaceApi.yaml). +* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). +* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). ## License -- GitLab From 71878dc62c24d8a8609328bf666387dcdb56042e Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Mon, 13 Dec 2021 14:53:49 +0100 Subject: [PATCH 06/14] Update .jenkins.sh --- .jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins.sh b/.jenkins.sh index ef0a021..2c7c87a 100644 --- a/.jenkins.sh +++ b/.jenkins.sh @@ -5,7 +5,7 @@ specfiles=$(ls | egrep "^[^.]*.(json|yaml)") fres=0 for i in $specfiles ; do echo "-- Validating and linting OpenAPI file $i..." - swagger-cli validate $i + swagger-cli validate "$i" res=$? speccy lint "$i" res2=$? -- GitLab From 9515cbdd8d319f8ffb0e47aa67aafb6b60f8fb86 Mon Sep 17 00:00:00 2001 From: hammad zafar Date: Wed, 13 Apr 2022 14:22:52 +0500 Subject: [PATCH 07/14] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2891556..2cede9a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E ## Online resources -* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). -* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). +* [Specification Document](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/016/02.02.01_60/gs_MEC016v020201p.pdf) +* [Navigate the API in the browser](https://redocly.github.io/redoc/?url=https://forge.etsi.org/rep/mec/gs016-dev-app-api/-/raw/v2.2.1-OAS3.1/UEAppInterfaceApi.yaml) ## License -- GitLab From dd3e22089baad048e7f094564cd16d6e2bd8fe89 Mon Sep 17 00:00:00 2001 From: Laurent Velez Date: Wed, 13 Apr 2022 12:43:53 +0000 Subject: [PATCH 08/14] Delete .jenkins.sh as it uses pipeline instead --- .jenkins.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .jenkins.sh diff --git a/.jenkins.sh b/.jenkins.sh deleted file mode 100644 index 2c7c87a..0000000 --- a/.jenkins.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -specfiles=$(ls | egrep "^[^.]*.(json|yaml)") - -fres=0 -for i in $specfiles ; do - echo "-- Validating and linting OpenAPI file $i..." - swagger-cli validate "$i" - res=$? - speccy lint "$i" - res2=$? - fres=$(($fres||$res||$res2)) - echo "--- Validator returned $res, linter returned $res2." -done - -echo "-- Final validation returns $fres." - -exit $fres -- GitLab From ce6bab9ad5d1c7aaec5108bc1dfe49b407eac09a Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Mon, 13 Dec 2021 14:46:24 +0100 Subject: [PATCH 09/14] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a2348..2891556 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E ## Online resources -* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-final/UEAppInterfaceApi.yaml). -* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-final/UEAppInterfaceApi.yaml). +* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). +* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). ## License -- GitLab From 969e22f42fdd86c95b8211646f03013bc5458609 Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Mon, 13 Dec 2021 14:53:49 +0100 Subject: [PATCH 10/14] Update .jenkins.sh --- .jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins.sh b/.jenkins.sh index ef0a021..2c7c87a 100644 --- a/.jenkins.sh +++ b/.jenkins.sh @@ -5,7 +5,7 @@ specfiles=$(ls | egrep "^[^.]*.(json|yaml)") fres=0 for i in $specfiles ; do echo "-- Validating and linting OpenAPI file $i..." - swagger-cli validate $i + swagger-cli validate "$i" res=$? speccy lint "$i" res2=$? -- GitLab From 3b2b7bc8cdb1b9911bec777131662d9f56dd82ee Mon Sep 17 00:00:00 2001 From: hammad zafar Date: Wed, 13 Apr 2022 14:22:52 +0500 Subject: [PATCH 11/14] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2891556..2cede9a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E ## Online resources -* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). -* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/stf606-draft/UEAppInterfaceApi.yaml). +* [Specification Document](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/016/02.02.01_60/gs_MEC016v020201p.pdf) +* [Navigate the API in the browser](https://redocly.github.io/redoc/?url=https://forge.etsi.org/rep/mec/gs016-dev-app-api/-/raw/v2.2.1-OAS3.1/UEAppInterfaceApi.yaml) ## License -- GitLab From a320c54590f30ffb22ca1bfe0a55480786a42024 Mon Sep 17 00:00:00 2001 From: Laurent Velez Date: Wed, 13 Apr 2022 12:43:53 +0000 Subject: [PATCH 12/14] Delete .jenkins.sh as it uses pipeline instead --- .jenkins.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .jenkins.sh diff --git a/.jenkins.sh b/.jenkins.sh deleted file mode 100644 index 2c7c87a..0000000 --- a/.jenkins.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -specfiles=$(ls | egrep "^[^.]*.(json|yaml)") - -fres=0 -for i in $specfiles ; do - echo "-- Validating and linting OpenAPI file $i..." - swagger-cli validate "$i" - res=$? - speccy lint "$i" - res2=$? - fres=$(($fres||$res||$res2)) - echo "--- Validator returned $res, linter returned $res2." -done - -echo "-- Final validation returns $fres." - -exit $fres -- GitLab From 6018b4351686be1ec336b0f1b9234172a54c9e40 Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Mon, 13 Dec 2021 14:53:49 +0100 Subject: [PATCH 13/14] Update .jenkins.sh --- .jenkins.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .jenkins.sh diff --git a/.jenkins.sh b/.jenkins.sh new file mode 100644 index 0000000..2c7c87a --- /dev/null +++ b/.jenkins.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +specfiles=$(ls | egrep "^[^.]*.(json|yaml)") + +fres=0 +for i in $specfiles ; do + echo "-- Validating and linting OpenAPI file $i..." + swagger-cli validate "$i" + res=$? + speccy lint "$i" + res2=$? + fres=$(($fres||$res||$res2)) + echo "--- Validator returned $res, linter returned $res2." +done + +echo "-- Final validation returns $fres." + +exit $fres -- GitLab From 47d00cf1eaa8c4f750afa5feea304ffca68f0dbc Mon Sep 17 00:00:00 2001 From: Laurent Velez Date: Wed, 13 Apr 2022 12:43:53 +0000 Subject: [PATCH 14/14] Delete .jenkins.sh as it uses pipeline instead --- .jenkins.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .jenkins.sh diff --git a/.jenkins.sh b/.jenkins.sh deleted file mode 100644 index 2c7c87a..0000000 --- a/.jenkins.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -specfiles=$(ls | egrep "^[^.]*.(json|yaml)") - -fres=0 -for i in $specfiles ; do - echo "-- Validating and linting OpenAPI file $i..." - swagger-cli validate "$i" - res=$? - speccy lint "$i" - res2=$? - fres=$(($fres||$res||$res2)) - echo "--- Validator returned $res, linter returned $res2." -done - -echo "-- Final validation returns $fres." - -exit $fres -- GitLab