Peter Stockings
b4c67d8346
Add versions for http_functions, whenever script is updated a new version is logged.
2024-04-06 19:49:46 +11:00
Peter Stockings
4b30deb709
On function editor, if the editor loads slow enough then you can see the code/environment json as html text so I changed the text to transparent to avoid this, not a real fix (For some reason I cant find any mention of other people having this issue)
2024-03-29 22:34:57 +11:00
Peter Stockings
cb3afa77fc
In function editor template modify add/delete functionality so it uses htmx.ajax and updates url
2024-03-29 21:20:35 +11:00
Peter Stockings
25178b5aad
Packaging a few small changes
...
* Make edit http function endpoint accept function id rather than name
* Move show alert js function to function editor template as its only used here
* Added a note that previous commit (API -> isolator request was changed from global routing to inter app routing) (It sped things up, but not its regressed; need to look into this further)
2024-03-28 21:26:49 +11:00
Peter Stockings
1a496d2441
Fix issue where on page refresh when on function edit/new sub pages you would be redirected back to dashboard
2024-03-27 14:03:52 +11:00
Peter Stockings
48b013c1f4
Minor styling update for functions overview & edit/new pages to make it more usable after landing page changes, also started to work on making pages refreshable through htmx hx-push-url
2024-03-27 13:08:29 +11:00
Peter Stockings
fc021d6971
Use landing page template and perform minor UI updates on other pages (Still needs alot of work)
2024-03-24 21:50:21 +11:00
Peter Stockings
e21a575726
Update function editor response view, and add execution timer
2024-03-24 20:52:32 +11:00
Peter Stockings
761165cb23
Minor UI change for function edit form, moved execute button to bottom
2024-03-24 19:48:43 +11:00
Peter Stockings
2d9c0b9d53
Add ability to rename http functions
2024-01-03 16:37:36 +11:00
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
6a894df009
In function editor response panel show returned http status code
2023-12-20 21:08:26 +11:00
Peter Stockings
595d392af4
Change text to red when isolator returns error on function playground
2023-12-19 23:17:12 +11:00
Peter Stockings
fc2ca7c4e8
Remove debugger from editor template
2023-12-19 21:24:46 +11:00
Peter Stockings
223afec05d
Refactor all function editor front end html + js into a single jinja template (also slight improvement to look of response/logs)
2023-12-19 21:20:11 +11:00