Commit Graph
407 Commits
Author SHA1 Message Date
stefanprodan fed04ad692 Add e2e testing with Kubernetes Kind and Helm 2019-08-06 21:36:25 +03:00
stefanprodan c907163073 Add JWT test to helm chart 2019-08-06 21:08:54 +03:00
stefanprodan 67578338c9 Toggle timeline background based on version 2019-08-06 20:46:17 +03:00
stefanprodan 0c27729000 Migrate CI to CircleCI 2019-08-06 20:36:57 +03:00
Stefan ProdanandGitHub dc27269a47 Merge pull request #26 from stefanprodan/prep-v2.0.0
Release v2.0.0
2.0.0
2019-08-06 17:17:45 +03:00
stefanprodan eeb1d2b674 Publish podinfo CLI to GitHub releases 2019-08-06 17:03:09 +03:00
stefanprodan 6da79daa96 Add release command 2019-08-06 16:58:35 +03:00
stefanprodan 34aef54f20 Release v2 2019-08-06 16:53:38 +03:00
stefanprodan dc96b15dac Add badges 2019-08-06 16:53:02 +03:00
stefanprodan 64ff737dca Add CircleCI release workflow 2019-08-06 16:44:05 +03:00
Stefan ProdanandGitHub 3c76b54c80 Merge pull request #25 from stefanprodan/v2
Prepare v2 release
2019-08-06 16:41:11 +03:00
stefanprodan fc5a9797e8 Add guides to readme 2019-08-06 16:33:20 +03:00
stefanprodan fb183d897b Publish Helm chart to GH Pages 2019-08-06 16:14:07 +03:00
stefanprodan 67711cf150 Add Kustomize and Helm install to readme 2019-08-06 15:59:58 +03:00
stefanprodan 0ca7c25d68 Set version with make 2019-08-06 15:59:39 +03:00
stefanprodan eb0ad32655 Add Kustomize installer 2019-08-06 15:59:03 +03:00
stefanprodan f9ce51da4b Push container on release 2019-08-06 15:32:37 +03:00
stefanprodan 045246c324 Cleanup make 2019-08-06 15:06:27 +03:00
stefanprodan 9bd14c1ba7 Use go proxy and modules 2019-08-06 15:06:16 +03:00
stefanprodan 6f59e98bec Add timeline to UI 2019-08-06 15:05:37 +03:00
stefanprodan c287ab7daf Rename imports and use go modules 2019-08-06 15:05:15 +03:00
stefanprodan e2efee0bdf Remove docs and build dirs 2019-08-06 12:14:09 +03:00
stefanprodan 6c8a85a5ab Release v1.8.0 v1.8.0 2019-08-05 10:00:23 +03:00
Stefan ProdanandGitHub c9dc78f29c Merge pull request #22 from imduffy15/master
Add delayed chunk endpoint
2019-08-05 09:20:27 +03:00
Ian DuffyandGitHub 6a9b0253ac Update README.md 2019-08-04 10:06:20 +01:00
Ian Duffy 198211e20b Add delayed chunk endpoint
Adds an endpoint that does chunk based encoding. The endpoint just stalls
and eventually returns the stall time.

Similar to the delay endpoint but in a chunked maner.

Fixed up the metrics interceptor to wrap ResponseWriter correctly too.
2019-08-04 00:34:12 +01:00
stefanprodan e1ca9e227d Remove the middle htlm section 2019-07-26 01:15:47 +03:00
stefanprodan 4fc593f42c Bump version to 1.7.1 2019-07-26 01:02:01 +03:00
stefanprodan 18af1ea3a6 Merge remote-tracking branch 'origin/master' v1.7.0 2019-07-26 00:53:35 +03:00
stefanprodan 2e9917a6b9 Bump version to 1.7.0 2019-07-26 00:53:22 +03:00
Stefan ProdanandGitHub bf00d07b17 Merge pull request #20 from grampelberg/master
Upgrade to vuetify 2.x
2019-07-26 00:45:06 +03:00
grampelberg aab8e464e8 Upgrade to vuetify 2.x 2019-07-25 13:31:12 -07:00
stefanprodan 1475a2da00 Release charts 2019-06-15 18:33:10 +03:00
Stefan ProdanandGitHub 44f588dd4c Merge pull request #19 from stefanprodan/metrics-port
Add option to run the metrics exporter on a different port
v1.6.0
2019-06-15 17:14:01 +03:00
stefanprodan 951d82abb9 Add option to run the metrics exporter on a different port
Add port-metrics flag, when specified the Prometheus /metrics endpoint will be exposed on that port.
2019-06-15 17:07:34 +03:00
Stefan ProdanandGitHub 3301f6f8d4 Merge pull request #18 from stefanprodan/fix-helm-test
Fix storage tests
2019-04-19 12:45:53 +03:00
stefanprodan 0339d3beb0 Fix storage tests 2019-04-19 12:44:58 +03:00
Stefan ProdanandGitHub d1b77c97b8 Merge pull request #17 from mumoshu/patch-1
fix(doc): Update README about read/write endpoints
2019-04-19 11:02:02 +03:00
KUOKA YusukeandGitHub bfa3aaf9ac fix(doc): Update README about read/write endpoints
I was following https://github.com/stefanprodan/k8s-podinfo/blob/master/docs/1-deploy.md#using-the-helm-chart and `helm test` failed.

The cause seemed like changes in two endpoints. `POST /write` seems to have changed to `POST /store`, and `GET /read/{hash}` to `GET /store/{hash}`. Here's the fix according to my observation :)
2019-04-19 16:39:09 +09:00
stefanprodan 43df2d19c6 Bump version to 1.5.1 2019-03-25 12:16:20 +02:00
stefanprodan 7181351c89 Bump version to 1.5.0 2019-03-25 12:08:37 +02:00
Stefan ProdanandGitHub 1c3bf10de2 Merge pull request #16 from luxas/ui-pathprefix
Fix the UI XHRs when the webserver is mounted at a non-root URL
2019-03-25 11:28:51 +02:00
Lucas KäldströmandGitHub c28c11d4a5 Release v1.4.4 2019-03-25 11:22:38 +02:00
Lucas KäldströmandGitHub 5c2f9a19d6 Make the UI perform XHRs relative to its own path 2019-03-25 11:21:33 +02:00
Stefan ProdanandGitHub 7d5200a78a Merge pull request #15 from stefanprodan/fix-port
Add port validation
2019-03-21 21:06:10 +02:00
stefanprodan 66b8948473 Bump version to 1.4.3 2019-03-21 20:57:07 +02:00
stefanprodan db04ce117b Add port validation 2019-03-21 20:43:02 +02:00
stefanprodan 5142c39a8e Add arm64 and amd64 Drone pipelines 2019-02-08 01:07:15 +02:00
stefanprodan 001486ac0a Push ARMv7 image with Drone 2019-02-08 00:43:53 +02:00
stefanprodan ed553135b2 Set Drone platform to arm 2019-02-08 00:32:15 +02:00