From ab80e72059e841c0d9311c2a3d8d43b8dd29aee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Moctezuma?= <58795518+nmoctezum@users.noreply.github.com> Date: Sat, 18 Apr 2020 19:14:19 -0500 Subject: [PATCH 1/3] Update bower.json --- web-nodejs/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-nodejs/bower.json b/web-nodejs/bower.json index 7df04ff..1701a04 100644 --- a/web-nodejs/bower.json +++ b/web-nodejs/bower.json @@ -17,7 +17,7 @@ }, "resolutions": { "angular": "1.5.10", - "jquery": "3.4.1", + "jquery": "3.5.0", "bootstrap": "~3.3.7" } } From ca71a8148b13473578a337b9d90092e39b40cd25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Moctezuma?= Date: Wed, 3 Jun 2020 17:39:11 -0500 Subject: [PATCH 2/3] version update version update --- web-nodejs/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-nodejs/bower.json b/web-nodejs/bower.json index 1701a04..9300f42 100644 --- a/web-nodejs/bower.json +++ b/web-nodejs/bower.json @@ -17,7 +17,7 @@ }, "resolutions": { "angular": "1.5.10", - "jquery": "3.5.0", + "jquery": "3.5.1", "bootstrap": "~3.3.7" } } From e6f211dd24750c3cefff7946d628c172ebfd65b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Moctezuma?= Date: Thu, 11 Jun 2020 19:31:30 -0500 Subject: [PATCH 3/3] =?UTF-8?q?Archivo=20de=20recuperaci=C3=B3n=20de=20amb?= =?UTF-8?q?ientes=20lab=202=20al=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Complemento solo para recuperar los ambientes, por fallas en Eclipse Che. Ejecuta lo necesario para poner al corriente a los participantes hasta el paso 5. --- solutions/2to5.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 solutions/2to5.sh diff --git a/solutions/2to5.sh b/solutions/2to5.sh new file mode 100644 index 0000000..d2bc7d8 --- /dev/null +++ b/solutions/2to5.sh @@ -0,0 +1,11 @@ +oc new-project coolstore-XX +oc project coolstore-XX +oc policy add-role-to-user view -n coolstore-XX -z default +chmod 777 ./labs/solutions/lab-2/solve.sh +./labs/solutions/lab-2/solve.sh +chmod 777 ./labs/solutions/lab-3/solve.sh +./labs/solutions/lab-3/solve.sh +chmod 777 ./labs/solutions/lab-4/solve.sh +./labs/solutions/lab-4/solve.sh +oc new-app nodejs:8~https://github.com/nmoctezum/cloud-native-labs.git#nmoctezum-patch-1 --context-dir=web-nodejs --name=web +oc expose svc/web