Guest User

Untitled

a guest
Jul 22nd, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. commit 78622942d20b3bfa6a9ec35e64968970436c907d
  2. Author: Eugene Shelestovich <eugene.shelestovich@altoros.com>
  3. Date: Fri Jan 15 20:17:50 2010 +0200
  4.  
  5. A set of PMD issues fixed, unit tests added.
  6.  
  7. commit 7e963ccff5bb8eb701dc818a0e598e37a291132f
  8. Author: Eugene Shelestovich <eugene.shelestovich@altoros.com>
  9. Date: Thu Jan 14 20:17:27 2010 +0200
  10.  
  11. EasyMock integrated and configured, several unit and integration tests added. EMMA report tuned a bit.
  12.  
  13. commit d9eda8b7d657a97a012e928da7bf52208062e55e
  14. Author: Eugene Shelestovich <eugene.shelestovich@altoros.com>
  15. Date: Wed Jan 13 19:55:02 2010 +0200
  16.  
  17. Findbugs, PMD and EMMA integrated and configured.
  18.  
  19. commit 7a35e9f6f606a1a527068372bf122b26982c7d47
  20. Author: Matt Ingenthron <ingenthr@cep.net>
  21. Date: Thu Dec 24 11:07:13 2009 -0800
  22.  
  23. Minor scoping change, spelling error.
  24.  
  25. commit be6cc2ee959f51d51e4e23d108e565f42616dd44
  26. Author: Matt Ingenthron <ingenthr@cep.net>
  27. Date: Thu Dec 24 11:01:28 2009 -0800
  28.  
  29. Completed bdist ant target.
  30.  
  31. commit c0bf52698ace4be20d1659319e32093827aacb0a
  32. Author: Matt Ingenthron <ingenthr@cep.net>
  33. Date: Wed Dec 23 23:26:33 2009 -0800
  34.  
  35. Minor fixes to scope and imports.
  36.  
  37. commit 8e1d83b1b0963ce50f003c116d32cd0d69197db7
  38. Author: Matt Ingenthron <ingenthr@cep.net>
  39. Date: Wed Dec 23 16:00:20 2009 -0800
  40.  
  41. Allow specification of a compatible ClientFactory. Test client existance.
  42.  
  43. commit 27e459cc0883c5e74d71fd61b1f847b41783b4ea
  44. Author: Matt Ingenthron <ingenthr@cep.net>
  45. Date: Wed Dec 23 14:57:15 2009 -0800
  46.  
  47. Added uber-basic Copyright headers.
  48.  
  49. commit 36b2959edc92154193b3085380ffcd45a469a83a
  50. Author: Matt Ingenthron <ingenthr@cep.net>
  51. Date: Tue Dec 22 22:24:07 2009 -0800
  52.  
  53. Adding dependent libs.
  54.  
  55. commit 1f224bf70bc6980f0ea6a3349a2480ccd1567237
  56. Author: Matt Ingenthron <ingenthr@cep.net>
  57. Date: Mon Dec 21 12:53:28 2009 -0800
  58.  
  59. Updated client to use comet streaming URI for updates.
  60.  
  61. The ClientManager will create a long-lived HTTP GET request to a Menelaus
  62. URI which will stream back chunked responses. Upon an update, the
  63. ClientManager should create a new net.spy.memcached.MemcachedClient
  64. object which will then be current with the deployment.
  65.  
  66. commit 16d75396d83f4e9ee78cd9fe7f22aa7d48269906
  67. Author: Matt Ingenthron <ingenthr@cep.net>
  68. Date: Mon Dec 14 10:32:43 2009 -0800
  69.  
  70. Updated tests for PoolMonitor.
  71.  
  72. commit d96a036019b9c3b2498f57accd676526d38dfd2e
  73. Author: Matt Ingenthron <ingenthr@cep.net>
  74. Date: Mon Dec 14 09:56:44 2009 -0800
  75.  
  76. Added new PoolMonitor tests.
  77.  
  78. commit 9d6fa0d2cae2641cab590a1fc9bd0031cfbfab63
  79. Author: Matt Ingenthron <ingenthr@cep.net>
  80. Date: Mon Dec 14 02:51:33 2009 -0800
  81.  
  82. Added new PoolMonitor which creates MemcachedClients from RESTful interface.
  83.  
  84. After the initial approach was doomed, the code for walking the RESTful
  85. interface to build the server list then create an
  86. AtomicReference<MemcachedClient> was built, including changes on
  87. menelaus_server. This is a working version of that, though tests are needed.
  88.  
  89. commit 4554616f75f0b6b906ea17d5052373b3664ea5e7
  90. Author: Matt Ingenthron <ingenthr@cep.net>
  91. Date: Fri Dec 11 22:36:46 2009 -0800
  92.  
  93. First additions of RESTful client, last of approach of extending spymemcached.
  94.  
  95. FAIL: turns out the approach of extending won't work, since i can't call the superclass
  96. Dustin says use AtomicReference<MemcachedClient>. The idea would be to have the
  97. NorthScale client be a factory for managed AtomicReferences.
  98.  
  99. commit d8fa82472f4e73431d78037529dc68e028c53881
  100. Author: Matt Ingenthron <ingenthr@cep.net>
  101. Date: Mon Nov 23 16:43:47 2009 -0800
  102.  
  103. New methods for buckets and updates to RESTful interface.
  104.  
  105. Updated with minimal set of calls expected to be needed when dealing with the RESTful
  106. interface. Also updated to reflect the fact that some clients may connect expecting
  107. to simply use a default bucket.
  108.  
  109. commit 18daccbcc45affefe0c834d6f48a45929b01fd26
  110. Author: Matt Ingenthron <ingenthr@cep.net>
  111. Date: Thu Nov 12 10:01:58 2009 -0800
  112.  
  113. Added some new thoughts on the stubbed out nscale client.
  114.  
  115. commit 83fd7af12044be8cc445c7e4a7c28f73e3fa9d94
  116. Author: Matt Ingenthron <ingenthr@cep.net>
  117. Date: Tue Nov 10 20:26:22 2009 -0800
  118.  
  119. Updated .gitignore.
  120.  
  121. commit 248ca4664ad2dd6c71a7126622fe2f27d7a59d3e
  122. Author: Matt Ingenthron <ingenthr@cep.net>
  123. Date: Tue Nov 10 20:24:29 2009 -0800
  124.  
  125. Added more docs around calls and more details to functions.
  126.  
  127. commit 363727f6e72cf0ccbd50e5f5e2884c7ee8659dbb
  128. Author: Matt Ingenthron <ingenthr@cep.net>
  129. Date: Thu Nov 5 15:50:50 2009 -0800
  130.  
  131. Added gitignore for private NetBeans stuff.
  132.  
  133. commit 19da0a64c8dfc7bf77e317a2198d3423753f02fe
  134. Author: Matt Ingenthron <ingenthr@cep.net>
  135. Date: Thu Nov 5 15:49:15 2009 -0800
  136.  
  137. Initial commit of base client, extending Spymemcached as a client.
  138.  
  139. Implements cuke4duke BDD tests. They are run through ant, and are currently wired in to
  140. NetBeans, but will be separated out as tasks which can be wired in to any IDE which can
  141. call an ant task.*
  142.  
  143. * Which is all of the Java ones I do believe.
  144. (END)
Add Comment
Please, Sign In to add comment