stefanprodan
337c94376d
Add AppMesh routing tests
2019-03-17 10:29:40 +02:00
stefanprodan
0ef1d0b2f1
Implement AppMesh routing ops
2019-03-17 10:29:21 +02:00
stefanprodan
5cf67bd4e0
Add AppMesh router sync tests
2019-03-16 14:14:24 +02:00
stefanprodan
f22be17852
Add AppMesh router sync implementation
...
Sync virtual nodes and virtual services
2019-03-16 14:13:58 +02:00
stefanprodan
59f5a0654a
Add AppMesh fields to Canary CRD
2019-03-16 14:11:24 +02:00
stefanprodan
6da2e11683
Add AppMesh CRDs and Kubernetes client
2019-03-16 14:10:09 +02:00
stefanprodan
437b1d30c0
Copy labels from canary to primary
2019-03-14 01:49:07 +02:00
stefanprodan
ba1788cbc5
Change default ClusterIP to point to primary
...
- ensures that the routing works without a service mesh
2019-03-14 01:48:10 +02:00
Stefan Prodan
62f4a6cb96
Merge pull request #90 from cloudang/ngrinder
...
Support delegation to external load testing tools
2019-03-12 11:47:30 +02:00
Alex Wong
7dd66559e7
add metadata field 'cmd'
2019-03-12 14:31:30 +08:00
Alex Wong
b5932e8905
support time duration literal
2019-03-12 14:29:50 +08:00
Stefan Prodan
83985ae482
Merge pull request #93 from stefanprodan/release-v0.9.0
...
Release v0.9.0
2019-03-11 15:26:00 +02:00
stefanprodan
881387e522
Fix HTTP URI match conditions
2019-03-11 14:54:17 +02:00
stefanprodan
ba87620225
Release v0.9.0
2019-03-11 13:57:10 +02:00
Stefan Prodan
1cd0c49872
Merge pull request #88 from stefanprodan/ab-testing
...
A/B testing - canary with session affinity
2019-03-11 13:55:06 +02:00
stefanprodan
86ea172380
Fix weight metric report
2019-03-08 23:28:45 +02:00
Huy Le
6196f69f4d
Create New Job when Canary's Interval changes
...
- Currently whenever the Canary analysis interval changes, flagger does
not reflect this into canary's job.
- This change will make sure the canary analysis interval got updated whenever
the Canary object's interval changes
2019-03-08 10:27:34 -08:00
Alex Wong
be31bcf22f
mocked test
2019-03-08 22:20:29 +08:00
Alex Wong
cba2135c69
add comments
2019-03-08 22:20:16 +08:00
Alex Wong
b2ce1ed1fb
test for ngrinder task
2019-03-08 21:30:26 +08:00
Alex Wong
77a485af74
poll ngrinder task status
2019-03-08 21:29:58 +08:00
stefanprodan
d8b847a973
Mention session affinity in docs
2019-03-08 15:05:44 +02:00
stefanprodan
e80a3d3232
Add A/B testing scheduling unit tests
2019-03-08 13:06:39 +02:00
stefanprodan
3c7a561db8
Add Istio routes A/B testing unit tests
2019-03-08 12:24:43 +02:00
stefanprodan
bf1ca293dc
Implement fix routing for canary analysis
...
Allow A/B testing scenarios where instead of weighted routing the traffic is split between the primary and canary based on HTTP headers or cookies.
2019-03-08 11:54:41 +02:00
stefanprodan
62b906d30b
Add canary HTTP match conditions and iterations
2019-03-08 11:49:32 +02:00
Alex Wong
65bf048189
add ngrinder support
2019-03-08 15:50:44 +08:00
Alex Wong
a498ed8200
move original cmd tester to standalone source
2019-03-08 15:50:26 +08:00
Alex Wong
9f12bbcd98
refactoring loadtester to support external testing platform
2019-03-08 15:49:35 +08:00
stefanprodan
fa0c6af6aa
Release v0.8.0
2019-03-06 21:17:13 +02:00
stefanprodan
5fc69134e3
Add CORS policy test
2019-03-06 15:34:51 +02:00
stefanprodan
9adc0698bb
Add CORS policy to Istio router
2019-03-06 15:34:36 +02:00
stefanprodan
119c2ff464
Add CORS policy to Canary CRD
2019-03-06 15:33:53 +02:00
stefanprodan
8b6aa73df0
Fix request header test
2019-03-06 13:51:04 +02:00
stefanprodan
1d4dfb0883
Add request header add test
2019-03-06 13:46:19 +02:00
stefanprodan
eab7f126a6
Use request.add for header append operation
2019-03-06 13:45:46 +02:00
stefanprodan
7d0df82861
Add header manipulation rules to Canary CRD
2019-03-06 12:41:53 +02:00
stefanprodan
7f0cd27591
Add Header manipulation rules to Istio Virtual Service
2019-03-06 12:17:41 +02:00
stefanprodan
a8d8bb2d6f
Fix go fmt
2019-03-06 01:54:31 +02:00
stefanprodan
b0b6198ec8
Add Istio virtual service and signal packages
2019-03-06 01:43:09 +02:00
Stefan Prodan
74f07cffa6
Merge pull request #72 from stefanprodan/router
...
Refactor routing management
2019-03-05 12:28:11 +02:00
Alex Wong
231a32331b
move flags to main packages
2019-03-05 17:48:55 +08:00
Alex Wong
104e8ef050
Add options for customizing threadiness, logger encoding, and global logger level
2019-03-05 14:30:23 +08:00
stefanprodan
9a9964c968
Add ClusterIP host to virtual service
2019-03-05 02:27:56 +02:00
stefanprodan
0d05d86e32
Add Istio routing tests
2019-03-05 02:18:07 +02:00
stefanprodan
9680ca98f2
Rename service router to Kubernetes router
2019-03-05 02:12:52 +02:00
stefanprodan
42b850ca52
Replace controller routing management with router pkg
2019-03-05 02:04:55 +02:00
stefanprodan
3f5c22d863
Extract routing to dedicated package
...
- split routing management into Kubernetes service router and Istio Virtual service router
2019-03-05 02:02:58 +02:00
Stefan Prodan
535a92e871
Merge pull request #70 from stefanprodan/append-headers
...
Allow headers to be appended to HTTP requests
2019-03-04 10:39:43 +02:00
Huy Le
6befee79c2
Fixed namepace typo in the repo
2019-03-02 13:49:42 -08:00