Peter Stockings
|
19cebc0f45
|
Add option to toggle logging of request/response for http functions, this has been added to due storage capacity concerns
|
2023-12-21 14:45:25 +11:00 |
|
Peter Stockings
|
7c7dbae05a
|
Add option to make http functions private (Require authentication, currently just redirects to login page; Should look into cookie + JWT + api key)
|
2023-12-21 14:03:25 +11:00 |
|
Peter Stockings
|
8d38c39604
|
Ensure you can only view/edit http functions created by the currently logged in user
|
2023-12-20 22:57:39 +11:00 |
|
Peter Stockings
|
c968ef583c
|
Use url_for to generate url for http functions on overview page
|
2023-12-19 12:41:48 +11:00 |
|
Peter Stockings
|
8ffdf4c28c
|
Display http function invoked count in list
|
2023-12-18 15:36:44 +11:00 |
|
Peter Stockings
|
5cc29309d5
|
Add json object for environment info for each function, this is mutable from custom code
|
2023-12-18 15:15:14 +11:00 |
|
Peter Stockings
|
ab25d557f8
|
Add ability to test http functions with postman like interface
|
2023-12-16 19:55:51 +11:00 |
|
Peter Stockings
|
e88661dfd2
|
Fetch http_functions from database
|
2023-12-16 19:02:04 +11:00 |
|