dynamicweb / DynamicWeb

Make feature requests for Dynamicweb in Issues section of this repository
https://doc.dynamicweb.dev/documentation/fundamentals/support/feature-requests.html
GNU General Public License v3.0
1 stars 0 forks source link

Firehose improvements #29

Open dwlhs opened 2 months ago

dwlhs commented 2 months ago

The Firehose is probably the tool I use most inside DW (besides Assets do download log files). From DW9 to DW10, a lot of the nifty features were not considered, and the Firehose not feels like a bit of a step back to the firehose we had in the old ASP version of DW.

It's an important tool, especially considering cloud hosting, where you can't access the SQL server, so here are some improvements to get et back on track:

1 image

2 image

3 image

nicped commented 2 months ago

I agree this needs some love. A lot of it!

Wassini commented 2 months ago

"Every time you execute a statement, a new output overlay is added, and at some point you find yourself having many overlays to deal with. Please add the output to the same overlay."

A new feature could also be the option to add tabs to the output: image

dwlhs commented 4 weeks ago

Hi :)

I just noticed that the firehose sends the query using GET. This means that the length of SQL statements that we can uses is limited to how much can be submitted in the query string by the http protocol.

Please change so that it uses POST instead.

Br. Lars