workarea 3.5.11 → 3.5.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +37 -0
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53e91744b51c27790ff6d4732cd4e0544b1f4d982e345b891bc81ac42ce01b61
|
4
|
+
data.tar.gz: b3377d38298fa0f9218484a18edfadbf73c73254b355208eaf04058d1cd10adc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb10f8908f77d083247875cfd5d84a8e5e3dd0ec3ed9201f368b397269af735963aaa095bca37f120d5d87389b6ec49c1e006a239f5e71b906030050543bcd3c
|
7
|
+
data.tar.gz: b9c12429041f570241e24315878c63f8e12a0a62722e5604251f262a2292594111c4768e6f5425d582b388d36d515c89c47cf60ec5d3d751f6e07c709c298cea
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1
|
+
Workarea 3.5.12 (2020-05-26)
|
2
|
+
--------------------------------------------------------------------------------
|
3
|
+
|
4
|
+
* Fix incorrect import errors
|
5
|
+
|
6
|
+
When an import fails due to a missing `DataFile::Import` document, the
|
7
|
+
`ProcessImport` worker will raise a nil error due to the ensure. This
|
8
|
+
fixes by ensuring the `DocumentNotFound` error gets raised.
|
9
|
+
|
10
|
+
Ben Crouse
|
11
|
+
|
12
|
+
* Remove caching from direct upload CORS requests
|
13
|
+
|
14
|
+
The caching continues to give us problems, and this isn't a high-traffic
|
15
|
+
part of the system so there isn't a practical need for it.
|
16
|
+
|
17
|
+
Ben Crouse
|
18
|
+
|
19
|
+
* Add paranoid fallback for segment metrics lookup
|
20
|
+
|
21
|
+
Although this should never happen, giving a user incorrect segments
|
22
|
+
could have important consequences. If the email cookie is removed or
|
23
|
+
missing for some other reason, it doesn't hurt to fallback to looking up
|
24
|
+
based on the user model (even though this is an additional query) when
|
25
|
+
we know they're logged in.
|
26
|
+
|
27
|
+
Ben Crouse
|
28
|
+
|
29
|
+
* Don't set a blank tracking email in checkout
|
30
|
+
|
31
|
+
Doing this has the potential to create an incorrect tracking email,
|
32
|
+
which could cause a visitor's segments to change in checkout.
|
33
|
+
|
34
|
+
Ben Crouse
|
35
|
+
|
36
|
+
|
37
|
+
|
1
38
|
Workarea 3.5.11 (2020-05-13)
|
2
39
|
--------------------------------------------------------------------------------
|
3
40
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workarea
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.5.
|
4
|
+
version: 3.5.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Crouse
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-05-
|
11
|
+
date: 2020-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: workarea-core
|
@@ -16,56 +16,56 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.5.
|
19
|
+
version: 3.5.12
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.5.
|
26
|
+
version: 3.5.12
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: workarea-storefront
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.5.
|
33
|
+
version: 3.5.12
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.5.
|
40
|
+
version: 3.5.12
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: workarea-admin
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.5.
|
47
|
+
version: 3.5.12
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 3.5.
|
54
|
+
version: 3.5.12
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: workarea-testing
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 3.5.
|
61
|
+
version: 3.5.12
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 3.5.
|
68
|
+
version: 3.5.12
|
69
69
|
description: Workarea is an enterprise-grade Ruby on Rails commerce platform.
|
70
70
|
email:
|
71
71
|
- bcrouse@workarea.com
|