From b28167069e758507ffbed87551f6f87ebb540050 Mon Sep 17 00:00:00 2001 From: Dave Neary Date: Thu, 25 Jul 2019 17:46:26 -0400 Subject: [PATCH 1/4] Initial devfile.yml Trying out the Pig Debugger blog post. --- devfile.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 devfile.yml diff --git a/devfile.yml b/devfile.yml new file mode 100644 index 0000000..cdefc5f --- /dev/null +++ b/devfile.yml @@ -0,0 +1,17 @@ +apiVersion: 1.0.0 +metadata: + name: apache-pig +projects: + - + name: apache-pig-sample + source: + type: git + location: "https://github.com/tolusha/apache-pig-sample" +components: + - + alias: apache-pig-plugin + type: chePlugin + reference: https://raw.githubusercontent.com/tolusha/plugins-registry/master/plugins/tolusha/apache-pig-debug/0.0.1/meta.yaml + - + id: eclipse/che-theia/next + type: cheEditor From 85f277d3794a4b5efa835bb1bff374e6f6bd3273 Mon Sep 17 00:00:00 2001 From: Dave Neary Date: Fri, 26 Jul 2019 10:12:58 -0400 Subject: [PATCH 2/4] Revert to old devfile for che.openshift.io --- devfile.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/devfile.yml b/devfile.yml index cdefc5f..9f93131 100644 --- a/devfile.yml +++ b/devfile.yml @@ -1,6 +1,5 @@ -apiVersion: 1.0.0 -metadata: - name: apache-pig +specVersion: 0.0.1 +name: apache-pig projects: - name: apache-pig-sample @@ -11,7 +10,7 @@ components: - alias: apache-pig-plugin type: chePlugin - reference: https://raw.githubusercontent.com/tolusha/plugins-registry/master/plugins/tolusha/apache-pig-debug/0.0.1/meta.yaml + id: https://raw.githubusercontent.com/tolusha/plugins-registry/master/plugins/tolusha/apache-pig-debug/0.0.1 - id: eclipse/che-theia/next type: cheEditor From dc1fd26eddeaefc1ce334c795faf44815399ac5a Mon Sep 17 00:00:00 2001 From: Dave Neary Date: Fri, 26 Jul 2019 10:15:27 -0400 Subject: [PATCH 3/4] Rename devfile so that it is picked up by Che.openshift.io --- devfile.yml => devfile.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename devfile.yml => devfile.yaml (100%) diff --git a/devfile.yml b/devfile.yaml similarity index 100% rename from devfile.yml rename to devfile.yaml From 26a102d7fbe097b38d8ace08af757cbf3e2f86ff Mon Sep 17 00:00:00 2001 From: Dave Neary Date: Fri, 26 Jul 2019 11:08:55 -0400 Subject: [PATCH 4/4] Project link --- devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devfile.yaml b/devfile.yaml index 9f93131..40a7f5b 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -5,7 +5,7 @@ projects: name: apache-pig-sample source: type: git - location: "https://github.com/tolusha/apache-pig-sample" + location: "https://github.com/dneary/apache-pig-sample" components: - alias: apache-pig-plugin