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