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
/
spec
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
The certificate and key are now correctly interacting
Luke Kanies
2008-04-15
3
-216
/
+171
*
|
The basics for the certificate and certificate request
Luke Kanies
2008-04-15
4
-3
/
+177
*
|
Fixing a couple of broken tests.
Luke Kanies
2008-04-15
1
-0
/
+2
*
|
The new SSL classes basically work, but they're not
Luke Kanies
2008-04-15
3
-0
/
+174
*
|
Finished the certificate request wrapper class.
Luke Kanies
2008-04-15
1
-0
/
+68
*
|
First stage of cert refactoring: Private
Luke Kanies
2008-04-15
3
-116
/
+229
*
|
Adding the necessary tests for webrick to have logging and
Luke Kanies
2008-04-15
1
-0
/
+145
*
|
Merge branch '0.24.x'
Luke Kanies
2008-04-11
8
-361
/
+697
|
\
|
|
*
Fixishing some pending tests, including filling in
Luke Kanies
2008-04-11
1
-11
/
+9
|
*
Making the changes necessary to get the REST support
Luke Kanies
2008-04-11
1
-27
/
+35
|
*
The 'destroy' method in the indirection now returns
Luke Kanies
2008-04-11
1
-3
/
+3
|
*
fill out specs for network_* methods; refactor lowest-level network hooks
Rick Bradley
2008-04-11
1
-26
/
+158
|
*
adding rest_connection_details helper to Indirector::REST -- will need to be ...
Rick Bradley
2008-04-11
1
-0
/
+12
|
*
make sure unit indirector specs are working with #save; fill out network_put ...
Rick Bradley
2008-04-11
1
-3
/
+53
|
*
updating mongrel/webrick unit tests to match integration-tested version of RE...
Rick Bradley
2008-04-11
2
-22
/
+4
|
*
adding REST save support, with integration tests. A handful of unit tests in...
Rick Bradley
2008-04-11
1
-2
/
+0
|
*
Added support for destroy/DELETE over REST (including units & integrations on...
Rick Bradley
2008-04-11
1
-3
/
+56
|
*
updating search integration specs to include webrick
Rick Bradley
2008-04-11
1
-4
/
+4
|
*
making search work over REST, w/ unit & integration specs
Rick Bradley
2008-04-11
1
-1
/
+1
|
*
unit specs and implementation for Indirector::REST#search method
Rick Bradley
2008-04-11
1
-8
/
+52
|
*
Make mongrel happy like WEBrick.
Rick Bradley
2008-04-11
3
-280
/
+270
|
*
Much larger commit than I would like to land at once. This is all REST-relat...
Rick Bradley
2008-04-11
5
-46
/
+90
|
*
This is the first version where mongrel and webrick are reliably startable an...
Rick Bradley
2008-04-11
2
-11
/
+46
|
*
the indirector will not serve xmlrpc (this is the responsibility of the legac...
Rick Bradley
2008-04-11
2
-14
/
+4
*
|
Merge branch '0.24.x'
Luke Kanies
2008-04-11
35
-942
/
+1179
|
\
|
|
*
Modified the 'master' handler to use the Catalog class to
Luke Kanies
2008-04-11
2
-52
/
+9
|
*
Removed the code from the client that tries to avoid recompiling
Luke Kanies
2008-04-10
1
-25
/
+0
|
*
Fixing #1173 -- classes and definitions can now have the same
Luke Kanies
2008-04-10
1
-1
/
+1
|
*
Fixing #1173 -- classes and definitions can now have the same
Luke Kanies
2008-04-10
1
-0
/
+9
|
*
Fixing the expire method (it wasn't using a request
Luke Kanies
2008-04-10
1
-8
/
+30
|
*
Moved the request creation into the Indirection
Luke Kanies
2008-04-10
2
-183
/
+220
|
*
Ported the rest of the indirection terminuses over to
Luke Kanies
2008-04-08
9
-141
/
+82
|
*
Intermediate commit.
Luke Kanies
2008-04-08
16
-278
/
+301
|
*
Fixing some tests that were failing because new base types
Luke Kanies
2008-04-08
1
-31
/
+39
|
*
Adding the ability for indirection requests to be created
Luke Kanies
2008-04-08
1
-0
/
+15
|
*
Fixing the tests that were failing because of the use
Luke Kanies
2008-04-08
1
-95
/
+109
|
*
Adding a Request class to the Indirection layer. This
Luke Kanies
2008-04-08
2
-82
/
+169
|
*
Fixing one other test that was failing because of the change
Luke Kanies
2008-04-08
1
-3
/
+1
|
*
Changing how destroy works, just a bit -- it now accepts
Luke Kanies
2008-04-08
2
-13
/
+9
|
*
Reworking the caching layer to use TTLs instead of versions
Luke Kanies
2008-04-08
1
-442
/
+485
|
*
Adding an envelope module to handle indirected instance
Luke Kanies
2008-04-08
1
-0
/
+47
|
*
Making a test executable
Luke Kanies
2008-04-08
1
-0
/
+0
|
*
Used stubs to decouple our code behavior from the behavior of the underlying ...
Paul Lathrop
2008-04-07
1
-19
/
+23
|
*
Merge branch '0.24.x' of git://reductivelabs.com/puppet into unit-tests
Paul Lathrop
2008-03-31
10
-10
/
+10
|
|
\
|
|
*
Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.
Paul Lathrop
2008-03-28
10
-10
/
+10
|
*
|
Added some more tests for loadedfile, based off the old unit tests.
Paul Lathrop
2008-03-25
1
-2
/
+23
|
*
|
Added rspec tests for loadedfile
Paul Lathrop
2008-03-24
1
-0
/
+40
|
|
/
*
|
Fixing tests that were failing as a result of the merge,
Luke Kanies
2008-04-01
4
-49
/
+2
*
|
Merge branch 'master' into master_no_global_resources
Luke Kanies
2008-03-31
59
-3188
/
+5183
|
\
\
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-03-25
6
-102
/
+172
|
|
\
|
[prev]
[next]