octopi 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (153) hide show
  1. data/.gitignore +5 -0
  2. data/Rakefile +2 -84
  3. data/examples/authenticated.rb +20 -0
  4. data/examples/github.yml.example +14 -0
  5. data/examples/issues.rb +18 -0
  6. data/examples/overall.rb +50 -0
  7. data/lib/octopi/version.rb +3 -0
  8. data/octopi.gemspec +20 -93
  9. data/real_world_test/commit_test.rb +20 -0
  10. data/real_world_test/repository_test.rb +19 -0
  11. data/real_world_test/test_helper.rb +11 -0
  12. data/test/.gitconfig +3 -0
  13. data/test/api_test.rb +58 -0
  14. data/test/authenticated_test.rb +39 -0
  15. data/test/base_test.rb +20 -0
  16. data/test/blob_test.rb +23 -0
  17. data/test/branch_test.rb +20 -0
  18. data/test/commit_test.rb +89 -0
  19. data/test/file_object_test.rb +39 -0
  20. data/test/gist_test.rb +16 -0
  21. data/test/issue_comment.rb +19 -0
  22. data/test/issue_set_test.rb +33 -0
  23. data/test/issue_test.rb +136 -0
  24. data/test/key_set_test.rb +29 -0
  25. data/test/key_test.rb +35 -0
  26. data/test/repository_set_test.rb +23 -0
  27. data/test/repository_test.rb +164 -0
  28. data/test/stubs/account +691 -0
  29. data/test/stubs/blob/fcoury/octopi/plain/f6609209c3ac0badd004512d318bfaa508ea10ae +20 -0
  30. data/test/stubs/comments/fcoury/octopi/comments +30 -0
  31. data/test/stubs/comments/fcoury/octopi/comments.atom +48 -0
  32. data/test/stubs/commits/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae +94 -0
  33. data/test/stubs/commits/fcoury/octopi/lazy +491 -0
  34. data/test/stubs/commits/fcoury/octopi/master +477 -0
  35. data/test/stubs/commits/fcoury/octopi/octopi.rb +818 -0
  36. data/test/stubs/commits/fcoury/rboard/master +437 -0
  37. data/test/stubs/dashboard +231 -0
  38. data/test/stubs/errors/repository/not_found +16 -0
  39. data/test/stubs/gists/159579 +18 -0
  40. data/test/stubs/issues/fcoury/octopi/27 +42 -0
  41. data/test/stubs/issues/fcoury/octopi/27-reopened +27 -0
  42. data/test/stubs/issues/fcoury/octopi/28 +27 -0
  43. data/test/stubs/issues/fcoury/octopi/28-closed +27 -0
  44. data/test/stubs/issues/fcoury/octopi/28-edited +27 -0
  45. data/test/stubs/issues/fcoury/octopi/closed +175 -0
  46. data/test/stubs/issues/fcoury/octopi/comment/28-comment +15 -0
  47. data/test/stubs/issues/fcoury/octopi/labels/28-maybe-two-point-oh +16 -0
  48. data/test/stubs/issues/fcoury/octopi/labels/28-one-point-oh +16 -0
  49. data/test/stubs/issues/fcoury/octopi/labels/28-remove-maybe-two-point-oh +14 -0
  50. data/test/stubs/issues/fcoury/octopi/labels/28-remove-one-point-oh +15 -0
  51. data/test/stubs/issues/fcoury/octopi/new +27 -0
  52. data/test/stubs/issues/fcoury/octopi/open +329 -0
  53. data/test/stubs/issues/fcoury/octopi/search +139 -0
  54. data/test/stubs/login +157 -0
  55. data/test/stubs/repos/fcoury/octopi/branches +18 -0
  56. data/test/stubs/repos/fcoury/octopi/collaborators +16 -0
  57. data/test/stubs/repos/fcoury/octopi/delete-token +13 -0
  58. data/test/stubs/repos/fcoury/octopi/languages +16 -0
  59. data/test/stubs/repos/fcoury/octopi/main +12 -0
  60. data/test/stubs/repos/fcoury/octopi/master +24 -0
  61. data/test/stubs/repos/fcoury/octopi/tags +23 -0
  62. data/test/stubs/repos/fcoury/octopus/main +24 -0
  63. data/test/stubs/repos/fcoury/rboard/main +12 -0
  64. data/test/stubs/repos/fcoury/rboard/master +24 -0
  65. data/test/stubs/repos/search +238 -0
  66. data/test/stubs/repos/show/fcoury +463 -0
  67. data/test/stubs/repos/show/fcoury-private +454 -0
  68. data/test/stubs/tree/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae +54 -0
  69. data/test/stubs/users/Caged +26 -0
  70. data/test/stubs/users/FooBarWidget +26 -0
  71. data/test/stubs/users/aslakhellesoy +26 -0
  72. data/test/stubs/users/augustl +26 -0
  73. data/test/stubs/users/bcalloway +26 -0
  74. data/test/stubs/users/benaskins +26 -0
  75. data/test/stubs/users/benhoskings +26 -0
  76. data/test/stubs/users/bjeanes +27 -0
  77. data/test/stubs/users/cldwalker +26 -0
  78. data/test/stubs/users/danlucraft +26 -0
  79. data/test/stubs/users/dchelimsky +26 -0
  80. data/test/stubs/users/dcrec1 +26 -0
  81. data/test/stubs/users/defunkt +26 -0
  82. data/test/stubs/users/derencius +26 -0
  83. data/test/stubs/users/diy +21 -0
  84. data/test/stubs/users/documentcloud +26 -0
  85. data/test/stubs/users/drnic +26 -0
  86. data/test/stubs/users/dustin +26 -0
  87. data/test/stubs/users/eladmeidar +26 -0
  88. data/test/stubs/users/elliottcable +26 -0
  89. data/test/stubs/users/entp +26 -0
  90. data/test/stubs/users/fcoury +26 -0
  91. data/test/stubs/users/fcoury-private +36 -0
  92. data/test/stubs/users/follow +15 -0
  93. data/test/stubs/users/follow-rails +15 -0
  94. data/test/stubs/users/followers +24 -0
  95. data/test/stubs/users/following +28 -0
  96. data/test/stubs/users/giraffesoft +26 -0
  97. data/test/stubs/users/gwoliveira +26 -0
  98. data/test/stubs/users/hashrocket +26 -0
  99. data/test/stubs/users/hcatlin +26 -0
  100. data/test/stubs/users/jamis +26 -0
  101. data/test/stubs/users/jnicklas +26 -0
  102. data/test/stubs/users/jnunemaker +26 -0
  103. data/test/stubs/users/jruby +21 -0
  104. data/test/stubs/users/kballard +26 -0
  105. data/test/stubs/users/kchris +26 -0
  106. data/test/stubs/users/key-added +20 -0
  107. data/test/stubs/users/key-removed +17 -0
  108. data/test/stubs/users/keys +21 -0
  109. data/test/stubs/users/knewter +26 -0
  110. data/test/stubs/users/lachie +26 -0
  111. data/test/stubs/users/lachlanhardy +26 -0
  112. data/test/stubs/users/lenary +26 -0
  113. data/test/stubs/users/lifo +26 -0
  114. data/test/stubs/users/maccman +26 -0
  115. data/test/stubs/users/markgandolfo +26 -0
  116. data/test/stubs/users/mbleigh +26 -0
  117. data/test/stubs/users/mhodgson +26 -0
  118. data/test/stubs/users/mocra +26 -0
  119. data/test/stubs/users/mojombo +26 -0
  120. data/test/stubs/users/newbamboo +26 -0
  121. data/test/stubs/users/notahat +26 -0
  122. data/test/stubs/users/opscode +26 -0
  123. data/test/stubs/users/paulorv +26 -0
  124. data/test/stubs/users/pvande +21 -0
  125. data/test/stubs/users/rack +26 -0
  126. data/test/stubs/users/radar +26 -0
  127. data/test/stubs/users/rails +26 -0
  128. data/test/stubs/users/railscampau +21 -0
  129. data/test/stubs/users/redinger +26 -0
  130. data/test/stubs/users/remi +26 -0
  131. data/test/stubs/users/search-radar +27 -0
  132. data/test/stubs/users/shanesveller +26 -0
  133. data/test/stubs/users/shuber +26 -0
  134. data/test/stubs/users/softprops +26 -0
  135. data/test/stubs/users/superfeedr +26 -0
  136. data/test/stubs/users/svenfuchs +26 -0
  137. data/test/stubs/users/taylorrf +26 -0
  138. data/test/stubs/users/technoweenie +26 -0
  139. data/test/stubs/users/tgraham +26 -0
  140. data/test/stubs/users/thoughtbot +26 -0
  141. data/test/stubs/users/tmm1 +26 -0
  142. data/test/stubs/users/tobi +26 -0
  143. data/test/stubs/users/tpope +26 -0
  144. data/test/stubs/users/unfollow-rails +14 -0
  145. data/test/stubs/users/watched-repos +1668 -0
  146. data/test/stubs/users/webbynode +26 -0
  147. data/test/stubs/users/wvanbergen +26 -0
  148. data/test/stubs/users/wycats +26 -0
  149. data/test/tag_test.rb +20 -0
  150. data/test/test_helper.rb +251 -0
  151. data/test/user_test.rb +97 -0
  152. data/test_auth.rb +5 -0
  153. metadata +359 -73
