funktor 0.6.0 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +10 -10
- data/lib/funktor/testing.rb +1 -0
- data/lib/funktor/version.rb +1 -1
- data/lib/funktor/web/views/retries.erb +1 -1
- data/lib/funktor/web/views/scheduled.erb +1 -1
- data/lib/funktor/web/views/stats.erb +1 -1
- data/lib/funktor/web.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3416a7e487adad405490efe9897d7ad50049a6d8cf29731668b32f16ab59927
|
4
|
+
data.tar.gz: 9b03a1acd26827521079f978557eebe391f40d1d91731146ee950209075db6c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 835212e6c8ac820bfac1cae4a3ef7162f4bacbb734b64675eaf81171dc0ffab3dcbf66ffdef0bbab215393a8e01cf60763cbf60b9437c5400e1cf6360b0d60dd
|
7
|
+
data.tar.gz: 39b04ad6472adc2e96b40fa1ada27f6386eba359eb810f209f8880c03f3099f8cb78132f0835c233f3a99fe050b3072cbf49e906b7af70495ec5c7de084392e4
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
funktor (0.6.
|
4
|
+
funktor (0.6.4)
|
5
5
|
activesupport
|
6
6
|
aws-sdk-dynamodb (~> 1.62)
|
7
7
|
aws-sdk-sqs (~> 1.37)
|
@@ -10,10 +10,10 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activejob (6.1.4)
|
14
|
-
activesupport (= 6.1.4)
|
13
|
+
activejob (6.1.4.1)
|
14
|
+
activesupport (= 6.1.4.1)
|
15
15
|
globalid (>= 0.3.6)
|
16
|
-
activesupport (6.1.4)
|
16
|
+
activesupport (6.1.4.1)
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
18
|
i18n (>= 1.6, < 2)
|
19
19
|
minitest (>= 5.1)
|
@@ -22,7 +22,7 @@ GEM
|
|
22
22
|
addressable (2.8.0)
|
23
23
|
public_suffix (>= 2.0.2, < 5.0)
|
24
24
|
aws-eventstream (1.1.1)
|
25
|
-
aws-partitions (1.
|
25
|
+
aws-partitions (1.491.0)
|
26
26
|
aws-sdk-core (3.119.1)
|
27
27
|
aws-eventstream (~> 1, >= 1.0.2)
|
28
28
|
aws-partitions (~> 1, >= 1.239.0)
|
@@ -42,8 +42,8 @@ GEM
|
|
42
42
|
crack (0.4.5)
|
43
43
|
rexml
|
44
44
|
diff-lcs (1.4.4)
|
45
|
-
docile (1.
|
46
|
-
globalid (0.5.
|
45
|
+
docile (1.4.0)
|
46
|
+
globalid (0.5.2)
|
47
47
|
activesupport (>= 5.0)
|
48
48
|
hashdiff (1.0.1)
|
49
49
|
i18n (1.8.10)
|
@@ -84,7 +84,7 @@ GEM
|
|
84
84
|
simplecov-html (~> 0.11)
|
85
85
|
simplecov_json_formatter (~> 0.1)
|
86
86
|
simplecov-html (0.12.3)
|
87
|
-
simplecov_json_formatter (0.1.
|
87
|
+
simplecov_json_formatter (0.1.3)
|
88
88
|
sinatra (2.1.0)
|
89
89
|
mustermann (~> 1.0)
|
90
90
|
rack (~> 2.2)
|
@@ -95,8 +95,8 @@ GEM
|
|
95
95
|
timecop (0.9.4)
|
96
96
|
tzinfo (2.0.4)
|
97
97
|
concurrent-ruby (~> 1.0)
|
98
|
-
webmock (3.
|
99
|
-
addressable (>= 2.
|
98
|
+
webmock (3.14.0)
|
99
|
+
addressable (>= 2.8.0)
|
100
100
|
crack (>= 0.3.2)
|
101
101
|
hashdiff (>= 0.4.0, < 2.0.0)
|
102
102
|
zeitwerk (2.4.2)
|
data/lib/funktor/testing.rb
CHANGED
data/lib/funktor/version.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h1>Retries</h1>
|
2
|
-
<form action="
|
2
|
+
<form action="./update_jobs" method="post" accept-charset="utf-8">
|
3
3
|
<input type="hidden" name="source" value="retry" />
|
4
4
|
<%= erb :table_stats_with_buttons, locals: { jobs: jobs, stat_category: 'retries' } %>
|
5
5
|
<table role="grid">
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<h1>Scheduled</h1>
|
2
|
-
<form action="
|
2
|
+
<form action="./update_jobs" method="post" accept-charset="utf-8">
|
3
3
|
<input type="hidden" name="source" value="scheduled" />
|
4
4
|
<%= erb :table_stats_with_buttons, locals: { jobs: jobs, stat_category: 'scheduled' } %>
|
5
5
|
<table role="grid">
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<tr>
|
3
3
|
<td><h5>Funktor</h5></td>
|
4
4
|
<% @activity_stats.each_pair do |stat, value| %>
|
5
|
-
<td><a href="
|
5
|
+
<td><a href="./<%= stat %>"><%= stat %>: <%= value %></a></td>
|
6
6
|
<% end %>
|
7
7
|
<td>Current time UTC: <%= Time.now.utc %></td>
|
8
8
|
</tr>
|
data/lib/funktor/web.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
require 'funktor/web/application'
|