Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Put "syntax" at the bottomsinksh-better-cli | Minijackson | 2018-08-02 |
| | |||
* | Add subcommand/parameter/option/flag and automatic help | Minijackson | 2018-08-02 |
| | |||
* | Use Key API in SinkSH | Rémi Nicole | 2018-07-27 |
| | | | | | | | | | | | | | | | | | | Summary: Depends on D14289 - Fixes the `sinksh inspect …` command - Introduces `isValid`, `isValidInternal` and `isValidDisplay` static functions in Key, Identifier and Revision I still have to do a more extensive search for induced bugs in other commands Reviewers: cmollekopf Reviewed By: cmollekopf Tags: #sink Differential Revision: https://phabricator.kde.org/D14404 | ||
* | New Key API in storage layer | Rémi Nicole | 2018-07-27 |
| | | | | | | | | | | | | | | | | | Summary: - Use object oriented paradigm for Keys / Identifiers /Revisions - "Compress" keys by using byte representation of Uuids - Still some cleaning left to do - Also run some benchmarks - I'm questioning whether files other than entitystore (tests excluded) are allowed to access this API Reviewers: cmollekopf Reviewed By: cmollekopf Tags: #sink Differential Revision: https://phabricator.kde.org/D13735 | ||
* | All xapian stuff in a central place | Christian Mollekopf | 2018-07-27 |
| | |||
* | Fixed unused argument | Christian Mollekopf | 2018-02-22 |
| | |||
* | Added some fulltext index inspection | Christian Mollekopf | 2018-02-13 |
| | |||
* | sinksh improvements | Christian Mollekopf | 2018-01-30 |
| | |||
* | Parse uids | Christian Mollekopf | 2018-01-30 |
| | |||
* | Inspect output | Christian Mollekopf | 2018-01-30 |
| | |||
* | inspect output | Christian Mollekopf | 2018-01-25 |
| | |||
* | Dump key and value sizes on inspect | Christian Mollekopf | 2017-11-17 |
| | |||
* | Say something if things are okay | Christian Mollekopf | 2017-08-18 |
| | |||
* | Only count every uid once. | Christian Mollekopf | 2017-08-14 |
| | | | | The previous code would fail on the second revision with the same uid. | ||
* | More compact changeset | Christian Mollekopf | 2017-08-13 |
| | |||
* | Inspection to validate all rids | Christian Mollekopf | 2017-08-13 |
| | |||
* | Some metadata for inspect | Christian Mollekopf | 2017-08-11 |
| | |||
* | Move type implementations in one place | Christian Mollekopf | 2017-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. | ||
* | Inspect internals | Christian Mollekopf | 2017-02-24 |
| | |||
* | Print value in inspection | Christian Mollekopf | 2017-02-09 |
| | |||
* | sinksh inspect | Christian Mollekopf | 2017-02-08 |