Jean Flach
4d87c96d06
Refactor String-Escape in repositoryutility
...
fixes #10989
2016-02-09 09:38:12 +01:00
Michael Friedrich
ddc1b251a6
Fix: Escaped sequences not properly generated with 'node update-config'
...
fixes #10989
2016-01-21 18:14:53 +01:00
Gunnar Beutner
599929b0f6
Update copyright headers for 2016
2016-01-12 08:29:59 +01:00
Michael Friedrich
af3458dfec
Fix that "repository add" writes invalid "type" attribute
...
fixes #10867
2015-12-17 10:20:41 +01:00
Gunnar Beutner
a805936f8f
Fix: CLI command 'repository add' doesn't work
...
fixes #10690
2015-11-20 15:53:24 +01:00
Gunnar Beutner
2484016c54
Fix crash in RepositoryUtility::AddObject
...
fixes #10326
2015-10-13 09:15:06 +02:00
Gunnar Beutner
071d2f18fb
Rename DynamicObject/DynamicType to ConfigObject/ConfigType
...
fixes #9914
2015-08-15 20:40:41 +02:00
Jean-Marcel Flach
a98d2f585d
Implement URL parser
...
fixes #9470
2015-07-07 15:33:19 +02:00
Gunnar Beutner
72a7b08480
Move implementation code from thpp files into separate files
...
fixes #8890
2015-03-28 11:08:12 +01:00
Gunnar Beutner
ec7224e3ed
Generate C++ code for type validators
...
fixes #7709
fixes #8867
2015-03-27 07:59:27 +01:00
Gunnar Beutner
6c96d5bc98
Clean up the start-up process a bit
...
fixes #8791
2015-03-18 11:14:51 +01:00
Michael Friedrich
4e1c754786
Cli: Don't validate config objects in 'node update-config'
...
refs #8488
2015-02-20 21:34:59 +01:00
Michael Friedrich
9ae9204df2
Cli: Don't parse objects/changes on each AddObject() call
...
refs #8488
2015-02-20 17:05:00 +01:00
Gunnar Beutner
cb6f1043e1
Replace if( with if (
2015-02-11 15:47:45 +01:00
Michael Friedrich
78bfd0204c
Update copyright year
2015-01-22 12:00:23 +01:00
Gunnar Beutner
6383da1f2f
Replace spaces with tabs
2014-12-18 17:06:00 +01:00
Gunnar Beutner
9f18211ada
Remove obsolete code
...
refs #7709
2014-12-18 15:57:30 +01:00
Gunnar Beutner
873e294158
Refactor the WorkQueue class to make error reporting easier
...
refs #7709
2014-12-18 15:11:57 +01:00
Gunnar Beutner
1cb0231c05
Refactor how variable scopes work
...
refs #8074
2014-12-14 11:33:45 +01:00
Gunnar Beutner
cfd775c948
Move the VMFrame class to libbase
...
refs #8065
2014-12-12 15:33:56 +01:00
Gunnar Beutner
c1ac548a77
Escape special characters in repository file names
...
fixes #7618
2014-12-10 13:20:16 +01:00
Gunnar Beutner
2a2460ae67
Fix crash in RepositoryUtility::AddObject
...
refs #7822
2014-12-10 10:35:18 +01:00
Gunnar Beutner
98375df4d7
Fix config validation in RepositoryUtility::AddObject
...
refs #7701
2014-12-09 14:55:29 +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
478f03b49a
Replace boost::shared_ptr with boost::intrusive_ptr
...
refs #7622
2014-11-09 16:54:41 +01:00
Gunnar Beutner
e1287cb7a5
Fix: Adding/Removing multiple services fails
...
fixes #7616
2014-11-08 15:17:00 +01:00
Gunnar Beutner
fd8eed93e0
Remove unnecessary use of boost::ref()
2014-11-08 14:54:36 +01:00
Michael Friedrich
78140fa1c8
Cli: Repository should validate if object exists before add/remove
...
fixes #7461
2014-10-31 21:08:11 +01:00
Michael Friedrich
7c1cd4c506
Cli: Fix incorrect error message in 'node update-config'
...
fixes #7529
2014-10-31 20:35:05 +01:00
Michael Friedrich
2e6a604706
Cli: Don't allow to override existing repository objects
...
refs #7255
2014-10-28 19:55:46 +01:00
Michael Friedrich
20a176680a
Cli: Bail early on 'repository commit' if changelog dir does not exist
...
refs #7255
2014-10-28 19:43:37 +01:00
Michael Friedrich
d92dc8539d
Cli: Make sure that ChangeLog directory exists on 'repository commit'
...
refs #7255
2014-10-28 19:28:38 +01:00
Michael Friedrich
6dd342f46a
Cli: Check path before removing any object from repository
...
refs #7255
2014-10-28 15:45:01 +01:00
Michael Friedrich
ab5a55d754
Cli: Fix 'repository host remove' for hosts w/o services
...
refs #7255
2014-10-28 15:27:17 +01:00
Michael Friedrich
cb6a4f1c76
Cli: Ignore 'import' attribute on repository add validation
...
refs #7458
2014-10-28 12:17:09 +01:00
Gunnar Beutner
3dc2f82345
Implement validation for "repository add"
...
fixes #7458
2014-10-28 11:55:25 +01:00
Michael Friedrich
00652f603c
Cli: Add endpoint & zone repository object for 'agent update-config'
...
refs #7248
2014-10-28 10:54:29 +01:00
Michael Friedrich
185f9b4080
Cli: Fix formatting of 'repository <type> list' command
...
refs #7255
2014-10-27 20:18:47 +01:00
Michael Friedrich
7e73533ad4
Cli: 'repository host remove' cleans service directory, add pending changes helper
...
refs #7249
fixes #7460
2014-10-27 19:13:33 +01:00
Michael Friedrich
ad99d022ed
Cli: Add 'repository commit --clear' clearing pending changes
...
refs #7455
2014-10-27 17:55:58 +01:00
Michael Friedrich
44d961f119
Cli: Fix integer formatting in repository command
...
refs #7255
2014-10-27 15:33:36 +01:00
Michael Friedrich
c0103268e1
Cli: Better formatting for changelog output of repository commit (--simulate)
...
refs #7255
2014-10-27 14:53:00 +01:00
Michael Friedrich
d9c8252f17
Cli: Fix repository <type> list not showing objects
...
Still requires parsing of config objects into printable
dictionaries.
refs #7255
2014-10-27 13:01:21 +01:00
Michael Friedrich
3d86ae6750
Cli: Delete change file on repository commit
...
refs #7255
2014-10-27 11:02:14 +01:00
Gunnar Beutner
7559273359
Replace cJSON with YAJL
...
fixes #7452
2014-10-26 20:00:35 +01:00
Michael Friedrich
f5a209421d
Cli: Change service handling in repository command
...
refs #7255
2014-10-24 15:49:59 +02:00
Michael Friedrich
35c75d95b5
Cli: Parse repository arguments as 'name=...'
...
Require 'host_name' for service objects
Rename --template to --import
refs #7255
2014-10-24 12:42:57 +02:00
Michael Friedrich
1929e0c990
Cli: Allow to import multiple templates, drop zone argument
...
refs #7255
2014-10-23 20:42:56 +02:00
Michael Friedrich
27b15a5714
Cli: Add repository add --{zone,template} support for repo objects
...
refs #7255
2014-10-23 19:08:27 +02:00
Gunnar Beutner
7f0ced592c
Build fix for Windows and RHEL 5
...
fixes #7433
2014-10-23 19:07:14 +02:00