Commit Graph

57 Commits

Author SHA1 Message Date
Gonçalo Valério e8f5de5227
Update website address on readme 2020-05-05 23:42:48 +01:00
Gonçalo Valério fd3db37447 update dependencies 2020-04-18 22:49:36 +01:00
Gonçalo Valério a56788951a
Merge pull request #3 from dethos/dependabot/pip/django-2.2.10
Bump django from 2.2.8 to 2.2.10
2020-02-12 10:56:04 +00:00
dependabot[bot] 7497b40855
Bump django from 2.2.8 to 2.2.10
Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.10.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.8...2.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-11 23:28:41 +00:00
Gonçalo Valério 89f1e6f9e8
Merge pull request #2 from dethos/dependabot/pip/django-2.2.8
Bump django from 2.2.4 to 2.2.8
2019-12-05 12:24:10 +00:00
dependabot[bot] 4f3a37b7a6
Bump django from 2.2.4 to 2.2.8
Bumps [django](https://github.com/django/django) from 2.2.4 to 2.2.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.4...2.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-04 22:20:15 +00:00
Gonçalo Valério cc6dea7c75 update dependencies to the last versions 2019-08-27 18:06:51 +01:00
Gonçalo Valério 4e4c1f4bfe update django to the 2.2.3 security release 2019-07-14 23:38:51 +01:00
Gonçalo Valério bb02c2a25c update python version for the CI 2019-06-26 00:03:15 +01:00
Gonçalo Valério 40dd253054 update the dependencies to newer versions. 2019-06-26 00:00:35 +01:00
Gonçalo Valério 609b1c8bf6 fix typo on consumer docstring 2019-05-18 19:24:28 +01:00
Gonçalo Valério 8a069cda2c add highlightjs for the body of the requests 2019-05-18 19:20:35 +01:00
Gonçalo Valério 0ed52a3cf6 response code can be defined on the callback url 2019-04-24 22:28:35 +01:00
Gonçalo Valério 00eb6f3902 removed alert and added a less intrusive notification 2019-04-13 21:07:34 +01:00
Gonçalo Valério 9018c0e9ba improved the way request sections are displayed 2019-04-11 23:25:54 +01:00
Gonçalo Valério 7cf5426860 added a simple test for header filtering 2019-04-10 19:49:41 +01:00
Gonçalo Valério a554d2632e all dynamic visual content is now handled by vue components 2019-04-09 22:28:35 +01:00
Gonçalo Valério d724d3043b added a button to quickly copy the callback url to the clipboard 2019-04-07 22:17:19 +01:00
Gonçalo Valério aad18205e7 fix get_ip_address again 2019-04-06 13:30:07 +01:00
Gonçalo Valério f2c2eab75c fix get_ip_address 2019-04-06 13:21:03 +01:00
Gonçalo Valério 29a8b79d7f added a footer and a visual separation between requests 2019-04-05 22:50:38 +01:00
Gonçalo Valério e835a99b43 simplified the controller code to make use of the new request headers object 2019-04-03 23:17:02 +01:00
Gonçalo Valério 5c2a29a21a updated to django version to the latest LTS 2019-04-02 22:19:06 +01:00
Gonçalo Valério aa9d478a48 added the ability to download all request contents as json 2019-03-29 23:37:24 +00:00
Gonçalo Valério 8fbc519b18 added some security headers to the settings 2019-03-28 22:43:43 +00:00
Gonçalo Valério 04dd2d63cc added some styling improvements to the header table 2019-03-27 23:55:16 +00:00
Gonçalo Valério 20a0123580 added github corner so users can find more information about the project 2019-03-26 23:16:13 +00:00
Gonçalo Valério ae6103396e changed redis config to accept more compreensive settings 2019-03-22 12:14:07 +00:00
Gonçalo Valério 9abc5b3da2 fixed error on heroku configuration 2019-03-22 11:56:27 +00:00
Gonçalo Valério 0ec7871268 added a new environment to the settings 2019-03-22 11:49:42 +00:00
Gonçalo Valério dce86535bd use the correct port 2019-03-22 11:31:06 +00:00
Gonçalo Valério b77f1b145a fixed typo and added explicit link to the deploy button 2019-03-22 11:20:14 +00:00
Gonçalo Valério 185787f5aa added deploy on heroku button 2019-03-22 11:15:12 +00:00
Gonçalo Valério 6371755c1f consumers are now async 2019-03-17 20:09:07 +00:00
Gonçalo Valério b9c6f7ac00 added ci status badge to the readme file 2019-03-16 16:58:12 +00:00
Gonçalo Valério 5fe58d02fb changed formatting step name 2019-03-16 16:53:53 +00:00
Gonçalo Valério 331f15a43a added workflow information 2019-03-16 16:50:25 +00:00
Gonçalo Valério b2d4f54cdf added formatting stage to ci 2019-03-16 16:45:27 +00:00
Gonçalo Valério 855fe17db6 ci should install dev dependencies 2019-03-16 16:33:22 +00:00
Gonçalo Valério c6268951a7 fixed error on ci config path 2019-03-16 16:31:36 +00:00
Gonçalo Valério a8d74f5d8c added simple ci config 2019-03-16 16:29:59 +00:00
Gonçalo Valério bff1aeba6a added a few more tests 2019-03-16 16:15:43 +00:00
Gonçalo Valério ee58e5590e updated django version to 2.1.7 2019-03-07 23:46:58 +00:00
Gonçalo Valério 8df6a14cb3 added first tests to the project 2019-03-07 23:39:00 +00:00
Gonçalo Valério e0c9b668b2 allow the configuration to exclude certain HTTP headers 2019-01-27 16:17:47 +00:00
Gonçalo Valério 789ef35bb7 used websocket protocol should match the http one 2019-01-27 13:04:19 +00:00
Gonçalo Valério b16b2a738c added application service and updated dependencies 2019-01-26 19:26:09 +00:00
Gonçalo Valério 0878a1a5bb completed clean all content functionality 2019-01-13 18:17:52 +00:00
Gonçalo Valério e6b5f79d0d redis url can be configured as an environment variable 2019-01-13 17:51:03 +00:00
Gonçalo Valério 62a1ab2b92 added more information to the readme 2019-01-13 17:41:34 +00:00