rhoconnect 3.3.3 → 3.3.4
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +2 -2
- data/README.md +50 -7
- data/lib/rhoconnect/store.rb +7 -11
- data/lib/rhoconnect/version.rb +1 -1
- data/spec/store_spec.rb +2 -0
- metadata +623 -635
metadata
CHANGED
@@ -1,208 +1,202 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rhoconnect
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.3.4
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 3
|
8
|
-
- 3
|
9
|
-
- 3
|
10
|
-
version: 3.3.3
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Rhomobile
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
12
|
+
date: 2012-08-29 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: bundler
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
22
17
|
none: false
|
23
|
-
requirements:
|
18
|
+
requirements:
|
24
19
|
- - ~>
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
|
27
|
-
segments:
|
28
|
-
- 1
|
29
|
-
- 0
|
30
|
-
version: "1.0"
|
31
|
-
requirement: *id001
|
32
|
-
prerelease: false
|
33
|
-
name: bundler
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '1.0'
|
34
22
|
type: :runtime
|
35
|
-
|
36
|
-
version_requirements:
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
25
|
none: false
|
38
|
-
requirements:
|
26
|
+
requirements:
|
39
27
|
- - ~>
|
40
|
-
- !ruby/object:Gem::Version
|
41
|
-
|
42
|
-
|
43
|
-
- 1
|
44
|
-
- 3
|
45
|
-
version: "1.3"
|
46
|
-
requirement: *id002
|
47
|
-
prerelease: false
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '1.0'
|
30
|
+
- !ruby/object:Gem::Dependency
|
48
31
|
name: sinatra
|
49
|
-
|
50
|
-
- !ruby/object:Gem::Dependency
|
51
|
-
version_requirements: &id003 !ruby/object:Gem::Requirement
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
52
33
|
none: false
|
53
|
-
requirements:
|
34
|
+
requirements:
|
54
35
|
- - ~>
|
55
|
-
- !ruby/object:Gem::Version
|
56
|
-
|
57
|
-
|
58
|
-
- 0
|
59
|
-
- 9
|
60
|
-
- 2
|
61
|
-
- 2
|
62
|
-
version: 0.9.2.2
|
63
|
-
requirement: *id003
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '1.3'
|
38
|
+
type: :runtime
|
64
39
|
prerelease: false
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ~>
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '1.3'
|
46
|
+
- !ruby/object:Gem::Dependency
|
65
47
|
name: rake
|
66
|
-
|
67
|
-
- !ruby/object:Gem::Dependency
|
68
|
-
version_requirements: &id004 !ruby/object:Gem::Requirement
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
69
49
|
none: false
|
70
|
-
requirements:
|
50
|
+
requirements:
|
71
51
|
- - ~>
|
72
|
-
- !ruby/object:Gem::Version
|
73
|
-
|
74
|
-
|
75
|
-
- 1
|
76
|
-
- 6
|
77
|
-
- 0
|
78
|
-
version: 1.6.0
|
79
|
-
requirement: *id004
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: 0.9.2.2
|
54
|
+
type: :runtime
|
80
55
|
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ~>
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 0.9.2.2
|
62
|
+
- !ruby/object:Gem::Dependency
|
81
63
|
name: json
|
82
|
-
|
83
|
-
- !ruby/object:Gem::Dependency
|
84
|
-
version_requirements: &id005 !ruby/object:Gem::Requirement
|
64
|
+
requirement: !ruby/object:Gem::Requirement
|
85
65
|
none: false
|
86
|
-
requirements:
|
66
|
+
requirements:
|
87
67
|
- - ~>
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
|
90
|
-
|
91
|
-
- 0
|
92
|
-
- 9
|
93
|
-
- 4
|
94
|
-
version: 0.9.4
|
95
|
-
requirement: *id005
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: 1.6.0
|
70
|
+
type: :runtime
|
96
71
|
prerelease: false
|
72
|
+
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
74
|
+
requirements:
|
75
|
+
- - ~>
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: 1.6.0
|
78
|
+
- !ruby/object:Gem::Dependency
|
97
79
|
name: rubyzip
|
98
|
-
|
99
|
-
- !ruby/object:Gem::Dependency
|
100
|
-
version_requirements: &id006 !ruby/object:Gem::Requirement
|
80
|
+
requirement: !ruby/object:Gem::Requirement
|
101
81
|
none: false
|
102
|
-
requirements:
|
103
|
-
- -
|
104
|
-
- !ruby/object:Gem::Version
|
105
|
-
|
106
|
-
|
107
|
-
- 2
|
108
|
-
- 1
|
109
|
-
- 1
|
110
|
-
version: 2.1.1
|
111
|
-
requirement: *id006
|
82
|
+
requirements:
|
83
|
+
- - ~>
|
84
|
+
- !ruby/object:Gem::Version
|
85
|
+
version: 0.9.4
|
86
|
+
type: :runtime
|
112
87
|
prerelease: false
|
88
|
+
version_requirements: !ruby/object:Gem::Requirement
|
89
|
+
none: false
|
90
|
+
requirements:
|
91
|
+
- - ~>
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: 0.9.4
|
94
|
+
- !ruby/object:Gem::Dependency
|
113
95
|
name: uuidtools
|
114
|
-
|
115
|
-
- !ruby/object:Gem::Dependency
|
116
|
-
version_requirements: &id007 !ruby/object:Gem::Requirement
|
96
|
+
requirement: !ruby/object:Gem::Requirement
|
117
97
|
none: false
|
118
|
-
requirements:
|
119
|
-
- -
|
120
|
-
- !ruby/object:Gem::Version
|
121
|
-
|
122
|
-
|
123
|
-
- 2
|
124
|
-
- 2
|
125
|
-
- 0
|
126
|
-
version: 2.2.0
|
127
|
-
requirement: *id007
|
98
|
+
requirements:
|
99
|
+
- - ! '>='
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
version: 2.1.1
|
102
|
+
type: :runtime
|
128
103
|
prerelease: false
|
104
|
+
version_requirements: !ruby/object:Gem::Requirement
|
105
|
+
none: false
|
106
|
+
requirements:
|
107
|
+
- - ! '>='
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: 2.1.1
|
110
|
+
- !ruby/object:Gem::Dependency
|
129
111
|
name: redis
|
112
|
+
requirement: !ruby/object:Gem::Requirement
|
113
|
+
none: false
|
114
|
+
requirements:
|
115
|
+
- - ! '>='
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: 2.2.0
|
130
118
|
type: :runtime
|
131
|
-
|
132
|
-
version_requirements:
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
none: false
|
122
|
+
requirements:
|
123
|
+
- - ! '>='
|
124
|
+
- !ruby/object:Gem::Version
|
125
|
+
version: 2.2.0
|
126
|
+
- !ruby/object:Gem::Dependency
|
127
|
+
name: resque
|
128
|
+
requirement: !ruby/object:Gem::Requirement
|
133
129
|
none: false
|
134
|
-
requirements:
|
130
|
+
requirements:
|
135
131
|
- - ~>
|
136
|
-
- !ruby/object:Gem::Version
|
137
|
-
hash: 71
|
138
|
-
segments:
|
139
|
-
- 1
|
140
|
-
- 20
|
141
|
-
- 0
|
132
|
+
- !ruby/object:Gem::Version
|
142
133
|
version: 1.20.0
|
143
|
-
requirement: *id008
|
144
|
-
prerelease: false
|
145
|
-
name: resque
|
146
134
|
type: :runtime
|
147
|
-
|
148
|
-
version_requirements:
|
135
|
+
prerelease: false
|
136
|
+
version_requirements: !ruby/object:Gem::Requirement
|
149
137
|
none: false
|
150
|
-
requirements:
|
138
|
+
requirements:
|
151
139
|
- - ~>
|
152
|
-
- !ruby/object:Gem::Version
|
153
|
-
|
154
|
-
|
155
|
-
- 1
|
156
|
-
- 6
|
157
|
-
- 1
|
158
|
-
version: 1.6.1
|
159
|
-
requirement: *id009
|
160
|
-
prerelease: false
|
140
|
+
- !ruby/object:Gem::Version
|
141
|
+
version: 1.20.0
|
142
|
+
- !ruby/object:Gem::Dependency
|
161
143
|
name: rest-client
|
162
|
-
|
163
|
-
- !ruby/object:Gem::Dependency
|
164
|
-
version_requirements: &id010 !ruby/object:Gem::Requirement
|
144
|
+
requirement: !ruby/object:Gem::Requirement
|
165
145
|
none: false
|
166
|
-
requirements:
|
146
|
+
requirements:
|
167
147
|
- - ~>
|
168
|
-
- !ruby/object:Gem::Version
|
169
|
-
|
170
|
-
|
171
|
-
- 1
|
172
|
-
- 0
|
173
|
-
- 0
|
174
|
-
version: 1.0.0
|
175
|
-
requirement: *id010
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
version: 1.6.1
|
150
|
+
type: :runtime
|
176
151
|
prerelease: false
|
152
|
+
version_requirements: !ruby/object:Gem::Requirement
|
153
|
+
none: false
|
154
|
+
requirements:
|
155
|
+
- - ~>
|
156
|
+
- !ruby/object:Gem::Version
|
157
|
+
version: 1.6.1
|
158
|
+
- !ruby/object:Gem::Dependency
|
177
159
|
name: templater
|
178
|
-
|
179
|
-
- !ruby/object:Gem::Dependency
|
180
|
-
version_requirements: &id011 !ruby/object:Gem::Requirement
|
160
|
+
requirement: !ruby/object:Gem::Requirement
|
181
161
|
none: false
|
182
|
-
requirements:
|
162
|
+
requirements:
|
183
163
|
- - ~>
|
184
|
-
- !ruby/object:Gem::Version
|
185
|
-
|
186
|
-
|
187
|
-
- 0
|
188
|
-
- 15
|
189
|
-
- 0
|
190
|
-
version: 0.15.0
|
191
|
-
requirement: *id011
|
164
|
+
- !ruby/object:Gem::Version
|
165
|
+
version: 1.0.0
|
166
|
+
type: :runtime
|
192
167
|
prerelease: false
|
168
|
+
version_requirements: !ruby/object:Gem::Requirement
|
169
|
+
none: false
|
170
|
+
requirements:
|
171
|
+
- - ~>
|
172
|
+
- !ruby/object:Gem::Version
|
173
|
+
version: 1.0.0
|
174
|
+
- !ruby/object:Gem::Dependency
|
193
175
|
name: thor
|
176
|
+
requirement: !ruby/object:Gem::Requirement
|
177
|
+
none: false
|
178
|
+
requirements:
|
179
|
+
- - ~>
|
180
|
+
- !ruby/object:Gem::Version
|
181
|
+
version: 0.15.0
|
194
182
|
type: :runtime
|
183
|
+
prerelease: false
|
184
|
+
version_requirements: !ruby/object:Gem::Requirement
|
185
|
+
none: false
|
186
|
+
requirements:
|
187
|
+
- - ~>
|
188
|
+
- !ruby/object:Gem::Version
|
189
|
+
version: 0.15.0
|
195
190
|
description: RhoConnect App Integration Server and related command-line utilities
|
196
191
|
email: dev@rhomobile.com
|
197
|
-
executables:
|
192
|
+
executables:
|
198
193
|
- rhoconnect
|
199
194
|
- rhoconnect-benchmark
|
200
195
|
extensions: []
|
201
|
-
|
202
|
-
extra_rdoc_files:
|
196
|
+
extra_rdoc_files:
|
203
197
|
- LICENSE
|
204
198
|
- README.md
|
205
|
-
files:
|
199
|
+
files:
|
206
200
|
- CHANGELOG.md
|
207
201
|
- CREDITS
|
208
202
|
- Gemfile
|
@@ -212,627 +206,621 @@ files:
|
|
212
206
|
- Rakefile
|
213
207
|
- LICENSE
|
214
208
|
- rhoconnect.gemspec
|
215
|
-
- bench/
|
216
|
-
- bench/
|
217
|
-
- bench/
|
218
|
-
- bench/
|
219
|
-
- bench/
|
220
|
-
- bench/
|
221
|
-
- bench/
|
222
|
-
- bench/
|
223
|
-
- bench/
|
224
|
-
- bench/
|
209
|
+
- bench/bench
|
210
|
+
- bench/bench_runner.rb
|
211
|
+
- bench/benchapp/application.rb
|
212
|
+
- bench/benchapp/config.ru
|
213
|
+
- bench/benchapp/Gemfile
|
214
|
+
- bench/benchapp/Rakefile
|
215
|
+
- bench/benchapp/settings/license.key
|
216
|
+
- bench/benchapp/settings/settings.yml
|
217
|
+
- bench/benchapp/sources/mock_adapter.rb
|
218
|
+
- bench/benchapp/sources/queue_mock_adapter.rb
|
219
|
+
- bench/benchapp/spec/sources/mock_adapter_spec.rb
|
220
|
+
- bench/benchapp/spec/sources/queue_mock_adapter_spec.rb
|
221
|
+
- bench/benchapp/spec/spec_helper.rb
|
222
|
+
- bench/blobapp/application.rb
|
223
|
+
- bench/blobapp/config.ru
|
224
|
+
- bench/blobapp/Gemfile
|
225
|
+
- bench/blobapp/Rakefile
|
226
|
+
- bench/blobapp/settings/license.key
|
227
|
+
- bench/blobapp/settings/settings.yml
|
228
|
+
- bench/blobapp/sources/blob_adapter.rb
|
229
|
+
- bench/blobapp/spec/sources/blob_adapter_spec.rb
|
230
|
+
- bench/blobapp/spec/spec_helper.rb
|
231
|
+
- bench/distr_bench/distr_bench
|
232
|
+
- bench/distr_bench/distr_bench_main
|
233
|
+
- bench/distr_bench/run_distr_client.sh
|
234
|
+
- bench/distr_bench/run_test_query_script.sh
|
225
235
|
- bench/lib/bench/aws_utils.rb
|
236
|
+
- bench/lib/bench/bench_result_processor.rb
|
237
|
+
- bench/lib/bench/cli.rb
|
226
238
|
- bench/lib/bench/distr_runner.rb
|
227
|
-
- bench/lib/bench/
|
228
|
-
- bench/lib/bench/
|
239
|
+
- bench/lib/bench/logging.rb
|
240
|
+
- bench/lib/bench/mock_client.rb
|
229
241
|
- bench/lib/bench/result.rb
|
242
|
+
- bench/lib/bench/runner.rb
|
230
243
|
- bench/lib/bench/session.rb
|
231
|
-
- bench/lib/bench/
|
244
|
+
- bench/lib/bench/statistics.rb
|
245
|
+
- bench/lib/bench/test_data.rb
|
232
246
|
- bench/lib/bench/timer.rb
|
233
|
-
- bench/lib/
|
234
|
-
- bench/lib/
|
247
|
+
- bench/lib/bench/utils.rb
|
248
|
+
- bench/lib/bench.rb
|
249
|
+
- bench/lib/testdata/100-data.txt
|
250
|
+
- bench/lib/testdata/images/icon.ico
|
235
251
|
- bench/lib/testdata/images/icon.png
|
252
|
+
- bench/lib/testdata/images/loading-Landscape.png
|
236
253
|
- bench/lib/testdata/images/loading-LandscapeLeft.png
|
237
|
-
- bench/lib/testdata/images/loading-PortraitUpsideDown.png
|
238
254
|
- bench/lib/testdata/images/loading-LandscapeRight.png
|
239
|
-
- bench/lib/testdata/images/loading
|
240
|
-
- bench/lib/testdata/images/
|
255
|
+
- bench/lib/testdata/images/loading-Portrait.png
|
256
|
+
- bench/lib/testdata/images/loading-PortraitUpsideDown.png
|
241
257
|
- bench/lib/testdata/images/loading.png
|
242
|
-
- bench/lib/testdata/
|
243
|
-
- bench/
|
244
|
-
- bench/
|
245
|
-
- bench/
|
246
|
-
- bench/
|
247
|
-
- bench/benchapp/settings/settings.yml
|
248
|
-
- bench/benchapp/Gemfile
|
249
|
-
- bench/benchapp/spec/sources/queue_mock_adapter_spec.rb
|
250
|
-
- bench/benchapp/spec/sources/mock_adapter_spec.rb
|
251
|
-
- bench/benchapp/spec/spec_helper.rb
|
252
|
-
- bench/benchapp/config.ru
|
253
|
-
- bench/benchapp/Rakefile
|
254
|
-
- bench/run_query_only_script.sh
|
255
|
-
- bench/spec/bench_spec_helper.rb
|
256
|
-
- bench/spec/result_spec.rb
|
257
|
-
- bench/spec/mock_client_spec.rb
|
258
|
-
- bench/spec/logging_spec.rb
|
259
|
-
- bench/spec/utils_spec.rb
|
260
|
-
- bench/spec/mock_adapter_spec.rb
|
258
|
+
- bench/lib/testdata/images/loading@2x.png
|
259
|
+
- bench/prepare_bench
|
260
|
+
- bench/run_bench.sh
|
261
|
+
- bench/run_blob_script.sh
|
262
|
+
- bench/run_cud_script.sh
|
261
263
|
- bench/run_query_md_script.sh
|
262
|
-
- bench/
|
263
|
-
- bench/
|
264
|
+
- bench/run_query_only_script.sh
|
265
|
+
- bench/run_query_script.sh
|
266
|
+
- bench/run_test_query_script.sh
|
267
|
+
- bench/run_test_source_script.sh
|
264
268
|
- bench/scripts/blob_cud_script.rb
|
265
|
-
- bench/scripts/test_query_script.rb
|
266
269
|
- bench/scripts/cud_script.rb
|
267
270
|
- bench/scripts/helpers.rb
|
271
|
+
- bench/scripts/query_md_script.rb
|
268
272
|
- bench/scripts/query_only_script.rb
|
269
273
|
- bench/scripts/query_script.rb
|
270
|
-
- bench/
|
271
|
-
- bench/
|
272
|
-
- bench/
|
273
|
-
- bench/
|
274
|
-
- bench/
|
275
|
-
- bench/
|
276
|
-
- bench/
|
277
|
-
- bench/
|
278
|
-
- bench/blobapp/Gemfile
|
279
|
-
- bench/blobapp/spec/sources/blob_adapter_spec.rb
|
280
|
-
- bench/blobapp/spec/spec_helper.rb
|
281
|
-
- bench/blobapp/config.ru
|
282
|
-
- bench/blobapp/Rakefile
|
283
|
-
- bench/run_blob_script.sh
|
284
|
-
- bench/distr_bench/run_test_query_script.sh
|
285
|
-
- bench/distr_bench/run_distr_client.sh
|
286
|
-
- bench/distr_bench/distr_bench_main
|
287
|
-
- bench/distr_bench/distr_bench
|
288
|
-
- commands/execute.rb
|
289
|
-
- commands/utilities/dtach_installed.rb
|
290
|
-
- commands/generators/app.rb
|
291
|
-
- commands/generators/source.rb
|
274
|
+
- bench/scripts/test_query_script.rb
|
275
|
+
- bench/scripts/test_source_script.rb
|
276
|
+
- bench/spec/bench_spec_helper.rb
|
277
|
+
- bench/spec/logging_spec.rb
|
278
|
+
- bench/spec/mock_adapter_spec.rb
|
279
|
+
- bench/spec/mock_client_spec.rb
|
280
|
+
- bench/spec/result_spec.rb
|
281
|
+
- bench/spec/utils_spec.rb
|
292
282
|
- commands/commands/dtach_commands/dtach_about.rb
|
293
283
|
- commands/commands/dtach_commands/dtach_install.rb
|
294
|
-
- commands/commands/
|
284
|
+
- commands/commands/redis_commands/redis_about.rb
|
285
|
+
- commands/commands/redis_commands/redis_attach.rb
|
286
|
+
- commands/commands/redis_commands/redis_download.rb
|
287
|
+
- commands/commands/redis_commands/redis_install.rb
|
288
|
+
- commands/commands/redis_commands/redis_make.rb
|
289
|
+
- commands/commands/redis_commands/redis_restart.rb
|
290
|
+
- commands/commands/redis_commands/redis_runner.rb
|
291
|
+
- commands/commands/redis_commands/redis_start.rb
|
292
|
+
- commands/commands/redis_commands/redis_startbg.rb
|
293
|
+
- commands/commands/redis_commands/redis_stop.rb
|
294
|
+
- commands/commands/rhoconnect/attach.rb
|
295
295
|
- commands/commands/rhoconnect/clean_start.rb
|
296
|
-
- commands/commands/rhoconnect/secret.rb
|
297
|
-
- commands/commands/rhoconnect/web.rb
|
298
|
-
- commands/commands/rhoconnect/get_token.rb
|
299
|
-
- commands/commands/rhoconnect/war.rb
|
300
|
-
- commands/commands/rhoconnect/create_user.rb
|
301
296
|
- commands/commands/rhoconnect/config.rb
|
302
|
-
- commands/commands/rhoconnect/
|
303
|
-
- commands/commands/rhoconnect/startbg.rb
|
304
|
-
- commands/commands/rhoconnect/restart.rb
|
305
|
-
- commands/commands/rhoconnect/start.rb
|
306
|
-
- commands/commands/rhoconnect/attach.rb
|
297
|
+
- commands/commands/rhoconnect/console.rb
|
307
298
|
- commands/commands/rhoconnect/console_helper.rb
|
308
|
-
- commands/commands/rhoconnect/
|
309
|
-
- commands/commands/rhoconnect/
|
299
|
+
- commands/commands/rhoconnect/create_user.rb
|
300
|
+
- commands/commands/rhoconnect/delete_device.rb
|
301
|
+
- commands/commands/rhoconnect/delete_user.rb
|
310
302
|
- commands/commands/rhoconnect/flushdb.rb
|
311
|
-
- commands/commands/rhoconnect/
|
303
|
+
- commands/commands/rhoconnect/get_token.rb
|
312
304
|
- commands/commands/rhoconnect/reset.rb
|
305
|
+
- commands/commands/rhoconnect/reset_refresh.rb
|
306
|
+
- commands/commands/rhoconnect/restart.rb
|
307
|
+
- commands/commands/rhoconnect/secret.rb
|
308
|
+
- commands/commands/rhoconnect/set_admin_password.rb
|
309
|
+
- commands/commands/rhoconnect/spec.rb
|
310
|
+
- commands/commands/rhoconnect/start.rb
|
311
|
+
- commands/commands/rhoconnect/startbg.rb
|
313
312
|
- commands/commands/rhoconnect/startdebug.rb
|
314
|
-
- commands/commands/rhoconnect/delete_device.rb
|
315
|
-
- commands/commands/rhoconnect/console.rb
|
316
313
|
- commands/commands/rhoconnect/stop.rb
|
317
|
-
- commands/commands/
|
318
|
-
- commands/commands/
|
319
|
-
- commands/commands/
|
320
|
-
- commands/
|
321
|
-
- commands/
|
322
|
-
- commands/
|
323
|
-
- commands/
|
324
|
-
-
|
325
|
-
-
|
326
|
-
-
|
314
|
+
- commands/commands/rhoconnect/version.rb
|
315
|
+
- commands/commands/rhoconnect/war.rb
|
316
|
+
- commands/commands/rhoconnect/web.rb
|
317
|
+
- commands/execute.rb
|
318
|
+
- commands/generators/app.rb
|
319
|
+
- commands/generators/source.rb
|
320
|
+
- commands/utilities/dtach_installed.rb
|
321
|
+
- doc/adapters-crm.txt
|
322
|
+
- doc/adapters-intro.txt
|
323
|
+
- doc/async-jobs.txt
|
324
|
+
- doc/authentication.txt
|
327
325
|
- doc/benchmarks-running.txt
|
328
|
-
- doc/push-backend-setup.txt
|
329
|
-
- doc/rest-api.txt
|
330
|
-
- doc/web-console.txt
|
331
|
-
- doc/client.txt
|
332
|
-
- doc/command-line.txt
|
333
|
-
- doc/blob-sync.txt
|
334
|
-
- doc/introduction.txt
|
335
|
-
- doc/async-jobs.txt
|
336
|
-
- doc/migration.txt
|
337
|
-
- doc/client-objc.txt
|
338
|
-
- doc/push-server-setup.txt
|
339
|
-
- doc/settings.txt
|
340
|
-
- doc/tutorial.txt
|
341
326
|
- doc/benchmarks.txt
|
327
|
+
- doc/blob-sync.txt
|
342
328
|
- doc/bulk-sync.txt
|
343
|
-
- doc/
|
344
|
-
- doc/
|
345
|
-
- doc/
|
346
|
-
- doc/
|
347
|
-
- doc/
|
348
|
-
- doc/testing.txt
|
349
|
-
- doc/install.txt
|
350
|
-
- doc/net-plugin.txt
|
329
|
+
- doc/client-java.txt
|
330
|
+
- doc/client-objc.txt
|
331
|
+
- doc/client.txt
|
332
|
+
- doc/command-line.txt
|
333
|
+
- doc/cud-conflicts.txt
|
351
334
|
- doc/deploying.txt
|
335
|
+
- doc/extending-rhoconnect-server.txt
|
352
336
|
- doc/heroku-addon.txt
|
353
|
-
- doc/licensing.txt
|
354
|
-
- doc/rails-plugin.txt
|
355
|
-
- doc/supported-platforms.txt
|
356
|
-
- doc/public/css/style.css
|
357
|
-
- doc/public/css/print.css
|
358
|
-
- doc/public/css/screen.css
|
359
|
-
- doc/public/cli.txt
|
360
337
|
- doc/hosting-rhohub.txt
|
361
|
-
- doc/
|
362
|
-
- doc/
|
338
|
+
- doc/install.txt
|
339
|
+
- doc/introduction.txt
|
363
340
|
- doc/java-plugin.txt
|
364
|
-
- doc/
|
365
|
-
- doc/
|
341
|
+
- doc/licensing.txt
|
342
|
+
- doc/metadata.txt
|
343
|
+
- doc/migration.txt
|
344
|
+
- doc/net-plugin.txt
|
366
345
|
- doc/plugin-intro.txt
|
367
|
-
- doc/
|
368
|
-
- doc/
|
346
|
+
- doc/preparing-production.txt
|
347
|
+
- doc/public/cli.txt
|
348
|
+
- doc/public/css/print.css
|
349
|
+
- doc/public/css/screen.css
|
350
|
+
- doc/public/css/style.css
|
351
|
+
- doc/push-backend-setup.txt
|
369
352
|
- doc/push-client-setup.txt
|
370
|
-
- doc/
|
353
|
+
- doc/push-server-setup.txt
|
354
|
+
- doc/push.txt
|
355
|
+
- doc/rails-plugin.txt
|
356
|
+
- doc/rest-api.txt
|
357
|
+
- doc/rhoconnect-redis-stack.txt
|
358
|
+
- doc/settings.txt
|
359
|
+
- doc/source-adapters.txt
|
360
|
+
- doc/stats-middleware.txt
|
361
|
+
- doc/supported-platforms.txt
|
362
|
+
- doc/testing.txt
|
363
|
+
- doc/tutorial.txt
|
364
|
+
- doc/web-console.txt
|
371
365
|
- examples/simple/application.rb
|
372
|
-
- examples/simple/
|
373
|
-
- examples/simple/sources/simple_adapter.rb
|
374
|
-
- examples/simple/sources/product.rb
|
375
|
-
- examples/simple/settings/license.key
|
376
|
-
- examples/simple/settings/settings.yml
|
366
|
+
- examples/simple/config.ru
|
377
367
|
- examples/simple/Gemfile
|
378
368
|
- examples/simple/my_server.rb
|
379
|
-
- examples/simple/config.ru
|
380
369
|
- examples/simple/Rakefile
|
370
|
+
- examples/simple/settings/license.key
|
371
|
+
- examples/simple/settings/settings.yml
|
372
|
+
- examples/simple/sources/product.rb
|
373
|
+
- examples/simple/sources/sample_adapter.rb
|
374
|
+
- examples/simple/sources/simple_adapter.rb
|
381
375
|
- generators/rhoconnect.rb
|
382
376
|
- generators/templates/application/application.rb
|
383
|
-
- generators/templates/application/
|
384
|
-
- generators/templates/application/settings/settings.yml
|
377
|
+
- generators/templates/application/config.ru
|
385
378
|
- generators/templates/application/Gemfile
|
386
|
-
- generators/templates/application/spec/spec_helper.rb
|
387
379
|
- generators/templates/application/gitignore
|
388
|
-
- generators/templates/application/config.ru
|
389
380
|
- generators/templates/application/Rakefile
|
390
|
-
- generators/templates/
|
381
|
+
- generators/templates/application/settings/license.key
|
382
|
+
- generators/templates/application/settings/settings.yml
|
383
|
+
- generators/templates/application/spec/spec_helper.rb
|
391
384
|
- generators/templates/source/source_adapter.rb
|
392
|
-
-
|
393
|
-
- installer/unix-like/rho_connect_install_utilities.rb
|
394
|
-
- installer/unix-like/rho_connect_install_debian.rb
|
385
|
+
- generators/templates/source/source_spec.rb
|
395
386
|
- installer/unix-like/create_texts.rb
|
396
387
|
- installer/unix-like/post_install.sh
|
397
|
-
- installer/unix-like/rho_connect_install_checkers.rb
|
398
|
-
- installer/unix-like/rhoinstaller.rb
|
399
|
-
- installer/unix-like/rho_connect_install_get_params.rb
|
400
388
|
- installer/unix-like/post_uninstall.sh
|
401
389
|
- installer/unix-like/pre_install.sh
|
402
|
-
- installer/unix-like/
|
403
|
-
- installer/unix-like/
|
404
|
-
- installer/unix-like/rho_connect_install_dnd.rb
|
390
|
+
- installer/unix-like/pre_uninstall.sh
|
391
|
+
- installer/unix-like/rho_connect_install_checkers.rb
|
405
392
|
- installer/unix-like/rho_connect_install_constants.rb
|
406
|
-
- installer/
|
407
|
-
- installer/
|
408
|
-
- installer/
|
409
|
-
- installer/
|
410
|
-
- installer/
|
411
|
-
- installer/
|
393
|
+
- installer/unix-like/rho_connect_install_debian.rb
|
394
|
+
- installer/unix-like/rho_connect_install_dnd.rb
|
395
|
+
- installer/unix-like/rho_connect_install_get_params.rb
|
396
|
+
- installer/unix-like/rho_connect_install_installers.rb
|
397
|
+
- installer/unix-like/rho_connect_install_utilities.rb
|
398
|
+
- installer/unix-like/rho_connect_install_yum.rb
|
399
|
+
- installer/unix-like/rhoinstaller.rb
|
412
400
|
- installer/utils/constants.rb
|
413
|
-
- installer/utils/
|
401
|
+
- installer/utils/create_sha1.rb
|
402
|
+
- installer/utils/delete_from_s3.rb
|
403
|
+
- installer/utils/download_from_s3.rb
|
404
|
+
- installer/utils/nix_install_test.rb
|
405
|
+
- installer/utils/nix_installation.rake
|
414
406
|
- installer/utils/package_upload/repos.rake
|
407
|
+
- installer/utils/package_upload/s3_single_file.rb
|
415
408
|
- installer/utils/package_upload/s3_upload.rb
|
416
|
-
- installer/utils/download_from_s3.rb
|
417
409
|
- installer/utils/verify_checksum.rb
|
418
|
-
- installer/
|
419
|
-
- installer/
|
420
|
-
- installer/
|
421
|
-
- installer/
|
422
|
-
-
|
423
|
-
-
|
424
|
-
- lib/rhoconnect/
|
425
|
-
- lib/rhoconnect/
|
426
|
-
- lib/rhoconnect/
|
427
|
-
- lib/rhoconnect/
|
428
|
-
- lib/rhoconnect/
|
429
|
-
- lib/rhoconnect/
|
430
|
-
- lib/rhoconnect/
|
431
|
-
- lib/rhoconnect/
|
432
|
-
- lib/rhoconnect/
|
433
|
-
- lib/rhoconnect/
|
434
|
-
- lib/rhoconnect/
|
435
|
-
- lib/rhoconnect/web-console/views/show_user.js
|
436
|
-
- lib/rhoconnect/web-console/views/index.js
|
437
|
-
- lib/rhoconnect/web-console/views/doc.js
|
438
|
-
- lib/rhoconnect/web-console/views/set_adapter.js
|
439
|
-
- lib/rhoconnect/web-console/views/settings.js
|
440
|
-
- lib/rhoconnect/web-console/views/new_user.js
|
441
|
-
- lib/rhoconnect/web-console/views/users.js
|
442
|
-
- lib/rhoconnect/web-console/views/server_doc.js
|
443
|
-
- lib/rhoconnect/web-console/views/show_device.js
|
444
|
-
- lib/rhoconnect/web-console/views/home.js
|
445
|
-
- lib/rhoconnect/web-console/views/stats.js
|
446
|
-
- lib/rhoconnect/web-console/views/api_token.js
|
447
|
-
- lib/rhoconnect/web-console/views/new_ping.js
|
448
|
-
- lib/rhoconnect/web-console/views/source_docs.js
|
449
|
-
- lib/rhoconnect/web-console/models/session.js
|
450
|
-
- lib/rhoconnect/web-console/models/doc.js
|
451
|
-
- lib/rhoconnect/web-console/models/source.js
|
452
|
-
- lib/rhoconnect/web-console/models/user.js
|
453
|
-
- lib/rhoconnect/web-console/models/adapter.js
|
454
|
-
- lib/rhoconnect/web-console/models/client.js
|
455
|
-
- lib/rhoconnect/web-console/models/stats.js
|
456
|
-
- lib/rhoconnect/web-console/public/bootstrap.css
|
457
|
-
- lib/rhoconnect/web-console/public/jquery-1.7.1.min.js
|
458
|
-
- lib/rhoconnect/web-console/public/bootstrap-collapse.js
|
459
|
-
- lib/rhoconnect/web-console/public/rhoconnect-web.js
|
460
|
-
- lib/rhoconnect/web-console/public/jqplot/jqplot.cursor.js
|
461
|
-
- lib/rhoconnect/web-console/public/jqplot/jqplot.canvasAxisTickRenderer.js
|
462
|
-
- lib/rhoconnect/web-console/public/jqplot/jqplot.canvasAxisLabelRenderer.js
|
463
|
-
- lib/rhoconnect/web-console/public/jqplot/jqplot.pointLabels.min.js
|
464
|
-
- lib/rhoconnect/web-console/public/jqplot/jquery.jqplot.min.js
|
465
|
-
- lib/rhoconnect/web-console/public/jqplot/jqplot.dateAxisRenderer.min.js
|
466
|
-
- lib/rhoconnect/web-console/public/jqplot/excanvas.min.js
|
467
|
-
- lib/rhoconnect/web-console/public/jqplot/jqplot.dateAxisRenderer.js
|
468
|
-
- lib/rhoconnect/web-console/public/jqplot/jquery.jqplot.min.css
|
469
|
-
- lib/rhoconnect/web-console/public/jqplot/jquery-1.4.2.min.js
|
470
|
-
- lib/rhoconnect/web-console/public/jqplot/jqplot.canvasTextRenderer.js
|
471
|
-
- lib/rhoconnect/web-console/public/jqplot/jqplot.barRenderer.min.js
|
472
|
-
- lib/rhoconnect/web-console/public/jqplot/jqplot.categoryAxisRenderer.min.js
|
473
|
-
- lib/rhoconnect/web-console/public/backbone.js
|
474
|
-
- lib/rhoconnect/web-console/public/underscore.js
|
475
|
-
- lib/rhoconnect/web-console/controllers/admins.js
|
476
|
-
- lib/rhoconnect/web-console/templates/jqplot.erb
|
477
|
-
- lib/rhoconnect/web-console/templates/index.erb
|
410
|
+
- installer/windows/configUi.ini
|
411
|
+
- installer/windows/EnvVarUpdate.nsh
|
412
|
+
- installer/windows/icon.ico
|
413
|
+
- installer/windows/rhosync.nsi
|
414
|
+
- installer/windows/ServiceLib.nsh
|
415
|
+
- installer/windows/uninstall.bat
|
416
|
+
- lib/rhoconnect/api/app/ans_login.rb
|
417
|
+
- lib/rhoconnect/api/app/bulk_data.rb
|
418
|
+
- lib/rhoconnect/api/app/fast_delete.rb
|
419
|
+
- lib/rhoconnect/api/app/fast_insert.rb
|
420
|
+
- lib/rhoconnect/api/app/fast_update.rb
|
421
|
+
- lib/rhoconnect/api/app/login.rb
|
422
|
+
- lib/rhoconnect/api/app/push_deletes.rb
|
423
|
+
- lib/rhoconnect/api/app/push_objects.rb
|
424
|
+
- lib/rhoconnect/api/app/query.rb
|
425
|
+
- lib/rhoconnect/api/app/queue_updates.rb
|
426
|
+
- lib/rhoconnect/api/app/search.rb
|
478
427
|
- lib/rhoconnect/api/client/client_get_db_doc.rb
|
428
|
+
- lib/rhoconnect/api/client/client_set_db_doc.rb
|
429
|
+
- lib/rhoconnect/api/client/create.rb
|
479
430
|
- lib/rhoconnect/api/client/get_client_params.rb
|
431
|
+
- lib/rhoconnect/api/client/list_client_docs.rb
|
480
432
|
- lib/rhoconnect/api/client/register.rb
|
481
|
-
- lib/rhoconnect/api/client/client_set_db_doc.rb
|
482
433
|
- lib/rhoconnect/api/client/reset.rb
|
483
|
-
- lib/rhoconnect/api/
|
484
|
-
- lib/rhoconnect/api/
|
485
|
-
- lib/rhoconnect/api/
|
434
|
+
- lib/rhoconnect/api/readstate/set_refresh_time.rb
|
435
|
+
- lib/rhoconnect/api/source/get_source_params.rb
|
436
|
+
- lib/rhoconnect/api/source/list_sources.rb
|
437
|
+
- lib/rhoconnect/api/source/update_source_params.rb
|
438
|
+
- lib/rhoconnect/api/store/get_db_doc.rb
|
439
|
+
- lib/rhoconnect/api/store/set_db_doc.rb
|
486
440
|
- lib/rhoconnect/api/system/get_adapter.rb
|
487
|
-
- lib/rhoconnect/api/system/login.rb
|
488
|
-
- lib/rhoconnect/api/system/stats.rb
|
489
441
|
- lib/rhoconnect/api/system/get_license_info.rb
|
442
|
+
- lib/rhoconnect/api/system/login.rb
|
490
443
|
- lib/rhoconnect/api/system/reset.rb
|
491
|
-
- lib/rhoconnect/api/
|
444
|
+
- lib/rhoconnect/api/system/save_adapter.rb
|
445
|
+
- lib/rhoconnect/api/system/stats.rb
|
492
446
|
- lib/rhoconnect/api/user/create_user.rb
|
493
|
-
- lib/rhoconnect/api/user/
|
447
|
+
- lib/rhoconnect/api/user/delete_client.rb
|
494
448
|
- lib/rhoconnect/api/user/delete_user.rb
|
495
449
|
- lib/rhoconnect/api/user/list_clients.rb
|
496
450
|
- lib/rhoconnect/api/user/list_source_docs.rb
|
451
|
+
- lib/rhoconnect/api/user/list_users.rb
|
452
|
+
- lib/rhoconnect/api/user/ping.rb
|
497
453
|
- lib/rhoconnect/api/user/show_user.rb
|
498
|
-
- lib/rhoconnect/api/user/user_set_db_doc.rb
|
499
|
-
- lib/rhoconnect/api/user/delete_client.rb
|
500
454
|
- lib/rhoconnect/api/user/update_user.rb
|
501
|
-
- lib/rhoconnect/api/user/
|
502
|
-
- lib/rhoconnect/api/
|
503
|
-
- lib/rhoconnect/
|
504
|
-
- lib/rhoconnect/
|
505
|
-
- lib/rhoconnect/
|
506
|
-
- lib/rhoconnect/api/store/get_db_doc.rb
|
507
|
-
- lib/rhoconnect/api/store/set_db_doc.rb
|
508
|
-
- lib/rhoconnect/api/app/fast_delete.rb
|
509
|
-
- lib/rhoconnect/api/app/fast_insert.rb
|
510
|
-
- lib/rhoconnect/api/app/push_objects.rb
|
511
|
-
- lib/rhoconnect/api/app/fast_update.rb
|
512
|
-
- lib/rhoconnect/api/app/queue_updates.rb
|
513
|
-
- lib/rhoconnect/api/app/push_deletes.rb
|
514
|
-
- lib/rhoconnect/api/app/query.rb
|
515
|
-
- lib/rhoconnect/api/app/login.rb
|
516
|
-
- lib/rhoconnect/api/app/search.rb
|
517
|
-
- lib/rhoconnect/api/app/bulk_data.rb
|
518
|
-
- lib/rhoconnect/api/app/ans_login.rb
|
519
|
-
- lib/rhoconnect/graph_helper.rb
|
520
|
-
- lib/rhoconnect/bulk_data/syncdb.index.schema
|
455
|
+
- lib/rhoconnect/api/user/user_get_db_doc.rb
|
456
|
+
- lib/rhoconnect/api/user/user_set_db_doc.rb
|
457
|
+
- lib/rhoconnect/api_token.rb
|
458
|
+
- lib/rhoconnect/app.rb
|
459
|
+
- lib/rhoconnect/async.rb
|
521
460
|
- lib/rhoconnect/bulk_data/bulk_data.rb
|
461
|
+
- lib/rhoconnect/bulk_data/syncdb.index.schema
|
522
462
|
- lib/rhoconnect/bulk_data/syncdb.schema
|
523
|
-
- lib/rhoconnect/
|
524
|
-
- lib/rhoconnect/
|
463
|
+
- lib/rhoconnect/bulk_data.rb
|
464
|
+
- lib/rhoconnect/client.rb
|
465
|
+
- lib/rhoconnect/client_sync.rb
|
466
|
+
- lib/rhoconnect/console/server.rb
|
467
|
+
- lib/rhoconnect/console.rb
|
468
|
+
- lib/rhoconnect/credential.rb
|
469
|
+
- lib/rhoconnect/db_adapter.rb
|
470
|
+
- lib/rhoconnect/document.rb
|
471
|
+
- lib/rhoconnect/dynamic_adapter.rb
|
472
|
+
- lib/rhoconnect/generator.rb
|
473
|
+
- lib/rhoconnect/graph_helper.rb
|
525
474
|
- lib/rhoconnect/jobs/bulk_data_job.rb
|
475
|
+
- lib/rhoconnect/jobs/ping_job.rb
|
526
476
|
- lib/rhoconnect/jobs/source_job.rb
|
527
|
-
- lib/rhoconnect/
|
528
|
-
- lib/rhoconnect/
|
529
|
-
- lib/rhoconnect/
|
530
|
-
- lib/rhoconnect/
|
531
|
-
- lib/rhoconnect/
|
532
|
-
- lib/rhoconnect/
|
533
|
-
- lib/rhoconnect/source_adapter.rb
|
534
|
-
- lib/rhoconnect/generator.rb
|
535
|
-
- lib/rhoconnect/version.rb
|
536
|
-
- lib/rhoconnect/rho_indifferent_access.rb
|
537
|
-
- lib/rhoconnect/credential.rb
|
538
|
-
- lib/rhoconnect/test_methods.rb
|
539
|
-
- lib/rhoconnect/bulk_data.rb
|
540
|
-
- lib/rhoconnect/api_token.rb
|
541
|
-
- lib/rhoconnect/ping.rb
|
542
|
-
- lib/rhoconnect/client_sync.rb
|
543
|
-
- lib/rhoconnect/store.rb
|
544
|
-
- lib/rhoconnect/dynamic_adapter.rb
|
545
|
-
- lib/rhoconnect/app.rb
|
546
|
-
- lib/rhoconnect/model.rb
|
547
|
-
- lib/rhoconnect/source.rb
|
477
|
+
- lib/rhoconnect/license.rb
|
478
|
+
- lib/rhoconnect/lock_ops.rb
|
479
|
+
- lib/rhoconnect/middleware/admin_user.rb
|
480
|
+
- lib/rhoconnect/middleware/body_content_type_parser.rb
|
481
|
+
- lib/rhoconnect/middleware/cors.rb
|
482
|
+
- lib/rhoconnect/middleware/current_app.rb
|
548
483
|
- lib/rhoconnect/middleware/current_request.rb
|
549
484
|
- lib/rhoconnect/middleware/current_user.rb
|
550
|
-
- lib/rhoconnect/middleware/current_app.rb
|
551
|
-
- lib/rhoconnect/middleware/body_content_type_parser.rb
|
552
|
-
- lib/rhoconnect/middleware/login_required.rb
|
553
|
-
- lib/rhoconnect/middleware/admin_user.rb
|
554
485
|
- lib/rhoconnect/middleware/helpers.rb
|
555
|
-
- lib/rhoconnect/middleware/
|
486
|
+
- lib/rhoconnect/middleware/login_required.rb
|
556
487
|
- lib/rhoconnect/middleware/stats.rb
|
557
488
|
- lib/rhoconnect/middleware/x_domain_session_wrapper.rb
|
558
|
-
- lib/rhoconnect/
|
489
|
+
- lib/rhoconnect/model.rb
|
490
|
+
- lib/rhoconnect/ping/android.rb
|
491
|
+
- lib/rhoconnect/ping/apple.rb
|
492
|
+
- lib/rhoconnect/ping/blackberry.rb
|
493
|
+
- lib/rhoconnect/ping/rhoconnect_push.rb
|
494
|
+
- lib/rhoconnect/ping.rb
|
495
|
+
- lib/rhoconnect/predefined_adapters/bench_adapter.rb
|
559
496
|
- lib/rhoconnect/read_state.rb
|
497
|
+
- lib/rhoconnect/rho_indifferent_access.rb
|
498
|
+
- lib/rhoconnect/server.rb
|
499
|
+
- lib/rhoconnect/source.rb
|
500
|
+
- lib/rhoconnect/source_adapter.rb
|
501
|
+
- lib/rhoconnect/source_sync.rb
|
502
|
+
- lib/rhoconnect/stats/record.rb
|
503
|
+
- lib/rhoconnect/store.rb
|
504
|
+
- lib/rhoconnect/tasks.rb
|
505
|
+
- lib/rhoconnect/test_methods.rb
|
506
|
+
- lib/rhoconnect/user.rb
|
507
|
+
- lib/rhoconnect/utilities.rb
|
508
|
+
- lib/rhoconnect/version.rb
|
509
|
+
- lib/rhoconnect/web-console/controllers/admins.js
|
510
|
+
- lib/rhoconnect/web-console/models/adapter.js
|
511
|
+
- lib/rhoconnect/web-console/models/client.js
|
512
|
+
- lib/rhoconnect/web-console/models/doc.js
|
513
|
+
- lib/rhoconnect/web-console/models/session.js
|
514
|
+
- lib/rhoconnect/web-console/models/source.js
|
515
|
+
- lib/rhoconnect/web-console/models/stats.js
|
516
|
+
- lib/rhoconnect/web-console/models/user.js
|
517
|
+
- lib/rhoconnect/web-console/public/backbone.js
|
518
|
+
- lib/rhoconnect/web-console/public/bootstrap-collapse.js
|
519
|
+
- lib/rhoconnect/web-console/public/bootstrap.css
|
520
|
+
- lib/rhoconnect/web-console/public/jqplot/excanvas.min.js
|
521
|
+
- lib/rhoconnect/web-console/public/jqplot/jqplot.barRenderer.min.js
|
522
|
+
- lib/rhoconnect/web-console/public/jqplot/jqplot.canvasAxisLabelRenderer.js
|
523
|
+
- lib/rhoconnect/web-console/public/jqplot/jqplot.canvasAxisTickRenderer.js
|
524
|
+
- lib/rhoconnect/web-console/public/jqplot/jqplot.canvasTextRenderer.js
|
525
|
+
- lib/rhoconnect/web-console/public/jqplot/jqplot.categoryAxisRenderer.min.js
|
526
|
+
- lib/rhoconnect/web-console/public/jqplot/jqplot.cursor.js
|
527
|
+
- lib/rhoconnect/web-console/public/jqplot/jqplot.dateAxisRenderer.js
|
528
|
+
- lib/rhoconnect/web-console/public/jqplot/jqplot.dateAxisRenderer.min.js
|
529
|
+
- lib/rhoconnect/web-console/public/jqplot/jqplot.pointLabels.min.js
|
530
|
+
- lib/rhoconnect/web-console/public/jqplot/jquery-1.4.2.min.js
|
531
|
+
- lib/rhoconnect/web-console/public/jqplot/jquery.jqplot.min.css
|
532
|
+
- lib/rhoconnect/web-console/public/jqplot/jquery.jqplot.min.js
|
533
|
+
- lib/rhoconnect/web-console/public/jquery-1.7.1.min.js
|
534
|
+
- lib/rhoconnect/web-console/public/rhoconnect-web.js
|
535
|
+
- lib/rhoconnect/web-console/public/underscore.js
|
536
|
+
- lib/rhoconnect/web-console/server.rb
|
537
|
+
- lib/rhoconnect/web-console/templates/index.erb
|
538
|
+
- lib/rhoconnect/web-console/templates/jqplot.erb
|
539
|
+
- lib/rhoconnect/web-console/views/api_token.js
|
540
|
+
- lib/rhoconnect/web-console/views/doc.js
|
541
|
+
- lib/rhoconnect/web-console/views/edit_user.js
|
542
|
+
- lib/rhoconnect/web-console/views/home.js
|
543
|
+
- lib/rhoconnect/web-console/views/index.js
|
544
|
+
- lib/rhoconnect/web-console/views/new_ping.js
|
545
|
+
- lib/rhoconnect/web-console/views/new_user.js
|
546
|
+
- lib/rhoconnect/web-console/views/server_doc.js
|
547
|
+
- lib/rhoconnect/web-console/views/set_adapter.js
|
548
|
+
- lib/rhoconnect/web-console/views/settings.js
|
549
|
+
- lib/rhoconnect/web-console/views/show_device.js
|
550
|
+
- lib/rhoconnect/web-console/views/show_user.js
|
551
|
+
- lib/rhoconnect/web-console/views/source_docs.js
|
552
|
+
- lib/rhoconnect/web-console/views/stats.js
|
553
|
+
- lib/rhoconnect/web-console/views/users.js
|
560
554
|
- lib/rhoconnect.rb
|
561
555
|
- tasks/jasmine.rake
|
562
556
|
- tasks/redis.rake
|
563
|
-
- spec/
|
564
|
-
- spec/
|
565
|
-
- spec/
|
566
|
-
- spec/
|
567
|
-
- spec/
|
568
|
-
- spec/
|
569
|
-
- spec/read_state_spec.rb
|
570
|
-
- spec/spec.opts
|
571
|
-
- spec/dynamic_adapter_spec.rb
|
572
|
-
- spec/server/cors_spec.rb
|
573
|
-
- spec/server/x_domain_session_wrapper_spec.rb
|
574
|
-
- spec/server/stats_spec.rb
|
575
|
-
- spec/server/server_spec.rb
|
576
|
-
- spec/api/client/get_client_params_spec.rb
|
557
|
+
- spec/api/api_helper.rb
|
558
|
+
- spec/api/app/fast_delete_spec.rb
|
559
|
+
- spec/api/app/fast_insert_spec.rb
|
560
|
+
- spec/api/app/fast_update_spec.rb
|
561
|
+
- spec/api/app/push_deletes_spec.rb
|
562
|
+
- spec/api/app/push_objects_spec.rb
|
577
563
|
- spec/api/client/client_get_db_doc_spec.rb
|
578
|
-
- spec/api/client/list_client_docs_spec.rb
|
579
564
|
- spec/api/client/client_set_db_doc_spec.rb
|
580
|
-
- spec/api/
|
565
|
+
- spec/api/client/get_client_params_spec.rb
|
566
|
+
- spec/api/client/list_client_docs_spec.rb
|
567
|
+
- spec/api/readstate/set_refresh_time_spec.rb
|
568
|
+
- spec/api/source/get_source_params_spec.rb
|
569
|
+
- spec/api/source/list_sources_spec.rb
|
570
|
+
- spec/api/source/update_source_params_spec.rb
|
571
|
+
- spec/api/store/get_db_doc_spec.rb
|
572
|
+
- spec/api/store/set_db_doc_spec.rb
|
573
|
+
- spec/api/system/adapter_spec.rb
|
581
574
|
- spec/api/system/get_license_info_spec.rb
|
575
|
+
- spec/api/system/login_spec.rb
|
582
576
|
- spec/api/system/reset_spec.rb
|
583
577
|
- spec/api/system/stats_spec.rb
|
584
|
-
- spec/api/system/adapter_spec.rb
|
585
|
-
- spec/api/user/ping_spec.rb
|
586
|
-
- spec/api/user/delete_user_spec.rb
|
587
|
-
- spec/api/user/user_set_db_doc_spec.rb
|
588
578
|
- spec/api/user/create_user_spec.rb
|
589
|
-
- spec/api/user/list_users_spec.rb
|
590
579
|
- spec/api/user/delete_client_spec.rb
|
591
|
-
- spec/api/user/
|
580
|
+
- spec/api/user/delete_user_spec.rb
|
581
|
+
- spec/api/user/list_clients_spec.rb
|
582
|
+
- spec/api/user/list_source_docs_spec.rb
|
583
|
+
- spec/api/user/list_users_spec.rb
|
584
|
+
- spec/api/user/ping_spec.rb
|
592
585
|
- spec/api/user/show_user_spec.rb
|
593
586
|
- spec/api/user/update_user_spec.rb
|
594
|
-
- spec/api/user/
|
595
|
-
- spec/api/user/
|
596
|
-
- spec/api/readstate/set_refresh_time_spec.rb
|
597
|
-
- spec/api/source/update_source_params_spec.rb
|
598
|
-
- spec/api/source/list_sources_spec.rb
|
599
|
-
- spec/api/source/get_source_params_spec.rb
|
600
|
-
- spec/api/api_helper.rb
|
601
|
-
- spec/api/store/set_db_doc_spec.rb
|
602
|
-
- spec/api/store/get_db_doc_spec.rb
|
603
|
-
- spec/api/app/fast_delete_spec.rb
|
604
|
-
- spec/api/app/push_objects_spec.rb
|
605
|
-
- spec/api/app/fast_update_spec.rb
|
606
|
-
- spec/api/app/push_deletes_spec.rb
|
607
|
-
- spec/api/app/fast_insert_spec.rb
|
608
|
-
- spec/bulk_data/bulk_data_spec.rb
|
587
|
+
- spec/api/user/user_get_db_doc_spec.rb
|
588
|
+
- spec/api/user/user_set_db_doc_spec.rb
|
609
589
|
- spec/api_token_spec.rb
|
610
590
|
- spec/app_spec.rb
|
591
|
+
- spec/apps/emptyapp/application.rb
|
592
|
+
- spec/apps/emptyapp/settings/license.key
|
593
|
+
- spec/apps/emptyapp/settings/settings.yml
|
594
|
+
- spec/apps/rhotestapp/application.rb
|
595
|
+
- spec/apps/rhotestapp/config.ru
|
596
|
+
- spec/apps/rhotestapp/Rakefile
|
597
|
+
- spec/apps/rhotestapp/settings/apple_fake_cert.pem
|
598
|
+
- spec/apps/rhotestapp/settings/license.key
|
599
|
+
- spec/apps/rhotestapp/settings/settings.yml
|
600
|
+
- spec/apps/rhotestapp/sources/base_adapter.rb
|
601
|
+
- spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
|
602
|
+
- spec/apps/rhotestapp/sources/other_adapter.rb
|
603
|
+
- spec/apps/rhotestapp/sources/sample_adapter.rb
|
604
|
+
- spec/apps/rhotestapp/sources/simple_adapter.rb
|
605
|
+
- spec/apps/rhotestapp/sources/sub_adapter.rb
|
606
|
+
- spec/apps/rhotestapp/vendor/mygem-0.1.0/lib/mygem/mygem.rb
|
607
|
+
- spec/apps/rhotestapp/vendor/mygem-0.1.0/lib/mygem.rb
|
611
608
|
- spec/async_spec.rb
|
612
|
-
- spec/
|
613
|
-
- spec/
|
614
|
-
- spec/
|
615
|
-
- spec/jobs/bulk_data_job_spec.rb
|
616
|
-
- spec/store_spec.rb
|
617
|
-
- spec/ping/blackberry_spec.rb
|
618
|
-
- spec/ping/rhoconnect_push_spec.rb
|
619
|
-
- spec/ping/apple_spec.rb
|
620
|
-
- spec/ping/android_spec.rb
|
621
|
-
- spec/rhoconnect_spec.rb
|
622
|
-
- spec/perf/perf_spec_helper.rb
|
623
|
-
- spec/perf/bulk_data_perf_spec.rb
|
624
|
-
- spec/perf/store_perf_spec.rb
|
625
|
-
- spec/factories/factories.rb
|
626
|
-
- spec/document_spec.rb
|
627
|
-
- spec/doc/header.html
|
628
|
-
- spec/doc/footer.html
|
609
|
+
- spec/bulk_data/bulk_data_spec.rb
|
610
|
+
- spec/client_spec.rb
|
611
|
+
- spec/client_sync_spec.rb
|
629
612
|
- spec/doc/base.html
|
630
613
|
- spec/doc/doc_spec.rb
|
631
|
-
- spec/
|
632
|
-
- spec/
|
633
|
-
- spec/
|
634
|
-
- spec/
|
635
|
-
- spec/
|
636
|
-
- spec/
|
637
|
-
- spec/
|
638
|
-
- spec/javascripts/PlayerSpec.js
|
614
|
+
- spec/doc/footer.html
|
615
|
+
- spec/doc/header.html
|
616
|
+
- spec/document_spec.rb
|
617
|
+
- spec/dynamic_adapter_spec.rb
|
618
|
+
- spec/factories/factories.rb
|
619
|
+
- spec/generator/generator_spec.rb
|
620
|
+
- spec/generator/generator_spec_helper.rb
|
639
621
|
- spec/javascripts/admins_routes_spec.js
|
640
|
-
- spec/javascripts/
|
641
|
-
- spec/javascripts/
|
642
|
-
- spec/javascripts/
|
643
|
-
- spec/javascripts/helpers/jasmine-sinon.js
|
644
|
-
- spec/javascripts/helpers/SpecHelper.js
|
622
|
+
- spec/javascripts/admins_spec.js
|
623
|
+
- spec/javascripts/doc_view_spec.js
|
624
|
+
- spec/javascripts/edit_user_view_spec.js
|
645
625
|
- spec/javascripts/helpers/jasmine-jquery.js
|
626
|
+
- spec/javascripts/helpers/jasmine-sinon.js
|
646
627
|
- spec/javascripts/helpers/sinon-1.3.2.js
|
647
|
-
- spec/javascripts/
|
648
|
-
- spec/javascripts/
|
649
|
-
- spec/javascripts/doc_view_spec.js
|
650
|
-
- spec/javascripts/set_adapter_view_spec.js
|
628
|
+
- spec/javascripts/helpers/SpecHelper.js
|
629
|
+
- spec/javascripts/home_view_spec.js
|
651
630
|
- spec/javascripts/index_view_spec.js
|
631
|
+
- spec/javascripts/new_ping_view_spec.js
|
652
632
|
- spec/javascripts/new_user_view_spec.js
|
653
|
-
- spec/javascripts/
|
654
|
-
- spec/
|
655
|
-
- spec/
|
656
|
-
- spec/
|
657
|
-
- spec/
|
658
|
-
- spec/
|
659
|
-
- spec/
|
660
|
-
- spec/
|
661
|
-
- spec/
|
662
|
-
- spec/
|
663
|
-
- spec/
|
664
|
-
- spec/
|
665
|
-
- spec/
|
666
|
-
- spec/
|
667
|
-
- spec/
|
668
|
-
- spec/
|
669
|
-
- spec/
|
670
|
-
- spec/
|
671
|
-
- spec/
|
633
|
+
- spec/javascripts/PlayerSpec.js
|
634
|
+
- spec/javascripts/server_doc_view_spec.js
|
635
|
+
- spec/javascripts/session_spec.js
|
636
|
+
- spec/javascripts/set_adapter_view_spec.js
|
637
|
+
- spec/javascripts/show_device_view_spec.js
|
638
|
+
- spec/javascripts/show_user_view_spec.js
|
639
|
+
- spec/javascripts/source_docs_view_spec.js
|
640
|
+
- spec/javascripts/support/jasmine.yml
|
641
|
+
- spec/javascripts/support/jasmine_config.rb
|
642
|
+
- spec/javascripts/support/jasmine_runner.rb
|
643
|
+
- spec/javascripts/users_view_spec.js
|
644
|
+
- spec/jobs/bulk_data_job_spec.rb
|
645
|
+
- spec/jobs/ping_job_spec.rb
|
646
|
+
- spec/jobs/source_job_spec.rb
|
647
|
+
- spec/license_spec.rb
|
648
|
+
- spec/model_spec.rb
|
649
|
+
- spec/perf/bulk_data_perf_spec.rb
|
650
|
+
- spec/perf/perf_spec_helper.rb
|
651
|
+
- spec/perf/store_perf_spec.rb
|
652
|
+
- spec/ping/android_spec.rb
|
653
|
+
- spec/ping/apple_spec.rb
|
654
|
+
- spec/ping/blackberry_spec.rb
|
655
|
+
- spec/ping/rhoconnect_push_spec.rb
|
656
|
+
- spec/read_state_spec.rb
|
657
|
+
- spec/rhoconnect_spec.rb
|
658
|
+
- spec/server/cors_spec.rb
|
659
|
+
- spec/server/server_spec.rb
|
660
|
+
- spec/server/stats_spec.rb
|
661
|
+
- spec/server/x_domain_session_wrapper_spec.rb
|
662
|
+
- spec/source_adapter_spec.rb
|
663
|
+
- spec/source_spec.rb
|
664
|
+
- spec/source_sync_spec.rb
|
665
|
+
- spec/spec.opts
|
666
|
+
- spec/spec_helper.rb
|
667
|
+
- spec/stats/record_spec.rb
|
668
|
+
- spec/store_spec.rb
|
669
|
+
- spec/support/shared_examples.rb
|
672
670
|
- spec/sync_states_spec.rb
|
673
|
-
- spec/
|
671
|
+
- spec/test_methods_spec.rb
|
672
|
+
- spec/testdata/1000-data.txt
|
674
673
|
- spec/testdata/compressed/compress-data.txt
|
675
674
|
- spec/testdata/upload1.txt
|
676
675
|
- spec/testdata/upload2.txt
|
677
|
-
- spec/
|
678
|
-
- spec/client_sync_spec.rb
|
679
|
-
- spec/source_sync_spec.rb
|
680
|
-
- spec/model_spec.rb
|
681
|
-
- spec/generator/generator_spec_helper.rb
|
682
|
-
- spec/generator/generator_spec.rb
|
676
|
+
- spec/user_spec.rb
|
683
677
|
- bin/rhoconnect
|
684
678
|
- bin/rhoconnect-benchmark
|
685
679
|
homepage: http://rhomobile.com/products/rhoconnect
|
686
680
|
licenses: []
|
687
|
-
|
688
681
|
post_install_message:
|
689
682
|
rdoc_options: []
|
690
|
-
|
691
|
-
require_paths:
|
683
|
+
require_paths:
|
692
684
|
- lib
|
693
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
685
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
694
686
|
none: false
|
695
|
-
requirements:
|
696
|
-
- -
|
697
|
-
- !ruby/object:Gem::Version
|
698
|
-
|
699
|
-
segments:
|
687
|
+
requirements:
|
688
|
+
- - ! '>='
|
689
|
+
- !ruby/object:Gem::Version
|
690
|
+
version: '0'
|
691
|
+
segments:
|
700
692
|
- 0
|
701
|
-
|
702
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
693
|
+
hash: 195252860756873636
|
694
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
703
695
|
none: false
|
704
|
-
requirements:
|
705
|
-
- -
|
706
|
-
- !ruby/object:Gem::Version
|
707
|
-
|
708
|
-
segments:
|
709
|
-
- 0
|
710
|
-
version: "0"
|
696
|
+
requirements:
|
697
|
+
- - ! '>='
|
698
|
+
- !ruby/object:Gem::Version
|
699
|
+
version: '0'
|
711
700
|
requirements: []
|
712
|
-
|
713
701
|
rubyforge_project:
|
714
|
-
rubygems_version: 1.8.
|
702
|
+
rubygems_version: 1.8.24
|
715
703
|
signing_key:
|
716
704
|
specification_version: 3
|
717
705
|
summary: RhoConnect App Integration Server
|
718
|
-
test_files:
|
719
|
-
- spec/
|
720
|
-
- spec/
|
721
|
-
- spec/
|
722
|
-
- spec/
|
723
|
-
- spec/
|
724
|
-
- spec/
|
725
|
-
- spec/read_state_spec.rb
|
726
|
-
- spec/spec.opts
|
727
|
-
- spec/dynamic_adapter_spec.rb
|
728
|
-
- spec/server/cors_spec.rb
|
729
|
-
- spec/server/x_domain_session_wrapper_spec.rb
|
730
|
-
- spec/server/stats_spec.rb
|
731
|
-
- spec/server/server_spec.rb
|
732
|
-
- spec/api/client/get_client_params_spec.rb
|
706
|
+
test_files:
|
707
|
+
- spec/api/api_helper.rb
|
708
|
+
- spec/api/app/fast_delete_spec.rb
|
709
|
+
- spec/api/app/fast_insert_spec.rb
|
710
|
+
- spec/api/app/fast_update_spec.rb
|
711
|
+
- spec/api/app/push_deletes_spec.rb
|
712
|
+
- spec/api/app/push_objects_spec.rb
|
733
713
|
- spec/api/client/client_get_db_doc_spec.rb
|
734
|
-
- spec/api/client/list_client_docs_spec.rb
|
735
714
|
- spec/api/client/client_set_db_doc_spec.rb
|
736
|
-
- spec/api/
|
715
|
+
- spec/api/client/get_client_params_spec.rb
|
716
|
+
- spec/api/client/list_client_docs_spec.rb
|
717
|
+
- spec/api/readstate/set_refresh_time_spec.rb
|
718
|
+
- spec/api/source/get_source_params_spec.rb
|
719
|
+
- spec/api/source/list_sources_spec.rb
|
720
|
+
- spec/api/source/update_source_params_spec.rb
|
721
|
+
- spec/api/store/get_db_doc_spec.rb
|
722
|
+
- spec/api/store/set_db_doc_spec.rb
|
723
|
+
- spec/api/system/adapter_spec.rb
|
737
724
|
- spec/api/system/get_license_info_spec.rb
|
725
|
+
- spec/api/system/login_spec.rb
|
738
726
|
- spec/api/system/reset_spec.rb
|
739
727
|
- spec/api/system/stats_spec.rb
|
740
|
-
- spec/api/system/adapter_spec.rb
|
741
|
-
- spec/api/user/ping_spec.rb
|
742
|
-
- spec/api/user/delete_user_spec.rb
|
743
|
-
- spec/api/user/user_set_db_doc_spec.rb
|
744
728
|
- spec/api/user/create_user_spec.rb
|
745
|
-
- spec/api/user/list_users_spec.rb
|
746
729
|
- spec/api/user/delete_client_spec.rb
|
747
|
-
- spec/api/user/
|
730
|
+
- spec/api/user/delete_user_spec.rb
|
731
|
+
- spec/api/user/list_clients_spec.rb
|
732
|
+
- spec/api/user/list_source_docs_spec.rb
|
733
|
+
- spec/api/user/list_users_spec.rb
|
734
|
+
- spec/api/user/ping_spec.rb
|
748
735
|
- spec/api/user/show_user_spec.rb
|
749
736
|
- spec/api/user/update_user_spec.rb
|
750
|
-
- spec/api/user/
|
751
|
-
- spec/api/user/
|
752
|
-
- spec/api/readstate/set_refresh_time_spec.rb
|
753
|
-
- spec/api/source/update_source_params_spec.rb
|
754
|
-
- spec/api/source/list_sources_spec.rb
|
755
|
-
- spec/api/source/get_source_params_spec.rb
|
756
|
-
- spec/api/api_helper.rb
|
757
|
-
- spec/api/store/set_db_doc_spec.rb
|
758
|
-
- spec/api/store/get_db_doc_spec.rb
|
759
|
-
- spec/api/app/fast_delete_spec.rb
|
760
|
-
- spec/api/app/push_objects_spec.rb
|
761
|
-
- spec/api/app/fast_update_spec.rb
|
762
|
-
- spec/api/app/push_deletes_spec.rb
|
763
|
-
- spec/api/app/fast_insert_spec.rb
|
764
|
-
- spec/bulk_data/bulk_data_spec.rb
|
737
|
+
- spec/api/user/user_get_db_doc_spec.rb
|
738
|
+
- spec/api/user/user_set_db_doc_spec.rb
|
765
739
|
- spec/api_token_spec.rb
|
766
740
|
- spec/app_spec.rb
|
741
|
+
- spec/apps/emptyapp/application.rb
|
742
|
+
- spec/apps/emptyapp/settings/license.key
|
743
|
+
- spec/apps/emptyapp/settings/settings.yml
|
744
|
+
- spec/apps/rhotestapp/application.rb
|
745
|
+
- spec/apps/rhotestapp/config.ru
|
746
|
+
- spec/apps/rhotestapp/Rakefile
|
747
|
+
- spec/apps/rhotestapp/settings/apple_fake_cert.pem
|
748
|
+
- spec/apps/rhotestapp/settings/license.key
|
749
|
+
- spec/apps/rhotestapp/settings/settings.yml
|
750
|
+
- spec/apps/rhotestapp/sources/base_adapter.rb
|
751
|
+
- spec/apps/rhotestapp/sources/fixed_schema_adapter.rb
|
752
|
+
- spec/apps/rhotestapp/sources/other_adapter.rb
|
753
|
+
- spec/apps/rhotestapp/sources/sample_adapter.rb
|
754
|
+
- spec/apps/rhotestapp/sources/simple_adapter.rb
|
755
|
+
- spec/apps/rhotestapp/sources/sub_adapter.rb
|
756
|
+
- spec/apps/rhotestapp/vendor/mygem-0.1.0/lib/mygem/mygem.rb
|
757
|
+
- spec/apps/rhotestapp/vendor/mygem-0.1.0/lib/mygem.rb
|
767
758
|
- spec/async_spec.rb
|
768
|
-
- spec/
|
769
|
-
- spec/
|
770
|
-
- spec/
|
771
|
-
- spec/jobs/bulk_data_job_spec.rb
|
772
|
-
- spec/store_spec.rb
|
773
|
-
- spec/ping/blackberry_spec.rb
|
774
|
-
- spec/ping/rhoconnect_push_spec.rb
|
775
|
-
- spec/ping/apple_spec.rb
|
776
|
-
- spec/ping/android_spec.rb
|
777
|
-
- spec/rhoconnect_spec.rb
|
778
|
-
- spec/perf/perf_spec_helper.rb
|
779
|
-
- spec/perf/bulk_data_perf_spec.rb
|
780
|
-
- spec/perf/store_perf_spec.rb
|
781
|
-
- spec/factories/factories.rb
|
782
|
-
- spec/document_spec.rb
|
783
|
-
- spec/doc/header.html
|
784
|
-
- spec/doc/footer.html
|
759
|
+
- spec/bulk_data/bulk_data_spec.rb
|
760
|
+
- spec/client_spec.rb
|
761
|
+
- spec/client_sync_spec.rb
|
785
762
|
- spec/doc/base.html
|
786
763
|
- spec/doc/doc_spec.rb
|
787
|
-
- spec/
|
788
|
-
- spec/
|
789
|
-
- spec/
|
790
|
-
- spec/
|
791
|
-
- spec/
|
792
|
-
- spec/
|
793
|
-
- spec/
|
794
|
-
- spec/javascripts/PlayerSpec.js
|
764
|
+
- spec/doc/footer.html
|
765
|
+
- spec/doc/header.html
|
766
|
+
- spec/document_spec.rb
|
767
|
+
- spec/dynamic_adapter_spec.rb
|
768
|
+
- spec/factories/factories.rb
|
769
|
+
- spec/generator/generator_spec.rb
|
770
|
+
- spec/generator/generator_spec_helper.rb
|
795
771
|
- spec/javascripts/admins_routes_spec.js
|
796
|
-
- spec/javascripts/
|
797
|
-
- spec/javascripts/
|
798
|
-
- spec/javascripts/
|
799
|
-
- spec/javascripts/helpers/jasmine-sinon.js
|
800
|
-
- spec/javascripts/helpers/SpecHelper.js
|
772
|
+
- spec/javascripts/admins_spec.js
|
773
|
+
- spec/javascripts/doc_view_spec.js
|
774
|
+
- spec/javascripts/edit_user_view_spec.js
|
801
775
|
- spec/javascripts/helpers/jasmine-jquery.js
|
776
|
+
- spec/javascripts/helpers/jasmine-sinon.js
|
802
777
|
- spec/javascripts/helpers/sinon-1.3.2.js
|
803
|
-
- spec/javascripts/
|
804
|
-
- spec/javascripts/
|
805
|
-
- spec/javascripts/doc_view_spec.js
|
806
|
-
- spec/javascripts/set_adapter_view_spec.js
|
778
|
+
- spec/javascripts/helpers/SpecHelper.js
|
779
|
+
- spec/javascripts/home_view_spec.js
|
807
780
|
- spec/javascripts/index_view_spec.js
|
781
|
+
- spec/javascripts/new_ping_view_spec.js
|
808
782
|
- spec/javascripts/new_user_view_spec.js
|
809
|
-
- spec/javascripts/
|
810
|
-
- spec/
|
811
|
-
- spec/
|
812
|
-
- spec/
|
813
|
-
- spec/
|
814
|
-
- spec/
|
815
|
-
- spec/
|
816
|
-
- spec/
|
817
|
-
- spec/
|
818
|
-
- spec/
|
819
|
-
- spec/
|
820
|
-
- spec/
|
821
|
-
- spec/
|
822
|
-
- spec/
|
823
|
-
- spec/
|
824
|
-
- spec/
|
825
|
-
- spec/
|
826
|
-
- spec/
|
827
|
-
- spec/
|
783
|
+
- spec/javascripts/PlayerSpec.js
|
784
|
+
- spec/javascripts/server_doc_view_spec.js
|
785
|
+
- spec/javascripts/session_spec.js
|
786
|
+
- spec/javascripts/set_adapter_view_spec.js
|
787
|
+
- spec/javascripts/show_device_view_spec.js
|
788
|
+
- spec/javascripts/show_user_view_spec.js
|
789
|
+
- spec/javascripts/source_docs_view_spec.js
|
790
|
+
- spec/javascripts/support/jasmine.yml
|
791
|
+
- spec/javascripts/support/jasmine_config.rb
|
792
|
+
- spec/javascripts/support/jasmine_runner.rb
|
793
|
+
- spec/javascripts/users_view_spec.js
|
794
|
+
- spec/jobs/bulk_data_job_spec.rb
|
795
|
+
- spec/jobs/ping_job_spec.rb
|
796
|
+
- spec/jobs/source_job_spec.rb
|
797
|
+
- spec/license_spec.rb
|
798
|
+
- spec/model_spec.rb
|
799
|
+
- spec/perf/bulk_data_perf_spec.rb
|
800
|
+
- spec/perf/perf_spec_helper.rb
|
801
|
+
- spec/perf/store_perf_spec.rb
|
802
|
+
- spec/ping/android_spec.rb
|
803
|
+
- spec/ping/apple_spec.rb
|
804
|
+
- spec/ping/blackberry_spec.rb
|
805
|
+
- spec/ping/rhoconnect_push_spec.rb
|
806
|
+
- spec/read_state_spec.rb
|
807
|
+
- spec/rhoconnect_spec.rb
|
808
|
+
- spec/server/cors_spec.rb
|
809
|
+
- spec/server/server_spec.rb
|
810
|
+
- spec/server/stats_spec.rb
|
811
|
+
- spec/server/x_domain_session_wrapper_spec.rb
|
812
|
+
- spec/source_adapter_spec.rb
|
813
|
+
- spec/source_spec.rb
|
814
|
+
- spec/source_sync_spec.rb
|
815
|
+
- spec/spec.opts
|
816
|
+
- spec/spec_helper.rb
|
817
|
+
- spec/stats/record_spec.rb
|
818
|
+
- spec/store_spec.rb
|
819
|
+
- spec/support/shared_examples.rb
|
828
820
|
- spec/sync_states_spec.rb
|
829
|
-
- spec/
|
821
|
+
- spec/test_methods_spec.rb
|
822
|
+
- spec/testdata/1000-data.txt
|
830
823
|
- spec/testdata/compressed/compress-data.txt
|
831
824
|
- spec/testdata/upload1.txt
|
832
825
|
- spec/testdata/upload2.txt
|
833
|
-
- spec/
|
834
|
-
- spec/client_sync_spec.rb
|
835
|
-
- spec/source_sync_spec.rb
|
836
|
-
- spec/model_spec.rb
|
837
|
-
- spec/generator/generator_spec_helper.rb
|
838
|
-
- spec/generator/generator_spec.rb
|
826
|
+
- spec/user_spec.rb
|