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
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
pancho horrillo
2e5e11cc47
doc: fix typo
2020-06-16 11:23:47 +02: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
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
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
Héctor Hurtado
d9e072f89a
Removed references to reason phrase from spec. Closes #66
2019-10-25 10:15:21 +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
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
b22f3a5adb
Style fix.
2019-09-06 13:55:22 +02:00
pancho horrillo
42403fe78c
Style fix.
2019-09-06 13:55:22 +02:00
pancho horrillo
9fdd75f6d8
Fix typo.
2019-09-06 13:55:22 +02:00
Roberto Abdelkader Martínez Pérez
58a800e5e9
Replace request/response with new commands
2019-09-05 08:40:59 +02:00
Héctor Hurtado
fe0de6fc1b
Error codes for data API requests
2019-08-29 12:52:46 +02:00
Héctor Hurtado
6afc9d8c25
Fixed some typos on url params
2019-08-26 13:31:43 +02:00
Héctor Hurtado
2b35a1fbfe
Changed spec, URL parameters specified by curly brackets instead of colon
2019-08-23 13:24:31 +02:00
Héctor Hurtado
b38023a033
Changed specification to rise an error when inserting with a negative index. Added new scenario to check this condition
2019-08-23 13:18:12 +02:00
Héctor Hurtado
d564ff9206
New route added for 'Control API' for retrieving route info
2019-08-23 13:11:05 +02:00
Roberto Abdelkader Martínez Pérez
90c0c6ddb7
Append and Insert should return 201 on success. Delete should return 204 on success with no content.
2019-08-23 11:48:52 +02:00
César Gallego Rodríguez
3a8adb19f7
Minor fixes on human words.
...
Thanks-to: Nilp0inter
2019-08-21 12:01:08 +02:00
César Gallego Rodríguez
9ef714309d
Update spec/README.md
...
language fix
Co-Authored-By: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-08-21 11:59:32 +02:00
César Gallego Rodríguez
44287738f5
Update spec/README.md
...
language fix
Co-Authored-By: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-08-21 11:59:21 +02:00
César Gallego Rodríguez
d9f247cc17
Update spec/README.md
...
language fix
Co-Authored-By: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com >
2019-08-21 11:59:07 +02:00
César Gallego Rodríguez
d4bcd4cae6
Correct line breaks.
2019-08-21 10:21:16 +02:00
César Gallego Rodríguez
2eaac52a03
Less errors, less complex.
2019-08-21 10:15:55 +02:00
César Gallego Rodríguez
c834bd4447
Robustness principle and optional body.
2019-08-21 09:57:44 +02:00
César Gallego Rodríguez
a7ea97d1d5
Explicit format in command.
2019-08-21 09:42:21 +02:00
Héctor Hurtado
fc5e510f89
Fix typo in new error code
2019-08-14 21:06:33 +02:00
Héctor Hurtado
2d53a66c3e
Fixed some typos in spec's correction
2019-08-14 20:57:19 +02:00
Héctor Hurtado
42bebfcc89
Fixed som errors and modified control API specs to support route_id ans new 412 error codes
2019-08-14 20:43:33 +02:00
Roberto Abdelkader Martínez Pérez
a7e5f63612
Added new resources to expose form fields and form fields with files.
2019-07-09 11:31:55 +02:00
Roberto Abdelkader Martínez Pérez
77f2855471
Added /request/host to both, the spec and the poc.
2019-06-12 07:35:15 +02:00
pancho horrillo
804b4dcf8b
spec: add FIXME regarding possible inconsistency handling route_id
...
Thanks to @hhurtado for pointing this out.
2019-06-06 09:49:23 +02:00