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
*
(#7632) Make secret_agent application compatible with secret_agent face
nfagerlund
2011-06-06
1
-19
/
+2
*
(#7683) Add a 'man' face and subcommand to Puppet.
Daniel Pittman
2011-06-01
1
-0
/
+4
*
maint: remove obsolete work-around code from help face.
Daniel Pittman
2011-06-01
1
-3
/
+0
*
#7211: nasty logic error with global Face options taking arguments.
Daniel Pittman
2011-05-31
1
-1
/
+1
*
#7211: more helpful error messages in various cases.
Daniel Pittman
2011-05-31
1
-6
/
+20
*
(#7707) Document signals in puppet agent and puppet master help
nfagerlund
2011-05-27
2
-0
/
+22
*
(#7557) Remove Faces Application
Matt Robinson
2011-05-26
1
-122
/
+0
*
(#7690) Don't blow up when listing terminuses available for faces
Matt Robinson
2011-05-26
1
-5
/
+1
*
maint: move trap call to Signal so we can stub it for specs
Matt Robinson
2011-05-19
1
-1
/
+1
*
(#7353) Remove :for_humans format entirely.
Daniel Pittman
2011-05-05
1
-15
/
+5
*
Maint: adjust faces.rb's help to match that of other applications
nfagerlund
2011-05-04
1
-6
/
+44
*
(#7353) Unify rendering in the face_bace application.
Daniel Pittman
2011-05-04
1
-44
/
+19
*
(#7276) Create a plugin face application.
Daniel Pittman
2011-05-03
1
-0
/
+3
*
maint: remove emacs 'coding' cookie from files.
Daniel Pittman
2011-05-03
1
-1
/
+0
*
(#7317) better error handling in CLI face facade.
Daniel Pittman
2011-05-02
1
-53
/
+46
*
Revert "maint: better error reporting for argument count mismatch."
Daniel Pittman
2011-04-28
1
-39
/
+47
*
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
[next]