workarea 3.5.21 → 3.5.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +85 -15
  3. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2dec8f953583f336fb7382b95f2b493c505bbaa7ad8e2fe85ef2251dcddbd307
4
- data.tar.gz: d9b310272749f52cc8a2e0ea9fd9d5a697daab32677e5102061f45d0710f64b2
3
+ metadata.gz: b2c0f56cccaf60f9b13b1b967b85827bf5cf296a55fd8a110b302d5e2762d2b9
4
+ data.tar.gz: 413fbff8139c784676bf66210053e5f08e0700da8b34d0241cc1ba0eaf1b44ba
5
5
  SHA512:
6
- metadata.gz: 6c4c4d2fd36e4d1fc657170e6c460b6a90fde8d502c96607d8b20786c4afe021ee7307654f14a8fbc783021667663e7437f77d1c0ff91e1cb6ecd0a5bfed16b6
7
- data.tar.gz: 38c7677e07a5e96fd1c7c3fe31bd4774eba62c828bc572d9f5135439157f93773b0592fcf70eed19657c6df0c8089b6aa9035724101d4fbeeb1121997f20e9cc
6
+ metadata.gz: 5ec9fbdcdaee5d691f6150788a6c03ccd15bcc3504657f16c6025bc3b8f46c963d153e79fb7a93b354c4e6c9875aea28e7cad2227fc188691211df4522afdb41
7
+ data.tar.gz: c6bdf6685116c185654dc63e643d54c6e291ff69e835e02d2e2b388196ea935cf15e18148791a8b03ff4022e074a9fcc14b91f6b9f73f3d2a38ba889c4feeea9
@@ -1,3 +1,88 @@
1
+ Workarea 3.5.22 (2020-11-03)
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Only merge recent views on tracking updates
5
+
6
+ Merging all metrics has caused a lot of confusion in testing, and the
7
+ only core use-case this matters for is recent views. So this change only
8
+ merges recent views when metrics are updated.
9
+
10
+ Ben Crouse
11
+
12
+ * Delete old user metrics after merging
13
+
14
+ This will ensure the consistency of user-based reports.
15
+
16
+ Ben Crouse
17
+
18
+ * Be more specific when matching reverts in changelogs
19
+
20
+ This change will allow starting commit messages with the word Revert
21
+ without the changelog task ignoring the commit.
22
+
23
+ Ben Crouse
24
+
25
+ * Add metrics explanation for users
26
+
27
+ This additional explanation is meant to communicate why customer
28
+ insights may occasionally mismatch with the orders card.
29
+
30
+ Ben Crouse
31
+
32
+ * Include Guest Orders In Admin For Users
33
+
34
+ When looking up recent orders for a user in the admin, also include any
35
+ guest orders placed with the same email address. This fixes a
36
+ discrepancy between the amount of orders seen in admin for a given user,
37
+ and the amount of orders attributed to a user within insights, as
38
+ insights treat all orders with the same email address as coming from the
39
+ same user.
40
+
41
+ WORKAREA-283
42
+
43
+ Tom Scott
44
+
45
+ * Add Note To Category Default Sort Edit
46
+
47
+ The selected `default_sort` of a category will be always used in the
48
+ storefront. If the category contains featured products, this sort will
49
+ be labelled "Featured", and this might prove confusing to some admins.
50
+ To resolve this, add a note just below the dropdown indicating what will
51
+ occur when products are featured in the category.
52
+
53
+ WORKAREA-289
54
+
55
+ Tom Scott
56
+
57
+ * Include referrer in ending impersonation redirect fallbacks
58
+
59
+ When ending an impersonation, this changes to allow redirecting to the referrer
60
+ if the return_to parameter isn't present. Better UX for ending
61
+ impersonations while working in the admin.
62
+
63
+ WORKAREA-293
64
+
65
+ Ben Crouse
66
+
67
+ * Merge metrics when a user's email is updated
68
+
69
+ This ensures the old metrics info stays around after the email change.
70
+
71
+ WORKAREA-294
72
+
73
+ Ben Crouse
74
+
75
+ * Fix release changeset indexing code duplication
76
+
77
+ Cleanup duplicate logic so decoration for product indexes can happen in
78
+ a single place.
79
+
80
+ WORKAREA-292
81
+
82
+ Ben Crouse
83
+
84
+
85
+
1
86
  Workarea 3.5.21 (2020-10-14)
2
87
  --------------------------------------------------------------------------------
3
88
 
@@ -37,21 +122,6 @@ Workarea 3.5.21 (2020-10-14)
37
122
 
38
123
  Tom Scott
39
124
 
40
- * Patch RefererParser for Android URLs
41
-
42
- Android App URLs have a special `android-app://` scheme that is rejected
43
- by the currently released version of the `referer-parser` gem. The code
44
- in this patch already exists in the master branch of the gem, but this
45
- has not yet been released, and if Android users browse the storefront it
46
- can generate an error when collecting referer information. In case a
47
- referer cannot be parsed, Workarea also rescues the error so that
48
- checkout requests are not blocked.
49
-
50
- WORKAREA-295
51
- Fixes #531
52
-
53
- Tom Scott
54
-
55
125
  * Fix skip services
56
126
 
57
127
  This was broken due to the admin-based configuration looking for a Mongo
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.21
4
+ version: 3.5.22
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-10-14 00:00:00.000000000 Z
11
+ date: 2020-11-03 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.21
19
+ version: 3.5.22
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.21
26
+ version: 3.5.22
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.21
33
+ version: 3.5.22
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.21
40
+ version: 3.5.22
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.21
47
+ version: 3.5.22
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.21
54
+ version: 3.5.22
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.21
61
+ version: 3.5.22
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.21
68
+ version: 3.5.22
69
69
  description: Workarea is an enterprise-grade Ruby on Rails commerce platform.
70
70
  email:
71
71
  - bcrouse@workarea.com