nerix
|
fca57696bb
|
Increase max number of blocked users loaded from 100 to 1,000 (#4721)
Also includes a little refactor of how the requests are made & how the blocked users are stored
|
2023-07-23 11:26:12 +00:00 |
|
pajlada
|
76527073cf
|
Ensure live status requests are always batched (#4713)
|
2023-07-02 13:52:15 +00:00 |
|
pajlada
|
d2f1516818
|
Fix crash that could occur if closing the usercard quickly after blocking (#4711)
* Specifically, this adds a caller to the network request, which makes the
success or failure callback not fire.
This has the unintended consequence of the block list not reloading if
the usercard is closed, but it's not a big concern.
* Add unrelated `-DUSE_ALTERNATE_LINKER` cmake option
From https://github.com/heavyai/heavydb/blob/0517d99b467806f6af7b4c969e351368a667497d/CMakeLists.txt#L87-L103
|
2023-07-01 12:01:47 +00:00 |
|
Daniel Sage
|
51f2c4d1c0
|
Add input completion test suite (#4644)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2023-05-21 10:10:49 +00:00 |
|
olafyang
|
21d4b2cacc
|
add "/shoutout" command (#4638)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2023-05-20 16:32:06 +00:00 |
|
pajlada
|
e1a6c24cf3
|
Move mocks to their own interface (#4645)
|
2023-05-20 10:54:50 +00:00 |
|