ruby_tfs 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -0
- data/lib/tfs/builds.rb +5 -1
- data/lib/tfs/queryable.rb +2 -0
- data/ruby_tfs.gemspec +1 -1
- data/spec/fixtures/cassettes/builds.yml +46 -0
- data/spec/fixtures/cassettes/project_changesets.yml +398 -0
- data/spec/fixtures/cassettes/project_workitems.yml +793 -0
- data/spec/fixtures/cassettes/project_workitems_queries.yml +439 -308
- data/spec/spec_helper.rb +3 -1
- data/spec/tfs/builds_spec.rb +4 -0
- data/spec/tfs/client_spec.rb +24 -1
- data/spec/tfs/query_engine_spec.rb +54 -5
- metadata +6 -2
@@ -0,0 +1,793 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://snd%5Cplukevdh_cp:garbage@codeplexodata.cloudapp.net/TFS29/$metadata
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- ! '*/*; q=0.5, application/xml'
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip, deflate
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Cache-Control:
|
22
|
+
- private
|
23
|
+
Content-Length:
|
24
|
+
- '22255'
|
25
|
+
Content-Type:
|
26
|
+
- application/xml;charset=utf-8
|
27
|
+
Expires:
|
28
|
+
- Wed, 06 Mar 2013 21:21:03 GMT
|
29
|
+
Vary:
|
30
|
+
- ! '*'
|
31
|
+
Server:
|
32
|
+
- Microsoft-IIS/7.0
|
33
|
+
Dataserviceversion:
|
34
|
+
- 1.0;
|
35
|
+
X-Aspnet-Version:
|
36
|
+
- 4.0.30319
|
37
|
+
X-Powered-By:
|
38
|
+
- ASP.NET
|
39
|
+
Date:
|
40
|
+
- Wed, 06 Mar 2013 21:20:34 GMT
|
41
|
+
body:
|
42
|
+
encoding: US-ASCII
|
43
|
+
string: ! "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\r\n<edmx:Edmx
|
44
|
+
Version=\"1.0\" xmlns:edmx=\"http://schemas.microsoft.com/ado/2007/06/edmx\">\r\n
|
45
|
+
\ <edmx:DataServices xmlns:m=\"http://schemas.microsoft.com/ado/2007/08/dataservices/metadata\"
|
46
|
+
m:DataServiceVersion=\"1.0\">\r\n <Schema Namespace=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities\"
|
47
|
+
xmlns:d=\"http://schemas.microsoft.com/ado/2007/08/dataservices\" xmlns:m=\"http://schemas.microsoft.com/ado/2007/08/dataservices/metadata\"
|
48
|
+
xmlns=\"http://schemas.microsoft.com/ado/2007/05/edm\">\r\n <EntityType
|
49
|
+
Name=\"Build\">\r\n <Key>\r\n <PropertyRef Name=\"Definition\"
|
50
|
+
/>\r\n <PropertyRef Name=\"Number\" />\r\n <PropertyRef
|
51
|
+
Name=\"Project\" />\r\n </Key>\r\n <Property Name=\"Project\"
|
52
|
+
Type=\"Edm.String\" Nullable=\"false\" />\r\n <Property Name=\"Definition\"
|
53
|
+
Type=\"Edm.String\" Nullable=\"false\" />\r\n <Property Name=\"Number\"
|
54
|
+
Type=\"Edm.String\" Nullable=\"false\" m:FC_TargetPath=\"SyndicationTitle\"
|
55
|
+
m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\" />\r\n <Property
|
56
|
+
Name=\"Reason\" Type=\"Edm.String\" Nullable=\"true\" />\r\n <Property
|
57
|
+
Name=\"Quality\" Type=\"Edm.String\" Nullable=\"true\" />\r\n <Property
|
58
|
+
Name=\"Status\" Type=\"Edm.String\" Nullable=\"true\" m:FC_TargetPath=\"SyndicationSummary\"
|
59
|
+
m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\" />\r\n <Property
|
60
|
+
Name=\"RequestedBy\" Type=\"Edm.String\" Nullable=\"true\" />\r\n <Property
|
61
|
+
Name=\"RequestedFor\" Type=\"Edm.String\" Nullable=\"true\" />\r\n <Property
|
62
|
+
Name=\"LastChangedBy\" Type=\"Edm.String\" Nullable=\"true\" />\r\n <Property
|
63
|
+
Name=\"StartTime\" Type=\"Edm.DateTime\" Nullable=\"false\" />\r\n <Property
|
64
|
+
Name=\"FinishTime\" Type=\"Edm.DateTime\" Nullable=\"false\" />\r\n <Property
|
65
|
+
Name=\"LastChangedOn\" Type=\"Edm.DateTime\" Nullable=\"false\" ConcurrencyMode=\"Fixed\"
|
66
|
+
m:FC_TargetPath=\"SyndicationUpdated\" m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\"
|
67
|
+
/>\r\n <Property Name=\"BuildFinished\" Type=\"Edm.Boolean\" Nullable=\"false\"
|
68
|
+
/>\r\n <Property Name=\"DropLocation\" Type=\"Edm.String\" Nullable=\"true\"
|
69
|
+
/>\r\n <Property Name=\"Errors\" Type=\"Edm.String\" Nullable=\"true\"
|
70
|
+
/>\r\n <Property Name=\"Warnings\" Type=\"Edm.String\" Nullable=\"true\"
|
71
|
+
/>\r\n <NavigationProperty Name=\"WorkItems\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Build_WorkItems\"
|
72
|
+
FromRole=\"Build\" ToRole=\"WorkItems\" />\r\n <NavigationProperty
|
73
|
+
Name=\"Changesets\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Build_Changesets\"
|
74
|
+
FromRole=\"Build\" ToRole=\"Changesets\" />\r\n </EntityType>\r\n <EntityType
|
75
|
+
Name=\"BuildDefinition\">\r\n <Key>\r\n <PropertyRef Name=\"Definition\"
|
76
|
+
/>\r\n <PropertyRef Name=\"Project\" />\r\n </Key>\r\n <Property
|
77
|
+
Name=\"Project\" Type=\"Edm.String\" Nullable=\"false\" />\r\n <Property
|
78
|
+
Name=\"Definition\" Type=\"Edm.String\" Nullable=\"false\" m:FC_TargetPath=\"SyndicationTitle\"
|
79
|
+
m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\" />\r\n </EntityType>\r\n
|
80
|
+
\ <EntityType Name=\"Changeset\">\r\n <Key>\r\n <PropertyRef
|
81
|
+
Name=\"Id\" />\r\n </Key>\r\n <Property Name=\"Id\" Type=\"Edm.Int32\"
|
82
|
+
Nullable=\"false\" />\r\n <Property Name=\"ArtifactUri\" Type=\"Edm.String\"
|
83
|
+
Nullable=\"true\" m:FC_TargetPath=\"SyndicationTitle\" m:FC_ContentKind=\"text\"
|
84
|
+
m:FC_KeepInContent=\"true\" />\r\n <Property Name=\"Comment\" Type=\"Edm.String\"
|
85
|
+
Nullable=\"true\" m:FC_TargetPath=\"SyndicationSummary\" m:FC_ContentKind=\"text\"
|
86
|
+
m:FC_KeepInContent=\"true\" />\r\n <Property Name=\"Committer\" Type=\"Edm.String\"
|
87
|
+
Nullable=\"true\" />\r\n <Property Name=\"CreationDate\" Type=\"Edm.DateTime\"
|
88
|
+
Nullable=\"false\" ConcurrencyMode=\"Fixed\" m:FC_TargetPath=\"SyndicationUpdated\"
|
89
|
+
m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\" />\r\n <Property
|
90
|
+
Name=\"Owner\" Type=\"Edm.String\" Nullable=\"true\" />\r\n <Property
|
91
|
+
Name=\"Branch\" Type=\"Edm.String\" Nullable=\"true\" />\r\n <Property
|
92
|
+
Name=\"WebEditorUrl\" Type=\"Edm.String\" Nullable=\"true\" />\r\n <NavigationProperty
|
93
|
+
Name=\"Changes\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Changeset_Changes\"
|
94
|
+
FromRole=\"Changeset\" ToRole=\"Changes\" />\r\n <NavigationProperty
|
95
|
+
Name=\"WorkItems\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Changeset_WorkItems\"
|
96
|
+
FromRole=\"Changeset\" ToRole=\"WorkItems\" />\r\n </EntityType>\r\n
|
97
|
+
\ <EntityType Name=\"Project\">\r\n <Key>\r\n <PropertyRef
|
98
|
+
Name=\"Name\" />\r\n </Key>\r\n <Property Name=\"Name\" Type=\"Edm.String\"
|
99
|
+
Nullable=\"false\" m:FC_TargetPath=\"SyndicationTitle\" m:FC_ContentKind=\"text\"
|
100
|
+
m:FC_KeepInContent=\"true\" />\r\n <Property Name=\"Collection\" Type=\"Edm.String\"
|
101
|
+
Nullable=\"true\" />\r\n <NavigationProperty Name=\"Changesets\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_Changesets\"
|
102
|
+
FromRole=\"Project\" ToRole=\"Changesets\" />\r\n <NavigationProperty
|
103
|
+
Name=\"Builds\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_Builds\"
|
104
|
+
FromRole=\"Project\" ToRole=\"Builds\" />\r\n <NavigationProperty Name=\"BuildDefinitions\"
|
105
|
+
Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_BuildDefinitions\"
|
106
|
+
FromRole=\"Project\" ToRole=\"BuildDefinitions\" />\r\n <NavigationProperty
|
107
|
+
Name=\"WorkItems\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_WorkItems\"
|
108
|
+
FromRole=\"Project\" ToRole=\"WorkItems\" />\r\n <NavigationProperty
|
109
|
+
Name=\"Queries\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_Queries\"
|
110
|
+
FromRole=\"Project\" ToRole=\"Queries\" />\r\n <NavigationProperty
|
111
|
+
Name=\"Branches\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_Branches\"
|
112
|
+
FromRole=\"Project\" ToRole=\"Branches\" />\r\n <NavigationProperty
|
113
|
+
Name=\"AreaPaths\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_AreaPaths\"
|
114
|
+
FromRole=\"Project\" ToRole=\"AreaPaths\" />\r\n </EntityType>\r\n <EntityType
|
115
|
+
Name=\"WorkItem\">\r\n <Key>\r\n <PropertyRef Name=\"Id\"
|
116
|
+
/>\r\n </Key>\r\n <Property Name=\"Id\" Type=\"Edm.Int32\" Nullable=\"false\"
|
117
|
+
/>\r\n <Property Name=\"AreaPath\" Type=\"Edm.String\" Nullable=\"true\"
|
118
|
+
/>\r\n <Property Name=\"IterationPath\" Type=\"Edm.String\" Nullable=\"true\"
|
119
|
+
/>\r\n <Property Name=\"Revision\" Type=\"Edm.Int32\" Nullable=\"false\"
|
120
|
+
/>\r\n <Property Name=\"Priority\" Type=\"Edm.String\" Nullable=\"true\"
|
121
|
+
/>\r\n <Property Name=\"Severity\" Type=\"Edm.String\" Nullable=\"true\"
|
122
|
+
/>\r\n <Property Name=\"StackRank\" Type=\"Edm.String\" Nullable=\"true\"
|
123
|
+
/>\r\n <Property Name=\"Project\" Type=\"Edm.String\" Nullable=\"true\"
|
124
|
+
/>\r\n <Property Name=\"AssignedTo\" Type=\"Edm.String\" Nullable=\"true\"
|
125
|
+
/>\r\n <Property Name=\"CreatedDate\" Type=\"Edm.DateTime\" Nullable=\"false\"
|
126
|
+
/>\r\n <Property Name=\"CreatedBy\" Type=\"Edm.String\" Nullable=\"true\"
|
127
|
+
/>\r\n <Property Name=\"ChangedDate\" Type=\"Edm.DateTime\" Nullable=\"false\"
|
128
|
+
ConcurrencyMode=\"Fixed\" m:FC_TargetPath=\"SyndicationUpdated\" m:FC_ContentKind=\"text\"
|
129
|
+
m:FC_KeepInContent=\"true\" />\r\n <Property Name=\"ChangedBy\" Type=\"Edm.String\"
|
130
|
+
Nullable=\"true\" />\r\n <Property Name=\"ResolvedBy\" Type=\"Edm.String\"
|
131
|
+
Nullable=\"true\" />\r\n <Property Name=\"Title\" Type=\"Edm.String\"
|
132
|
+
Nullable=\"true\" m:FC_TargetPath=\"SyndicationTitle\" m:FC_ContentKind=\"text\"
|
133
|
+
m:FC_KeepInContent=\"true\" />\r\n <Property Name=\"State\" Type=\"Edm.String\"
|
134
|
+
Nullable=\"true\" />\r\n <Property Name=\"Type\" Type=\"Edm.String\"
|
135
|
+
Nullable=\"true\" />\r\n <Property Name=\"Reason\" Type=\"Edm.String\"
|
136
|
+
Nullable=\"true\" />\r\n <Property Name=\"Description\" Type=\"Edm.String\"
|
137
|
+
Nullable=\"true\" m:FC_TargetPath=\"SyndicationSummary\" m:FC_ContentKind=\"text\"
|
138
|
+
m:FC_KeepInContent=\"true\" />\r\n <Property Name=\"ReproSteps\" Type=\"Edm.String\"
|
139
|
+
Nullable=\"true\" />\r\n <Property Name=\"FoundInBuild\" Type=\"Edm.String\"
|
140
|
+
Nullable=\"true\" />\r\n <Property Name=\"IntegratedInBuild\" Type=\"Edm.String\"
|
141
|
+
Nullable=\"true\" />\r\n <Property Name=\"WebEditorUrl\" Type=\"Edm.String\"
|
142
|
+
Nullable=\"true\" />\r\n <NavigationProperty Name=\"Attachments\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem_Attachments\"
|
143
|
+
FromRole=\"WorkItem\" ToRole=\"Attachments\" />\r\n </EntityType>\r\n
|
144
|
+
\ <EntityType Name=\"Attachment\" m:HasStream=\"true\">\r\n <Key>\r\n
|
145
|
+
\ <PropertyRef Name=\"Id\" />\r\n </Key>\r\n <Property
|
146
|
+
Name=\"Id\" Type=\"Edm.String\" Nullable=\"false\" />\r\n <Property
|
147
|
+
Name=\"WorkItemId\" Type=\"Edm.Int32\" Nullable=\"false\" />\r\n <Property
|
148
|
+
Name=\"Index\" Type=\"Edm.Int32\" Nullable=\"false\" />\r\n <Property
|
149
|
+
Name=\"AttachedTime\" Type=\"Edm.DateTime\" Nullable=\"false\" ConcurrencyMode=\"Fixed\"
|
150
|
+
m:FC_TargetPath=\"SyndicationUpdated\" m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\"
|
151
|
+
/>\r\n <Property Name=\"CreationTime\" Type=\"Edm.DateTime\" Nullable=\"false\"
|
152
|
+
/>\r\n <Property Name=\"LastWriteTime\" Type=\"Edm.DateTime\" Nullable=\"false\"
|
153
|
+
/>\r\n <Property Name=\"Name\" Type=\"Edm.String\" Nullable=\"true\"
|
154
|
+
m:FC_TargetPath=\"SyndicationTitle\" m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\"
|
155
|
+
/>\r\n <Property Name=\"Extension\" Type=\"Edm.String\" Nullable=\"true\"
|
156
|
+
/>\r\n <Property Name=\"Comment\" Type=\"Edm.String\" Nullable=\"true\"
|
157
|
+
m:FC_TargetPath=\"SyndicationSummary\" m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\"
|
158
|
+
/>\r\n <Property Name=\"Length\" Type=\"Edm.Int64\" Nullable=\"false\"
|
159
|
+
/>\r\n <Property Name=\"Uri\" Type=\"Edm.String\" Nullable=\"true\"
|
160
|
+
/>\r\n </EntityType>\r\n <EntityType Name=\"Change\">\r\n <Key>\r\n
|
161
|
+
\ <PropertyRef Name=\"Changeset\" />\r\n <PropertyRef Name=\"Path\"
|
162
|
+
/>\r\n </Key>\r\n <Property Name=\"Collection\" Type=\"Edm.String\"
|
163
|
+
Nullable=\"true\" />\r\n <Property Name=\"Changeset\" Type=\"Edm.Int32\"
|
164
|
+
Nullable=\"false\" />\r\n <Property Name=\"ChangeType\" Type=\"Edm.String\"
|
165
|
+
Nullable=\"true\" />\r\n <Property Name=\"Path\" Type=\"Edm.String\"
|
166
|
+
Nullable=\"false\" m:FC_TargetPath=\"SyndicationTitle\" m:FC_ContentKind=\"text\"
|
167
|
+
m:FC_KeepInContent=\"true\" />\r\n <Property Name=\"Type\" Type=\"Edm.String\"
|
168
|
+
Nullable=\"true\" />\r\n </EntityType>\r\n <EntityType Name=\"Query\">\r\n
|
169
|
+
\ <Key>\r\n <PropertyRef Name=\"Id\" />\r\n </Key>\r\n
|
170
|
+
\ <Property Name=\"Id\" Type=\"Edm.String\" Nullable=\"false\" />\r\n
|
171
|
+
\ <Property Name=\"Name\" Type=\"Edm.String\" Nullable=\"true\" />\r\n
|
172
|
+
\ <Property Name=\"Description\" Type=\"Edm.String\" Nullable=\"true\"
|
173
|
+
m:FC_TargetPath=\"SyndicationSummary\" m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\"
|
174
|
+
/>\r\n <Property Name=\"QueryText\" Type=\"Edm.String\" Nullable=\"true\"
|
175
|
+
/>\r\n <Property Name=\"Path\" Type=\"Edm.String\" Nullable=\"true\"
|
176
|
+
m:FC_TargetPath=\"SyndicationTitle\" m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\"
|
177
|
+
/>\r\n <NavigationProperty Name=\"WorkItems\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Query_WorkItems\"
|
178
|
+
FromRole=\"Query\" ToRole=\"WorkItems\" />\r\n <Property Name=\"Project\"
|
179
|
+
Type=\"Edm.String\" Nullable=\"true\" />\r\n <Property Name=\"QueryType\"
|
180
|
+
Type=\"Edm.String\" Nullable=\"true\" />\r\n </EntityType>\r\n <EntityType
|
181
|
+
Name=\"Branch\">\r\n <Key>\r\n <PropertyRef Name=\"Path\"
|
182
|
+
/>\r\n </Key>\r\n <Property Name=\"Path\" Type=\"Edm.String\"
|
183
|
+
Nullable=\"false\" m:FC_TargetPath=\"SyndicationTitle\" m:FC_ContentKind=\"text\"
|
184
|
+
m:FC_KeepInContent=\"true\" />\r\n <Property Name=\"Description\" Type=\"Edm.String\"
|
185
|
+
Nullable=\"true\" m:FC_TargetPath=\"SyndicationSummary\" m:FC_ContentKind=\"text\"
|
186
|
+
m:FC_KeepInContent=\"true\" />\r\n <Property Name=\"DateCreated\" Type=\"Edm.DateTime\"
|
187
|
+
Nullable=\"false\" ConcurrencyMode=\"Fixed\" m:FC_TargetPath=\"SyndicationUpdated\"
|
188
|
+
m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\" />\r\n <NavigationProperty
|
189
|
+
Name=\"Changesets\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Branch_Changesets\"
|
190
|
+
FromRole=\"Branch\" ToRole=\"Changesets\" />\r\n </EntityType>\r\n <EntityType
|
191
|
+
Name=\"AreaPath\">\r\n <Key>\r\n <PropertyRef Name=\"Path\"
|
192
|
+
/>\r\n </Key>\r\n <Property Name=\"Path\" Type=\"Edm.String\"
|
193
|
+
Nullable=\"false\" m:FC_TargetPath=\"SyndicationTitle\" m:FC_ContentKind=\"text\"
|
194
|
+
m:FC_KeepInContent=\"true\" />\r\n <Property Name=\"Name\" Type=\"Edm.String\"
|
195
|
+
Nullable=\"true\" ConcurrencyMode=\"Fixed\" m:FC_TargetPath=\"SyndicationSummary\"
|
196
|
+
m:FC_ContentKind=\"text\" m:FC_KeepInContent=\"true\" />\r\n <NavigationProperty
|
197
|
+
Name=\"SubAreas\" Relationship=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.AreaPath_SubAreas\"
|
198
|
+
FromRole=\"AreaPath\" ToRole=\"SubAreas\" />\r\n </EntityType>\r\n <Association
|
199
|
+
Name=\"Build_WorkItems\">\r\n <End Role=\"Build\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Build\"
|
200
|
+
Multiplicity=\"*\" />\r\n <End Role=\"WorkItems\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
201
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Build_Changesets\">\r\n
|
202
|
+
\ <End Role=\"Build\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Build\"
|
203
|
+
Multiplicity=\"*\" />\r\n <End Role=\"Changesets\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Changeset\"
|
204
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Changeset_Changes\">\r\n
|
205
|
+
\ <End Role=\"Changeset\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Changeset\"
|
206
|
+
Multiplicity=\"*\" />\r\n <End Role=\"Changes\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Change\"
|
207
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Changeset_WorkItems\">\r\n
|
208
|
+
\ <End Role=\"Changeset\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Changeset\"
|
209
|
+
Multiplicity=\"*\" />\r\n <End Role=\"WorkItems\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
210
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Project_Changesets\">\r\n
|
211
|
+
\ <End Role=\"Project\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project\"
|
212
|
+
Multiplicity=\"*\" />\r\n <End Role=\"Changesets\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Changeset\"
|
213
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Project_Builds\">\r\n
|
214
|
+
\ <End Role=\"Project\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project\"
|
215
|
+
Multiplicity=\"*\" />\r\n <End Role=\"Builds\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Build\"
|
216
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Project_BuildDefinitions\">\r\n
|
217
|
+
\ <End Role=\"Project\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project\"
|
218
|
+
Multiplicity=\"*\" />\r\n <End Role=\"BuildDefinitions\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.BuildDefinition\"
|
219
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Project_WorkItems\">\r\n
|
220
|
+
\ <End Role=\"Project\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project\"
|
221
|
+
Multiplicity=\"*\" />\r\n <End Role=\"WorkItems\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
222
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Project_Queries\">\r\n
|
223
|
+
\ <End Role=\"Project\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project\"
|
224
|
+
Multiplicity=\"*\" />\r\n <End Role=\"Queries\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Query\"
|
225
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Project_Branches\">\r\n
|
226
|
+
\ <End Role=\"Project\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project\"
|
227
|
+
Multiplicity=\"*\" />\r\n <End Role=\"Branches\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Branch\"
|
228
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Project_AreaPaths\">\r\n
|
229
|
+
\ <End Role=\"Project\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project\"
|
230
|
+
Multiplicity=\"*\" />\r\n <End Role=\"AreaPaths\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.AreaPath\"
|
231
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"WorkItem_Attachments\">\r\n
|
232
|
+
\ <End Role=\"WorkItem\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
233
|
+
Multiplicity=\"*\" />\r\n <End Role=\"Attachments\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Attachment\"
|
234
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Query_WorkItems\">\r\n
|
235
|
+
\ <End Role=\"Query\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Query\"
|
236
|
+
Multiplicity=\"*\" />\r\n <End Role=\"WorkItems\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
237
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"Branch_Changesets\">\r\n
|
238
|
+
\ <End Role=\"Branch\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Branch\"
|
239
|
+
Multiplicity=\"*\" />\r\n <End Role=\"Changesets\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Changeset\"
|
240
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n <Association Name=\"AreaPath_SubAreas\">\r\n
|
241
|
+
\ <End Role=\"AreaPath\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.AreaPath\"
|
242
|
+
Multiplicity=\"*\" />\r\n <End Role=\"SubAreas\" Type=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.AreaPath\"
|
243
|
+
Multiplicity=\"*\" />\r\n </Association>\r\n </Schema>\r\n <Schema
|
244
|
+
Namespace=\"Microsoft.Samples.DPE.ODataTFS.Model\" xmlns:d=\"http://schemas.microsoft.com/ado/2007/08/dataservices\"
|
245
|
+
xmlns:m=\"http://schemas.microsoft.com/ado/2007/08/dataservices/metadata\"
|
246
|
+
xmlns=\"http://schemas.microsoft.com/ado/2007/05/edm\">\r\n <EntityContainer
|
247
|
+
Name=\"TFSData\" m:IsDefaultEntityContainer=\"true\">\r\n <EntitySet
|
248
|
+
Name=\"Builds\" EntityType=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Build\"
|
249
|
+
/>\r\n <EntitySet Name=\"BuildDefinitions\" EntityType=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.BuildDefinition\"
|
250
|
+
/>\r\n <EntitySet Name=\"Changesets\" EntityType=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Changeset\"
|
251
|
+
/>\r\n <EntitySet Name=\"Projects\" EntityType=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project\"
|
252
|
+
/>\r\n <EntitySet Name=\"WorkItems\" EntityType=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
253
|
+
/>\r\n <EntitySet Name=\"Attachments\" EntityType=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Attachment\"
|
254
|
+
/>\r\n <EntitySet Name=\"Changes\" EntityType=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Change\"
|
255
|
+
/>\r\n <EntitySet Name=\"Queries\" EntityType=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Query\"
|
256
|
+
/>\r\n <EntitySet Name=\"Branches\" EntityType=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Branch\"
|
257
|
+
/>\r\n <EntitySet Name=\"AreaPaths\" EntityType=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.AreaPath\"
|
258
|
+
/>\r\n <AssociationSet Name=\"Build_WorkItems\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Build_WorkItems\">\r\n
|
259
|
+
\ <End Role=\"Build\" EntitySet=\"Builds\" />\r\n <End Role=\"WorkItems\"
|
260
|
+
EntitySet=\"WorkItems\" />\r\n </AssociationSet>\r\n <AssociationSet
|
261
|
+
Name=\"Build_Changesets\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Build_Changesets\">\r\n
|
262
|
+
\ <End Role=\"Build\" EntitySet=\"Builds\" />\r\n <End Role=\"Changesets\"
|
263
|
+
EntitySet=\"Changesets\" />\r\n </AssociationSet>\r\n <AssociationSet
|
264
|
+
Name=\"Changeset_Changes\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Changeset_Changes\">\r\n
|
265
|
+
\ <End Role=\"Changeset\" EntitySet=\"Changesets\" />\r\n <End
|
266
|
+
Role=\"Changes\" EntitySet=\"Changes\" />\r\n </AssociationSet>\r\n
|
267
|
+
\ <AssociationSet Name=\"Changeset_WorkItems\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Changeset_WorkItems\">\r\n
|
268
|
+
\ <End Role=\"Changeset\" EntitySet=\"Changesets\" />\r\n <End
|
269
|
+
Role=\"WorkItems\" EntitySet=\"WorkItems\" />\r\n </AssociationSet>\r\n
|
270
|
+
\ <AssociationSet Name=\"Project_Changesets\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_Changesets\">\r\n
|
271
|
+
\ <End Role=\"Project\" EntitySet=\"Projects\" />\r\n <End
|
272
|
+
Role=\"Changesets\" EntitySet=\"Changesets\" />\r\n </AssociationSet>\r\n
|
273
|
+
\ <AssociationSet Name=\"Project_Builds\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_Builds\">\r\n
|
274
|
+
\ <End Role=\"Project\" EntitySet=\"Projects\" />\r\n <End
|
275
|
+
Role=\"Builds\" EntitySet=\"Builds\" />\r\n </AssociationSet>\r\n <AssociationSet
|
276
|
+
Name=\"Project_BuildDefinitions\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_BuildDefinitions\">\r\n
|
277
|
+
\ <End Role=\"Project\" EntitySet=\"Projects\" />\r\n <End
|
278
|
+
Role=\"BuildDefinitions\" EntitySet=\"BuildDefinitions\" />\r\n </AssociationSet>\r\n
|
279
|
+
\ <AssociationSet Name=\"Project_WorkItems\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_WorkItems\">\r\n
|
280
|
+
\ <End Role=\"Project\" EntitySet=\"Projects\" />\r\n <End
|
281
|
+
Role=\"WorkItems\" EntitySet=\"WorkItems\" />\r\n </AssociationSet>\r\n
|
282
|
+
\ <AssociationSet Name=\"Project_Queries\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_Queries\">\r\n
|
283
|
+
\ <End Role=\"Project\" EntitySet=\"Projects\" />\r\n <End
|
284
|
+
Role=\"Queries\" EntitySet=\"Queries\" />\r\n </AssociationSet>\r\n
|
285
|
+
\ <AssociationSet Name=\"Project_Branches\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_Branches\">\r\n
|
286
|
+
\ <End Role=\"Project\" EntitySet=\"Projects\" />\r\n <End
|
287
|
+
Role=\"Branches\" EntitySet=\"Branches\" />\r\n </AssociationSet>\r\n
|
288
|
+
\ <AssociationSet Name=\"Project_AreaPaths\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Project_AreaPaths\">\r\n
|
289
|
+
\ <End Role=\"Project\" EntitySet=\"Projects\" />\r\n <End
|
290
|
+
Role=\"AreaPaths\" EntitySet=\"AreaPaths\" />\r\n </AssociationSet>\r\n
|
291
|
+
\ <AssociationSet Name=\"WorkItem_Attachments\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem_Attachments\">\r\n
|
292
|
+
\ <End Role=\"WorkItem\" EntitySet=\"WorkItems\" />\r\n <End
|
293
|
+
Role=\"Attachments\" EntitySet=\"Attachments\" />\r\n </AssociationSet>\r\n
|
294
|
+
\ <AssociationSet Name=\"Query_WorkItems\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Query_WorkItems\">\r\n
|
295
|
+
\ <End Role=\"Query\" EntitySet=\"Queries\" />\r\n <End Role=\"WorkItems\"
|
296
|
+
EntitySet=\"WorkItems\" />\r\n </AssociationSet>\r\n <AssociationSet
|
297
|
+
Name=\"Branch_Changesets\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.Branch_Changesets\">\r\n
|
298
|
+
\ <End Role=\"Branch\" EntitySet=\"Branches\" />\r\n <End
|
299
|
+
Role=\"Changesets\" EntitySet=\"Changesets\" />\r\n </AssociationSet>\r\n
|
300
|
+
\ <AssociationSet Name=\"AreaPath_SubAreas\" Association=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.AreaPath_SubAreas\">\r\n
|
301
|
+
\ <End Role=\"AreaPath\" EntitySet=\"AreaPaths\" />\r\n <End
|
302
|
+
Role=\"SubAreas\" EntitySet=\"AreaPaths\" />\r\n </AssociationSet>\r\n
|
303
|
+
\ <FunctionImport Name=\"TriggerBuild\" m:HttpMethod=\"POST\" />\r\n
|
304
|
+
\ </EntityContainer>\r\n </Schema>\r\n </edmx:DataServices>\r\n</edmx:Edmx>"
|
305
|
+
http_version:
|
306
|
+
recorded_at: Wed, 06 Mar 2013 21:20:34 GMT
|
307
|
+
- request:
|
308
|
+
method: get
|
309
|
+
uri: https://snd%5Cplukevdh_cp:garbage@codeplexodata.cloudapp.net/TFS29/Projects('rubytfs')/WorkItems
|
310
|
+
body:
|
311
|
+
encoding: US-ASCII
|
312
|
+
string: ''
|
313
|
+
headers:
|
314
|
+
Accept:
|
315
|
+
- ! '*/*; q=0.5, application/xml'
|
316
|
+
Accept-Encoding:
|
317
|
+
- gzip, deflate
|
318
|
+
User-Agent:
|
319
|
+
- Ruby
|
320
|
+
response:
|
321
|
+
status:
|
322
|
+
code: 200
|
323
|
+
message: OK
|
324
|
+
headers:
|
325
|
+
Cache-Control:
|
326
|
+
- private
|
327
|
+
Content-Length:
|
328
|
+
- '39688'
|
329
|
+
Content-Type:
|
330
|
+
- application/atom+xml;charset=utf-8
|
331
|
+
Expires:
|
332
|
+
- Wed, 06 Mar 2013 21:21:05 GMT
|
333
|
+
Vary:
|
334
|
+
- ! '*'
|
335
|
+
Server:
|
336
|
+
- Microsoft-IIS/7.0
|
337
|
+
Dataserviceversion:
|
338
|
+
- 2.0;
|
339
|
+
X-Aspnet-Version:
|
340
|
+
- 4.0.30319
|
341
|
+
X-Powered-By:
|
342
|
+
- ASP.NET
|
343
|
+
Date:
|
344
|
+
- Wed, 06 Mar 2013 21:20:38 GMT
|
345
|
+
body:
|
346
|
+
encoding: US-ASCII
|
347
|
+
string: ! "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\r\n<feed
|
348
|
+
xml:base=\"https://codeplexodata.cloudapp.net/TFS29/\" xmlns:d=\"http://schemas.microsoft.com/ado/2007/08/dataservices\"
|
349
|
+
xmlns:m=\"http://schemas.microsoft.com/ado/2007/08/dataservices/metadata\"
|
350
|
+
xmlns=\"http://www.w3.org/2005/Atom\">\r\n <title type=\"text\">WorkItems</title>\r\n
|
351
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/Projects('rubytfs')/WorkItems/</id>\r\n
|
352
|
+
\ <updated>2013-03-06T21:20:38Z</updated>\r\n <link rel=\"self\" title=\"WorkItems\"
|
353
|
+
href=\"WorkItems\" />\r\n <entry m:etag=\"W/"datetime'2013-03-05T16%3A45%3A35.89%2B00%3A00'"\">\r\n
|
354
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1234)</id>\r\n
|
355
|
+
\ <title type=\"text\">Make It All Work</title>\r\n <summary type=\"text\"></summary>\r\n
|
356
|
+
\ <updated>2013-03-05T16:45:35Z</updated>\r\n <author>\r\n <name
|
357
|
+
/>\r\n </author>\r\n <link rel=\"edit\" title=\"WorkItem\" href=\"WorkItems(1234)\"
|
358
|
+
/>\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
359
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1234)/Attachments\"
|
360
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
361
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
362
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
363
|
+
m:type=\"Edm.Int32\">1234</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
364
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
365
|
+
m:type=\"Edm.Int32\">2</d:Revision>\r\n <d:Priority>Medium</d:Priority>\r\n
|
366
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
367
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
368
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T16:45:28.293+00:00</d:CreatedDate>\r\n
|
369
|
+
\ <d:CreatedBy>MCLWEB</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T16:45:35.89+00:00</d:ChangedDate>\r\n
|
370
|
+
\ <d:ChangedBy>MCLWEB</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
371
|
+
/>\r\n <d:Title>Make It All Work</d:Title>\r\n <d:State>Active</d:State>\r\n
|
372
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>Accepted</d:Reason>\r\n
|
373
|
+
\ <d:Description></d:Description>\r\n <d:ReproSteps m:null=\"true\"
|
374
|
+
/>\r\n <d:FoundInBuild m:null=\"true\" />\r\n <d:IntegratedInBuild
|
375
|
+
m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1234</d:WebEditorUrl>\r\n
|
376
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T16%3A45%3A53.3%2B00%3A00'"\">\r\n
|
377
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1235)</id>\r\n
|
378
|
+
\ <title type=\"text\">Bake Cookies</title>\r\n <summary type=\"text\"></summary>\r\n
|
379
|
+
\ <updated>2013-03-05T16:45:53Z</updated>\r\n <author>\r\n <name
|
380
|
+
/>\r\n </author>\r\n <link rel=\"edit\" title=\"WorkItem\" href=\"WorkItems(1235)\"
|
381
|
+
/>\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
382
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1235)/Attachments\"
|
383
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
384
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
385
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
386
|
+
m:type=\"Edm.Int32\">1235</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
387
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
388
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
389
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
390
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo></d:AssignedTo>\r\n
|
391
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T16:45:53.3+00:00</d:CreatedDate>\r\n
|
392
|
+
\ <d:CreatedBy>MCLWEB</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T16:45:53.3+00:00</d:ChangedDate>\r\n
|
393
|
+
\ <d:ChangedBy>MCLWEB</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
394
|
+
/>\r\n <d:Title>Bake Cookies</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
395
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
396
|
+
\ <d:Description></d:Description>\r\n <d:ReproSteps m:null=\"true\"
|
397
|
+
/>\r\n <d:FoundInBuild m:null=\"true\" />\r\n <d:IntegratedInBuild
|
398
|
+
m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1235</d:WebEditorUrl>\r\n
|
399
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T16%3A46%3A09.817%2B00%3A00'"\">\r\n
|
400
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1236)</id>\r\n
|
401
|
+
\ <title type=\"text\">Get Ingredients</title>\r\n <summary type=\"text\"></summary>\r\n
|
402
|
+
\ <updated>2013-03-05T16:46:09Z</updated>\r\n <author>\r\n <name
|
403
|
+
/>\r\n </author>\r\n <link rel=\"edit\" title=\"WorkItem\" href=\"WorkItems(1236)\"
|
404
|
+
/>\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
405
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1236)/Attachments\"
|
406
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
407
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
408
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
409
|
+
m:type=\"Edm.Int32\">1236</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
410
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
411
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
412
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
413
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo></d:AssignedTo>\r\n
|
414
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T16:46:09.817+00:00</d:CreatedDate>\r\n
|
415
|
+
\ <d:CreatedBy>MCLWEB</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T16:46:09.817+00:00</d:ChangedDate>\r\n
|
416
|
+
\ <d:ChangedBy>MCLWEB</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
417
|
+
/>\r\n <d:Title>Get Ingredients</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
418
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
419
|
+
\ <d:Description></d:Description>\r\n <d:ReproSteps m:null=\"true\"
|
420
|
+
/>\r\n <d:FoundInBuild m:null=\"true\" />\r\n <d:IntegratedInBuild
|
421
|
+
m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1236</d:WebEditorUrl>\r\n
|
422
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T16%3A46%3A34.147%2B00%3A00'"\">\r\n
|
423
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1237)</id>\r\n
|
424
|
+
\ <title type=\"text\">Learn To Spell</title>\r\n <summary type=\"text\"></summary>\r\n
|
425
|
+
\ <updated>2013-03-05T16:46:34Z</updated>\r\n <author>\r\n <name
|
426
|
+
/>\r\n </author>\r\n <link rel=\"edit\" title=\"WorkItem\" href=\"WorkItems(1237)\"
|
427
|
+
/>\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
428
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1237)/Attachments\"
|
429
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
430
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
431
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
432
|
+
m:type=\"Edm.Int32\">1237</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
433
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
434
|
+
m:type=\"Edm.Int32\">2</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
435
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
436
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo></d:AssignedTo>\r\n
|
437
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T16:46:33.997+00:00</d:CreatedDate>\r\n
|
438
|
+
\ <d:CreatedBy>MCLWEB</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T16:46:34.147+00:00</d:ChangedDate>\r\n
|
439
|
+
\ <d:ChangedBy>MCLWEB</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
440
|
+
/>\r\n <d:Title>Learn To Spell</d:Title>\r\n <d:State>Active</d:State>\r\n
|
441
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>Accepted</d:Reason>\r\n
|
442
|
+
\ <d:Description></d:Description>\r\n <d:ReproSteps m:null=\"true\"
|
443
|
+
/>\r\n <d:FoundInBuild m:null=\"true\" />\r\n <d:IntegratedInBuild
|
444
|
+
m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1237</d:WebEditorUrl>\r\n
|
445
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T16%3A53%3A35.42%2B00%3A00'"\">\r\n
|
446
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1238)</id>\r\n
|
447
|
+
\ <title type=\"text\">Test</title>\r\n <summary type=\"text\"></summary>\r\n
|
448
|
+
\ <updated>2013-03-05T16:53:35Z</updated>\r\n <author>\r\n <name
|
449
|
+
/>\r\n </author>\r\n <link rel=\"edit\" title=\"WorkItem\" href=\"WorkItems(1238)\"
|
450
|
+
/>\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
451
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1238)/Attachments\"
|
452
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
453
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
454
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
455
|
+
m:type=\"Edm.Int32\">1238</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
456
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
457
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
458
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
459
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo></d:AssignedTo>\r\n
|
460
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T16:53:35.42+00:00</d:CreatedDate>\r\n
|
461
|
+
\ <d:CreatedBy>MCLWEB</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T16:53:35.42+00:00</d:ChangedDate>\r\n
|
462
|
+
\ <d:ChangedBy>MCLWEB</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
463
|
+
/>\r\n <d:Title>Test</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
464
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
465
|
+
\ <d:Description></d:Description>\r\n <d:ReproSteps m:null=\"true\"
|
466
|
+
/>\r\n <d:FoundInBuild m:null=\"true\" />\r\n <d:IntegratedInBuild
|
467
|
+
m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1238</d:WebEditorUrl>\r\n
|
468
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T16%3A55%3A37.04%2B00%3A00'"\">\r\n
|
469
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1239)</id>\r\n
|
470
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
471
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T16:55:37Z</updated>\r\n
|
472
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
473
|
+
title=\"WorkItem\" href=\"WorkItems(1239)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
474
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1239)/Attachments\"
|
475
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
476
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
477
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
478
|
+
m:type=\"Edm.Int32\">1239</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
479
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
480
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
481
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
482
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
483
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T16:55:37.04+00:00</d:CreatedDate>\r\n
|
484
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T16:55:37.04+00:00</d:ChangedDate>\r\n
|
485
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
486
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
487
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
488
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
489
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
490
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1239</d:WebEditorUrl>\r\n
|
491
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A05%3A02.413%2B00%3A00'"\">\r\n
|
492
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1240)</id>\r\n
|
493
|
+
\ <title type=\"text\">Actually, I'm updated!!</title>\r\n <summary type=\"text\">WHAT?!</summary>\r\n
|
494
|
+
\ <updated>2013-03-05T17:05:02Z</updated>\r\n <author>\r\n <name
|
495
|
+
/>\r\n </author>\r\n <link rel=\"edit\" title=\"WorkItem\" href=\"WorkItems(1240)\"
|
496
|
+
/>\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
497
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1240)/Attachments\"
|
498
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
499
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
500
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
501
|
+
m:type=\"Edm.Int32\">1240</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
502
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
503
|
+
m:type=\"Edm.Int32\">3</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
504
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
505
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
506
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T16:56:42.113+00:00</d:CreatedDate>\r\n
|
507
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:05:02.413+00:00</d:ChangedDate>\r\n
|
508
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
509
|
+
/>\r\n <d:Title>Actually, I'm updated!!</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
510
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
511
|
+
\ <d:Description>WHAT?!</d:Description>\r\n <d:ReproSteps m:null=\"true\"
|
512
|
+
/>\r\n <d:FoundInBuild m:null=\"true\" />\r\n <d:IntegratedInBuild
|
513
|
+
m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1240</d:WebEditorUrl>\r\n
|
514
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T16%3A58%3A22.647%2B00%3A00'"\">\r\n
|
515
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1241)</id>\r\n
|
516
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
517
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T16:58:22Z</updated>\r\n
|
518
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
519
|
+
title=\"WorkItem\" href=\"WorkItems(1241)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
520
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1241)/Attachments\"
|
521
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
522
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
523
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
524
|
+
m:type=\"Edm.Int32\">1241</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
525
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
526
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
527
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
528
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
529
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T16:58:22.647+00:00</d:CreatedDate>\r\n
|
530
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T16:58:22.647+00:00</d:ChangedDate>\r\n
|
531
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
532
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
533
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
534
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
535
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
536
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1241</d:WebEditorUrl>\r\n
|
537
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T16%3A59%3A19.433%2B00%3A00'"\">\r\n
|
538
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1242)</id>\r\n
|
539
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
540
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T16:59:19Z</updated>\r\n
|
541
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
542
|
+
title=\"WorkItem\" href=\"WorkItems(1242)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
543
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1242)/Attachments\"
|
544
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
545
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
546
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
547
|
+
m:type=\"Edm.Int32\">1242</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
548
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
549
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
550
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
551
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
552
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T16:59:19.433+00:00</d:CreatedDate>\r\n
|
553
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T16:59:19.433+00:00</d:ChangedDate>\r\n
|
554
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
555
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
556
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
557
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
558
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
559
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1242</d:WebEditorUrl>\r\n
|
560
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A00%3A37.793%2B00%3A00'"\">\r\n
|
561
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1243)</id>\r\n
|
562
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
563
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T17:00:37Z</updated>\r\n
|
564
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
565
|
+
title=\"WorkItem\" href=\"WorkItems(1243)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
566
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1243)/Attachments\"
|
567
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
568
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
569
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
570
|
+
m:type=\"Edm.Int32\">1243</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
571
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
572
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
573
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
574
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
575
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T17:00:37.793+00:00</d:CreatedDate>\r\n
|
576
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:00:37.793+00:00</d:ChangedDate>\r\n
|
577
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
578
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
579
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
580
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
581
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
582
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1243</d:WebEditorUrl>\r\n
|
583
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A02%3A56.63%2B00%3A00'"\">\r\n
|
584
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1244)</id>\r\n
|
585
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
586
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T17:02:56Z</updated>\r\n
|
587
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
588
|
+
title=\"WorkItem\" href=\"WorkItems(1244)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
589
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1244)/Attachments\"
|
590
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
591
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
592
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
593
|
+
m:type=\"Edm.Int32\">1244</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
594
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
595
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
596
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
597
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
598
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T17:02:56.63+00:00</d:CreatedDate>\r\n
|
599
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:02:56.63+00:00</d:ChangedDate>\r\n
|
600
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
601
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
602
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
603
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
604
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
605
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1244</d:WebEditorUrl>\r\n
|
606
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A15%3A12.453%2B00%3A00'"\">\r\n
|
607
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1245)</id>\r\n
|
608
|
+
\ <title type=\"text\">I'm updated, son!!</title>\r\n <summary type=\"text\">Actually,
|
609
|
+
I'm updated!!</summary>\r\n <updated>2013-03-05T17:15:12Z</updated>\r\n
|
610
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
611
|
+
title=\"WorkItem\" href=\"WorkItems(1245)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
612
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1245)/Attachments\"
|
613
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
614
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
615
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
616
|
+
m:type=\"Edm.Int32\">1245</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
617
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
618
|
+
m:type=\"Edm.Int32\">4</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
619
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
620
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
621
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T17:03:28.703+00:00</d:CreatedDate>\r\n
|
622
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:15:12.453+00:00</d:ChangedDate>\r\n
|
623
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
624
|
+
/>\r\n <d:Title>I'm updated, son!!</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
625
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
626
|
+
\ <d:Description>Actually, I'm updated!!</d:Description>\r\n <d:ReproSteps
|
627
|
+
m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\" />\r\n <d:IntegratedInBuild
|
628
|
+
m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1245</d:WebEditorUrl>\r\n
|
629
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A12%3A05.48%2B00%3A00'"\">\r\n
|
630
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1246)</id>\r\n
|
631
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
632
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T17:12:05Z</updated>\r\n
|
633
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
634
|
+
title=\"WorkItem\" href=\"WorkItems(1246)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
635
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1246)/Attachments\"
|
636
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
637
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
638
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
639
|
+
m:type=\"Edm.Int32\">1246</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
640
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
641
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
642
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
643
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
644
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T17:12:05.48+00:00</d:CreatedDate>\r\n
|
645
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:12:05.48+00:00</d:ChangedDate>\r\n
|
646
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
647
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
648
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
649
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
650
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
651
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1246</d:WebEditorUrl>\r\n
|
652
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A13%3A02.26%2B00%3A00'"\">\r\n
|
653
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1247)</id>\r\n
|
654
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
655
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T17:13:02Z</updated>\r\n
|
656
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
657
|
+
title=\"WorkItem\" href=\"WorkItems(1247)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
658
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1247)/Attachments\"
|
659
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
660
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
661
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
662
|
+
m:type=\"Edm.Int32\">1247</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
663
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
664
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
665
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
666
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
667
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T17:13:02.26+00:00</d:CreatedDate>\r\n
|
668
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:13:02.26+00:00</d:ChangedDate>\r\n
|
669
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
670
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
671
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
672
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
673
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
674
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1247</d:WebEditorUrl>\r\n
|
675
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A13%3A45.317%2B00%3A00'"\">\r\n
|
676
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1248)</id>\r\n
|
677
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
678
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T17:13:45Z</updated>\r\n
|
679
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
680
|
+
title=\"WorkItem\" href=\"WorkItems(1248)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
681
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1248)/Attachments\"
|
682
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
683
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
684
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
685
|
+
m:type=\"Edm.Int32\">1248</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
686
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
687
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
688
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
689
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
690
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T17:13:45.317+00:00</d:CreatedDate>\r\n
|
691
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:13:45.317+00:00</d:ChangedDate>\r\n
|
692
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
693
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
694
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
695
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
696
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
697
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1248</d:WebEditorUrl>\r\n
|
698
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A14%3A28.3%2B00%3A00'"\">\r\n
|
699
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1249)</id>\r\n
|
700
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
701
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T17:14:28Z</updated>\r\n
|
702
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
703
|
+
title=\"WorkItem\" href=\"WorkItems(1249)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
704
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1249)/Attachments\"
|
705
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
706
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
707
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
708
|
+
m:type=\"Edm.Int32\">1249</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
709
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
710
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
711
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
712
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
713
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T17:14:28.3+00:00</d:CreatedDate>\r\n
|
714
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:14:28.3+00:00</d:ChangedDate>\r\n
|
715
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
716
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
717
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
718
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
719
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
720
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1249</d:WebEditorUrl>\r\n
|
721
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A15%3A02.35%2B00%3A00'"\">\r\n
|
722
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1250)</id>\r\n
|
723
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
724
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T17:15:02Z</updated>\r\n
|
725
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
726
|
+
title=\"WorkItem\" href=\"WorkItems(1250)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
727
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1250)/Attachments\"
|
728
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
729
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
730
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
731
|
+
m:type=\"Edm.Int32\">1250</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
732
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
733
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
734
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
735
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
736
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T17:15:02.35+00:00</d:CreatedDate>\r\n
|
737
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:15:02.35+00:00</d:ChangedDate>\r\n
|
738
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
739
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
740
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
741
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
742
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
743
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1250</d:WebEditorUrl>\r\n
|
744
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A18%3A13.42%2B00%3A00'"\">\r\n
|
745
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1251)</id>\r\n
|
746
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
747
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T17:18:13Z</updated>\r\n
|
748
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
749
|
+
title=\"WorkItem\" href=\"WorkItems(1251)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
750
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1251)/Attachments\"
|
751
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
752
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
753
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
754
|
+
m:type=\"Edm.Int32\">1251</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
755
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
756
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
757
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
758
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
759
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T17:18:13.42+00:00</d:CreatedDate>\r\n
|
760
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:18:13.42+00:00</d:ChangedDate>\r\n
|
761
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
762
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
763
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
764
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
765
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
766
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1251</d:WebEditorUrl>\r\n
|
767
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n <entry m:etag=\"W/"datetime'2013-03-05T17%3A26%3A20.447%2B00%3A00'"\">\r\n
|
768
|
+
\ <id>https://codeplexodata.cloudapp.net/TFS29/WorkItems(1252)</id>\r\n
|
769
|
+
\ <title type=\"text\">A Testing Item.</title>\r\n <summary type=\"text\">A
|
770
|
+
Test WorkItem from ruby_tfs wrapper</summary>\r\n <updated>2013-03-05T17:26:20Z</updated>\r\n
|
771
|
+
\ <author>\r\n <name />\r\n </author>\r\n <link rel=\"edit\"
|
772
|
+
title=\"WorkItem\" href=\"WorkItems(1252)\" />\r\n <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments\"
|
773
|
+
type=\"application/atom+xml;type=feed\" title=\"Attachments\" href=\"WorkItems(1252)/Attachments\"
|
774
|
+
/>\r\n <category term=\"Microsoft.Samples.DPE.ODataTFS.Model.Entities.WorkItem\"
|
775
|
+
scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\r\n
|
776
|
+
\ <content type=\"application/xml\">\r\n <m:properties>\r\n <d:Id
|
777
|
+
m:type=\"Edm.Int32\">1252</d:Id>\r\n <d:AreaPath>rubytfs</d:AreaPath>\r\n
|
778
|
+
\ <d:IterationPath>rubytfs</d:IterationPath>\r\n <d:Revision
|
779
|
+
m:type=\"Edm.Int32\">1</d:Revision>\r\n <d:Priority></d:Priority>\r\n
|
780
|
+
\ <d:Severity m:null=\"true\" />\r\n <d:StackRank m:null=\"true\"
|
781
|
+
/>\r\n <d:Project>rubytfs</d:Project>\r\n <d:AssignedTo>plukevdh_cp</d:AssignedTo>\r\n
|
782
|
+
\ <d:CreatedDate m:type=\"Edm.DateTime\">2013-03-05T17:26:20.447+00:00</d:CreatedDate>\r\n
|
783
|
+
\ <d:CreatedBy>plukevdh_cp</d:CreatedBy>\r\n <d:ChangedDate m:type=\"Edm.DateTime\">2013-03-05T17:26:20.447+00:00</d:ChangedDate>\r\n
|
784
|
+
\ <d:ChangedBy>plukevdh_cp</d:ChangedBy>\r\n <d:ResolvedBy m:null=\"true\"
|
785
|
+
/>\r\n <d:Title>A Testing Item.</d:Title>\r\n <d:State>Proposed</d:State>\r\n
|
786
|
+
\ <d:Type>Work Item</d:Type>\r\n <d:Reason>New</d:Reason>\r\n
|
787
|
+
\ <d:Description>A Test WorkItem from ruby_tfs wrapper</d:Description>\r\n
|
788
|
+
\ <d:ReproSteps m:null=\"true\" />\r\n <d:FoundInBuild m:null=\"true\"
|
789
|
+
/>\r\n <d:IntegratedInBuild m:null=\"true\" />\r\n <d:WebEditorUrl>https://tfs.codeplex.com/tfs/web/wi.aspx?pcguid=6d081351-a130-4f95-a3e6-486afb32637a&id=1252</d:WebEditorUrl>\r\n
|
790
|
+
\ </m:properties>\r\n </content>\r\n </entry>\r\n</feed>"
|
791
|
+
http_version:
|
792
|
+
recorded_at: Wed, 06 Mar 2013 21:20:38 GMT
|
793
|
+
recorded_with: VCR 2.4.0
|