Elisa Stelling
0d87ceb0a6
owner
2019-12-10 18:46:19 +01:00
Steinwagner
a58b03aa33
Update TamagotchiService.java
2019-12-10 18:31:49 +01:00
Steinwagner
77ad8fd842
Merge branch 'feature/device-service' of https://github.com/jazzm0/microservices-demo into feature/device-service
2019-12-10 18:31:14 +01:00
Steinwagner
199f411275
update
2019-12-10 18:31:03 +01:00
Tibor Tarnai
693d06c5e5
add healthScore
2019-12-10 18:30:54 +01:00
Tibor Tarnai
a207d663a7
latest controller
2019-12-10 17:21:48 +01:00
Steinwagner
6de5dd02ed
Update TamagotchiService.java
2019-12-10 17:12:34 +01:00
Steinwagner
551b9b30e8
Update TamagotchiService.java
2019-12-10 17:09:13 +01:00
Steinwagner
15cb385d35
Merge branch 'feature/device-service' of https://github.com/jazzm0/microservices-demo into feature/device-service
2019-12-10 17:05:44 +01:00
Steinwagner
5cd8e408ef
Update TamagotchiService.java
2019-12-10 17:05:14 +01:00
Tibor Tarnai
c4b831d930
add create device
2019-12-10 16:48:23 +01:00
Tibor Tarnai
69dae0673a
add create device
2019-12-10 16:47:57 +01:00
Tibor Tarnai
41404db83a
add create device
2019-12-10 16:47:57 +01:00
Steinwagner
cd930c6b99
Update TamagotchiService.java
2019-12-10 16:44:50 +01:00
Steinwagner
b1583185a5
Create .gitignore
2019-12-10 16:42:02 +01:00
Steinwagner
1a058ca1e8
Update TamagotchiService.java
2019-12-10 16:41:04 +01:00
Tibor Tarnai
de04d31825
add device model
2019-12-10 16:37:25 +01:00
Steinwagner
450b1393b2
Update DeviceController.java
2019-12-10 16:16:03 +01:00
Tibor Tarnai
83db076e2d
extend
2019-12-10 16:09:46 +01:00
Tibor Tarnai
dfaa41cc33
restructure service
2019-12-10 15:48:12 +01:00
Tibor Tarnai
873bf1e7bc
first rest service
2019-12-10 12:03:30 +01:00
Ahmet Alp Balkan
61dd04992b
Fix skaffold install link
...
Fixes #260 .
2019-11-04 10:06:03 -08:00
Bruno Paulino
ad4b29be93
Fix README typo ( #258 )
2019-11-01 08:39:30 -07:00
Ben Wells
a95997be94
Remove deps files from node paymentservice ( #252 )
2019-10-16 13:45:55 -07:00
Joseph Sirianni
24ca9eecef
use python 3.7, as python:3-slim is now using python 3.8. ( #254 )
2019-10-16 10:11:05 -07:00
djmailhot
2177813c44
cartservice: Create genproto.sh ( #249 )
...
* Add src/cartservice/genproto.sh
* Add grpc generation to cartservice/genproto.sh
* Remove grpc from cartservice/genproto.sh due to errors
2019-09-29 15:40:48 +03:00
Daniel Sanche
4681320f80
got rid of errors in Stackdriver Logging ( #245 )
2019-09-20 15:11:49 -04:00
askmeegs
3f577b60a0
Release v0.1.2
2019-08-19 15:26:01 -04:00
askmeegs
6b75fd5bf8
Release v0.1.2
2019-08-19 15:23:46 -04:00
Megan O'Keefe
c052e69716
Adds cartservice timeout to all manifests ( #241 )
2019-08-19 15:21:56 -04:00
askmeegs
1e143c570f
Release v0.1.2
2019-08-19 15:14:05 -04:00
Megan O'Keefe
156dfcec8a
[cartservice] Increases health check timeout ( #240 )
...
* Increases cartservice health check rpc timeout
* remove stopwatch from health check
* cleanup
* Cleanup
2019-08-19 14:28:03 -04:00
Evans Wang
13b73067c4
Typo in the months drop down ( #237 )
2019-07-16 14:00:33 -07:00
Megan O'Keefe
bb41c7fe02
Updates stackdriver agents for node.js services ( #236 )
2019-07-11 11:47:31 -04:00
Megan O'Keefe
754d22a08f
Updates go services to google-cloud-go 0.40.0 ( #234 )
...
* Updates go services to google cloud go 0.40.0
* Revert kubernetes manifests, remove custom images
* Remove binary file, replace nil error with unimplemented
* Shippingservice needed status import
* Remove shippingservice binary
2019-07-09 16:57:50 -04:00
iasinDev
f575b76f33
Fix https://github.com/GoogleCloudPlatform/microservices-demo/issues/222 ( #224 )
2019-07-01 14:49:31 -07:00
Yoshi Yamaguchi
1c057fcbd8
aligning function name and log message to the official product name ( #229 )
...
* log: change log format to JSON payload for better log in Stackdriver
change the log format in Go written service from text payload to
JSON payload using 3rd party logging library (logrus).
https://cloud.google.com/logging/docs/structured-logging
33a1e118e1/json_formatter.go (L40-L49)
Effected services are frontend, productcatalogservice, checkoutservice,
and shippinservice.
Also change target container registry and locust scenario for testing.
* revert kubernetes manifests to point to the original container registry URLs
* revert skaffold.yaml to point to the original registry
* loadgenerator: revert locust settings
* align all function names and messages to the official product name "Stackdriver"
2019-06-13 00:46:33 -07:00
Steven Dake
dc98b16a4d
Add a demo of Hipster Shop + Istio across 3 clouds ( #219 )
...
Hipster Shop was demonstrated in front of rougly 700 individuals at Kubecon
EU. The demo itself was shown on 3 cloud providers (Azure, Google, On-prem).
The full speaking engagement recording:
https://www.youtube.com/watch?v=-t2BfT59zJA
2019-05-27 00:35:56 +02:00
Dinesh Nagar
ce03eb3c36
removed left-pad module ( #218 )
2019-05-22 10:16:09 +02:00
askmeegs
27df445fc2
Release v0.1.1
2019-05-14 10:02:35 -04:00
Abhilash Gnan
55f5061532
Use env in service manifests for PORT ( #212 )
...
* fix shipping service ports
* fix product catalog servicde ports
* fix paymentservice ports
* fix currenservice ports
* fix checkoutservice ports
* fix emailservice ports
* fix frontend app ports
* fix recommendationservice ports
* fix indentation in service yaml files
2019-05-08 19:39:14 -07:00
Kalyana Chadalavada
876d4f966f
Add Stackdriver Profiler Java agent to adservice ( #210 )
...
* Add Stackdriver Profiler Java agent to adservice.
* Add Stackdriver Profiler Java agent to adservice.
2019-05-08 19:31:33 -07:00
Kalyana Chadalavada
86fb1662a3
Add Stackdriver Profiler Python agent ( #176 )
...
* Add Stackdriver Profiler Python agent to EmailService and
RecommendationService
* Update recommendation_server.py
* Moved Profiler init to a function
* Moved Profiler init to a function
* Delete key.json
* Delete key.json
* Delete key.json
2019-05-03 10:29:34 -07:00
Chris Proto
f276995585
Follow OWASP best practices on CC presentation on checkout form ( #207 )
...
* Follow OWASP best practices on CC presentation on checkout form
See OWASP recommendations here:
<https://www.owasp.org/index.php/Handling_E-Commerce_Payments#Displaying_portions_of_the_credit_card >
* Use `input type=password`
* Set `autocomplete="off"`
* Change credit_card_number input type back to "text"
2019-04-30 09:46:50 -07:00
Dinesh Bolkensteyn
f2f382f6bb
README: Point to Skaffold's website rather than repo ( #208 )
...
All mentioned projects (Kubernetes, Istio, etc.) point to their websites expect for Skaffold that points to its source code repository.
The website should be a better entry point to understand the big picture, access the quickstart guides and more in-depth howtos.
2019-04-17 09:00:38 -07:00
Pradip Caulagi
57b316c045
Update docker images for go to 1.12 ( #203 )
2019-04-01 10:50:44 -07:00
Ihor Dvoretskyi
3f9dc85965
Cleanup instructions added ( #202 )
...
* Cleanup instrucions added
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
* Update README.md
2019-03-29 09:25:34 -07:00
Riccardo M. Cefala
a84331eda1
make hack/make-release-artifacts.sh work on Linux ( #201 )
2019-03-27 08:54:56 -07:00
Mohamed Shahat
0cccf586a4
Update development-principles.md ( #195 )
...
correct wording
2019-03-14 15:29:37 -07:00
Ahmet Alp Balkan
9d95e4ce15
Add min disk space for docker-for-desktop
2019-03-14 00:02:32 -07:00