sequent 3.3.0 → 3.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sequent/migrations/view_schema.rb +2 -4
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68422698850db5ac4fa36b805bec257d00d40e1937ae736359b423104e7486fc
|
4
|
+
data.tar.gz: 868cd1cc45201cb6b7d9cbaec96ec2de6053a4b8b1f55ac5aa4b00f0bee32755
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0eec0c36ffc290976c7654ca6aa69f6b473e093303c465f92b25653426deabd186ed80cda350af0808faa978b2d1488861e92308fde5b35319c42731e5dd1a3e
|
7
|
+
data.tar.gz: 5649b65b48cca40d22dd6c375d48b46389d2cdcddcbe75ec0079ece9d12a4cdb4b3456470f032a16a16b0b0c27011b7ee5337b65c1e91a2b684566474054f3d5
|
@@ -107,7 +107,7 @@ module Sequent
|
|
107
107
|
#
|
108
108
|
# This method is mainly useful in test scenario's or development tasks
|
109
109
|
def replay_all!
|
110
|
-
replay!(Sequent
|
110
|
+
replay!(Sequent.configuration.online_replay_persistor_class.new)
|
111
111
|
end
|
112
112
|
|
113
113
|
##
|
@@ -221,9 +221,7 @@ module Sequent
|
|
221
221
|
|
222
222
|
end
|
223
223
|
|
224
|
-
def replay!(replay_persistor, exclude_ids: false, group_exponent: 3)
|
225
|
-
projectors = plan.projectors
|
226
|
-
|
224
|
+
def replay!(replay_persistor, projectors: plan.projectors, exclude_ids: false, group_exponent: 3)
|
227
225
|
logger.info "group_exponent: #{group_exponent.inspect}"
|
228
226
|
|
229
227
|
with_sequent_config(replay_persistor, projectors) do
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sequent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lars Vonk
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2019-
|
15
|
+
date: 2019-10-02 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: activerecord
|