summaryrefslogtreecommitdiffstats
path: root/sinksh
Commit message (Collapse)AuthorAge
* Pick up the right includes.Christian Mollekopf2018-03-18
|
* Avoid a completely outdated readline, such as on osxChristian Mollekopf2018-03-18
|
* Use parseUid in sinksh removeChristian Mollekopf2018-03-17
|
* Print the process environment as well so we can see PATHChristian Mollekopf2018-03-17
|
* Try to start and connect to a resource.Christian Mollekopf2018-03-17
|
* Fixed unused argumentChristian Mollekopf2018-02-22
|
* Support reductions in the list commandChristian Mollekopf2018-02-21
|
* Try to load a resource as selftestChristian Mollekopf2018-02-19
|
* Print the resource lookup directories in sinksh infoChristian Mollekopf2018-02-19
|
* Fixed crashes due to concurrently running queries.Christian Mollekopf2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | A single QueryRunner should never have multiple workers running at the same time. We did not properly enforce this in case of incremental updates coming in. The only way I managed to reproduce the crash: * Open a large folder with lots of unread mail in kube * Select a mail in the maillist and hold the down button * This will: * Repeatedly call fetch more * Trigger lot's of mark as read modifications that result in notifications. * Eventually it crashes somewhere in EntityStore, likely because of concurrent access of the filter structure which is shared through the state. We now ensure in the single threaded portion of the code that we only ever run one worker at a time. If we did receive an update during, we remember that change and fetch more once we're done. To be able to call fetch again that portion was also factored out into a separate function.
* sinksh list: limit and sort supportChristian Mollekopf2018-02-13
|
* A sinksh module geared towards self-testing and stress testing.Christian Mollekopf2018-02-13
|
* Fulltext filter for sinkshChristian Mollekopf2018-02-13
|
* Report fulltext index sizeChristian Mollekopf2018-02-13
|
* Added some fulltext index inspectionChristian Mollekopf2018-02-13
|
* Removed all traces of BLOB propertiesChristian Mollekopf2018-02-06
|
* Fixed buildChristian Mollekopf2018-01-31
|
* Limit number of characters we printChristian Mollekopf2018-01-30
|
* Improved sinksh stat outputChristian Mollekopf2018-01-30
|
* sinksh improvementsChristian Mollekopf2018-01-30
|
* Parse uidsChristian Mollekopf2018-01-30
|
* Inspect outputChristian Mollekopf2018-01-30
|
* More details in sinksh stat outputChristian Mollekopf2018-01-30
|
* Support UUID's without curly bracesChristian Mollekopf2018-01-29
|
* We don't normally have to see the capabilitiesChristian Mollekopf2018-01-26
|
* Linebreak after each resourceChristian Mollekopf2018-01-26
|
* inspect outputChristian Mollekopf2018-01-25
|
* Get blob size as part of statChristian Mollekopf2018-01-25
|
* Share the filter syntax for count and listChristian Mollekopf2018-01-25
|
* Doesn't add anything over listChristian Mollekopf2018-01-25
|
* Dump key and value sizes on inspectChristian Mollekopf2017-11-17
|
* LivequeryChristian Mollekopf2017-11-03
|
* Ensure we get a return codeChristian Mollekopf2017-11-01
|
* Ensure we get an appropriate exit code when a resource crashes.Christian Mollekopf2017-10-31
|
* Sink clear error messageChristian Mollekopf2017-10-26
|
* Improved sinksh stat summaryChristian Mollekopf2017-10-06
|
* Support supplying a password with sinkshChristian Mollekopf2017-09-20
|
* Say something if things are okayChristian Mollekopf2017-08-18
|
* Only count every uid once.Christian Mollekopf2017-08-14
| | | | The previous code would fail on the second revision with the same uid.
* sinksh show cleanupChristian Mollekopf2017-08-13
|
* More compact changesetChristian Mollekopf2017-08-13
|
* Inspection to validate all ridsChristian Mollekopf2017-08-13
|
* Some metadata for inspectChristian Mollekopf2017-08-11
|
* Print versionChristian Mollekopf2017-08-02
|
* Info command to print some default informationChristian Mollekopf2017-08-02
|
* No more SINK_DEBUG_AREAChristian Mollekopf2017-05-12
|
* Upgrade job that we can eventually use to upgrade the storageChristian Mollekopf2017-05-11
|
* Move type implementations in one placeChristian Mollekopf2017-03-21
| | | | | | | Having them separated is rather pointless (since we need one for every type, and all types are the interface of sink, as one), and caused quite a bit of friction when adding new types. This will also make it easier to change things for all types.
* This is not necessaryChristian Mollekopf2017-03-14
|
* Addressbook supportChristian Mollekopf2017-03-09
|