Commit Graph

498 Commits

Author SHA1 Message Date
dependabot[bot] 2abb429e5d
Bump node-fetch from 2.6.0 to 2.6.1 in /src/paymentservice
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 05:40:52 +00:00
Didier Durand 18a78e2817
Swithcing mention of Hipster shop to Online Boutique (#393)
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-10 16:00:18 -07:00
Janos Lenart 0d635b9a0e
cartservice: add libssl to allow connecting to external redis instances (#388)
This allows setting REDIS_ADDR to say a Google memorystore instance

Fixes #363
2020-08-26 10:59:02 -07:00
Ömer 8ed8970136
Loadgenerator :: Dockerfile :: Fix, --prefix support issue (#387) 2020-08-26 09:31:39 -07:00
Daniel Sanche c4d86703c5
Add licenses (#367) 2020-07-15 11:56:37 -07:00
dependabot[bot] fccaff8885
Bump httplib2 from 0.12.1 to 0.18.0 in /src/emailservice (#349)
Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.12.1 to 0.18.0.
- [Release notes](https://github.com/httplib2/httplib2/releases)
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG)
- [Commits](https://github.com/httplib2/httplib2/compare/v0.12.1...v0.18.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-18 10:47:44 -07:00
Ben Wells 87505f1a42
Handle error template errors (#332) 2020-06-17 17:01:02 -07:00
dependabot[bot] 82412aced6
Bump httplib2 from 0.12.0 to 0.18.0 in /src/recommendationservice (#348)
Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.12.0 to 0.18.0.
- [Release notes](https://github.com/httplib2/httplib2/releases)
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG)
- [Commits](https://github.com/httplib2/httplib2/compare/v0.12.0...v0.18.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-17 16:59:49 -07:00
declanshanaghy c78fd12a52
Fixing link to kind (#335) 2020-06-07 12:17:50 -07:00
Megan O'Keefe 147ca5a4a0
Add skaffold version instructions to Option 2 install (#354)
* update skaffold instructions

* move prerequisites to a separate section

* move apis to prereqs
2020-06-02 14:26:53 -04:00
Megan O'Keefe f047333579
Adds instructions to enable stackdriver APIs (#355) 2020-06-02 08:57:22 -07:00
Matheus Henrique Raymundo 6c2b3fc83e
Update README.md to increase minikube disk size (#347) 2020-06-01 12:06:07 -04:00
Megan O'Keefe 05758f56b8
Hide currency conversion after checkout (#343) 2020-05-06 09:22:02 -04:00
Daniel Sanche dbde2f3bff
updated version recommendation 2020-04-24 11:43:31 -07:00
Megan O'Keefe fda80607e8
Release v0.2.0 (#331) 2020-04-24 13:50:42 -04:00
Megan O'Keefe 52fdde2e7f
CSS fix for Azure platform flag (#330)
* CSS fix for Azure platform flag

* update default flag
2020-04-24 12:27:40 -04:00
Megan O'Keefe 814088f788
Rebrand Hipstershop as OnlineBoutique (#328)
* update productcatalog, frontend, readme

* revert productcatalog

* restore currency logic and ad display

* footer cleanup

* Resize header image

* screenshots

* Center align header image in readme

* Show platform flag on every page

* style fixes

* fix currency in UI, remove extra USD

* cart bug, fixing

* attempt to fix breaking build

* fix cart size in handler

* replace images

* # items in cart is total quantity

* Add link to 0.1.4 manifests in readme
2020-04-23 14:12:30 -07:00
dependabot[bot] 5aa38ad5d6
Bump https-proxy-agent from 2.2.2 to 2.2.4 in /src/currencyservice (#326)
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-16 17:47:13 -07:00
dependabot[bot] 42651b5d6e
Bump https-proxy-agent from 2.2.2 to 2.2.4 in /src/paymentservice (#325)
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-16 17:46:37 -07:00
Daniel Sanche 86ce15d26b
Kind instructions (#323) 2020-04-14 18:04:09 -07:00
Daniel Sanche 173ac3f071
move cartservice tests (#322) 2020-04-14 10:31:36 -07:00
Mmadu Manasseh 4d8848bc5e
Updated deps for exporter/jaeger (#282) 2020-04-13 15:23:46 -07:00
Daniel Sanche 8e85c5bd79
Release v0.1.5 (#321) 2020-04-13 15:22:40 -07:00
Daniel Sanche c4daa1c260
Improve smoke test (#319) 2020-04-09 17:21:37 -07:00
Daniel Sanche 1cf78ea7d8
Fix local clusters (#318) 2020-04-08 20:29:21 -07:00
dependabot[bot] f1a8e88f9b
Bump pyyaml from 3.13 to 5.1 in /src/recommendationservice (#317) 2020-04-08 17:11:55 -07:00
cloud-pharaoh a03422fc56
Update instructions for Istio-installed GKE (#310) 2020-04-08 16:28:28 -07:00
dependabot[bot] 21c7455f73
Bump urllib3 from 1.24.1 to 1.24.2 in /src/recommendationservice (#315) 2020-04-08 15:37:53 -07:00
dependabot[bot] 12f06ab19d
Bump urllib3 from 1.24.1 to 1.24.2 in /src/emailservice (#314) 2020-04-08 15:36:07 -07:00
dependabot[bot] 35edb74678
Bump urllib3 from 1.24.1 to 1.24.2 in /src/loadgenerator (#313) 2020-04-08 15:33:52 -07:00
dependabot[bot] f948037ac6
Bump extend from 3.0.1 to 3.0.2 in /src/currencyservice (#312) 2020-04-08 15:29:04 -07:00
Jorge González González 997b5e8807
Change 'wait' to use 'between' as recommended by locustio (#298) 2020-03-28 18:38:03 -07:00
Jonas-Taha El Sesiy 23ad0169c2
Migrate to Gradle 6 (#281)
Update build.gradle to use plugin DSL instead of outdated buildscript
Update gradle wrapper to 6.3
Update jackson, opencensus, grpc & other dependencies to recent versions
Fix code warnings
Properly format source files using goJF task
Add default port to AdService
2020-03-28 00:16:31 -07:00
Daniel Sanche e65565987e
Update container build instructions (#296) 2020-03-26 14:32:37 -07: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
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