Commit graph

90 commits

Author SHA1 Message Date
Student User
2bd3f0e199 version update 2021-07-06 10:33:44 -04:00
Marek Czernek
20d773370e
fix: Add a missing license file for the repository (#48)
* Create LICENSE

* Update LICENSE
2020-07-28 16:04:10 +02:00
Marek Czernek
d3b6fa27b0
Merge pull request #16 from joetatrh/fix-lab-ch10-s03
fix(ch10s03): Update restify version for todo-backend app
2020-02-18 14:21:22 +01:00
git name
5454ebd401 bugfix: do288 (OCP 4.2) lab ch10s03: todo-backend
The "todo-backend" application fails to start in the current
version of the do288 OCP 4.2 course, which prevents completion
of the lab "Containerizing and Deploying a Service" in chapter
10, section 3.

This "todo-backend" application's "package.json" file appears to
have been copied from a previous lab ("todo-single"), but the
version number of the "restify" depdency has been transposed from
"4.3.0" (working) to "4.0.3" (broken).

This commit enables this lab to be completed successfully.
2020-01-22 10:47:17 -05:00
Eduardo Ramirez
648a2b1d84
Update restify to 4.3.0 (#5)
Update restify to 4.3.0
2019-12-03 15:45:02 +01:00
Eduardo Ramirez
5decd03995
Update restify to 4.3.0 2019-11-27 00:12:03 +01:00
Student User
27de9efbe2 Reverted changes to the Dockerfile, fix to env is done by the dc 2019-08-08 14:46:15 +00:00
Student User
9f231c9ba9 Adding explicit tag to FROM 2019-08-07 23:47:39 +00:00
Student User
7be4a5f7fc Removing JVM heap options 2019-08-07 23:31:55 +00:00
Dan K
a70b169621 Added a README.md for curious students 2019-08-06 08:06:13 -04:00
Dan K
308b57b7a0 Merge branch 'dkolepp/nexus3' 2019-08-05 21:08:58 -04:00
Dan K
576cbfb69a Merge branch 'dkolepp/nexus3' of github.com:RedHatTraining/DO288-apps into dkolepp/nexus3 2019-08-05 20:36:02 -04:00
Dan K
411e81e8a8 feat(9,4):update files for Nexus application image 2019-08-05 20:33:05 -04:00
Student User
2f2b2ecef9 add Docker build file 2019-08-05 15:42:18 +00:00
Student User
eb776d8776 smaller repo 2019-08-05 15:41:37 +00:00
Dan K
ac6169db7b feat: add initial Nexus3 files 2019-08-04 08:26:17 -04:00
Richard Allred
99e73490b4 Merge branch 'master' of github.com:RedHatTraining/DO288-apps 2019-08-03 16:44:06 -04:00
Richard Allred
6f4e1265cd update to use exec 2019-08-03 16:43:56 -04:00
Student User
e5e3675beb add sample for ch10s03 lab 2019-08-02 19:48:17 +00:00
Student User
c2f929499e replace ADD with COPY to follow best practices 2019-08-02 13:51:29 +00:00
Student User
9d0d654cac formatting Dockerfile for shorter lines 2019-08-01 21:29:48 +00:00
Student User
f6dd9c4267 updated to UBI and get backend host from env 2019-08-01 21:23:57 +00:00
Dan K
64e5c44acd Merge branch 'master' of github.com:RedHatTraining/DO288-apps 2019-07-24 12:14:06 -04:00
Dan K
fea7be4519 feat(ch9lab): add placeholder fragment directory 2019-07-24 12:13:32 -04:00
Richard Allred
a0872a3849 Merge branch 'master' of github.com:RedHatTraining/DO288-apps 2019-07-24 07:35:05 -04:00
Richard Allred
8b6479a023 Adding php-scale app for ch07 lab 2019-07-24 07:34:57 -04:00
Dan K
137aecb997 WIP(ch9lab): update mysql jdbc version in pom.xml 2019-07-22 21:58:46 -04:00
Dan K
16a11f2775 WIP(ch9lab) fix pom.xml dependencies 2019-07-22 16:10:39 -04:00
Dan K
c1c73e3237 WIP(ch9lab) update POM dependencies 2019-07-22 16:04:38 -04:00
Dan K
81fbcfc240 WIP(ch9lab) add source for java-based todo-api app 2019-07-22 15:38:35 -04:00
Dan K
c37d409c1d fix(ch4s4): correct syntax error 2019-07-19 16:42:26 -04:00
Dan K
2c450b33f4 fix(ch4s4): refactor java source for SG read ease 2019-07-19 16:25:45 -04:00
Dan K
a4c63d7a84 fix(ch9s6): add placeholder directory 2019-07-19 13:41:15 -04:00
Dan K
9c1fe679d7 fix(ch9s6): remove YAML fragments 2019-07-19 13:38:59 -04:00
Dan K
f9e42817fa fix(micro-java): add newline char to output str 2019-07-19 12:10:29 -04:00
Dan K
1dc1e7e1dd Merge branch 'dkolepp/ch9s6'
feat(ch9s6): add micro-java project
2019-07-19 10:02:04 -04:00
Dan K
9963c0bd49 style(micro-java): fix pom.xml whitespace 2019-07-19 10:00:48 -04:00
Dan K
213f257670 WIP:feat(ch9s6): add custom dc and cm resources
Use the fabric8 plugin to add a custom deployment config and config
map as part of the deployment to OpenShift.
2019-07-16 16:34:24 -04:00
Dan K
eaf20b0fe6 WIP:fix(ch9s6): add braces for if block 2019-07-16 15:46:12 -04:00
Dan K
4fcb06042f WIP:feat(ch9s6): remove YAML fragments
The YAML fragments are wrong, and are causing issues when deployed.
The "Zero Config" option with fabric8 works well.
2019-07-16 15:24:45 -04:00
Dan K
698457ac05 WIP(ch9s6): update current code 2019-07-16 14:31:01 -04:00
Richard Allred
ef8c52b4d8 adding quip app 2019-07-16 08:45:30 -04:00
Dan K
6e57953cdc WIP:feat(ch9s6): add initial code for GE
The "mvn fabric8:deploy" command still does not work, mostly because
it seems that the deployed "service" contains selectors for labels
that are not present on the associated Pod.
2019-07-16 07:13:48 -04:00
Ivan Chavero
00990345b6 ch07s02 add application for GE 2019-07-16 01:25:16 -05:00
Ivan Chavero
4463a8bae2 ch04s09 Add build-app project for lab 2019-07-15 14:57:04 -05:00
Ravi Srinivasan
702686c81d Minor fix to Jenkinsfile for Ch8 EoC Lab 2019-07-15 17:28:37 +05:30
Ravi Srinivasan
fe9006dcad Added movies microservice for Ch 8 EoC Lab 2019-07-12 12:55:16 +05:30
Ravi Srinivasan
2aa4b3aa52
increased jenkins pipeline timeout value 2019-07-04 11:20:11 +05:30
Ivan Chavero
e86f9e22eb ch04s06 Project needed for the GE 2019-07-03 18:13:40 -05:00
Ravi Srinivasan
1af3be056c Minor fix to unit test 2019-07-03 18:42:27 +05:30