redpomo 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +17 -0
- data/.rspec +1 -0
- data/Gemfile +8 -0
- data/LICENSE +22 -0
- data/README.md +29 -0
- data/Rakefile +2 -0
- data/bin/redpomo +5 -0
- data/lib/redpomo/cli.rb +72 -0
- data/lib/redpomo/config.rb +50 -0
- data/lib/redpomo/entries_printer.rb +33 -0
- data/lib/redpomo/entry.rb +49 -0
- data/lib/redpomo/file_cache.rb +40 -0
- data/lib/redpomo/fuzzy_converter.rb +68 -0
- data/lib/redpomo/issue.rb +24 -0
- data/lib/redpomo/null_cache.rb +9 -0
- data/lib/redpomo/numeric_ext.rb +29 -0
- data/lib/redpomo/puller.rb +35 -0
- data/lib/redpomo/pusher.rb +59 -0
- data/lib/redpomo/task.rb +88 -0
- data/lib/redpomo/task_list.rb +50 -0
- data/lib/redpomo/tracker.rb +108 -0
- data/lib/redpomo/version.rb +3 -0
- data/lib/redpomo.rb +15 -0
- data/redpomo.gemspec +31 -0
- data/spec/file_cache_spec.rb +17 -0
- data/spec/fixtures/cassettes/cli_close.yml +51 -0
- data/spec/fixtures/cassettes/cli_pull.yml +1222 -0
- data/spec/fixtures/cassettes/cli_push.yml +109 -0
- data/spec/fixtures/cassettes/close_issue.yml +50 -0
- data/spec/fixtures/cassettes/issues.yml +449 -0
- data/spec/fixtures/close_results.txt +2 -0
- data/spec/fixtures/printer_output.txt +16 -0
- data/spec/fixtures/pull_results.txt +20 -0
- data/spec/fixtures/timelog.csv +6 -0
- data/spec/lib/redpomo/cli_spec.rb +101 -0
- data/spec/lib/redpomo/fuzzy_converter_spec.rb +65 -0
- data/spec/lib/redpomo/task_spec.rb +39 -0
- data/spec/lib/redpomo/tracker_spec.rb +38 -0
- data/spec/spec_helper.rb +23 -0
- data/spec/support/capture.rb +13 -0
- metadata +235 -0
@@ -0,0 +1,1222 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://project.cantierecreativo.net/users/current.json?key=CANTIERE_TOKEN
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip, deflate
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
User-Agent:
|
17
|
+
- Ruby
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Date:
|
24
|
+
- Sat, 05 May 2012 12:55:51 GMT
|
25
|
+
Server:
|
26
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
27
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
28
|
+
X-Powered-By:
|
29
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
30
|
+
Etag:
|
31
|
+
- ! '"6df553109c9cbad2780d79137ea91f28"'
|
32
|
+
X-Runtime:
|
33
|
+
- '73'
|
34
|
+
Cache-Control:
|
35
|
+
- private, max-age=0, must-revalidate
|
36
|
+
Content-Length:
|
37
|
+
- '195'
|
38
|
+
Status:
|
39
|
+
- '200'
|
40
|
+
Content-Type:
|
41
|
+
- application/json; charset=utf-8
|
42
|
+
body:
|
43
|
+
encoding: US-ASCII
|
44
|
+
string: ! '{"user":{"last_login_on":"2012/05/04 18:46:33 +0200","lastname":"Verna","mail":"stefano.verna@gmail.com","login":"steffoz","created_on":"2012/02/14
|
45
|
+
16:47:55 +0100","firstname":"Stefano","id":18}}'
|
46
|
+
http_version:
|
47
|
+
recorded_at: Sat, 05 May 2012 12:55:51 GMT
|
48
|
+
- request:
|
49
|
+
method: get
|
50
|
+
uri: https://project.cantierecreativo.net/issues.json?assigned_to_id=18&key=CANTIERE_TOKEN&status_id=open
|
51
|
+
body:
|
52
|
+
encoding: US-ASCII
|
53
|
+
string: ''
|
54
|
+
headers:
|
55
|
+
Accept:
|
56
|
+
- application/json
|
57
|
+
Accept-Encoding:
|
58
|
+
- gzip, deflate
|
59
|
+
Content-Type:
|
60
|
+
- application/json
|
61
|
+
User-Agent:
|
62
|
+
- Ruby
|
63
|
+
response:
|
64
|
+
status:
|
65
|
+
code: 200
|
66
|
+
message: OK
|
67
|
+
headers:
|
68
|
+
Date:
|
69
|
+
- Sat, 05 May 2012 12:55:52 GMT
|
70
|
+
Server:
|
71
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
72
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
73
|
+
X-Powered-By:
|
74
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
75
|
+
Etag:
|
76
|
+
- ! '"1a8b51089c42fdc3e314a8508fe1bd39"'
|
77
|
+
X-Runtime:
|
78
|
+
- '82'
|
79
|
+
Cache-Control:
|
80
|
+
- private, max-age=0, must-revalidate
|
81
|
+
Set-Cookie:
|
82
|
+
- _redmine_session=BAh7CDoKcXVlcnl7CToPcHJvamVjdF9pZDA6DGZpbHRlcnN7ByITYXNzaWduZWRfdG9faWR7BzoNb3BlcmF0b3IiBj06C3ZhbHVlc1sGIgcxOCIOc3RhdHVzX2lkewc7CCIGbzsJWwYiCHBlbjoNZ3JvdXBfYnkwOhFjb2x1bW5fbmFtZXMwOg9zZXNzaW9uX2lkIiVjNjA3NDhhOWViYWYwYjk3MjMzNWM1NzU5OGMzMTc0YyIWaXNzdWVzX2luZGV4X3NvcnQiDGlkOmRlc2M%3D--505575743b38b203ac9c894d0782e0f813c59863;
|
83
|
+
path=/; HttpOnly
|
84
|
+
Content-Length:
|
85
|
+
- '11978'
|
86
|
+
Status:
|
87
|
+
- '200'
|
88
|
+
Content-Type:
|
89
|
+
- application/json; charset=utf-8
|
90
|
+
body:
|
91
|
+
encoding: US-ASCII
|
92
|
+
string: ! '{"offset":0,"issues":[{"priority":{"name":"Normal","id":4},"updated_on":"2012/05/03
|
93
|
+
16:32:34 +0200","subject":"mailchimp","assigned_to":{"name":"Stefano Verna","id":18},"status":{"name":"New","id":1},"tracker":{"name":"Feature","id":2},"start_date":"2012/05/03","description":"ecco
|
94
|
+
il codice per il form mailchimp:\r\n******************************************\r\n\u003C!--
|
95
|
+
Begin MailChimp Signup Form --\u003E\r\n\u003Clink href=\"http://cdn-images.mailchimp.com/embedcode/classic-081711.css\"
|
96
|
+
rel=\"stylesheet\" type=\"text/css\"\u003E\r\n\u003Cstyle type=\"text/css\"\u003E\r\n\t#mc_embed_signup{background:#fff;
|
97
|
+
clear:left; font:14px Helvetica,Arial,sans-serif; }\r\n\t/* Add your own MailChimp
|
98
|
+
form style overrides in your site stylesheet or in this style block.\r\n\t We
|
99
|
+
recommend moving this block and the preceding CSS link to the HEAD of your
|
100
|
+
HTML file. */\r\n\u003C/style\u003E\r\n\u003Cdiv id=\"mc_embed_signup\"\u003E\r\n\u003Cform
|
101
|
+
action=\"http://CantiereCreativo.us2.list-manage.com/subscribe/post?u=c77c7f8b8f73acd46067732ec\u0026amp;id=36a9f9f1ce\"
|
102
|
+
method=\"post\" id=\"mc-embedded-subscribe-form\" name=\"mc-embedded-subscribe-form\"
|
103
|
+
class=\"validate\" target=\"_blank\"\u003E\r\n\t\u003Ch2\u003ESubscribe to
|
104
|
+
our mailing list\u003C/h2\u003E\r\n\u003Cdiv class=\"indicates-required\"\u003E\u003Cspan
|
105
|
+
class=\"asterisk\"\u003E*\u003C/span\u003E indicates required\u003C/div\u003E\r\n\u003Cdiv
|
106
|
+
class=\"mc-field-group\"\u003E\r\n\t\u003Clabel for=\"mce-EMAIL\"\u003EIndirizzo
|
107
|
+
Email \u003Cspan class=\"asterisk\"\u003E*\u003C/span\u003E\r\n\u003C/label\u003E\r\n\t\u003Cinput
|
108
|
+
type=\"email\" value=\"\" name=\"EMAIL\" class=\"required email\" id=\"mce-EMAIL\"\u003E\r\n\u003C/div\u003E\r\n\u003Cdiv
|
109
|
+
class=\"mc-field-group\"\u003E\r\n\t\u003Clabel for=\"mce-FNAME\"\u003ENome \u003Cspan
|
110
|
+
class=\"asterisk\"\u003E*\u003C/span\u003E\r\n\u003C/label\u003E\r\n\t\u003Cinput
|
111
|
+
type=\"text\" value=\"\" name=\"FNAME\" class=\"required\" id=\"mce-FNAME\"\u003E\r\n\u003C/div\u003E\r\n\t\u003Cdiv
|
112
|
+
id=\"mce-responses\" class=\"clear\"\u003E\r\n\t\t\u003Cdiv class=\"response\"
|
113
|
+
id=\"mce-error-response\" style=\"display:none\"\u003E\u003C/div\u003E\r\n\t\t\u003Cdiv
|
114
|
+
class=\"response\" id=\"mce-success-response\" style=\"display:none\"\u003E\u003C/div\u003E\r\n\t\u003C/div\u003E\t\u003Cdiv
|
115
|
+
class=\"clear\"\u003E\u003Cinput type=\"submit\" value=\"Subscribe\" name=\"subscribe\"
|
116
|
+
id=\"mc-embedded-subscribe\" class=\"button\"\u003E\u003C/div\u003E\r\n\u003C/form\u003E\r\n\u003C/div\u003E\r\n\r\n\u003C!--End
|
117
|
+
mc_embed_signup--\u003E\r\n**********************************************************************************************************\r\nquesta
|
118
|
+
la versione light:\r\n**********************************************************************************************************\r\n\u003C!--
|
119
|
+
Begin MailChimp Signup Form --\u003E\r\n\u003Cdiv id=\"mc_embed_signup\"\u003E\r\n\u003Cform
|
120
|
+
action=\"http://CantiereCreativo.us2.list-manage.com/subscribe/post?u=c77c7f8b8f73acd46067732ec\u0026amp;id=36a9f9f1ce\"
|
121
|
+
method=\"post\" id=\"mc-embedded-subscribe-form\" name=\"mc-embedded-subscribe-form\"
|
122
|
+
class=\"validate\" target=\"_blank\"\u003E\r\n\t\u003Ch2\u003ESubscribe to
|
123
|
+
our mailing list\u003C/h2\u003E\r\n\u003Cdiv class=\"indicates-required\"\u003E\u003Cspan
|
124
|
+
class=\"asterisk\"\u003E*\u003C/span\u003E indicates required\u003C/div\u003E\r\n\u003Cdiv
|
125
|
+
class=\"mc-field-group\"\u003E\r\n\t\u003Clabel for=\"mce-EMAIL\"\u003EIndirizzo
|
126
|
+
Email \u003Cspan class=\"asterisk\"\u003E*\u003C/span\u003E\r\n\u003C/label\u003E\r\n\t\u003Cinput
|
127
|
+
type=\"email\" value=\"\" name=\"EMAIL\" class=\"required email\" id=\"mce-EMAIL\"\u003E\r\n\u003C/div\u003E\r\n\u003Cdiv
|
128
|
+
class=\"mc-field-group\"\u003E\r\n\t\u003Clabel for=\"mce-FNAME\"\u003ENome \u003Cspan
|
129
|
+
class=\"asterisk\"\u003E*\u003C/span\u003E\r\n\u003C/label\u003E\r\n\t\u003Cinput
|
130
|
+
type=\"text\" value=\"\" name=\"FNAME\" class=\"required\" id=\"mce-FNAME\"\u003E\r\n\u003C/div\u003E\r\n\t\u003Cdiv
|
131
|
+
id=\"mce-responses\" class=\"clear\"\u003E\r\n\t\t\u003Cdiv class=\"response\"
|
132
|
+
id=\"mce-error-response\" style=\"display:none\"\u003E\u003C/div\u003E\r\n\t\t\u003Cdiv
|
133
|
+
class=\"response\" id=\"mce-success-response\" style=\"display:none\"\u003E\u003C/div\u003E\r\n\t\u003C/div\u003E\t\u003Cdiv
|
134
|
+
class=\"clear\"\u003E\u003Cinput type=\"submit\" value=\"Subscribe\" name=\"subscribe\"
|
135
|
+
id=\"mc-embedded-subscribe\" class=\"button\"\u003E\u003C/div\u003E\r\n\u003C/form\u003E\r\n\u003C/div\u003E\r\n\r\n\u003C!--End
|
136
|
+
mc_embed_signup--\u003E","created_on":"2012/05/03 16:32:34 +0200","done_ratio":0,"project":{"name":"Florence
|
137
|
+
on ruby","id":74},"author":{"name":"Francesco Giovannetti","id":4},"id":1006},{"priority":{"name":"Normal","id":4},"updated_on":"2012/04/27
|
138
|
+
13:39:20 +0200","subject":"gestione utenti","assigned_to":{"name":"Stefano
|
139
|
+
Verna","id":18},"status":{"name":"New","id":1},"tracker":{"name":"Bug","id":1},"start_date":"2012/04/27","description":"Cancellazione
|
140
|
+
utenti non viene richiesta conferma e si \u00e8 subito buttati fuori dall''applicazione","created_on":"2012/04/27
|
141
|
+
13:39:20 +0200","done_ratio":0,"project":{"name":"Sito Giunti Educational
|
142
|
+
","id":56},"author":{"name":"Luca Bonfiglio","id":5},"id":987},{"priority":{"name":"Normal","id":4},"updated_on":"2012/05/03
|
143
|
+
11:52:51 +0200","subject":"Documentazione server su Wiki","assigned_to":{"name":"Stefano
|
144
|
+
Verna","id":18},"status":{"name":"New","id":1},"tracker":{"name":"Support","id":3},"start_date":"2012/04/27","description":"Aggiornare
|
145
|
+
la wiki con i parametri del server Giunti","created_on":"2012/04/27 13:37:27
|
146
|
+
+0200","done_ratio":0,"project":{"name":"Sito Giunti Educational ","id":56},"author":{"name":"Luca
|
147
|
+
Bonfiglio","id":5},"id":986},{"priority":{"name":"Normal","id":4},"updated_on":"2012/05/03
|
148
|
+
11:52:30 +0200","subject":"Form richiesta kit","assigned_to":{"name":"Stefano
|
149
|
+
Verna","id":18},"status":{"name":"New","id":1},"tracker":{"name":"Feature","id":2},"start_date":"2012/04/27","description":"I
|
150
|
+
file PSD li trovi su dropbox, in allegato al ticket le preview","created_on":"2012/04/27
|
151
|
+
13:36:38 +0200","done_ratio":0,"project":{"name":"Sito Giunti Educational
|
152
|
+
","id":56},"author":{"name":"Luca Bonfiglio","id":5},"id":985},{"priority":{"name":"Normal","id":4},"updated_on":"2012/04/26
|
153
|
+
17:03:02 +0200","subject":"Invia libro ad un amico","assigned_to":{"name":"Stefano
|
154
|
+
Verna","id":18},"status":{"name":"New","id":1},"tracker":{"name":"Feature","id":2},"start_date":"2012/04/26","description":"","created_on":"2012/04/26
|
155
|
+
17:03:02 +0200","done_ratio":0,"project":{"name":"Sito Giunti Educational
|
156
|
+
","id":56},"author":{"name":"Stefano Verna","id":18},"id":976},{"priority":{"name":"Normal","id":4},"updated_on":"2012/04/03
|
157
|
+
19:14:09 +0200","subject":"Immagini promo per chrome","assigned_to":{"name":"Stefano
|
158
|
+
Verna","id":18},"status":{"name":"New","id":1},"tracker":{"name":"Feature","id":2},"start_date":"2012/04/03","description":"ti
|
159
|
+
allego qui le due schermate da dare in pasto a chrome","due_date":"2012/04/04","created_on":"2012/04/03
|
160
|
+
19:14:09 +0200","done_ratio":0,"project":{"name":"zazit","id":52},"author":{"name":"Matteo
|
161
|
+
Papadopoulos","id":10},"id":859},{"priority":{"name":"High","id":5},"updated_on":"2012/04/03
|
162
|
+
19:18:14 +0200","subject":"Correzioni frase e logo zazit","assigned_to":{"name":"Stefano
|
163
|
+
Verna","id":18},"status":{"name":"New","id":1},"tracker":{"name":"Feature","id":2},"start_date":"2012/04/03","description":"La
|
164
|
+
frase corretta da inserire \u00e8:\r\n\r\n_Aggiungi con un clic alla tua libreria
|
165
|
+
su zazie.it i libri che trovi in rete._\r\n\r\ninoltre dove c''\u00e8 il logo
|
166
|
+
scritto va tolto il punto escalmativo, non pi\u00f9 *-zazit!-* ma *Zazit :)*
|
167
|
+
sempre con la Z maiuscola\r\n\r\nQuando non si trovano libri\r\n_Spiacenti!
|
168
|
+
Zazit non ha trovato alcun libro su questa pagina_\r\n\r\nh2. descrizione
|
169
|
+
lunga per chrome ecc\r\n\r\n_Con Zazit puoi aggiungere con un clic i libri
|
170
|
+
che trovi mentre navighi\r\nalla tua libreria su Zazie.it.\r\nQuando vedi
|
171
|
+
un libro su una pagina web e vuoi aggiungerlo rapidamente\r\ne con semplicit\u00e0
|
172
|
+
al tuo scaffale su Zazie.it, ti basta cliccare sul\r\nbottone Zazit per evidenziare
|
173
|
+
il codice Ean (il numero dietro ogni\r\nlibro, sopra il codice a barre) associato
|
174
|
+
a quel libro e aggiungerlo\r\nalla tua libreria.\r\nAttenzione: se il sito
|
175
|
+
in cui stai navigando non associa i codici Ean\r\nal libro, per zazit non
|
176
|
+
sar\u00e0 possibile rilevare le informazioni sul\r\nlibro e quindi aggiungerlo
|
177
|
+
alla libreria._","due_date":"2012/04/04","created_on":"2012/04/03 19:06:09
|
178
|
+
+0200","done_ratio":0,"project":{"name":"zazit","id":52},"author":{"name":"Matteo
|
179
|
+
Papadopoulos","id":10},"id":858},{"parent":{"id":823},"priority":{"name":"Urgent","id":6},"updated_on":"2012/04/03
|
180
|
+
10:28:35 +0200","subject":"icone per safari","assigned_to":{"name":"Stefano
|
181
|
+
Verna","id":18},"status":{"name":"In Progress","id":2},"tracker":{"name":"Feature","id":2},"start_date":"2012/04/01","description":"in
|
182
|
+
allegato le icone per safari a 64, 48, 32 e 16 pixel\r\n\r\npresumo che per
|
183
|
+
firefox possa andare bene quella che ti ho passato per chrome, giusto?","due_date":"2012/04/02","created_on":"2012/04/01
|
184
|
+
20:37:41 +0200","done_ratio":0,"project":{"name":"zazit","id":52},"author":{"name":"Matteo
|
185
|
+
Papadopoulos","id":10},"id":839},{"priority":{"name":"Urgent","id":6},"updated_on":"2012/04/02
|
186
|
+
13:52:28 +0200","subject":"icona per chrome market","assigned_to":{"name":"Stefano
|
187
|
+
Verna","id":18},"status":{"name":"In Progress","id":2},"tracker":{"name":"Feature","id":2},"start_date":"2012/04/01","description":"ecco
|
188
|
+
qua in allegatp l''icona a 128x128 come indicato dalle linee guida di google.\r\n","due_date":"2012/04/02","created_on":"2012/04/01
|
189
|
+
20:16:20 +0200","done_ratio":0,"project":{"name":"zazit","id":52},"author":{"name":"Matteo
|
190
|
+
Papadopoulos","id":10},"id":837},{"priority":{"name":"Normal","id":4},"updated_on":"2012/03/29
|
191
|
+
11:54:09 +0200","subject":"Rel Canonical e rel author","assigned_to":{"name":"Stefano
|
192
|
+
Verna","id":18},"status":{"name":"New","id":1},"tracker":{"name":"Ideas","id":7},"start_date":"2012/03/29","description":"Il
|
193
|
+
Palla \"vuole\" in tutti i modi che railsyard posso gestire il rel canonical
|
194
|
+
e rel author...\r\nmi sembrano abbastanza \"complessi\" nella loro logica,
|
195
|
+
va pensato come integrarli per la gestione delle pagine","fixed_version":{"name":"v3","id":3},"created_on":"2012/03/29
|
196
|
+
11:39:49 +0200","done_ratio":0,"project":{"name":"Railsyard","id":15},"author":{"name":"Matteo
|
197
|
+
Papadopoulos","id":10},"id":820},{"priority":{"name":"Normal","id":4},"updated_on":"2012/03/15
|
198
|
+
23:32:37 +0100","subject":"DSL backend per la gestione dei model","assigned_to":{"name":"Stefano
|
199
|
+
Verna","id":18},"status":{"name":"New","id":1},"tracker":{"name":"Feature","id":2},"start_date":"2012/03/15","description":"*
|
200
|
+
rails_admin","fixed_version":{"name":"v3","id":3},"created_on":"2012/03/15
|
201
|
+
23:32:37 +0100","done_ratio":0,"project":{"name":"Railsyard","id":15},"author":{"name":"Francesco
|
202
|
+
Disperati","id":19},"id":731},{"priority":{"name":"Normal","id":4},"updated_on":"2012/03/14
|
203
|
+
23:44:48 +0100","subject":"paradosso zazit","assigned_to":{"name":"Stefano
|
204
|
+
Verna","id":18},"status":{"name":"New","id":1},"tracker":{"name":"Feature","id":2},"start_date":"2012/03/14","description":"Quando
|
205
|
+
si clicca su zazit mentre si \u00e8 sullo stesso sito zazie.it deve apparire
|
206
|
+
un alert che dice \"u\u00e8, che stai a fa?!\"\r\nDa Digitpub stanno pensando
|
207
|
+
ad un frase da mettere \"letteraria\" tipo\r\n\r\n_L''insieme di tutti gli
|
208
|
+
insiemi che non appartengono a se stessi appartiene a se stesso se e solo
|
209
|
+
se non appartiene a se stesso_\r\n\r\noppure\r\n\r\n_In un villaggio c''\u00e8
|
210
|
+
un unico barbiere. Il barbiere rade tutti (e soli) gli uomini che non si radono
|
211
|
+
da soli. Il barbiere rade s\u00e9 stesso?_\r\n\r\nintanto si pu\u00f2 prevedere
|
212
|
+
la funzionalit\u00e0 con uno schifosissimo: \"Paradosso: Zazit non pu\u00f2
|
213
|
+
includere Zazie! Usa Zazit al di fuori di Zazie\"","created_on":"2012/03/14
|
214
|
+
23:44:48 +0100","done_ratio":0,"project":{"name":"zazit","id":52},"author":{"name":"Matteo
|
215
|
+
Papadopoulos","id":10},"id":728}],"total_count":12,"limit":25}'
|
216
|
+
http_version:
|
217
|
+
recorded_at: Sat, 05 May 2012 12:55:52 GMT
|
218
|
+
- request:
|
219
|
+
method: get
|
220
|
+
uri: https://project.cantierecreativo.net/projects/74.json?key=CANTIERE_TOKEN
|
221
|
+
body:
|
222
|
+
encoding: US-ASCII
|
223
|
+
string: ''
|
224
|
+
headers:
|
225
|
+
Accept:
|
226
|
+
- application/json
|
227
|
+
Accept-Encoding:
|
228
|
+
- gzip, deflate
|
229
|
+
Content-Type:
|
230
|
+
- application/json
|
231
|
+
User-Agent:
|
232
|
+
- Ruby
|
233
|
+
response:
|
234
|
+
status:
|
235
|
+
code: 200
|
236
|
+
message: OK
|
237
|
+
headers:
|
238
|
+
Date:
|
239
|
+
- Sat, 05 May 2012 12:55:52 GMT
|
240
|
+
Server:
|
241
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
242
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
243
|
+
X-Powered-By:
|
244
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
245
|
+
Etag:
|
246
|
+
- ! '"e572d8cb37db9353fd6d0d2dfb4e3f0a"'
|
247
|
+
X-Runtime:
|
248
|
+
- '27'
|
249
|
+
Cache-Control:
|
250
|
+
- private, max-age=0, must-revalidate
|
251
|
+
Content-Length:
|
252
|
+
- '292'
|
253
|
+
Status:
|
254
|
+
- '200'
|
255
|
+
Content-Type:
|
256
|
+
- application/json; charset=utf-8
|
257
|
+
body:
|
258
|
+
encoding: US-ASCII
|
259
|
+
string: ! '{"project":{"parent":{"name":"Cantiere Creativo","id":48},"updated_on":"2012/04/11
|
260
|
+
10:19:13 +0200","description":"progetto di formazione di una community che
|
261
|
+
gravity intorno a ruby","created_on":"2012/04/11 10:19:13 +0200","identifier":"flor","name":"Florence
|
262
|
+
on ruby","id":74,"homepage":""}}'
|
263
|
+
http_version:
|
264
|
+
recorded_at: Sat, 05 May 2012 12:55:52 GMT
|
265
|
+
- request:
|
266
|
+
method: get
|
267
|
+
uri: https://project.cantierecreativo.net/projects/56.json?key=CANTIERE_TOKEN
|
268
|
+
body:
|
269
|
+
encoding: US-ASCII
|
270
|
+
string: ''
|
271
|
+
headers:
|
272
|
+
Accept:
|
273
|
+
- application/json
|
274
|
+
Accept-Encoding:
|
275
|
+
- gzip, deflate
|
276
|
+
Content-Type:
|
277
|
+
- application/json
|
278
|
+
User-Agent:
|
279
|
+
- Ruby
|
280
|
+
response:
|
281
|
+
status:
|
282
|
+
code: 200
|
283
|
+
message: OK
|
284
|
+
headers:
|
285
|
+
Date:
|
286
|
+
- Sat, 05 May 2012 12:55:52 GMT
|
287
|
+
Server:
|
288
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
289
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
290
|
+
X-Powered-By:
|
291
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
292
|
+
Etag:
|
293
|
+
- ! '"65d33299faf455805a802660e349d516"'
|
294
|
+
X-Runtime:
|
295
|
+
- '30'
|
296
|
+
Cache-Control:
|
297
|
+
- private, max-age=0, must-revalidate
|
298
|
+
Content-Length:
|
299
|
+
- '241'
|
300
|
+
Status:
|
301
|
+
- '200'
|
302
|
+
Content-Type:
|
303
|
+
- application/json; charset=utf-8
|
304
|
+
body:
|
305
|
+
encoding: US-ASCII
|
306
|
+
string: ! '{"project":{"parent":{"name":"LCD (Gianni Sinni)","id":55},"updated_on":"2012/03/14
|
307
|
+
21:52:12 +0100","description":"","created_on":"2012/03/14 21:52:12 +0100","identifier":"giunti-web","name":"Sito
|
308
|
+
Giunti Educational ","id":56,"homepage":""}}'
|
309
|
+
http_version:
|
310
|
+
recorded_at: Sat, 05 May 2012 12:55:53 GMT
|
311
|
+
- request:
|
312
|
+
method: get
|
313
|
+
uri: https://project.cantierecreativo.net/projects/56.json?key=CANTIERE_TOKEN
|
314
|
+
body:
|
315
|
+
encoding: US-ASCII
|
316
|
+
string: ''
|
317
|
+
headers:
|
318
|
+
Accept:
|
319
|
+
- application/json
|
320
|
+
Accept-Encoding:
|
321
|
+
- gzip, deflate
|
322
|
+
Content-Type:
|
323
|
+
- application/json
|
324
|
+
User-Agent:
|
325
|
+
- Ruby
|
326
|
+
response:
|
327
|
+
status:
|
328
|
+
code: 200
|
329
|
+
message: OK
|
330
|
+
headers:
|
331
|
+
Date:
|
332
|
+
- Sat, 05 May 2012 12:55:53 GMT
|
333
|
+
Server:
|
334
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
335
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
336
|
+
X-Powered-By:
|
337
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
338
|
+
Etag:
|
339
|
+
- ! '"65d33299faf455805a802660e349d516"'
|
340
|
+
X-Runtime:
|
341
|
+
- '22'
|
342
|
+
Cache-Control:
|
343
|
+
- private, max-age=0, must-revalidate
|
344
|
+
Content-Length:
|
345
|
+
- '241'
|
346
|
+
Status:
|
347
|
+
- '200'
|
348
|
+
Content-Type:
|
349
|
+
- application/json; charset=utf-8
|
350
|
+
body:
|
351
|
+
encoding: US-ASCII
|
352
|
+
string: ! '{"project":{"parent":{"name":"LCD (Gianni Sinni)","id":55},"updated_on":"2012/03/14
|
353
|
+
21:52:12 +0100","description":"","created_on":"2012/03/14 21:52:12 +0100","identifier":"giunti-web","name":"Sito
|
354
|
+
Giunti Educational ","id":56,"homepage":""}}'
|
355
|
+
http_version:
|
356
|
+
recorded_at: Sat, 05 May 2012 12:55:53 GMT
|
357
|
+
- request:
|
358
|
+
method: get
|
359
|
+
uri: https://project.cantierecreativo.net/projects/56.json?key=CANTIERE_TOKEN
|
360
|
+
body:
|
361
|
+
encoding: US-ASCII
|
362
|
+
string: ''
|
363
|
+
headers:
|
364
|
+
Accept:
|
365
|
+
- application/json
|
366
|
+
Accept-Encoding:
|
367
|
+
- gzip, deflate
|
368
|
+
Content-Type:
|
369
|
+
- application/json
|
370
|
+
User-Agent:
|
371
|
+
- Ruby
|
372
|
+
response:
|
373
|
+
status:
|
374
|
+
code: 200
|
375
|
+
message: OK
|
376
|
+
headers:
|
377
|
+
Date:
|
378
|
+
- Sat, 05 May 2012 12:55:53 GMT
|
379
|
+
Server:
|
380
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
381
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
382
|
+
X-Powered-By:
|
383
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
384
|
+
Etag:
|
385
|
+
- ! '"65d33299faf455805a802660e349d516"'
|
386
|
+
X-Runtime:
|
387
|
+
- '22'
|
388
|
+
Cache-Control:
|
389
|
+
- private, max-age=0, must-revalidate
|
390
|
+
Content-Length:
|
391
|
+
- '241'
|
392
|
+
Status:
|
393
|
+
- '200'
|
394
|
+
Content-Type:
|
395
|
+
- application/json; charset=utf-8
|
396
|
+
body:
|
397
|
+
encoding: US-ASCII
|
398
|
+
string: ! '{"project":{"parent":{"name":"LCD (Gianni Sinni)","id":55},"updated_on":"2012/03/14
|
399
|
+
21:52:12 +0100","description":"","created_on":"2012/03/14 21:52:12 +0100","identifier":"giunti-web","name":"Sito
|
400
|
+
Giunti Educational ","id":56,"homepage":""}}'
|
401
|
+
http_version:
|
402
|
+
recorded_at: Sat, 05 May 2012 12:55:53 GMT
|
403
|
+
- request:
|
404
|
+
method: get
|
405
|
+
uri: https://project.cantierecreativo.net/projects/56.json?key=CANTIERE_TOKEN
|
406
|
+
body:
|
407
|
+
encoding: US-ASCII
|
408
|
+
string: ''
|
409
|
+
headers:
|
410
|
+
Accept:
|
411
|
+
- application/json
|
412
|
+
Accept-Encoding:
|
413
|
+
- gzip, deflate
|
414
|
+
Content-Type:
|
415
|
+
- application/json
|
416
|
+
User-Agent:
|
417
|
+
- Ruby
|
418
|
+
response:
|
419
|
+
status:
|
420
|
+
code: 200
|
421
|
+
message: OK
|
422
|
+
headers:
|
423
|
+
Date:
|
424
|
+
- Sat, 05 May 2012 12:55:53 GMT
|
425
|
+
Server:
|
426
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
427
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
428
|
+
X-Powered-By:
|
429
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
430
|
+
Etag:
|
431
|
+
- ! '"65d33299faf455805a802660e349d516"'
|
432
|
+
X-Runtime:
|
433
|
+
- '25'
|
434
|
+
Cache-Control:
|
435
|
+
- private, max-age=0, must-revalidate
|
436
|
+
Content-Length:
|
437
|
+
- '241'
|
438
|
+
Status:
|
439
|
+
- '200'
|
440
|
+
Content-Type:
|
441
|
+
- application/json; charset=utf-8
|
442
|
+
body:
|
443
|
+
encoding: US-ASCII
|
444
|
+
string: ! '{"project":{"parent":{"name":"LCD (Gianni Sinni)","id":55},"updated_on":"2012/03/14
|
445
|
+
21:52:12 +0100","description":"","created_on":"2012/03/14 21:52:12 +0100","identifier":"giunti-web","name":"Sito
|
446
|
+
Giunti Educational ","id":56,"homepage":""}}'
|
447
|
+
http_version:
|
448
|
+
recorded_at: Sat, 05 May 2012 12:55:54 GMT
|
449
|
+
- request:
|
450
|
+
method: get
|
451
|
+
uri: https://project.cantierecreativo.net/projects/52.json?key=CANTIERE_TOKEN
|
452
|
+
body:
|
453
|
+
encoding: US-ASCII
|
454
|
+
string: ''
|
455
|
+
headers:
|
456
|
+
Accept:
|
457
|
+
- application/json
|
458
|
+
Accept-Encoding:
|
459
|
+
- gzip, deflate
|
460
|
+
Content-Type:
|
461
|
+
- application/json
|
462
|
+
User-Agent:
|
463
|
+
- Ruby
|
464
|
+
response:
|
465
|
+
status:
|
466
|
+
code: 200
|
467
|
+
message: OK
|
468
|
+
headers:
|
469
|
+
Date:
|
470
|
+
- Sat, 05 May 2012 12:55:54 GMT
|
471
|
+
Server:
|
472
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
473
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
474
|
+
X-Powered-By:
|
475
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
476
|
+
Etag:
|
477
|
+
- ! '"3109ce9ff7ace69951ab003c4a995719"'
|
478
|
+
X-Runtime:
|
479
|
+
- '137'
|
480
|
+
Cache-Control:
|
481
|
+
- private, max-age=0, must-revalidate
|
482
|
+
Content-Length:
|
483
|
+
- '294'
|
484
|
+
Status:
|
485
|
+
- '200'
|
486
|
+
Content-Type:
|
487
|
+
- application/json; charset=utf-8
|
488
|
+
body:
|
489
|
+
encoding: US-ASCII
|
490
|
+
string: ! '{"project":{"parent":{"name":"DigitPub","id":44},"updated_on":"2012/03/14
|
491
|
+
20:08:43 +0100","description":"Extension per firefox e chrome per l''aggiunta
|
492
|
+
di libri trovati in rete al sito di zazie","created_on":"2012/03/14 20:08:43
|
493
|
+
+0100","identifier":"zazit","name":"zazit","id":52,"homepage":""}}'
|
494
|
+
http_version:
|
495
|
+
recorded_at: Sat, 05 May 2012 12:55:54 GMT
|
496
|
+
- request:
|
497
|
+
method: get
|
498
|
+
uri: https://project.cantierecreativo.net/projects/52.json?key=CANTIERE_TOKEN
|
499
|
+
body:
|
500
|
+
encoding: US-ASCII
|
501
|
+
string: ''
|
502
|
+
headers:
|
503
|
+
Accept:
|
504
|
+
- application/json
|
505
|
+
Accept-Encoding:
|
506
|
+
- gzip, deflate
|
507
|
+
Content-Type:
|
508
|
+
- application/json
|
509
|
+
User-Agent:
|
510
|
+
- Ruby
|
511
|
+
response:
|
512
|
+
status:
|
513
|
+
code: 200
|
514
|
+
message: OK
|
515
|
+
headers:
|
516
|
+
Date:
|
517
|
+
- Sat, 05 May 2012 12:55:54 GMT
|
518
|
+
Server:
|
519
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
520
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
521
|
+
X-Powered-By:
|
522
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
523
|
+
Etag:
|
524
|
+
- ! '"3109ce9ff7ace69951ab003c4a995719"'
|
525
|
+
X-Runtime:
|
526
|
+
- '24'
|
527
|
+
Cache-Control:
|
528
|
+
- private, max-age=0, must-revalidate
|
529
|
+
Content-Length:
|
530
|
+
- '294'
|
531
|
+
Status:
|
532
|
+
- '200'
|
533
|
+
Content-Type:
|
534
|
+
- application/json; charset=utf-8
|
535
|
+
body:
|
536
|
+
encoding: US-ASCII
|
537
|
+
string: ! '{"project":{"parent":{"name":"DigitPub","id":44},"updated_on":"2012/03/14
|
538
|
+
20:08:43 +0100","description":"Extension per firefox e chrome per l''aggiunta
|
539
|
+
di libri trovati in rete al sito di zazie","created_on":"2012/03/14 20:08:43
|
540
|
+
+0100","identifier":"zazit","name":"zazit","id":52,"homepage":""}}'
|
541
|
+
http_version:
|
542
|
+
recorded_at: Sat, 05 May 2012 12:55:54 GMT
|
543
|
+
- request:
|
544
|
+
method: get
|
545
|
+
uri: https://project.cantierecreativo.net/projects/52.json?key=CANTIERE_TOKEN
|
546
|
+
body:
|
547
|
+
encoding: US-ASCII
|
548
|
+
string: ''
|
549
|
+
headers:
|
550
|
+
Accept:
|
551
|
+
- application/json
|
552
|
+
Accept-Encoding:
|
553
|
+
- gzip, deflate
|
554
|
+
Content-Type:
|
555
|
+
- application/json
|
556
|
+
User-Agent:
|
557
|
+
- Ruby
|
558
|
+
response:
|
559
|
+
status:
|
560
|
+
code: 200
|
561
|
+
message: OK
|
562
|
+
headers:
|
563
|
+
Date:
|
564
|
+
- Sat, 05 May 2012 12:55:54 GMT
|
565
|
+
Server:
|
566
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
567
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
568
|
+
X-Powered-By:
|
569
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
570
|
+
Etag:
|
571
|
+
- ! '"3109ce9ff7ace69951ab003c4a995719"'
|
572
|
+
X-Runtime:
|
573
|
+
- '30'
|
574
|
+
Cache-Control:
|
575
|
+
- private, max-age=0, must-revalidate
|
576
|
+
Content-Length:
|
577
|
+
- '294'
|
578
|
+
Status:
|
579
|
+
- '200'
|
580
|
+
Content-Type:
|
581
|
+
- application/json; charset=utf-8
|
582
|
+
body:
|
583
|
+
encoding: US-ASCII
|
584
|
+
string: ! '{"project":{"parent":{"name":"DigitPub","id":44},"updated_on":"2012/03/14
|
585
|
+
20:08:43 +0100","description":"Extension per firefox e chrome per l''aggiunta
|
586
|
+
di libri trovati in rete al sito di zazie","created_on":"2012/03/14 20:08:43
|
587
|
+
+0100","identifier":"zazit","name":"zazit","id":52,"homepage":""}}'
|
588
|
+
http_version:
|
589
|
+
recorded_at: Sat, 05 May 2012 12:55:55 GMT
|
590
|
+
- request:
|
591
|
+
method: get
|
592
|
+
uri: https://project.cantierecreativo.net/projects/52.json?key=CANTIERE_TOKEN
|
593
|
+
body:
|
594
|
+
encoding: US-ASCII
|
595
|
+
string: ''
|
596
|
+
headers:
|
597
|
+
Accept:
|
598
|
+
- application/json
|
599
|
+
Accept-Encoding:
|
600
|
+
- gzip, deflate
|
601
|
+
Content-Type:
|
602
|
+
- application/json
|
603
|
+
User-Agent:
|
604
|
+
- Ruby
|
605
|
+
response:
|
606
|
+
status:
|
607
|
+
code: 200
|
608
|
+
message: OK
|
609
|
+
headers:
|
610
|
+
Date:
|
611
|
+
- Sat, 05 May 2012 12:55:55 GMT
|
612
|
+
Server:
|
613
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
614
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
615
|
+
X-Powered-By:
|
616
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
617
|
+
Etag:
|
618
|
+
- ! '"3109ce9ff7ace69951ab003c4a995719"'
|
619
|
+
X-Runtime:
|
620
|
+
- '29'
|
621
|
+
Cache-Control:
|
622
|
+
- private, max-age=0, must-revalidate
|
623
|
+
Content-Length:
|
624
|
+
- '294'
|
625
|
+
Status:
|
626
|
+
- '200'
|
627
|
+
Content-Type:
|
628
|
+
- application/json; charset=utf-8
|
629
|
+
body:
|
630
|
+
encoding: US-ASCII
|
631
|
+
string: ! '{"project":{"parent":{"name":"DigitPub","id":44},"updated_on":"2012/03/14
|
632
|
+
20:08:43 +0100","description":"Extension per firefox e chrome per l''aggiunta
|
633
|
+
di libri trovati in rete al sito di zazie","created_on":"2012/03/14 20:08:43
|
634
|
+
+0100","identifier":"zazit","name":"zazit","id":52,"homepage":""}}'
|
635
|
+
http_version:
|
636
|
+
recorded_at: Sat, 05 May 2012 12:55:55 GMT
|
637
|
+
- request:
|
638
|
+
method: get
|
639
|
+
uri: https://project.cantierecreativo.net/projects/15.json?key=CANTIERE_TOKEN
|
640
|
+
body:
|
641
|
+
encoding: US-ASCII
|
642
|
+
string: ''
|
643
|
+
headers:
|
644
|
+
Accept:
|
645
|
+
- application/json
|
646
|
+
Accept-Encoding:
|
647
|
+
- gzip, deflate
|
648
|
+
Content-Type:
|
649
|
+
- application/json
|
650
|
+
User-Agent:
|
651
|
+
- Ruby
|
652
|
+
response:
|
653
|
+
status:
|
654
|
+
code: 200
|
655
|
+
message: OK
|
656
|
+
headers:
|
657
|
+
Date:
|
658
|
+
- Sat, 05 May 2012 12:55:55 GMT
|
659
|
+
Server:
|
660
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
661
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
662
|
+
X-Powered-By:
|
663
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
664
|
+
Etag:
|
665
|
+
- ! '"f1ad876ef1eaa9b0ac44f118bd1fd38c"'
|
666
|
+
X-Runtime:
|
667
|
+
- '30'
|
668
|
+
Cache-Control:
|
669
|
+
- private, max-age=0, must-revalidate
|
670
|
+
Content-Length:
|
671
|
+
- '245'
|
672
|
+
Status:
|
673
|
+
- '200'
|
674
|
+
Content-Type:
|
675
|
+
- application/json; charset=utf-8
|
676
|
+
body:
|
677
|
+
encoding: US-ASCII
|
678
|
+
string: ! '{"project":{"parent":{"name":"Cantiere Creativo","id":48},"updated_on":"2012/03/15
|
679
|
+
17:51:03 +0100","description":"CMS Cantiere Creativo","created_on":"2010/03/15
|
680
|
+
09:20:28 +0100","identifier":"railsyard","name":"Railsyard","id":15,"homepage":""}}'
|
681
|
+
http_version:
|
682
|
+
recorded_at: Sat, 05 May 2012 12:55:55 GMT
|
683
|
+
- request:
|
684
|
+
method: get
|
685
|
+
uri: https://project.cantierecreativo.net/projects/15.json?key=CANTIERE_TOKEN
|
686
|
+
body:
|
687
|
+
encoding: US-ASCII
|
688
|
+
string: ''
|
689
|
+
headers:
|
690
|
+
Accept:
|
691
|
+
- application/json
|
692
|
+
Accept-Encoding:
|
693
|
+
- gzip, deflate
|
694
|
+
Content-Type:
|
695
|
+
- application/json
|
696
|
+
User-Agent:
|
697
|
+
- Ruby
|
698
|
+
response:
|
699
|
+
status:
|
700
|
+
code: 200
|
701
|
+
message: OK
|
702
|
+
headers:
|
703
|
+
Date:
|
704
|
+
- Sat, 05 May 2012 12:55:55 GMT
|
705
|
+
Server:
|
706
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
707
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
708
|
+
X-Powered-By:
|
709
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
710
|
+
Etag:
|
711
|
+
- ! '"f1ad876ef1eaa9b0ac44f118bd1fd38c"'
|
712
|
+
X-Runtime:
|
713
|
+
- '25'
|
714
|
+
Cache-Control:
|
715
|
+
- private, max-age=0, must-revalidate
|
716
|
+
Content-Length:
|
717
|
+
- '245'
|
718
|
+
Status:
|
719
|
+
- '200'
|
720
|
+
Content-Type:
|
721
|
+
- application/json; charset=utf-8
|
722
|
+
body:
|
723
|
+
encoding: US-ASCII
|
724
|
+
string: ! '{"project":{"parent":{"name":"Cantiere Creativo","id":48},"updated_on":"2012/03/15
|
725
|
+
17:51:03 +0100","description":"CMS Cantiere Creativo","created_on":"2010/03/15
|
726
|
+
09:20:28 +0100","identifier":"railsyard","name":"Railsyard","id":15,"homepage":""}}'
|
727
|
+
http_version:
|
728
|
+
recorded_at: Sat, 05 May 2012 12:55:56 GMT
|
729
|
+
- request:
|
730
|
+
method: get
|
731
|
+
uri: https://project.cantierecreativo.net/projects/52.json?key=CANTIERE_TOKEN
|
732
|
+
body:
|
733
|
+
encoding: US-ASCII
|
734
|
+
string: ''
|
735
|
+
headers:
|
736
|
+
Accept:
|
737
|
+
- application/json
|
738
|
+
Accept-Encoding:
|
739
|
+
- gzip, deflate
|
740
|
+
Content-Type:
|
741
|
+
- application/json
|
742
|
+
User-Agent:
|
743
|
+
- Ruby
|
744
|
+
response:
|
745
|
+
status:
|
746
|
+
code: 200
|
747
|
+
message: OK
|
748
|
+
headers:
|
749
|
+
Date:
|
750
|
+
- Sat, 05 May 2012 12:55:56 GMT
|
751
|
+
Server:
|
752
|
+
- Apache/2.2.9 (Debian) DAV/2 PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_python/3.3.1
|
753
|
+
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
754
|
+
X-Powered-By:
|
755
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
756
|
+
Etag:
|
757
|
+
- ! '"3109ce9ff7ace69951ab003c4a995719"'
|
758
|
+
X-Runtime:
|
759
|
+
- '22'
|
760
|
+
Cache-Control:
|
761
|
+
- private, max-age=0, must-revalidate
|
762
|
+
Content-Length:
|
763
|
+
- '294'
|
764
|
+
Status:
|
765
|
+
- '200'
|
766
|
+
Content-Type:
|
767
|
+
- application/json; charset=utf-8
|
768
|
+
body:
|
769
|
+
encoding: US-ASCII
|
770
|
+
string: ! '{"project":{"parent":{"name":"DigitPub","id":44},"updated_on":"2012/03/14
|
771
|
+
20:08:43 +0100","description":"Extension per firefox e chrome per l''aggiunta
|
772
|
+
di libri trovati in rete al sito di zazie","created_on":"2012/03/14 20:08:43
|
773
|
+
+0100","identifier":"zazit","name":"zazit","id":52,"homepage":""}}'
|
774
|
+
http_version:
|
775
|
+
recorded_at: Sat, 05 May 2012 12:55:56 GMT
|
776
|
+
- request:
|
777
|
+
method: get
|
778
|
+
uri: http://code.welaika.com/users/current.json?key=WELAIKA_TOKEN
|
779
|
+
body:
|
780
|
+
encoding: US-ASCII
|
781
|
+
string: ''
|
782
|
+
headers:
|
783
|
+
Accept:
|
784
|
+
- application/json
|
785
|
+
Accept-Encoding:
|
786
|
+
- gzip, deflate
|
787
|
+
Content-Type:
|
788
|
+
- application/json
|
789
|
+
User-Agent:
|
790
|
+
- Ruby
|
791
|
+
response:
|
792
|
+
status:
|
793
|
+
code: 200
|
794
|
+
message: OK
|
795
|
+
headers:
|
796
|
+
Date:
|
797
|
+
- Sat, 05 May 2012 12:55:56 GMT
|
798
|
+
Server:
|
799
|
+
- Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9
|
800
|
+
OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
801
|
+
X-Powered-By:
|
802
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
803
|
+
Etag:
|
804
|
+
- ! '"500d2715604701bafcb8473e4ebac37e"'
|
805
|
+
X-Runtime:
|
806
|
+
- '52'
|
807
|
+
Cache-Control:
|
808
|
+
- private, max-age=0, must-revalidate
|
809
|
+
Content-Length:
|
810
|
+
- '196'
|
811
|
+
Status:
|
812
|
+
- '200'
|
813
|
+
Content-Type:
|
814
|
+
- application/json; charset=utf-8
|
815
|
+
body:
|
816
|
+
encoding: US-ASCII
|
817
|
+
string: ! '{"user":{"mail":"stefano.verna@welaika.com","last_login_on":"2012/05/03
|
818
|
+
11:45:10 +0200","lastname":"Verna","login":"steffoz","created_on":"2010/02/11
|
819
|
+
09:34:28 +0100","firstname":"Stefano","id":4}}'
|
820
|
+
http_version:
|
821
|
+
recorded_at: Sat, 05 May 2012 12:55:56 GMT
|
822
|
+
- request:
|
823
|
+
method: get
|
824
|
+
uri: http://code.welaika.com/issues.json?assigned_to_id=4&key=WELAIKA_TOKEN&status_id=open
|
825
|
+
body:
|
826
|
+
encoding: US-ASCII
|
827
|
+
string: ''
|
828
|
+
headers:
|
829
|
+
Accept:
|
830
|
+
- application/json
|
831
|
+
Accept-Encoding:
|
832
|
+
- gzip, deflate
|
833
|
+
Content-Type:
|
834
|
+
- application/json
|
835
|
+
User-Agent:
|
836
|
+
- Ruby
|
837
|
+
response:
|
838
|
+
status:
|
839
|
+
code: 200
|
840
|
+
message: OK
|
841
|
+
headers:
|
842
|
+
Date:
|
843
|
+
- Sat, 05 May 2012 12:55:56 GMT
|
844
|
+
Server:
|
845
|
+
- Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9
|
846
|
+
OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
847
|
+
X-Powered-By:
|
848
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
849
|
+
Etag:
|
850
|
+
- ! '"4e0411f3e23464c32428942d0089976e"'
|
851
|
+
X-Runtime:
|
852
|
+
- '52'
|
853
|
+
Cache-Control:
|
854
|
+
- private, max-age=0, must-revalidate
|
855
|
+
Set-Cookie:
|
856
|
+
- _redmine_session=BAh7CDoPc2Vzc2lvbl9pZCIlMzQ4ZTdjMDU3NDFmZjNkMGU1ZTRkNTQ1NGYxMjllNDg6CnF1ZXJ5ewk6DWdyb3VwX2J5MDoPcHJvamVjdF9pZDA6EWNvbHVtbl9uYW1lczA6DGZpbHRlcnN7ByITYXNzaWduZWRfdG9faWR7BzoLdmFsdWVzWwYiBjQ6DW9wZXJhdG9yIgY9Ig5zdGF0dXNfaWR7BzsLWwYiCHBlbjsMIgZvIhZpc3N1ZXNfaW5kZXhfc29ydCIMaWQ6ZGVzYw%3D%3D--2a9c140c8711eb6c2f817569cf09a41866fca2a7;
|
857
|
+
path=/; HttpOnly
|
858
|
+
Content-Length:
|
859
|
+
- '3476'
|
860
|
+
Status:
|
861
|
+
- '200'
|
862
|
+
Content-Type:
|
863
|
+
- application/json; charset=utf-8
|
864
|
+
body:
|
865
|
+
encoding: US-ASCII
|
866
|
+
string: ! '{"limit":25,"issues":[{"status":{"name":"New","id":1},"updated_on":"2012/05/03
|
867
|
+
09:06:07 +0200","assigned_to":{"name":"Stefano Verna","id":4},"done_ratio":0,"description":"-
|
868
|
+
per tutte le app, tutti i mercati, solo iOS, proviamo a prendere il valore
|
869
|
+
dei \"new users\" e metterlo a newUsers/4\r\n- per tutte le app, tutti i mercati,
|
870
|
+
solo Android, proviamo a prendere il valore dei \"new users\" e metterlo a
|
871
|
+
newUsers*10\r\n","tracker":{"name":"Feature","id":2},"start_date":"2012/05/03","created_on":"2012/05/03
|
872
|
+
09:04:06 +0200","subject":"New Users iOS","author":{"name":"Paolo Romagnoli","id":63},"id":3316,"priority":{"name":"Urgent","id":6},"project":{"name":"Dashboard
|
873
|
+
FIAT","id":82}},{"status":{"name":"New","id":1},"updated_on":"2012/04/27 18:15:57
|
874
|
+
+0200","assigned_to":{"name":"Stefano Verna","id":4},"done_ratio":0,"description":"","tracker":{"name":"Feature","id":2},"start_date":"2012/04/27","created_on":"2012/04/27
|
875
|
+
18:15:57 +0200","subject":"Orlando Locator","author":{"name":"Stefano Verna","id":4},"id":3296,"priority":{"name":"Normal","id":4},"project":{"name":"Olasagasti
|
876
|
+
","id":52}},{"status":{"name":"New","id":1},"updated_on":"2012/04/27 18:15:49
|
877
|
+
+0200","assigned_to":{"name":"Stefano Verna","id":4},"done_ratio":0,"description":"","tracker":{"name":"Feature","id":2},"start_date":"2012/04/27","created_on":"2012/04/27
|
878
|
+
18:15:49 +0200","subject":"Il Paniere","author":{"name":"Stefano Verna","id":4},"id":3295,"priority":{"name":"Normal","id":4},"project":{"name":"Olasagasti
|
879
|
+
","id":52}},{"status":{"name":"New","id":1},"updated_on":"2012/04/27 18:15:38
|
880
|
+
+0200","assigned_to":{"name":"Stefano Verna","id":4},"done_ratio":0,"description":"","tracker":{"name":"Feature","id":2},"start_date":"2012/04/27","created_on":"2012/04/27
|
881
|
+
18:15:38 +0200","subject":"Scheda Prodotto","author":{"name":"Stefano Verna","id":4},"id":3294,"priority":{"name":"Normal","id":4},"project":{"name":"Olasagasti
|
882
|
+
","id":52}},{"status":{"name":"New","id":1},"updated_on":"2012/04/27 18:15:23
|
883
|
+
+0200","assigned_to":{"name":"Stefano Verna","id":4},"done_ratio":0,"description":"","tracker":{"name":"Feature","id":2},"start_date":"2012/04/27","created_on":"2012/04/27
|
884
|
+
18:15:23 +0200","subject":"Ricette","author":{"name":"Stefano Verna","id":4},"id":3293,"priority":{"name":"Normal","id":4},"project":{"name":"Olasagasti
|
885
|
+
","id":52}},{"status":{"name":"New","id":1},"updated_on":"2012/04/27 14:36:28
|
886
|
+
+0200","assigned_to":{"name":"Stefano Verna","id":4},"done_ratio":0,"description":"","tracker":{"name":"Bug","id":1},"start_date":"2012/04/27","created_on":"2012/04/27
|
887
|
+
14:36:28 +0200","subject":"Some users have mentioned that the intranet wiki
|
888
|
+
does not support ''table'' markup. Can that be updated to work?","author":{"name":"Stefano
|
889
|
+
Verna","id":4},"id":3286,"priority":{"name":"Normal","id":4},"project":{"name":"Orchid","id":101}},{"status":{"name":"New","id":1},"updated_on":"2012/04/27
|
890
|
+
14:36:51 +0200","assigned_to":{"name":"Stefano Verna","id":4},"done_ratio":0,"description":"Ok.
|
891
|
+
Also, there is an issue with the blog emails - could you strip out the html
|
892
|
+
(particularly \u003Ca\u003E tags) in the blog emails so that the text appears
|
893
|
+
clean? I attach an example email.\r\n\r\nhttp://o7.no/IfiSnP","tracker":{"name":"Bug","id":1},"start_date":"2012/04/25","created_on":"2012/04/25
|
894
|
+
13:02:50 +0200","subject":"Issue with the blog emails","author":{"name":"Stefano
|
895
|
+
Verna","id":4},"id":3269,"priority":{"name":"Normal","id":4},"project":{"name":"Orchid","id":101}}],"total_count":13,"offset":0}'
|
896
|
+
http_version:
|
897
|
+
recorded_at: Sat, 05 May 2012 12:55:56 GMT
|
898
|
+
- request:
|
899
|
+
method: get
|
900
|
+
uri: http://code.welaika.com/projects/82.json?key=WELAIKA_TOKEN
|
901
|
+
body:
|
902
|
+
encoding: US-ASCII
|
903
|
+
string: ''
|
904
|
+
headers:
|
905
|
+
Accept:
|
906
|
+
- application/json
|
907
|
+
Accept-Encoding:
|
908
|
+
- gzip, deflate
|
909
|
+
Content-Type:
|
910
|
+
- application/json
|
911
|
+
User-Agent:
|
912
|
+
- Ruby
|
913
|
+
response:
|
914
|
+
status:
|
915
|
+
code: 200
|
916
|
+
message: OK
|
917
|
+
headers:
|
918
|
+
Date:
|
919
|
+
- Sat, 05 May 2012 12:55:56 GMT
|
920
|
+
Server:
|
921
|
+
- Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9
|
922
|
+
OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
923
|
+
X-Powered-By:
|
924
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
925
|
+
Etag:
|
926
|
+
- ! '"b17ba1116d4aaaecb964417078e703b4"'
|
927
|
+
X-Runtime:
|
928
|
+
- '28'
|
929
|
+
Cache-Control:
|
930
|
+
- private, max-age=0, must-revalidate
|
931
|
+
Content-Length:
|
932
|
+
- '288'
|
933
|
+
Status:
|
934
|
+
- '200'
|
935
|
+
Content-Type:
|
936
|
+
- application/json; charset=utf-8
|
937
|
+
body:
|
938
|
+
encoding: US-ASCII
|
939
|
+
string: ! '{"project":{"parent":{"name":"Seac02","id":62},"updated_on":"2012/02/17
|
940
|
+
18:05:04 +0100","custom_fields":[{"value":"0","name":"Send Diff Emails","id":1}],"description":"","created_on":"2012/01/23
|
941
|
+
09:05:05 +0100","identifier":"dashboard-fiat","name":"Dashboard FIAT","homepage":"","id":82}}'
|
942
|
+
http_version:
|
943
|
+
recorded_at: Sat, 05 May 2012 12:55:57 GMT
|
944
|
+
- request:
|
945
|
+
method: get
|
946
|
+
uri: http://code.welaika.com/projects/52.json?key=WELAIKA_TOKEN
|
947
|
+
body:
|
948
|
+
encoding: US-ASCII
|
949
|
+
string: ''
|
950
|
+
headers:
|
951
|
+
Accept:
|
952
|
+
- application/json
|
953
|
+
Accept-Encoding:
|
954
|
+
- gzip, deflate
|
955
|
+
Content-Type:
|
956
|
+
- application/json
|
957
|
+
User-Agent:
|
958
|
+
- Ruby
|
959
|
+
response:
|
960
|
+
status:
|
961
|
+
code: 200
|
962
|
+
message: OK
|
963
|
+
headers:
|
964
|
+
Date:
|
965
|
+
- Sat, 05 May 2012 12:55:56 GMT
|
966
|
+
Server:
|
967
|
+
- Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9
|
968
|
+
OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
969
|
+
X-Powered-By:
|
970
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
971
|
+
Etag:
|
972
|
+
- ! '"6e1b9b5ff1a1f8d0298b3d1e0fa4a4af"'
|
973
|
+
X-Runtime:
|
974
|
+
- '24'
|
975
|
+
Cache-Control:
|
976
|
+
- private, max-age=0, must-revalidate
|
977
|
+
Content-Length:
|
978
|
+
- '305'
|
979
|
+
Status:
|
980
|
+
- '200'
|
981
|
+
Content-Type:
|
982
|
+
- application/json; charset=utf-8
|
983
|
+
body:
|
984
|
+
encoding: US-ASCII
|
985
|
+
string: ! '{"project":{"parent":{"name":"Sites dev","id":32},"updated_on":"2011/09/20
|
986
|
+
10:54:27 +0200","custom_fields":[{"value":"0","name":"Send Diff Emails","id":1}],"description":"Il
|
987
|
+
sito di Olasagasti","created_on":"2011/09/20 10:54:27 +0200","identifier":"olasagasti","name":"Olasagasti
|
988
|
+
","homepage":"","id":52}}'
|
989
|
+
http_version:
|
990
|
+
recorded_at: Sat, 05 May 2012 12:55:57 GMT
|
991
|
+
- request:
|
992
|
+
method: get
|
993
|
+
uri: http://code.welaika.com/projects/52.json?key=WELAIKA_TOKEN
|
994
|
+
body:
|
995
|
+
encoding: US-ASCII
|
996
|
+
string: ''
|
997
|
+
headers:
|
998
|
+
Accept:
|
999
|
+
- application/json
|
1000
|
+
Accept-Encoding:
|
1001
|
+
- gzip, deflate
|
1002
|
+
Content-Type:
|
1003
|
+
- application/json
|
1004
|
+
User-Agent:
|
1005
|
+
- Ruby
|
1006
|
+
response:
|
1007
|
+
status:
|
1008
|
+
code: 200
|
1009
|
+
message: OK
|
1010
|
+
headers:
|
1011
|
+
Date:
|
1012
|
+
- Sat, 05 May 2012 12:55:57 GMT
|
1013
|
+
Server:
|
1014
|
+
- Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9
|
1015
|
+
OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
1016
|
+
X-Powered-By:
|
1017
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
1018
|
+
Etag:
|
1019
|
+
- ! '"6e1b9b5ff1a1f8d0298b3d1e0fa4a4af"'
|
1020
|
+
X-Runtime:
|
1021
|
+
- '20'
|
1022
|
+
Cache-Control:
|
1023
|
+
- private, max-age=0, must-revalidate
|
1024
|
+
Content-Length:
|
1025
|
+
- '305'
|
1026
|
+
Status:
|
1027
|
+
- '200'
|
1028
|
+
Content-Type:
|
1029
|
+
- application/json; charset=utf-8
|
1030
|
+
body:
|
1031
|
+
encoding: US-ASCII
|
1032
|
+
string: ! '{"project":{"parent":{"name":"Sites dev","id":32},"updated_on":"2011/09/20
|
1033
|
+
10:54:27 +0200","custom_fields":[{"value":"0","name":"Send Diff Emails","id":1}],"description":"Il
|
1034
|
+
sito di Olasagasti","created_on":"2011/09/20 10:54:27 +0200","identifier":"olasagasti","name":"Olasagasti
|
1035
|
+
","homepage":"","id":52}}'
|
1036
|
+
http_version:
|
1037
|
+
recorded_at: Sat, 05 May 2012 12:55:57 GMT
|
1038
|
+
- request:
|
1039
|
+
method: get
|
1040
|
+
uri: http://code.welaika.com/projects/52.json?key=WELAIKA_TOKEN
|
1041
|
+
body:
|
1042
|
+
encoding: US-ASCII
|
1043
|
+
string: ''
|
1044
|
+
headers:
|
1045
|
+
Accept:
|
1046
|
+
- application/json
|
1047
|
+
Accept-Encoding:
|
1048
|
+
- gzip, deflate
|
1049
|
+
Content-Type:
|
1050
|
+
- application/json
|
1051
|
+
User-Agent:
|
1052
|
+
- Ruby
|
1053
|
+
response:
|
1054
|
+
status:
|
1055
|
+
code: 200
|
1056
|
+
message: OK
|
1057
|
+
headers:
|
1058
|
+
Date:
|
1059
|
+
- Sat, 05 May 2012 12:55:57 GMT
|
1060
|
+
Server:
|
1061
|
+
- Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9
|
1062
|
+
OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
1063
|
+
X-Powered-By:
|
1064
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
1065
|
+
Etag:
|
1066
|
+
- ! '"6e1b9b5ff1a1f8d0298b3d1e0fa4a4af"'
|
1067
|
+
X-Runtime:
|
1068
|
+
- '16'
|
1069
|
+
Cache-Control:
|
1070
|
+
- private, max-age=0, must-revalidate
|
1071
|
+
Content-Length:
|
1072
|
+
- '305'
|
1073
|
+
Status:
|
1074
|
+
- '200'
|
1075
|
+
Content-Type:
|
1076
|
+
- application/json; charset=utf-8
|
1077
|
+
body:
|
1078
|
+
encoding: US-ASCII
|
1079
|
+
string: ! '{"project":{"parent":{"name":"Sites dev","id":32},"updated_on":"2011/09/20
|
1080
|
+
10:54:27 +0200","custom_fields":[{"value":"0","name":"Send Diff Emails","id":1}],"description":"Il
|
1081
|
+
sito di Olasagasti","created_on":"2011/09/20 10:54:27 +0200","identifier":"olasagasti","name":"Olasagasti
|
1082
|
+
","homepage":"","id":52}}'
|
1083
|
+
http_version:
|
1084
|
+
recorded_at: Sat, 05 May 2012 12:55:57 GMT
|
1085
|
+
- request:
|
1086
|
+
method: get
|
1087
|
+
uri: http://code.welaika.com/projects/52.json?key=WELAIKA_TOKEN
|
1088
|
+
body:
|
1089
|
+
encoding: US-ASCII
|
1090
|
+
string: ''
|
1091
|
+
headers:
|
1092
|
+
Accept:
|
1093
|
+
- application/json
|
1094
|
+
Accept-Encoding:
|
1095
|
+
- gzip, deflate
|
1096
|
+
Content-Type:
|
1097
|
+
- application/json
|
1098
|
+
User-Agent:
|
1099
|
+
- Ruby
|
1100
|
+
response:
|
1101
|
+
status:
|
1102
|
+
code: 200
|
1103
|
+
message: OK
|
1104
|
+
headers:
|
1105
|
+
Date:
|
1106
|
+
- Sat, 05 May 2012 12:55:57 GMT
|
1107
|
+
Server:
|
1108
|
+
- Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9
|
1109
|
+
OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
1110
|
+
X-Powered-By:
|
1111
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
1112
|
+
Etag:
|
1113
|
+
- ! '"6e1b9b5ff1a1f8d0298b3d1e0fa4a4af"'
|
1114
|
+
X-Runtime:
|
1115
|
+
- '20'
|
1116
|
+
Cache-Control:
|
1117
|
+
- private, max-age=0, must-revalidate
|
1118
|
+
Content-Length:
|
1119
|
+
- '305'
|
1120
|
+
Status:
|
1121
|
+
- '200'
|
1122
|
+
Content-Type:
|
1123
|
+
- application/json; charset=utf-8
|
1124
|
+
body:
|
1125
|
+
encoding: US-ASCII
|
1126
|
+
string: ! '{"project":{"parent":{"name":"Sites dev","id":32},"updated_on":"2011/09/20
|
1127
|
+
10:54:27 +0200","custom_fields":[{"value":"0","name":"Send Diff Emails","id":1}],"description":"Il
|
1128
|
+
sito di Olasagasti","created_on":"2011/09/20 10:54:27 +0200","identifier":"olasagasti","name":"Olasagasti
|
1129
|
+
","homepage":"","id":52}}'
|
1130
|
+
http_version:
|
1131
|
+
recorded_at: Sat, 05 May 2012 12:55:57 GMT
|
1132
|
+
- request:
|
1133
|
+
method: get
|
1134
|
+
uri: http://code.welaika.com/projects/101.json?key=WELAIKA_TOKEN
|
1135
|
+
body:
|
1136
|
+
encoding: US-ASCII
|
1137
|
+
string: ''
|
1138
|
+
headers:
|
1139
|
+
Accept:
|
1140
|
+
- application/json
|
1141
|
+
Accept-Encoding:
|
1142
|
+
- gzip, deflate
|
1143
|
+
Content-Type:
|
1144
|
+
- application/json
|
1145
|
+
User-Agent:
|
1146
|
+
- Ruby
|
1147
|
+
response:
|
1148
|
+
status:
|
1149
|
+
code: 200
|
1150
|
+
message: OK
|
1151
|
+
headers:
|
1152
|
+
Date:
|
1153
|
+
- Sat, 05 May 2012 12:55:57 GMT
|
1154
|
+
Server:
|
1155
|
+
- Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9
|
1156
|
+
OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
1157
|
+
X-Powered-By:
|
1158
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
1159
|
+
Etag:
|
1160
|
+
- ! '"d6285a3cb224ea4aeab8d914d70f4ffc"'
|
1161
|
+
X-Runtime:
|
1162
|
+
- '184'
|
1163
|
+
Cache-Control:
|
1164
|
+
- private, max-age=0, must-revalidate
|
1165
|
+
Content-Length:
|
1166
|
+
- '238'
|
1167
|
+
Status:
|
1168
|
+
- '200'
|
1169
|
+
Content-Type:
|
1170
|
+
- application/json; charset=utf-8
|
1171
|
+
body:
|
1172
|
+
encoding: US-ASCII
|
1173
|
+
string: ! '{"project":{"updated_on":"2012/04/25 12:59:43 +0200","custom_fields":[{"value":"0","name":"Send
|
1174
|
+
Diff Emails","id":1}],"description":"","created_on":"2012/04/25 12:59:43 +0200","identifier":"orchid","name":"Orchid","homepage":"","id":101}}'
|
1175
|
+
http_version:
|
1176
|
+
recorded_at: Sat, 05 May 2012 12:55:57 GMT
|
1177
|
+
- request:
|
1178
|
+
method: get
|
1179
|
+
uri: http://code.welaika.com/projects/101.json?key=WELAIKA_TOKEN
|
1180
|
+
body:
|
1181
|
+
encoding: US-ASCII
|
1182
|
+
string: ''
|
1183
|
+
headers:
|
1184
|
+
Accept:
|
1185
|
+
- application/json
|
1186
|
+
Accept-Encoding:
|
1187
|
+
- gzip, deflate
|
1188
|
+
Content-Type:
|
1189
|
+
- application/json
|
1190
|
+
User-Agent:
|
1191
|
+
- Ruby
|
1192
|
+
response:
|
1193
|
+
status:
|
1194
|
+
code: 200
|
1195
|
+
message: OK
|
1196
|
+
headers:
|
1197
|
+
Date:
|
1198
|
+
- Sat, 05 May 2012 12:55:57 GMT
|
1199
|
+
Server:
|
1200
|
+
- Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9
|
1201
|
+
OpenSSL/0.9.8g Phusion_Passenger/3.0.0
|
1202
|
+
X-Powered-By:
|
1203
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.0
|
1204
|
+
Etag:
|
1205
|
+
- ! '"d6285a3cb224ea4aeab8d914d70f4ffc"'
|
1206
|
+
X-Runtime:
|
1207
|
+
- '20'
|
1208
|
+
Cache-Control:
|
1209
|
+
- private, max-age=0, must-revalidate
|
1210
|
+
Content-Length:
|
1211
|
+
- '238'
|
1212
|
+
Status:
|
1213
|
+
- '200'
|
1214
|
+
Content-Type:
|
1215
|
+
- application/json; charset=utf-8
|
1216
|
+
body:
|
1217
|
+
encoding: US-ASCII
|
1218
|
+
string: ! '{"project":{"updated_on":"2012/04/25 12:59:43 +0200","custom_fields":[{"value":"0","name":"Send
|
1219
|
+
Diff Emails","id":1}],"description":"","created_on":"2012/04/25 12:59:43 +0200","identifier":"orchid","name":"Orchid","homepage":"","id":101}}'
|
1220
|
+
http_version:
|
1221
|
+
recorded_at: Sat, 05 May 2012 12:55:57 GMT
|
1222
|
+
recorded_with: VCR 2.0.1
|