resque-web 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1645,3 +1645,81 @@ Processing by ResqueWeb::QueuesController#destroy as HTML
1645
1645
  Redirected to http://test.host/resque_web/queues
1646
1646
  Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
1647
1647
   (0.4ms) rollback transaction
1648
+  (0.7ms) begin transaction
1649
+ ---------------------------------------------------
1650
+ DELETE /failures/:id: test_0001_deletes the failure
1651
+ ---------------------------------------------------
1652
+ Processing by ResqueWeb::FailuresController#destroy as HTML
1653
+ Parameters: {"id"=>"123"}
1654
+ Redirected to http://test.host/resque_web/failures
1655
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1656
+  (0.2ms) rollback transaction
1657
+  (0.2ms) begin transaction
1658
+ ------------------------------------------------------------
1659
+ DELETE /failures/destroy_all: test_0001_deletes all failures
1660
+ ------------------------------------------------------------
1661
+ Processing by ResqueWeb::FailuresController#destroy_all as HTML
1662
+ Redirected to http://test.host/resque_web/failures
1663
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1664
+  (0.1ms) rollback transaction
1665
+  (0.1ms) begin transaction
1666
+ -----------------------------------------------
1667
+ GET /failures: test_0001_renders the index page
1668
+ -----------------------------------------------
1669
+ Processing by ResqueWeb::FailuresController#index as HTML
1670
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/_failed_job.html.erb (45.7ms)
1671
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/_failed_job.html.erb (1.8ms)
1672
+ Completed 200 OK in 98ms (Views: 97.6ms | ActiveRecord: 0.0ms)
1673
+  (0.2ms) rollback transaction
1674
+  (0.2ms) begin transaction
1675
+ --------------------------------------------------------------------------------------
1676
+ PUT /failures/:id/retry: test_0001_retries the failure and remove the original message
1677
+ --------------------------------------------------------------------------------------
1678
+ Processing by ResqueWeb::FailuresController#retry as HTML
1679
+ Parameters: {"id"=>"123"}
1680
+ Redirected to http://test.host/resque_web/failures
1681
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1682
+  (0.1ms) rollback transaction
1683
+  (0.1ms) begin transaction
1684
+ -------------------------------------------------------------------------------------
1685
+ PUT /failures/:id/retry: test_0002_retries should work also in case of pre 2.0 Resque
1686
+ -------------------------------------------------------------------------------------
1687
+ Processing by ResqueWeb::FailuresController#retry as HTML
1688
+ Parameters: {"id"=>"123"}
1689
+ Redirected to http://test.host/resque_web/failures
1690
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1691
+  (0.2ms) rollback transaction
1692
+  (0.1ms) begin transaction
1693
+ -------------------------------------------------------------------------------------------
1694
+ PUT /failures/retry_all: test_0001_retries all failures using requeue if no queue specified
1695
+ -------------------------------------------------------------------------------------------
1696
+ Processing by ResqueWeb::FailuresController#retry_all as HTML
1697
+ Redirected to http://test.host/resque_web/failures
1698
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1699
+  (0.2ms) rollback transaction
1700
+  (0.1ms) begin transaction
1701
+ -----------------------------------------------------------------------------------------------
1702
+ PUT /failures/retry_all: test_0002_retries all failures should also work case of pre 2.0 Resque
1703
+ -----------------------------------------------------------------------------------------------
1704
+ Processing by ResqueWeb::FailuresController#retry_all as HTML
1705
+ Redirected to http://test.host/resque_web/failures
1706
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1707
+  (0.1ms) rollback transaction
1708
+  (0.1ms) begin transaction
1709
+ ----------------------------------------------------------------------------------------------
1710
+ PUT /failures/retry_all: test_0003_retries all failures using requeue_queue if queue specified
1711
+ ----------------------------------------------------------------------------------------------
1712
+ Processing by ResqueWeb::FailuresController#retry_all as HTML
1713
+ Parameters: {"queue"=>"myqueue"}
1714
+ Redirected to http://test.host/resque_web/failures?queue=myqueue
1715
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1716
+  (0.1ms) rollback transaction
1717
+  (0.1ms) begin transaction
1718
+ ---------------------------------------------------------
1719
+ ResqueWeb::QueuesControllerTest: test_0001_deletes queues
1720
+ ---------------------------------------------------------
1721
+ Processing by ResqueWeb::QueuesController#destroy as HTML
1722
+ Parameters: {"id"=>"example_queue"}
1723
+ Redirected to http://test.host/resque_web/queues
1724
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
1725
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Arcieri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-08 00:00:00.000000000 Z
11
+ date: 2013-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: resque
@@ -163,6 +163,7 @@ files:
163
163
  - test/dummy/config/initializers/filter_parameter_logging.rb
164
164
  - test/dummy/config/initializers/inflections.rb
165
165
  - test/dummy/config/initializers/session_store.rb
166
+ - test/dummy/config/initializers/wat.rb
166
167
  - test/dummy/config/initializers/wrap_parameters.rb
167
168
  - test/dummy/config/initializers/mime_types.rb
168
169
  - test/dummy/config/initializers/backtrace_silencers.rb
@@ -356,6 +357,7 @@ files:
356
357
  - test/dummy/tmp/cache/assets/test/sprockets/6e4717cabfe91d260f46c4adb0acae43
357
358
  - test/dummy/tmp/cache/assets/test/sprockets/e05ff4f8801c918dc89fef1d37880568
358
359
  - test/dummy/tmp/cache/assets/test/sprockets/16bf950594dc4e49b471963acc1a15d4
360
+ - test/dummy/dump.rdb
359
361
  - test/dummy/config.ru
360
362
  - test/dummy/public/favicon.ico
361
363
  - test/dummy/public/404.html
@@ -423,6 +425,7 @@ test_files:
423
425
  - test/dummy/config/initializers/filter_parameter_logging.rb
424
426
  - test/dummy/config/initializers/inflections.rb
425
427
  - test/dummy/config/initializers/session_store.rb
428
+ - test/dummy/config/initializers/wat.rb
426
429
  - test/dummy/config/initializers/wrap_parameters.rb
427
430
  - test/dummy/config/initializers/mime_types.rb
428
431
  - test/dummy/config/initializers/backtrace_silencers.rb
@@ -616,6 +619,7 @@ test_files:
616
619
  - test/dummy/tmp/cache/assets/test/sprockets/6e4717cabfe91d260f46c4adb0acae43
617
620
  - test/dummy/tmp/cache/assets/test/sprockets/e05ff4f8801c918dc89fef1d37880568
618
621
  - test/dummy/tmp/cache/assets/test/sprockets/16bf950594dc4e49b471963acc1a15d4
622
+ - test/dummy/dump.rdb
619
623
  - test/dummy/config.ru
620
624
  - test/dummy/public/favicon.ico
621
625
  - test/dummy/public/404.html