Commit Graph

25 Commits

Author SHA1 Message Date
Gunnar Beutner ea729b2b6c Clean up the DebugHint class 2014-11-17 14:52:08 +01:00
Gunnar Beutner bae96ca524 Fix "object list" output for empty fields 2014-11-15 12:19:29 +01:00
Gunnar Beutner 478f03b49a Replace boost::shared_ptr with boost::intrusive_ptr
refs #7622
2014-11-09 16:54:41 +01:00
Michael Friedrich 5b5f92e57b Cli: Fix missing single quote in 'object list' output
fixes #7584
2014-11-05 18:23:40 +01:00
Gunnar Beutner e4a1572c9b Use double-quotes in "object list"
refs #7251
2014-11-03 12:39:59 +01:00
Gunnar Beutner 1811f8689b Make sure templates are never evaluated on their own
fixes #7536
2014-11-01 05:12:13 +01:00
Michael Friedrich 185f9b4080 Cli: Fix formatting of 'repository <type> list' command
refs #7255
2014-10-27 20:18:47 +01:00
Gunnar Beutner 7559273359 Replace cJSON with YAJL
fixes #7452
2014-10-26 20:00:35 +01:00
Gunnar Beutner 3979bd87b3 Validate number of arguments
fixes #7442
2014-10-24 13:19:00 +02:00
Gunnar Beutner 26b9c5a81b Move clicommand.{cpp,hpp} to lib/cli
refs #7246
2014-10-20 14:06:21 +02:00
Gunnar Beutner 2d5e9514a5 Refactor logging code 2014-10-19 17:52:17 +02:00
Gunnar Beutner b18f57a745 Remove logger_fwd.hpp 2014-10-19 14:50:39 +02:00
Gunnar Beutner 6193255446 Add missing locks
refs #7251
2014-10-17 20:47:48 +02:00
Gunnar Beutner 8cc6368954 Implement generic color support for terminals
fixes #7396
2014-10-17 20:44:17 +02:00
Gunnar Beutner 7db8588980 Implement auto-completion for positional arguments
refs #7255
2014-10-17 15:54:46 +02:00
Gunnar Beutner 5c8dbb9552 Build fix for Rune 2014-10-16 15:33:03 +02:00
Gunnar Beutner 36233cdc77 Improve "object list" output some more
refs #7251
2014-10-16 15:24:41 +02:00
Gunnar Beutner ea685b5e55 Clean up "object list" a bit
refs #7251
2014-10-16 15:12:32 +02:00
Gunnar Beutner 408939c9fb Fix formatting for non-string values in arrays
fixes #7388
2014-10-15 18:41:52 +02:00
Gunnar Beutner f92282ae0e Allow using --name to match against internal names (__name)
refs #7251
2014-10-15 18:34:00 +02:00
Michael Friedrich 5c4f099c82 Fix missing const references
refs #7251
2014-10-15 17:10:25 +02:00
Michael Friedrich 7a56f3c1c5 CLI: Add --count to 'object list' and hide counts by default
refs #7251
2014-10-15 16:43:10 +02:00
Michael Friedrich 32feea8d7f CLI: Fix object name in 'object list'
refs #7251
2014-10-15 14:33:55 +02:00
Michael Friedrich 153693d284 CLI: Add filter by name or type to 'object list'
fixes #7199
2014-10-15 14:33:55 +02:00
Michael Friedrich f94abac18f CLI: Add object command (list)
fixes #7251
2014-10-15 14:33:55 +02:00