index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
application
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
maint: better error reporting for argument count mismatch.
Daniel Pittman
2011-04-28
1
-47
/
+39
*
|
|
(#7122) Enforce call arity on actions in the CLI wrapper.
Daniel Pittman
2011-04-28
1
-1
/
+44
*
|
|
(#7269) Fix error reporting for bad render formats...
Daniel Pittman
2011-04-28
1
-24
/
+34
*
|
|
(#7269) Better error reporting for bad render formats.
Daniel Pittman
2011-04-28
1
-10
/
+10
*
|
|
(#7160) Support 'json' as a rendering method for CLI faces.
Daniel Pittman
2011-04-28
1
-6
/
+9
*
|
|
(#7157) Return a non-zero exit code on face failure.
Daniel Pittman
2011-04-22
1
-12
/
+14
*
|
|
(#7181) Rename configurer face to secret_agent.
Daniel Pittman
2011-04-21
1
-2
/
+2
*
|
|
(#7116) Handle application-level options in parse_options
Daniel Pittman
2011-04-20
1
-0
/
+17
*
|
|
maint: fix gratuitous whitespace in the code.
Daniel Pittman
2011-04-20
1
-2
/
+2
*
|
|
Merge branch 'bug/2.7.x/6752-allow-action-specific-render-methods'
Daniel Pittman
2011-04-19
1
-12
/
+45
|
\
\
\
|
*
|
|
(#7013) Wire up rendering hooks on the CLI.
Daniel Pittman
2011-04-19
1
-1
/
+6
|
*
|
|
(#7013) Handle rendering modes out in the application layer.
Daniel Pittman
2011-04-19
1
-5
/
+7
|
*
|
|
(#7013) Strip out old face-wide rendering defaults.
Daniel Pittman
2011-04-19
1
-8
/
+7
|
*
|
|
(#7013) better default rendering support for faces
Daniel Pittman
2011-04-19
1
-4
/
+31
|
*
|
|
maint: print 'false' in the default render method.
Daniel Pittman
2011-04-19
1
-1
/
+1
*
|
|
|
(#7108) Update help/man text for puppet kick
nfagerlund
2011-04-18
1
-25
/
+10
|
/
/
/
*
|
|
Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.x
Pieter van de Bruggen
2011-04-18
1
-0
/
+255
*
|
|
Merge branch 'tickets/2.7.x/7115' into 2.7.x
Pieter van de Bruggen
2011-04-15
1
-12
/
+20
|
\
\
\
|
*
|
|
(#7115) Enable default actions.
Pieter van de Bruggen
2011-04-15
1
-12
/
+20
*
|
|
|
(#6408) Update puppet cert help for new subcommand action syntax.
nfagerlund
2011-04-14
1
-47
/
+51
|
/
/
/
*
|
|
Revert "(#6928) Removed --ignoreimport"
Nick Lewis
2011-04-13
3
-10
/
+4
*
|
|
(#6928) Removed --ignoreimport
Nick Lewis
2011-04-13
3
-4
/
+10
*
|
|
(#6928) Remove --parseonly
Nick Lewis
2011-04-13
2
-30
/
+10
*
|
|
(#6928) Add a Parser face with Validate action
Nick Lewis
2011-04-13
1
-0
/
+5
*
|
|
(#7056) Use 'face' rather than 'faces' in the production code.
Daniel Pittman
2011-04-13
6
-18
/
+18
*
|
|
(#6962) Move option handling into #parse_options, not #preinit.
Daniel Pittman
2011-04-12
1
-5
/
+13
*
|
|
(#6962) Override 'render' in help to just return the string.
Daniel Pittman
2011-04-12
1
-3
/
+4
*
|
|
(#6962) render prints the rval; fix help subcommand.
Daniel Pittman
2011-04-12
1
-1
/
+1
*
|
|
(#6962) Create the basic shape of the help face.
Daniel Pittman
2011-04-12
1
-0
/
+7
*
|
|
maint: finish transition of application help to return strings.
Daniel Pittman
2011-04-12
1
-2
/
+1
*
|
|
Fixed #5684 - Move to Apache 2.0 license
James Turnbull
2011-04-11
11
-23
/
+11
*
|
|
Fixing 'puppet faces' application
Luke Kanies
2011-04-09
1
-16
/
+9
*
|
|
Merge puppet-interfaces into puppet.
Daniel Pittman
2011-04-07
16
-0
/
+334
|
\
\
\
|
*
|
|
(#7012) Update references in code to use face(s)
Daniel Pittman
2011-04-07
5
-28
/
+28
|
*
|
|
(#7012) global rename of strings to faces.
Daniel Pittman
2011-04-07
2
-0
/
+0
|
*
|
|
(#6972) Handle ca-location in the certificate string.
Daniel Pittman
2011-04-06
1
-12
/
+3
|
*
|
|
(#6972) Recognize puppet global options in pre-parse.
Daniel Pittman
2011-04-06
1
-1
/
+21
|
*
|
|
(#6949) Fix passing positional arguments to actions.
Daniel Pittman
2011-04-04
1
-6
/
+8
|
*
|
|
(#6749) Handle options with inline arguments.
Daniel Pittman
2011-04-04
1
-1
/
+5
|
*
|
|
(#6749) Extract the action from the arguments cleanly.
Daniel Pittman
2011-04-04
1
-2
/
+6
|
*
|
|
(#6749) Fix optional vs mandatory argument handling.
Daniel Pittman
2011-04-04
1
-6
/
+5
|
*
|
|
(#6749) Polish the CLI option pre-parse implementation
Daniel Pittman
2011-04-04
1
-11
/
+7
|
*
|
|
(#6749) Start porting existing strings to the options API.
Daniel Pittman
2011-04-04
2
-3
/
+3
|
*
|
|
(#6749) code and test cleanup of Application/StringBase.
Daniel Pittman
2011-04-04
1
-12
/
+0
|
*
|
|
(#6749) Remove "save does not work" language from strings.
Daniel Pittman
2011-04-04
1
-1
/
+1
|
*
|
|
(#6749) string cli base: implement preinit CLI parsing
Daniel Pittman
2011-04-04
1
-41
/
+49
|
*
|
|
(#6749) implementing option handling in CLI string wrapper
Daniel Pittman
2011-04-04
2
-14
/
+34
|
*
|
|
(#6758) Pass options as an argument to string actions.
Daniel Pittman
2011-04-02
1
-8
/
+5
|
*
|
|
(#6770) Change versioning; adopt :current over :latest.
Pieter van de Bruggen
2011-03-28
1
-2
/
+2
|
*
|
|
MAINT: the API is officially named "string" as of this moment.
Daniel Pittman
2011-03-28
5
-32
/
+32
[prev]
[next]