Commit Graph

205 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
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
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
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
87aec0196e chore: prepare release v0.5.3 2020-05-19 12:04:14 +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
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
Héctor Hurtado
1840209ad4 Added release notes for v0.5.0 2020-04-22 09:21:37 +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
pancho horrillo
1ff58d5332 chore: prepare release v0.4.0
- Update signing release key (pubkey)
- Add release notes
2020-02-29 13:46:02 +01:00
pancho horrillo
4b82a2e418 docs: style fixes 2020-02-24 15:13:53 +01:00
César Gallego Rodríguez
42329a6f56 kapow! tidy server example 2020-02-24 14:56:21 +01:00
Roberto Abdelkader Martínez Pérez
7d208d6318 doc: Use debian stable as the base image of the docker example 2020-02-13 15:25:38 +01:00
Roberto Abdelkader Martínez Pérez
da50501428 Proper form file upload. https://medium.com/@petehouston/upload-files-with-curl-93064dcccc76 2020-02-13 12:25:58 +01:00
Roberto Abdelkader Martínez Pérez
4125487902 Clarification about the "docs" directory 2020-01-27 14:16:51 +01:00
Roberto Abdelkader Martínez Pérez
64653d6d79 doc: Examples of running Kapow! behind a proxy with HTTPS. Closes #100. 2019-12-20 12:43:07 +01:00
Roberto Abdelkader Martínez Pérez
462f22d7c7 doc: Clarify parameter mangling example. 2019-12-20 12:27:04 +01:00
Roberto Abdelkader Martínez Pérez
3cfc7e21ba doc: Put examples into categories. Parameter injection example moved to security concerns instead (#101) 2019-12-19 16:32:56 +01:00
Roberto Abdelkader Martínez Pérez
e6c6edf6b0 doc: Link data api section 2019-12-19 11:38:21 +01:00
Roberto Abdelkader Martínez Pérez
197f91821a doc: Missing subsection in philosophy section 2019-12-19 11:32:49 +01:00
pancho horrillo
7b7c7dcf8c docs: add note to windows setup 2019-12-17 15:27:50 +01:00
pancho horrillo
709276327a chores: prepare release v0.3.0
* Drop docs/release-notes/RELEASE-v0.3.0-rc5.md
* Update release-key.gpg
2019-12-17 15:11:03 +01:00
pancho horrillo
6986496185 docs: tweak installation instructions 2019-12-17 14:24:41 +01:00
Héctor Hurtado
9948036c47 Add renaming to Windows installation instructions 2019-12-17 11:12:02 +01:00
Roberto Abdelkader Martínez Pérez
772de0b039 docs: Use sphinx version variable to render an always correct Kapow! Dockerfile 2019-12-17 09:57:27 +01:00
Roberto Abdelkader Martínez Pérez
c2c97997cd docs: Extract current version from git and use it in the install instructions. 2019-12-17 09:50:51 +01:00
Roberto Abdelkader Martínez Pérez
7f6e244f61 docs: Correct installation instructions for Linux 2019-12-17 09:24:08 +01:00
Roberto Abdelkader Martínez Pérez
91aff009b0 doc: Remove custom latex rst parts from exclude to avoid compilation problems 2019-12-16 11:59:36 +01:00
Roberto Abdelkader Martínez Pérez
9509d7b275 doc: Remove warning about unused rst files (they are used in latex build) 2019-12-16 11:03:47 +01:00
Roberto Abdelkader Martínez Pérez
01726df4e8 doc: Restructure to allow better latex rendering 2019-12-16 11:00:36 +01:00
Héctor Hurtado
9a52a7192a Resolve conflicts 2019-12-16 10:42:30 +01:00
pancho horrillo
cf3988fc22 chores: add v0.3.0-rc5 release notes 2019-12-13 22:50:16 +01:00
pancho horrillo
a724a35bdc docs: release notes: bump go release used to produce artifacts 2019-12-13 20:14:19 +01:00