Commit graph

518 commits

Author SHA1 Message Date
asamanta
a4148a51c8 Merge branch 'master' into pull/28
# Conflicts:
#	.gitignore
#	kubernetes-manifests/frontend.yaml
#	kubernetes-manifests/loadgenerator.yaml
#	release/kubernetes-manifests.yaml
#	src/loadgenerator/Dockerfile
#	src/loadgenerator/loadgen.sh
2020-03-12 16:39:04 -04:00
Daniel Sanche
ccff406cdc
GitHub Actions smoke tests (#288)
- added ci smoke tests to repo
2020-02-21 15:26:03 -08:00
Megan O'Keefe
d66cbdd27f Release v0.1.4 2020-02-20 15:53:53 -05:00
Megan O'Keefe
90f9287f3a
Adds option to disable Stackdriver Export (#293) 2020-02-20 15:26:44 -05:00
Morgan McLean
595bd21d38
Set environment variable to enable Profiler (#239) 2020-02-14 16:49:24 -08:00
Ihor Dvoretskyi
51064dcf9d
Minikube installation instructions added (#209) 2020-02-14 16:47:18 -08:00
Megan O'Keefe
9133fdc043
EmptyCart bug fix (#289) 2020-02-06 15:36:26 -08:00
Daniel Sanche
53f2528094 Fix double shebang in loadgen.sh (#284) 2020-01-16 15:48:57 -08:00
Megan O'Keefe
326e058e10 Release v0.1.3 2019-12-17 15:01:04 -05:00
Megan O'Keefe
04b2084779
[WIP] Fixes emailservice CrashLoop when Workload Identity is enabled (#280)
* Adds explicit PROJECT_ID for stackdriver exporter

* save work

* cleanup
2019-12-17 13:41:59 -05:00
Megan O'Keefe
8cfb88bf2f
Standardizes loadgen behavior for Istio mTLS=STRICT (#279)
* Adds liveness probe annotation, moves loadgen initcontainer into main

* cleanup

* cleanup

* updated wrong manifests

* respond to comments
2019-12-16 09:30:23 -05: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
David Souther
d6468184f7
Merge pull request #26 from DavidSouther/hipster-shop-master
Merge in Hipster shop master
2019-10-18 15:26:15 -04:00
asamanta
0cbbc55c4a Merge branch 'master' of https://github.com/GoogleCloudPlatform/microservices-demo into hipster-shop-master
 Conflicts:
	src/loadgenerator/loadgen.sh
2019-10-18 14:27:45 -04: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
David Souther
0c77d68947
Merge pull request #24 from DavidSouther/currency-autoscaler
add autoscaler for currencyservice
2019-10-01 12:16:01 -04: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
asamanta
47d1b8340a add autoscaler for currencyservice 2019-09-10 16:43:25 -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
adrsamanta
d27f00876e
Merge pull request #21 from DavidSouther/add-rs-owner
adding a replica set owner to shipping service. This is just another …
2019-08-15 15:23:10 -04:00
adrsamanta
8e288b759b
Merge pull request #22 from DavidSouther/delete-job
remove the job from the cluster
2019-08-15 15:22:56 -04:00
asamanta
ac9efe73e4 remove the job from the cluster 2019-08-15 14:49:28 -04:00
David Souther
9108433c97 Update build.out 2019-08-05 15:31:45 -04:00
David Souther
468e8dc781
Merge pull request #18 from DavidSouther/fix-recommendation-service
Add Kubernetes Service to Recommendation service
2019-08-05 15:20:33 -04:00
David Souther
b363b1e11f
Merge pull request #20 from GoogleCloudPlatform/master
Merge upstream changes
2019-08-05 15:18:22 -04:00
asamanta
c11838fba3 add file level comment 2019-08-02 14:19:03 -04:00
David Souther
1e6379d45f
Merge pull request #11 from DavidSouther/regular-errors
Crash behavior for paymentservice
2019-08-01 18:00:21 -04:00
David Souther
b99b52c822
Merge pull request #19 from mtwo/patch-2
Enabled Profiler by default on the email service
2019-08-01 17:58:12 -04:00
Morgan McLean
3964ccb80a
Enabled Profiler by default on the email service 2019-07-31 13:28:58 -07:00
asamanta
b2edfb38d6 add k8s service for recommendation service so Istio is happy 2019-07-29 12:22:05 -04:00
David Souther
cc40001714
Merge branch 'master' into regular-errors 2019-07-27 00:21:14 -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
adrsamanta
47c26a4529
Merge pull request #16 from DavidSouther/merge-hipstershop
Merge hipstershop
2019-07-10 10:59:55 -04:00
adrsamanta
6db9d7b812
Merge pull request #17 from DavidSouther/fix-cart-service
Updated cartservice.yaml to have more replicas and more memory
2019-07-10 10:59:36 -04:00
asamanta
f6933f3ebc Updated cartservice.yaml to have more replicas and more memory 2019-07-09 17:53:06 -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
asamanta
e0fd3088d5 Merged in HipsterShop master 2019-07-09 15:52:45 -04:00
adrsamanta
334f50b5e6
Merge pull request #15 from DavidSouther/add-cron-job-image
Fixed some bugs with the pinger job
2019-07-08 13:31:48 -04:00
iasinDev
f575b76f33 Fix https://github.com/GoogleCloudPlatform/microservices-demo/issues/222 (#224) 2019-07-01 14:49:31 -07:00
asamanta
e1e1553376 fixed some bugs with the pinger job 2019-07-01 16:46:31 -04:00
adrsamanta
526482de2a
Merge pull request #14 from DavidSouther/add-cron-job
Add cron job
2019-07-01 15:57:13 -04:00
asamanta
60a1fc4ad5 updated build.out 2019-07-01 15:20:37 -04:00