Randy Thomas
3fc62e5088
File name changed only
2021-06-18 01:04:23 -05:00
Guy Bianco IV
ee11b28338
Merge pull request #140 from RedHatTraining/gbianco/todo-frontend-rewrite
...
todo frontend rewrite
2021-06-15 12:12:24 -04:00
Guy Bianco IV
a22ab5004d
Merge pull request #134 from RedHatTraining/gbianco/todo-backend-rewrite
...
new todo-backend
2021-06-15 10:27:15 -04:00
Manuel Aude Morales
0a34bc1584
Merge pull request #138 from RedHatTraining/maudemor/nexus3-update
...
Updated Dockerfile for new desired values.
2021-06-04 03:43:00 -05:00
Manuel Aude Morales
48ab8007c7
Merge pull request #128 from RedHatTraining/maudemor/base-micro-java
...
Maudemor/micro-java new version.
2021-06-04 00:28:18 -05:00
Manuel Aude Morales
4c10963267
Updated Dockerfile for new desired values.
2021-06-03 03:25:01 -05:00
Manuel Aude Morales
f854f3ee70
Removed configuration to be added by student during the activity.
2021-05-25 06:48:02 -05:00
Guy Bianco IV
9b8f248121
basic Dockerfile
2021-05-21 11:55:19 -04:00
Guy Bianco IV
df939f781f
basic Dockerfile
2021-05-21 11:51:51 -04:00
Manuel Aude Morales
6af1de0431
Applied version changes to micro-java app, as well as updated deployment file to use the specific version.
2021-05-20 06:22:19 -05:00
Guy Bianco IV
491a5672f2
yarn --> npm
2021-05-19 13:22:06 -04:00
Guy Bianco IV
f8735da820
new todo frontend
2021-05-19 13:18:48 -04:00
Guy Bianco IV
0bc1c87dda
new todo-backend
2021-05-19 12:50:48 -04:00
Manuel Aude Morales
dbc0d2d8ef
Change to use YAML file for the ConfigMap.
2021-05-07 07:28:19 -05:00
Manuel Aude Morales
408c9919b1
Fix file mess. Update micro-java endpoints, test, deployment file and pom.
2021-05-07 06:51:34 -05:00
Manuel Aude Morales
98139f4401
Fix name.
2021-05-07 04:21:31 -05:00
Manuel Aude Morales
7ec6c4616f
Ignore vs code from root directory.
2021-05-07 04:12:24 -05:00
Manuel Aude Morales
3c429abb4f
Ignore vs codium and more mvn files.
2021-05-07 04:10:51 -05:00
Manuel Aude Morales
60556228fb
Ignore more files.
2021-05-07 04:09:05 -05:00
Manuel Aude Morales
a412c5b569
Adding gitignore for project.
2021-05-07 04:08:27 -05: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