Gunnar Beutner
071d2f18fb
Rename DynamicObject/DynamicType to ConfigObject/ConfigType
...
fixes #9914
2015-08-15 20:40:41 +02:00
Jean Flach
afb9bea74d
Move objectlistcommands printObject to objectlistuility
...
PrintObject() is now public and now everybody can use pretty object printing
2015-02-18 10:23:27 +01:00
Michael Friedrich
2036b87943
Fix NetString::ReadStringFromStream() EoF case in 'object list' command
...
refs #6109
2015-02-15 14:37:16 +01:00
Gunnar Beutner
f097e48889
Don't use separate threads for each ApiClient object
...
fixes #6109
2015-02-14 16:34:36 +01:00
Gunnar Beutner
4896428c06
Add path information for objects in objects file
...
fixes #8371
2015-02-05 15:05:07 +01:00
Michael Friedrich
78bfd0204c
Update copyright year
2015-01-22 12:00:23 +01:00
Gunnar Beutner
55b7f00382
Remove unnecessary includes
2014-12-15 10:16:06 +01:00
Michael Friedrich
d21b3aba52
cli: Fix node update-config errors
...
* fix hosts not created if config and inventory.index are missing.
* fix segfault if host already exists in inventory
* fix that newly listed node hosts are not added to the config repo
* fix repository removal of remove host/services on remote nodes
* fix missing/wrong locks for dictionaries
* fix missing directory create/chown
fixes #7518
fixes #7878
fixes #7917
fixes #7891
Conflicts:
lib/cli/objectlistcommand.cpp
2014-12-04 17:56:28 +01:00
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