Commit graph

468 commits

Author SHA1 Message Date
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
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
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
asamanta
6c11f13265 add pinger.yaml which should set up the job 2019-07-01 14:55:34 -04:00
asamanta
cc5943cac9 Adding a cron job and a new workload for it. 2019-07-01 14:46:13 -04:00
David Souther
045f415c82
Merge pull request #13 from DavidSouther/add-more-revision-history
add revision history to missed deployments
2019-06-18 13:40:11 -04:00
asamanta
6c890dfe67 add revision history to missed deployments 2019-06-18 13:37:49 -04:00
adrsamanta
c36602bdf4
Merge pull request #12 from DavidSouther/add-revision-history
add revision history
2019-06-18 13:32:27 -04:00
asamanta
0b5c802e66 add revision history 2019-06-17 15:06:57 -04:00
Elizabeth Byerly
a32631d717
Merge pull request #9 from DavidSouther/fluctuating-errors
Diurnal user load (for real)
2019-05-29 14:36:19 -04:00
Elizabeth Byerly
0268d5e8a8 Update build.out 2019-05-29 14:06:30 -04:00
Elizabeth Byerly
6e6db3b7e5 Set min and max waits to something closer to the master repo 2019-05-22 10:22:58 -04:00
Elizabeth Byerly
3a12c74af3 Should now actually work 2019-05-22 09:53:52 -04:00
David Souther
aff860640f
Merge pull request #8 from DavidSouther/fluctuating-errors
Fluctuating user load from loadgenerator service
2019-05-22 11:54:18 +02:00
David Souther
e195d90ba4
Merge pull request #7 from DavidSouther/fluctuating-latency
Currency service injects additional latency on predictable schedule (100ms latency from 8am to 5pm server local time)
2019-05-22 11:51:01 +02:00
David Souther
b15302b026
Merge pull request #6 from DavidSouther/adservice-replicas
Force AdService to use 5 pods
2019-05-22 11:50:04 +02:00
David Souther
2c2dbd09d1
Merge pull request #5 from DavidSouther/istio-canary
adding istio canary
2019-05-22 11:49:31 +02:00
Elizabeth Byerly
0b4f577240 varied load generator 2019-05-21 14:33:54 -04:00
Elizabeth Byerly
a9f4759f41 setTimeout takes function 2019-05-20 16:07:39 -04:00
Elizabeth Byerly
a6369c79e3 Currency service injects additional latency on predictable schedule 2019-05-20 16:03:31 -04:00
Elizabeth Byerly
8f65f321e1 Force AdService to use 5 pods 2019-05-20 13:29:49 -04:00
asamanta
3053dd7568 adding istio canary 2019-05-15 16:33:52 -04:00
adrsamanta
7118a692cc
Merge pull request #4 from DavidSouther/add-build-out
adding build.out
2019-05-15 11:48:42 -04:00
adrsamanta
d28f0754e5
Merge pull request #2 from DavidSouther/add-frontends
added frontend-b
2019-05-15 11:48:28 -04:00
asamanta
f29d1e52ca adding build.out 2019-05-15 11:41:22 -04:00
David Souther
ff80ed81f4
Merge pull request #3 from DavidSouther/footer_copy
Bump footer copy at devrel request
2019-05-10 15:15:04 -04:00
David Souther
035b2958b6 Bump footer copy at devrel request 2019-05-10 15:10:56 -04:00
asamanta
de3d8abc04 added frontend-b 2019-05-10 14:17:26 -04:00
David Souther
75b5aa9683
Merge pull request #1 from DavidSouther/front_page_copy
Add Signals & Cloud Topology to footer.
2019-05-10 14:13:25 -04:00
David Souther
6fb09934a7 Add Signals & Cloud Topology to footer. 2019-05-10 13:37:40 -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
John Howard
11e282824e Update ServiceEntries for Istio 1.1 (#183) 2019-03-11 07:49:27 -07:00
Ahmet Alp Balkan
a0a9852afe
hack: comment out autogenerated warning (#182)
Fixes #181.
2019-03-07 23:29:18 -08:00
Ahmet Alp Balkan
b44d855e5c
update the architecture diagram (#179)
- remove external service call of currencyservice
- add a dependency to productcatalog from checkout service.
2019-03-07 12:12:26 -08:00
Ahmet Alp Balkan
342318a9ae
hack: remove redundant license headers in release (#171)
* remove per-yaml license headers in release manifests
* manually insert a license header in release manifests
* add README.md to /kubernetes-manifests indicating they're not ready to use
  (and refer to /release instead).
* regenerate manifests

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-03-07 09:54:56 -08:00
Heechul Ryu
d23fe9cf33 Fix the half-broken url for skaffold installation (#178)
* Fix the half-broken url for skaffold installation

* fix install skaffold link
2019-03-07 09:54:40 -08:00
Ahmet Alp Balkan
b72f32d66d
istio-manifests: remove external currency api (#175)
this is not unused per #173.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-03-06 23:23:28 -08:00
Ace Nassri
f7580958cc Switch currencyservice to static JSON file (#173) 2019-03-06 16:42:08 -08:00