Issue #1479 has been updated by luke. Status changed from Accepted to Closed
I merged this into master a couple of weeks ago. ---------------------------------------- Refactor #1479: The 'file' type needs to use REST instead of XMLRPC http://projects.reductivelabs.com/issues/show/1479 Author: luke Status: Closed Priority: High Assigned to: luke Category: fileserving Target version: 0.25.0 Now that the REST plumbing is done, we're ready to start using it. I've already refactored the server-side of fileserving, into the new file_serving classes. Now the client side needs to be refactored to use this code. All of the client-side fileserving code is in type/file/source.rb and type/file.rb. Because the new file_serving classes directly model sets of files, I expect we'll no longer do recursion the same way -- instead, we'll probably recurse all of the way through the directory and pass all of the information back to the client at once. This should make it more efficient, although it might also make it memory-intensive for large directory structures. ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