@@ -0,0 +1,477 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.26
3
+ Date: Sat, 01 Aug 2009 07:07:21 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 2142ms
9
+ ETag: "d6c1ad29c54bc9c0be806941e22faeb3"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 16601
12
+
13
+ ---
14
+ commits:
15
+ - message: |-
16
+ Fix pulling issues from private repos.
17
+
18
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
19
+ parents:
20
+ - id: 737650490a3cf3689f92644126407b21c4493d9a
21
+ url: https://github.com/fcoury/octopi/commit/f6609209c3ac0badd004512d318bfaa508ea10ae
22
+ author:
23
+ name: Andrew Moreland
24
+ email: andy@andymo.org
25
+ id: f6609209c3ac0badd004512d318bfaa508ea10ae
26
+ committed_date: "2009-07-27T18:24:59-07:00"
27
+ authored_date: "2009-07-26T17:37:41-07:00"
28
+ tree: a59231d4e3b99d6aaf349344ad0306b1bee7622d
29
+ committer:
30
+ name: Felipe Coury
31
+ email: felipe.coury@gmail.com
32
+ - message: Regenerated gemspec for version 0.1.0
33
+ parents:
34
+ - id: 5b71e51b19ce6cb4eda9f6045fa0305bddf3744a
35
+ url: https://github.com/fcoury/octopi/commit/737650490a3cf3689f92644126407b21c4493d9a
36
+ author:
37
+ name: Felipe Coury
38
+ email: felipe.coury@gmail.com
39
+ id: 737650490a3cf3689f92644126407b21c4493d9a
40
+ committed_date: "2009-07-20T22:30:32-07:00"
41
+ authored_date: "2009-07-20T22:30:32-07:00"
42
+ tree: e3f177d073324c14153110a2c959014d4986b6a8
43
+ committer:
44
+ name: Felipe Coury
45
+ email: felipe.coury@gmail.com
46
+ - message: Version bump to 0.1.0
47
+ parents:
48
+ - id: 57da65035236b8603c96866f0d5876c6cfe63e46
49
+ url: https://github.com/fcoury/octopi/commit/5b71e51b19ce6cb4eda9f6045fa0305bddf3744a
50
+ author:
51
+ name: Felipe Coury
52
+ email: felipe.coury@gmail.com
53
+ id: 5b71e51b19ce6cb4eda9f6045fa0305bddf3744a
54
+ committed_date: "2009-07-20T22:30:21-07:00"
55
+ authored_date: "2009-07-20T22:30:21-07:00"
56
+ tree: 5f74bbf1754a12b63ed6eea613a4d7868402ebcc
57
+ committer:
58
+ name: Felipe Coury
59
+ email: felipe.coury@gmail.com
60
+ - message: Sends data in body, not as params (missed Content-Lenght)
61
+ parents:
62
+ - id: 00fd8079dd423c2028a8a62e98a759c4e49258f9
63
+ url: https://github.com/fcoury/octopi/commit/57da65035236b8603c96866f0d5876c6cfe63e46
64
+ author:
65
+ name: Felipe Coury
66
+ email: felipe.coury@gmail.com
67
+ id: 57da65035236b8603c96866f0d5876c6cfe63e46
68
+ committed_date: "2009-07-20T22:29:54-07:00"
69
+ authored_date: "2009-07-20T22:29:54-07:00"
70
+ tree: 67cf3f067fce0bff3c5af717754259cbb0a05d02
71
+ committer:
72
+ name: Felipe Coury
73
+ email: felipe.coury@gmail.com
74
+ - message: |-
75
+ updated gemspec to 0.0.13
76
+
77
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
78
+ parents:
79
+ - id: f7e92f4a5b86141493bd89b2be39a70d03aab3d0
80
+ url: https://github.com/fcoury/octopi/commit/00fd8079dd423c2028a8a62e98a759c4e49258f9
81
+ author:
82
+ name: David Dollar
83
+ email: ddollar@gmail.com
84
+ id: 00fd8079dd423c2028a8a62e98a759c4e49258f9
85
+ committed_date: "2009-07-17T16:33:26-07:00"
86
+ authored_date: "2009-07-14T10:28:02-07:00"
87
+ tree: b4fcbdaac8baaebd625da5f9b3befca1651b307a
88
+ committer:
89
+ name: Felipe Coury
90
+ email: felipe.coury@gmail.com
91
+ - message: |-
92
+ Version bump to 0.0.13
93
+
94
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
95
+ parents:
96
+ - id: ed07094122888df187a377b0739e25a5b195cc1e
97
+ url: https://github.com/fcoury/octopi/commit/f7e92f4a5b86141493bd89b2be39a70d03aab3d0
98
+ author:
99
+ name: David Dollar
100
+ email: ddollar@gmail.com
101
+ id: f7e92f4a5b86141493bd89b2be39a70d03aab3d0
102
+ committed_date: "2009-07-17T16:33:24-07:00"
103
+ authored_date: "2009-07-14T10:27:51-07:00"
104
+ tree: 6bbfee0e01f76526536a9bb40efc96e447cea2a6
105
+ committer:
106
+ name: Felipe Coury
107
+ email: felipe.coury@gmail.com
108
+ - message: |-
109
+ some git config options can have blank values (like pager)
110
+
111
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
112
+ parents:
113
+ - id: 7b33a45ad9e535d8ee27069899ed4de7d703a5f8
114
+ url: https://github.com/fcoury/octopi/commit/ed07094122888df187a377b0739e25a5b195cc1e
115
+ author:
116
+ name: David Dollar
117
+ email: ddollar@gmail.com
118
+ id: ed07094122888df187a377b0739e25a5b195cc1e
119
+ committed_date: "2009-07-17T16:33:23-07:00"
120
+ authored_date: "2009-07-14T10:27:30-07:00"
121
+ tree: 7a73f9f4fb057759248af2aa8eaaf7e83275b0f4
122
+ committer:
123
+ name: Felipe Coury
124
+ email: felipe.coury@gmail.com
125
+ - message: |-
126
+ New gemspec
127
+
128
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
129
+ parents:
130
+ - id: c89ddf74c14c18790e54c66c9fb57bf7a21cf5f3
131
+ url: https://github.com/fcoury/octopi/commit/7b33a45ad9e535d8ee27069899ed4de7d703a5f8
132
+ author:
133
+ name: philnash
134
+ email: philnash@gmail.com
135
+ id: 7b33a45ad9e535d8ee27069899ed4de7d703a5f8
136
+ committed_date: "2009-06-17T07:53:57-07:00"
137
+ authored_date: "2009-06-05T02:21:38-07:00"
138
+ tree: 00fac47f709dd8e18208d01d64085a7c507bb11d
139
+ committer:
140
+ name: Felipe Coury
141
+ email: felipe.coury@gmail.com
142
+ - message: |-
143
+ Version bump to 0.0.12
144
+
145
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
146
+ parents:
147
+ - id: 5874d02baac961235cd20dff5e97d752983cfe76
148
+ url: https://github.com/fcoury/octopi/commit/c89ddf74c14c18790e54c66c9fb57bf7a21cf5f3
149
+ author:
150
+ name: philnash
151
+ email: philnash@gmail.com
152
+ id: c89ddf74c14c18790e54c66c9fb57bf7a21cf5f3
153
+ committed_date: "2009-06-17T07:53:55-07:00"
154
+ authored_date: "2009-06-05T02:21:16-07:00"
155
+ tree: db71befb5d4e64408c79ffc5c99d30833a32506b
156
+ committer:
157
+ name: Felipe Coury
158
+ email: felipe.coury@gmail.com
159
+ - message: |-
160
+ Ability to get branches from private repos.
161
+
162
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
163
+ parents:
164
+ - id: 79d9d527ceb4a87476b5c5cafd658a4d5d4b14f0
165
+ url: https://github.com/fcoury/octopi/commit/5874d02baac961235cd20dff5e97d752983cfe76
166
+ author:
167
+ name: philnash
168
+ email: philnash@gmail.com
169
+ id: 5874d02baac961235cd20dff5e97d752983cfe76
170
+ committed_date: "2009-06-17T07:53:53-07:00"
171
+ authored_date: "2009-06-05T02:20:53-07:00"
172
+ tree: 3fc6ce27a7089746c2b7f226f59d413139f165c5
173
+ committer:
174
+ name: Felipe Coury
175
+ email: felipe.coury@gmail.com
176
+ - message: Build new gem
177
+ parents:
178
+ - id: 40b809a0bc3d8c71633f9947dd1f1eaeee43dbb5
179
+ url: https://github.com/fcoury/octopi/commit/79d9d527ceb4a87476b5c5cafd658a4d5d4b14f0
180
+ author:
181
+ name: philnash
182
+ email: philnash@gmail.com
183
+ id: 79d9d527ceb4a87476b5c5cafd658a4d5d4b14f0
184
+ committed_date: "2009-06-02T02:18:34-07:00"
185
+ authored_date: "2009-06-02T02:18:34-07:00"
186
+ tree: 3be85900778fe9b41c828067e75d59a41aa5cc5a
187
+ committer:
188
+ name: philnash
189
+ email: philnash@gmail.com
190
+ - message: Version bump to 0.0.11
191
+ parents:
192
+ - id: f07ee115abeecc1a3d852efc7d3d04877af01373
193
+ url: https://github.com/fcoury/octopi/commit/40b809a0bc3d8c71633f9947dd1f1eaeee43dbb5
194
+ author:
195
+ name: philnash
196
+ email: philnash@gmail.com
197
+ id: 40b809a0bc3d8c71633f9947dd1f1eaeee43dbb5
198
+ committed_date: "2009-06-02T02:18:10-07:00"
199
+ authored_date: "2009-06-02T02:18:10-07:00"
200
+ tree: eadeb8d34918cc5d8dd1a2ab85a54171a90d6004
201
+ committer:
202
+ name: philnash
203
+ email: philnash@gmail.com
204
+ - message: Uses http for non private commits calls and https for private commits calls.
205
+ parents:
206
+ - id: 21678ec8571a5f4ecb847a1d93d830d09cde9b68
207
+ url: https://github.com/fcoury/octopi/commit/f07ee115abeecc1a3d852efc7d3d04877af01373
208
+ author:
209
+ name: philnash
210
+ email: philnash@gmail.com
211
+ id: f07ee115abeecc1a3d852efc7d3d04877af01373
212
+ committed_date: "2009-06-02T02:15:31-07:00"
213
+ authored_date: "2009-06-02T02:15:31-07:00"
214
+ tree: b127b6d1194af2c2765cd85213323266d809b719
215
+ committer:
216
+ name: philnash
217
+ email: philnash@gmail.com
218
+ - message: Fixes authorised calls to use https and adds api.commits
219
+ parents:
220
+ - id: 2bfa90160808b4d7ed281e5858164dc8029509bc
221
+ url: https://github.com/fcoury/octopi/commit/21678ec8571a5f4ecb847a1d93d830d09cde9b68
222
+ author:
223
+ name: philnash
224
+ email: philnash@gmail.com
225
+ id: 21678ec8571a5f4ecb847a1d93d830d09cde9b68
226
+ committed_date: "2009-06-01T19:30:01-07:00"
227
+ authored_date: "2009-06-01T19:30:01-07:00"
228
+ tree: 4212505490b89f57055fee5075a04804063c02ea
229
+ committer:
230
+ name: philnash
231
+ email: philnash@gmail.com
232
+ - message: |-
233
+ Sleep between retries (because they are caused by github's rate limit)
234
+
235
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
236
+ parents:
237
+ - id: fb5ba554b2d147f8dd62c12ac1dfce1608c2a850
238
+ url: https://github.com/fcoury/octopi/commit/2bfa90160808b4d7ed281e5858164dc8029509bc
239
+ author:
240
+ name: Nat Budin
241
+ email: natbudin@gmail.com
242
+ id: 2bfa90160808b4d7ed281e5858164dc8029509bc
243
+ committed_date: "2009-05-23T09:57:44-07:00"
244
+ authored_date: "2009-05-13T11:40:47-07:00"
245
+ tree: f4da08ee7e177aa86ec0438ebc00d1f192670221
246
+ committer:
247
+ name: Felipe Coury
248
+ email: felipe.coury@gmail.com
249
+ - message: |-
250
+ Allow retry on post as well as get
251
+
252
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
253
+ parents:
254
+ - id: 3283fa78014bf066c36e5c1dea1a5dae18fec157
255
+ url: https://github.com/fcoury/octopi/commit/fb5ba554b2d147f8dd62c12ac1dfce1608c2a850
256
+ author:
257
+ name: Nat Budin
258
+ email: natbudin@gmail.com
259
+ id: fb5ba554b2d147f8dd62c12ac1dfce1608c2a850
260
+ committed_date: "2009-05-23T09:57:32-07:00"
261
+ authored_date: "2009-05-13T11:31:55-07:00"
262
+ tree: a097806b41c3110597b9f902e447b838fd3f3a58
263
+ committer:
264
+ name: Felipe Coury
265
+ email: felipe.coury@gmail.com
266
+ - message: |-
267
+ Fixed the regex for determining valid repo names
268
+
269
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
270
+ parents:
271
+ - id: 524a35d0f61ff6a2d3ba9422bc03e70f5784c679
272
+ url: https://github.com/fcoury/octopi/commit/3283fa78014bf066c36e5c1dea1a5dae18fec157
273
+ author:
274
+ name: Michael Wright
275
+ email: mwright@24-iMac-Workstation.local
276
+ id: 3283fa78014bf066c36e5c1dea1a5dae18fec157
277
+ committed_date: "2009-05-23T09:57:21-07:00"
278
+ authored_date: "2009-05-22T12:15:15-07:00"
279
+ tree: 21818402537c7ef1d7706cb1588117f1f4b12647
280
+ committer:
281
+ name: Felipe Coury
282
+ email: felipe.coury@gmail.com
283
+ - message: Added HTTParty 0.4 as a dependency
284
+ parents:
285
+ - id: 2f7b98cf531f6e854c4d6efb11adceaef72887ab
286
+ url: https://github.com/fcoury/octopi/commit/524a35d0f61ff6a2d3ba9422bc03e70f5784c679
287
+ author:
288
+ name: Felipe Coury
289
+ email: felipe.coury@gmail.com
290
+ id: 524a35d0f61ff6a2d3ba9422bc03e70f5784c679
291
+ committed_date: "2009-05-09T12:48:51-07:00"
292
+ authored_date: "2009-05-09T12:48:51-07:00"
293
+ tree: a61e9442d442275df58e88c03d642bf5d4b626e0
294
+ committer:
295
+ name: Felipe Coury
296
+ email: felipe.coury@gmail.com
297
+ - message: |-
298
+ add ability to create and delete repository
299
+
300
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
301
+ parents:
302
+ - id: 39a2e5861a8d9685225a3b4214bf521a15e3379f
303
+ url: https://github.com/fcoury/octopi/commit/2f7b98cf531f6e854c4d6efb11adceaef72887ab
304
+ author:
305
+ name: serega
306
+ email: martynovs@gmail.com
307
+ id: 2f7b98cf531f6e854c4d6efb11adceaef72887ab
308
+ committed_date: "2009-05-07T12:00:35-07:00"
309
+ authored_date: "2009-05-03T23:52:19-07:00"
310
+ tree: ffb3dc6a899a58998d31c9a211a4edf99db674ef
311
+ committer:
312
+ name: Felipe Coury
313
+ email: felipe.coury@gmail.com
314
+ - message: |-
315
+ Allow adding comments to issues
316
+
317
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
318
+ parents:
319
+ - id: 732d22de1a375f92d24c80c989be0a6d08c301b0
320
+ url: https://github.com/fcoury/octopi/commit/39a2e5861a8d9685225a3b4214bf521a15e3379f
321
+ author:
322
+ name: Nat Budin
323
+ email: natbudin@gmail.com
324
+ id: 39a2e5861a8d9685225a3b4214bf521a15e3379f
325
+ committed_date: "2009-05-07T12:00:20-07:00"
326
+ authored_date: "2009-05-07T11:40:19-07:00"
327
+ tree: 01e1794cb553f33bc6875692734cfae2b8e4a45a
328
+ committer:
329
+ name: Felipe Coury
330
+ email: felipe.coury@gmail.com
331
+ - message: |-
332
+ fixed syntax error generating add_label remove_label
333
+
334
+ Signed-off-by: Felipe Coury <felipe.coury@gmail.com>
335
+ parents:
336
+ - id: 0a1410ea8125dae0b308303cbd840037cc88a633
337
+ url: https://github.com/fcoury/octopi/commit/732d22de1a375f92d24c80c989be0a6d08c301b0
338
+ author:
339
+ name: Adam Maddox
340
+ email: adam.maddox@redcoded.com
341
+ id: 732d22de1a375f92d24c80c989be0a6d08c301b0
342
+ committed_date: "2009-04-28T04:59:53-07:00"
343
+ authored_date: "2009-04-27T10:35:49-07:00"
344
+ tree: 5be4f5848929e5dcf2b533e3416f1d610de1e81e
345
+ committer:
346
+ name: Felipe Coury
347
+ email: felipe.coury@gmail.com
348
+ - message: Added some more rdoc comments
349
+ parents:
350
+ - id: 60cef225f9167da76ee21a4e10a6e6a633835c9f
351
+ url: https://github.com/fcoury/octopi/commit/0a1410ea8125dae0b308303cbd840037cc88a633
352
+ author:
353
+ name: Felipe Coury
354
+ email: felipe.coury@gmail.com
355
+ id: 0a1410ea8125dae0b308303cbd840037cc88a633
356
+ committed_date: "2009-04-27T09:04:03-07:00"
357
+ authored_date: "2009-04-27T09:04:03-07:00"
358
+ tree: cd5370fa7dbcd816d4d45c0b3ca0a06e6b07281b
359
+ committer:
360
+ name: Felipe Coury
361
+ email: felipe.coury@gmail.com
362
+ - message: Added twitter notification account to README
363
+ parents:
364
+ - id: eb2634e95308a32951404f70004864c64a94c78a
365
+ url: https://github.com/fcoury/octopi/commit/60cef225f9167da76ee21a4e10a6e6a633835c9f
366
+ author:
367
+ name: Felipe Coury
368
+ email: felipe.coury@gmail.com
369
+ id: 60cef225f9167da76ee21a4e10a6e6a633835c9f
370
+ committed_date: "2009-04-27T08:40:56-07:00"
371
+ authored_date: "2009-04-27T08:40:56-07:00"
372
+ tree: e3cd682dfc2451b827c8fb474d6f8ac10c10ef54
373
+ committer:
374
+ name: Felipe Coury
375
+ email: felipe.coury@gmail.com
376
+ - message: Added support for RubyForge
377
+ parents:
378
+ - id: 4cca98dd9cfed5e976629b08b7c8145258e2aaee
379
+ url: https://github.com/fcoury/octopi/commit/eb2634e95308a32951404f70004864c64a94c78a
380
+ author:
381
+ name: Felipe Coury
382
+ email: felipe.coury@gmail.com
383
+ id: eb2634e95308a32951404f70004864c64a94c78a
384
+ committed_date: "2009-04-27T07:59:09-07:00"
385
+ authored_date: "2009-04-27T07:59:09-07:00"
386
+ tree: 39fe4d8b9e6b8052ba25eb2683a92a0f6cfea0ad
387
+ committer:
388
+ name: Felipe Coury
389
+ email: felipe.coury@gmail.com
390
+ - message: Regenerated gemspec for version 0.0.9
391
+ parents:
392
+ - id: 1cf985a4197c64acb4ec042d4b605440957daf7b
393
+ url: https://github.com/fcoury/octopi/commit/4cca98dd9cfed5e976629b08b7c8145258e2aaee
394
+ author:
395
+ name: Felipe Coury
396
+ email: felipe.coury@gmail.com
397
+ id: 4cca98dd9cfed5e976629b08b7c8145258e2aaee
398
+ committed_date: "2009-04-26T19:32:46-07:00"
399
+ authored_date: "2009-04-26T19:32:46-07:00"
400
+ tree: d0f8a8bb9333a6ab9dd396e43ad5332adbc456c8
401
+ committer:
402
+ name: Felipe Coury
403
+ email: felipe.coury@gmail.com
404
+ - message: Version bump to 0.0.9
405
+ parents:
406
+ - id: 3722781bfead75e7c30363f158ee58f8691047cd
407
+ url: https://github.com/fcoury/octopi/commit/1cf985a4197c64acb4ec042d4b605440957daf7b
408
+ author:
409
+ name: Felipe Coury
410
+ email: felipe.coury@gmail.com
411
+ id: 1cf985a4197c64acb4ec042d4b605440957daf7b
412
+ committed_date: "2009-04-26T19:32:38-07:00"
413
+ authored_date: "2009-04-26T19:32:38-07:00"
414
+ tree: 78664a2ad7bc262b260f16f9ccfd5464e506d879
415
+ committer:
416
+ name: Felipe Coury
417
+ email: felipe.coury@gmail.com
418
+ - message: Removed two "puts" leftovers
419
+ parents:
420
+ - id: abcb268b938318d23b7dea710fb792fbee1c46bc
421
+ url: https://github.com/fcoury/octopi/commit/3722781bfead75e7c30363f158ee58f8691047cd
422
+ author:
423
+ name: Felipe Coury
424
+ email: felipe.coury@gmail.com
425
+ id: 3722781bfead75e7c30363f158ee58f8691047cd
426
+ committed_date: "2009-04-26T19:32:01-07:00"
427
+ authored_date: "2009-04-26T19:32:01-07:00"
428
+ tree: 5ea67dd8b70375c4dfcd82c93075cde9edee05c6
429
+ committer:
430
+ name: Felipe Coury
431
+ email: felipe.coury@gmail.com
432
+ - message: Regenerated gemspec for version 0.0.8
433
+ parents:
434
+ - id: b0d16c6a862a23d3ba50770ba9f29b63ab8aaeca
435
+ url: https://github.com/fcoury/octopi/commit/abcb268b938318d23b7dea710fb792fbee1c46bc
436
+ author:
437
+ name: Felipe Coury
438
+ email: felipe.coury@gmail.com
439
+ id: abcb268b938318d23b7dea710fb792fbee1c46bc
440
+ committed_date: "2009-04-25T20:02:36-07:00"
441
+ authored_date: "2009-04-25T20:02:36-07:00"
442
+ tree: 414d3efcb4114c58d53a85d07008fc3d9a7e8b6b
443
+ committer:
444
+ name: Felipe Coury
445
+ email: felipe.coury@gmail.com
446
+ - message: Version bump to 0.0.8
447
+ parents:
448
+ - id: 0a3417a353961c61a7f56818e566d04570c92600
449
+ url: https://github.com/fcoury/octopi/commit/b0d16c6a862a23d3ba50770ba9f29b63ab8aaeca
450
+ author:
451
+ name: Felipe Coury
452
+ email: felipe.coury@gmail.com
453
+ id: b0d16c6a862a23d3ba50770ba9f29b63ab8aaeca
454
+ committed_date: "2009-04-25T20:02:32-07:00"
455
+ authored_date: "2009-04-25T20:02:32-07:00"
456
+ tree: a74c6be33d94801bc912c64e71fdae851eb4c82a
457
+ committer:
458
+ name: Felipe Coury
459
+ email: felipe.coury@gmail.com
460
+ - message: |-
461
+ Added Public Key Management API hooks.
462
+
463
+ Added methods add_key and keys to user.
464
+ Added new Key resource to add and remove keys.
465
+ parents:
466
+ - id: 845fa497497e211944b13485fa596bf46f8f182a
467
+ url: https://github.com/fcoury/octopi/commit/0a3417a353961c61a7f56818e566d04570c92600
468
+ author:
469
+ name: Felipe Coury
470
+ email: felipe.coury@gmail.com
471
+ id: 0a3417a353961c61a7f56818e566d04570c92600
472
+ committed_date: "2009-04-25T20:02:08-07:00"
473
+ authored_date: "2009-04-25T20:00:31-07:00"
474
+ tree: a4fb1b35429d1241e6853c6c275dfb9caff12122
475
+ committer:
476
+ name: Felipe Coury
477
+ email: felipe.coury@gmail.com