Commit Graph

889 Commits

Author SHA1 Message Date
Patrick Pelletier 8edde476e0 Fix return value for resource params
In the example, the param name is "myparam" and the value is "bar", but the output for the value is "myparam"...
s/myparam/bar/
2020-08-20 00:29:50 -04:00
Héctor Hurtado 3ba3df6baf Add a chapter to the tutorial explaining HTTPS and mTLS configuration 2020-08-18 15:53:16 +02:00
Héctor Hurtado d0e08815f7 Add example documentation to use built in HTTPS/mTLS support 2020-08-18 13:07:47 +02:00
Héctor Hurtado 6ce20f6dac Merge branch 'master' of ssh://github.com/BBVA/kapow 2020-08-17 16:20:41 +02:00
Héctor Hurtado dc2716fdb7 Add instuctions in quickstart to start Kapow! with HTTPS 2020-08-17 16:20:32 +02:00
Héctor Hurtado 8bfea993e7 Change tittle to something more specific 2020-08-17 15:08:55 +02:00
Héctor Hurtado 64cc681ae2 Fix typo 2020-08-17 14:54:57 +02:00
pancho horrillo 94f1e7e6ea chore: leverage panchoh/go-bump action
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-26 13:30:17 +02:00
pancho horrillo 2e5e11cc47 doc: fix typo 2020-06-16 11:23:47 +02:00
pancho horrillo edeafdd881 doc: fix reference 2020-06-12 13:20:44 +02:00
pancho horrillo c04f89bdc5 doc: drop spurious underscore 2020-06-12 13:15:00 +02:00
pancho horrillo 9da4b4b91d doc: fix dangling link
Fixes #111
2020-06-12 13:06:14 +02:00
pancho horrillo 307e348b62 chore: update test badge
No longer using CircleCI for this, but GitHub Actions.

Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-12 12:48:06 +02:00
pancho horrillo b44c3b4658 chore: fix path to action in workflow
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-12 10:11:02 +02:00
pancho horrillo b91a5ac998 chore: add missing actions/checkout to workflow
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-12 10:09:51 +02:00
pancho horrillo 598856b9ca chore: try to fix lint run
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-12 10:06:39 +02:00
pancho horrillo 17e473ab45 chore: try to fix lint run
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-12 10:02:59 +02:00
pancho horrillo 2b56e0ea27 chore: add GitHub Actions "Test" workflow
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-12 09:40:16 +02:00
pancho horrillo a311da0d87 doc: drop shebang lines in .pow files
For now, Kapow! treats .pow files as shell scripts, not executables.
See https://github.com/BBVA/kapow/issues/62
2020-06-11 20:04:11 +02:00
pancho horrillo 77b358e3c8 doc: style fixes 2020-06-11 19:48:47 +02:00
pancho horrillo 09b6d54487 doc: wording and style fixes 2020-06-11 19:45:57 +02:00
pancho horrillo 87ec20519a fix: typo in docs 2020-06-11 19:14:32 +02:00
pancho horrillo 8160a1b893 fix: typo in docs 2020-06-11 19:10:04 +02:00
pancho horrillo d877ab1e38 fix: unify definition of GO_VERSION in workflow
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-09 16:56:37 +02:00
Héctor Hurtado 622682aae2 Added GPG revokers publick keys and remove CircleCI pipeline 2020-06-09 11:56:33 +02:00
pancho horrillo 8d72cc1b71 chore: replace azure action with inline code (docker login)
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 12:46:07 +02:00
pancho horrillo 5f5d867c24 chore: handle gpg manually
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 12:35:00 +02:00
pancho horrillo 4f9ad6f69f chore: prepare release v0.5.4
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 11:33:54 +02:00
pancho horrillo 797b85b228 chore: use external gpg handling action
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-05 11:10:34 +02:00
pancho horrillo ddeb119522 chore: update name of secrets
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-05-26 10:58:28 +02:00
pancho horrillo dca957bd14 chore: bump go version 2020-05-19 12:15:09 +02:00
pancho horrillo 87aec0196e chore: prepare release v0.5.3 2020-05-19 12:04:14 +02:00
pancho horrillo e506fb2013 chore: update release workflow to use azure/docker-login action
This will enable the goreleaser action to actually push to docker hub.

See https://github.com/marketplace/actions/docker-login
2020-05-12 10:24:19 +02:00
pancho horrillo ae5bd9b395 feat: first cut at building docker images
- Update .goreleaser to build docker images
- Update Dockerfile to work with goreleaser
- Update examples/docker/awscli/Dockerfile to pull kapow docker image

Co-authored-by: César Gallego <gallego.cesar@gmail.com>
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-05-12 10:24:19 +02:00
César Gallego Rodríguez 6249dce11d pow-ready dockerfile for aws 2020-05-12 10:24:19 +02:00
César Gallego Rodríguez 367cd6ad9f update golang version to 1.14 2020-05-12 10:24:19 +02:00
César Gallego Rodríguez 33d77ce86c Dockerfile added 2020-05-12 10:24:19 +02:00
pancho horrillo b362d04167 chore: prepare release v0.5.2
Co-authored-by: César Gallego Rodríguez <gallego.cesar@gmail.com>
2020-05-11 17:26:44 +02:00
pancho horrillo 975aea88ae fix: prevent spurious stack trace with misbehaving clients
See https://github.com/golang/go/commit/9997545a8626bf1a73002f44a7b7538988da4e76
and the previous commit.

Co-authored-by: César Gallego Rodríguez <gallego.cesar@gmail.com>
2020-05-11 15:57:25 +02:00
pancho horrillo 13adcc37b6 fix: panic sentinel value if http client misbehaves
When an http client does not consume the whole body, we panic'ed a
custom message instead of the required sentinel value.

For the details, check ¹ and look for ErrAbortHandler.

¹: https://pkg.go.dev/net/http

Co-authored-by: César Gallego Rodríguez <gallego.cesar@gmail.com>
2020-05-11 13:59:09 +02:00
Héctor Hurtado 35376a407b Add missing copyright message to source files 2020-04-22 16:50:10 +02:00
pancho horrillo 2e1f80fc0c chore: add v0.5.1 GPG release key
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-04-22 11:19:07 +02:00
pancho horrillo 974ffb7918 Add release notes for v0.5.1
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-04-22 11:18:36 +02:00
Roberto Abdelkader Martínez Pérez a178d19360 doc: Debugging bash example 2020-04-22 10:26:29 +02:00
pancho horrillo f78f99511e chores: Bump actions/setup-go version to 2
Also bump go-version to 1.14.2

Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-04-22 09:29:46 +02:00
Héctor Hurtado 1840209ad4 Added release notes for v0.5.0 2020-04-22 09:21:37 +02:00
César Gallego Rodríguez c1eac6eb23 Merge pull request #109 from BBVA/feature-script-debugging
Feature script debugging
2020-04-21 11:11:14 +02:00
Héctor Hurtado 45a577a547 Fix typo in documentation 2020-04-21 10:40:36 +02:00
Héctor Hurtado 1e276ab4cf Complete documentation with an explanation of set -x in script tricks 2020-04-20 10:38:54 +02:00
Héctor Hurtado 248f7d1fcc Added stderr output management to jaillover.
Added Spawn support for stderr redirection.
Added --debug option to server cmd.
Added debug information to documentation.
Finnished script logger.
2020-04-20 10:18:16 +02:00