pancho horrillo
ada23ca04e
fix: drop stale Pipfile{,.lock}
...
We're using now nix for handling dependencies.
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
Co-authored-by: César Gallego Rodríguez <cesar.gallego.next@bbva.com >
2021-04-05 11:34:03 +02:00
pancho horrillo
ab50721f69
test(spec): Control Server API secured via cross-pinning mTLS
...
. We are now leveraging nix for portable dependency handling.
. There are now three types of tests: client, server and end-to-end.
. server tests exercise the actual kapow server being tested, while the
requests are performed using the test steps.
. client tests exercise the actual kapow client being tested, while the
requests are served using the test steps.
. e2e test exercise the actual kapow program in its dual role of client
and server (¡como tiene que ser!).
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2021-03-12 17:09:50 +01:00
pancho horrillo
ec227c2ba3
fix: don't flush status immediately
...
Closes : #148
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2021-01-11 17:54:54 +01:00
pancho horrillo
26fa12c871
doc: drop mentions to .pow files ($deity REST their soul)
...
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2020-12-24 14:03:49 +01:00
Roberto Abdelkader Martínez Pérez
310d319ea3
test: Update kapow env vars to the new ones.
...
Co-authored-by: César Gallego <cesar.gallego.next@bbva.com >
2020-11-17 17:10:05 +01:00
pancho horrillo
2e5e11cc47
doc: fix typo
2020-06-16 11:23:47 +02:00
Roberto Abdelkader Martínez Pérez
0b5eef85df
Simplify poc testing with custom make target
2020-01-24 11:58:57 +01:00
pancho horrillo
b1d0e9c92f
doc: use valid language in code-blocks
...
See ¹ for the valid values.
¹: https://www.sphinx-doc.org/en/1.5/markup/code.html#directive-code-block
2019-12-11 03:23:56 +01:00
pancho horrillo
68efc98964
doc: consistent naming of pow files
2019-12-11 02:04:11 +01:00
pancho horrillo
92fbb72735
Fix typos catched via misspell (thanks Go Report Card!)
2019-11-19 14:07:58 +01:00
Héctor Hurtado
7bca5b8577
New error handling added to module resource in package data. Minor coding improvements.
2019-11-18 19:09:55 +01:00
Roberto Abdelkader Martínez Pérez
2c32daedcb
Default value in case there is no header
2019-11-18 10:31:00 +01:00
pancho horrillo
03de51e6ca
Fix missing quotes in step
...
Co-authored-by: César Gallego Rodríguez <cesar.gallego.next@bbva.com >
Co-Authored-By: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-11-14 17:13:34 +01:00
Héctor Hurtado
ee9bb8df9c
New error handling in poc and features
2019-11-14 15:05:19 +01:00
pancho horrillo
3e2bc44c0b
spec/Makefile: on fix target, skip tagged scenarios and features
...
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-11-14 17:53:02 +01:00
Héctor Hurtado
e6b779dfbb
Specification modified to include changes in error responses
2019-11-14 13:51:16 +01:00
pancho horrillo
822e4f85df
spec: clarify the order of the execution of the tests
...
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-11-11 18:02:07 +01:00
pancho horrillo
6194c6961a
Tweak PoC to pass current test suite
...
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-11-11 17:47:28 +01:00
pancho horrillo
e4606ab84a
Drop compound error scenario
...
In order to allow different Kapow! implementations (Go, Python, ...)
compound errors will be left as implementation-dependent.
The spec will only test for simple error conditions.
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-11-11 17:47:28 +01:00
pancho horrillo
9eb186bd0f
Revert "Closes: #66 "
...
This reverts commit c3be29255a .
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-11-11 17:47:20 +01:00
Roberto Abdelkader Martínez Pérez
19f7cb0171
Revert "Removed references to reason phrase from spec". Closes #66
...
This reverts commit d9e072f89a .
2019-11-11 16:39:21 +01:00
pancho horrillo
0639b3af50
spec: add missing empty line
2019-10-31 18:45:48 +01:00
pancho horrillo
d5e9ab0f07
spec: add missing space after full-stop.
...
Mostly to trigger a Circle CI rebuild.
2019-10-30 17:58:05 +01:00
pancho horrillo
c3180e3e7d
spec: fix incorrect default value for KAPOW_DATAAPI_URL
...
This caused ghost failures when running the tests.
2019-10-30 17:40:40 +01:00
pancho horrillo
275db5ef91
spec: add entry on KAPOW_USER_URL env var
2019-10-30 17:40:40 +01:00
pancho horrillo
604a6d7d4d
spec: add entry on KAPOW_BOOT_TIMEOUT env var
2019-10-30 17:40:33 +01:00
Héctor Hurtado
0021f754fd
Changed get resource item and handler ID not found scenarios.
...
This change is to comply with Go's implementation.
Co-authored-by: pancho horrillo <pedrofelipe.horrillo.@bbva.com >
2019-10-29 15:50:43 +01:00
Héctor Hurtado
fb50e24836
CLOSES : #71
2019-10-28 11:42:52 +01:00
Héctor Hurtado
9cb9e9335d
Closes : #68
2019-10-25 11:50:14 +02:00
Héctor Hurtado
d9e072f89a
Removed references to reason phrase from spec. Closes #66
2019-10-25 10:15:21 +02:00
Héctor Hurtado
c3be29255a
Closes : #66
2019-10-25 09:52:12 +02:00
Héctor Hurtado
a54c6f24a1
Added getRoute to control api
2019-10-24 17:52:03 +02:00
Héctor Hurtado
f4b9a96a06
Added note to spec to state cookie name case sensitivity: FIXES : #43
2019-10-23 16:40:04 +02:00
Héctor Hurtado
90449773e4
Added legal header to all features and step definitions files
2019-10-23 13:45:54 +02:00
Roberto Abdelkader Martínez Pérez
be6a2efcc4
Wait less time between retries
...
Co-authored-by: Hector Hurtado <hector.hurtado@bbva.com >
2019-10-22 13:23:49 +02:00
pancho horrillo
6154210b3f
Update PoC and features with the 204 -> 404 update
...
Closes #33
2019-10-04 17:24:27 +02:00
Héctor Hurtado
b93a5a0c98
Fixed error specification of get and set commands in Data API
2019-10-04 13:17:29 +02:00
pancho horrillo
19bb6320b9
spec: Fix command name start -> server
2019-09-16 09:19:19 +02:00
pancho horrillo
b4b5052149
Revert "Style fix."
...
This reverts commit 5c72f3a498 .
Thanks to @nilp0inter for clarifying this one as well.
2019-09-09 14:40:52 +02:00
pancho horrillo
94135c6ab9
Revert "Style fix."
...
Thanks to @nilp0inter for pointing out that this was not Basic English.
This reverts commit 0eb51f12ac .
2019-09-09 14:30:07 +02:00
pancho horrillo
567f68b695
Style fix.
2019-09-06 13:55:22 +02:00
pancho horrillo
28c16409a8
Style fix.
2019-09-06 13:55:22 +02:00
pancho horrillo
84f6a89c2d
Clarify expression.
2019-09-06 13:55:22 +02:00
pancho horrillo
ff0f3aefc5
Style fix.
2019-09-06 13:55:22 +02:00
pancho horrillo
249d0f3e9f
Style fix.
2019-09-06 13:55:22 +02:00
pancho horrillo
41d8f39c9a
Style fix.
2019-09-06 13:55:22 +02:00
pancho horrillo
5c72f3a498
Style fix.
2019-09-06 13:55:22 +02:00
pancho horrillo
3a545ac7b3
Style fix.
2019-09-06 13:55:22 +02:00
pancho horrillo
0eb51f12ac
Style fix.
2019-09-06 13:55:22 +02:00
pancho horrillo
36a61285b9
Style fix.
...
Note: "midst" tends to be used in more literary settings.
2019-09-06 13:55:22 +02:00