Skip to content

Commit 469eb1f

Browse files
committed
MC-33394: Deliver major change Elasticsearch stories
1 parent 908cc98 commit 469eb1f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ atlassian*
1717
/app/config_sandbox
1818
/app/etc/config.php
1919
/app/etc/env.php
20-
/dev/tests/acceptance/tests/functional/Magento/_generated/*
2120
/app/code/Magento/TestModule*
2221
/lib/internal/flex/uploader/.actionScriptProperties
2322
/lib/internal/flex/uploader/.flexProperties

dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/Price/_files/_algorithm_base_data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
],
7676
'incomplete_reason' => ' '
7777
],
78-
// test if best rounding factor is used data set 5
78+
// test if best rounding factor is used data set 5
7979
[
8080
[10.19, 10.2, 10.2, 10.2, 10.21],
8181
range(33, 37, 1),

vendor/.htaccess

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<IfVersion < 2.4>
2+
order allow,deny
3+
deny from all
4+
</IfVersion>
5+
<IfVersion >= 2.4>
6+
Require all denied
7+
</IfVersion>

0 commit comments

Comments
 (0)