-
Notifications
You must be signed in to change notification settings - Fork 123
Web UI 1.6 #2103
Comments
I will look into the array bugs, the problem seems to be that because you do not open the arrays, the metadata is not available yet. I will try to find a way to fix this.
what is the bug here?
this issue only happens on Firefox and I do not know how to fix it. the problem here seems to be having an input field as
I already said there isn't more information than what
you mean a feature to remove all keys from a namespace?
can you suggest any mountpoints I could add?
I implemented it with Alt, but I can probably implement it with Ctrl too.
as I said before, for every GET operation, there are actually multiple operations happening:
I only call |
Thank you!
It is also about the name. I updated it.
I only copied it from #2037, where you crossed it out. So there is a "Details" info now available?
"user", "system" and so on are also keys (the respective root keys). So actually everything you can do with other keys, can be done there. But remove is the only option which is really necessary.
If you add all this in the docker, I can test the same things which should be easier for both of us.
Yes, I read it later. But afaik "Alt" is non-standard. And my browser shows a "+" symbol when pressing Ctrl and not on "Alt".
But nevertheless it should not nearly kill a fast machine.
Please look into it with large data yourself. E.g. it is easy to get really large hosts files. |
No, I was always showing all details that I have about the error. Which other information do you want me to show? |
versus:
Btw. it is good that you hide some information (like Ingroup/Module/At) but there should be a way to see everything. |
I think this is platform specific. It's exactly the other way around for me. I changed it so that both keys should work. I also tested it on Windows and Ctrl to copy works for me there now. |
how do you undo before aborting? you cannot press the undo button without confirming the changes (by pressing outside of the dialog or "done"). after confirming the changes pressing undo will undo the last step, not everything you did while the dialog was open (as that information is lost when you close/confirm the dialog). undo/redo always works on a per-command level, so each time you do a |
Ok, it is a bit counter-intuitive but certainly something we can live with. |
I can add this, but then it is possible to delete BTW: this is only a problem when webd and elektrad access the same KDB (e.g. run on the same machine) |
Delete everything from the namespace except your own configuration. Thus the configuration is hidden from the tree it would be surprising if it gets deleted. |
Overall it looks very good now! But I found some more bugs/missing features (in v1.6).
|
I cannot reproduce this. I checked all kinds of messages (success, error, and the alerts when creating a key that already exists), they are all selectable on both chrome and firefox ESR. |
Okay, it is minor anyway. I think it was in the message if the key name already existed. |
@markus2330 I think this might have to do with your UI platform then, because it is the only native dialog. It is selectable for me in macOS (all alert dialogs are), regardless of the browser. |
👍 many bugs are resolved now but there are still some bugs:
#0
not suggested as name#1
)#1
undo on metadata still does not worknot possible to click somewhere in the text (of values)-> Web UI Firefox problems #2105Important functionalities missing:
Demo:
Performance/Concurrency:
Something seems to be very wrong how elektrad works. It seems to issue way to many
kdb
commands. For example:kdb find
returns in about 1.5 seconds, elektrad nearly brought my system down (16GB ram swapped), manykdb getmeta
were running concurrently. Only killing elektrad helps.The text was updated successfully, but these errors were encountered: