Commit Graph

37 Commits

Author SHA1 Message Date
pancho horrillo
27cf52467d poc: Drop unused import 2019-09-16 10:24:11 +02:00
Roberto Abdelkader Martínez Pérez
b7f61aeb63 kapow get streams reponse 2019-09-13 11:18:21 +02:00
Roberto Abdelkader Martínez Pérez
d3e719af66 Add some help to the commands 2019-09-06 11:35:35 +02:00
Roberto Abdelkader Martínez Pérez
f6ce9935a5 Adapt bin/static to new binary structure 2019-09-05 08:32:34 +02:00
Roberto Abdelkader Martínez Pérez
6c65064e12 Change custom request & response commands by two kapow subcommands 2019-09-05 07:55:55 +02:00
Roberto Abdelkader Martínez Pérez
0535f66c85 Implement Resource Item Not Found 2019-08-30 12:40:20 +02:00
Roberto Abdelkader Martínez Pérez
c9a9e90a7e Fix Invalid Path Resource error 2019-08-30 12:33:29 +02:00
Roberto Abdelkader Martínez Pérez
ed00f2c3d7 Introduce defaults again 2019-08-29 16:28:10 +02:00
Roberto Abdelkader Martínez Pérez
6b0ff05010 Implement get route details. Closes #12 2019-08-23 15:18:54 +02:00
Roberto Abdelkader Martínez Pérez
8752f419b5 Implementing 204 on delete and removing unnecessary steps 2019-08-23 12:01:51 +02:00
Roberto Abdelkader Martínez Pérez
71bca13fed Cosmetic changes to kapow route commands output and new 'kapow route list' subcommand 2019-08-22 10:51:30 +02:00
Roberto Abdelkader Martínez Pérez
80dc654115 Minor fixes to steps and compliant poc control API 2019-08-22 09:27:53 +02:00
Roberto Abdelkader Martínez Pérez
483056ea16 Clarification about aiohttp unsafe usage in PoC 2019-08-21 13:11:49 +02:00
Roberto Abdelkader Martínez Pérez
c96584efcc Return route information on insert & append 2019-08-21 12:20:11 +02:00
Roberto Abdelkader Martínez Pérez
50262c599d Implemented insert route in PoC. 2019-08-21 11:23:25 +02:00
Roberto Abdelkader Martínez Pérez
443aa0f39c Use 201 for successfule route append response. 2019-08-21 09:08:22 +02:00
Roberto Abdelkader Martínez Pérez
7a93c16dec Implement JSON validation in append. 2019-08-21 08:52:13 +02:00
Roberto Abdelkader Martínez Pérez
c07638601b Implementing poc spec behavior in append route. 2019-08-20 10:59:39 +02:00
Roberto Abdelkader Martínez Pérez
7c5f127f22 If no interactive without scripts is not interactive. 2019-08-20 10:29:30 +02:00
Roberto Abdelkader Martínez Pérez
e4771de5ed Implement non-interactive mode. Add -i/--interactive flag. 2019-08-16 17:19:19 +02:00
Roberto Abdelkader Martínez Pérez
292acac8ab Inserting an empty line between .pow files when loading multiple at a time. Closes #6. 2019-08-02 10:34:27 +02:00
Roberto Abdelkader Martínez Pérez
505b1ca07a Added SSL support and ability to change bind host and port. 2019-07-17 16:11:37 +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
pancho horrillo
23c66f4794 Use '127.0.0.1' instead of 'localhost' to prevent IPv6 resolution errors in Docker 2019-07-04 12:22:04 +02:00
Roberto Abdelkader Martínez Pérez
a4bc96555e Separated user and control interfaces. 2019-07-03 14:29:22 +02:00
Roberto Abdelkader Martínez Pérez
34e35bbcbf Fixed wrong /request path. 2019-06-12 07:35:39 +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
6f5f41e719 poc: fix typo
Co-authored-by: César Gallego Rodríguez <cesar.gallego.next@bbva.com>
2019-06-05 12:32:22 +02:00
Roberto Abdelkader Martínez Pérez
b10765f623 Merge remote-tracking branch 'origin/develop' into server-as-subcommand 2019-06-05 10:19:43 +02:00
Roberto Abdelkader Martínez Pérez
96739189f1 Making PoC follow spec regarding to the "kapow route" command and, incidentally creating a new "kapow server" command. 2019-06-04 14:40:01 +02:00
pancho horrillo
dc253f7485 Sync poc to spec
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-05-28 15:41:54 +02:00
Roberto Abdelkader Martínez Pérez
a9bc7466b2 Command line dependencies and static utilities 2019-05-05 20:43:57 +02:00
Roberto Abdelkader Martínez Pérez
de67e405c5 Reimplementing response tool in python to allow streaming put from stdin. 2019-04-29 13:01:54 +02:00
Roberto Abdelkader Martínez Pérez
87dff09afb Allowing a second argument to response to specify the value. 2019-04-29 11:53:15 +02:00
pancho horrillo
58b0f50282 Add legal headers, as per the Apache 2 License instructions
APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
2019-04-26 17:01:29 +02:00
Roberto Abdelkader Martínez Pérez
7f120a87e7 Fixing poc. 2019-04-26 08:38:32 +02:00
Roberto Abdelkader Martínez Pérez
969a2522c4 PoC code in poc directory. 2019-04-26 07:49:35 +02:00