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