Skip to content

Commit 1641bd2

Browse files
author
Rafael Grigorian
committed
Fixed the following issues:
- Fixed #65 - Fixed #66 - Fixed #67 - Fixed #68
1 parent cc3e677 commit 1641bd2

File tree

427 files changed

+4918
-21133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

427 files changed

+4918
-21133
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Files
22
.DS_Store
3-
yarn-error.log
43
*.tar.gz
4+
*.zip
5+
yarn-error.log
56

67
# Directories
8+
.cache
9+
.parcel-cache
710
.docker-sync
8-
node_modules
9-
build
1011
dist
11-
public_html
12+
node_modules
1213
private
14+
public_html

.magento.docker.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: magento-development
2+
services:
3+
php:
4+
version: "7.4"
5+
mysql:
6+
version: "10.4"
7+
elasticsearch:
8+
version: "7.6"
9+
hooks:
10+
build: ""
11+
deploy: ""
12+
post_deploy: ""

.magento.setup.params

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
--base-url=https://howtospeedupmagento.com
2+
--base-url-secure=https://howtospeedupmagento.com
3+
--db-host=db.magento2.docker
4+
--db-name=magento2
5+
--db-user=magento2
6+
--db-password=magento2
7+
--backend-frontname=admin
8+
--admin-firstname=magento2
9+
--admin-lastname=magento2
10+
--admin-email=admin@example.com
11+
--admin-user=admin
12+
--admin-password=magento2
13+
--language=en_US
14+
--currency=USD
15+
--timezone=America/Chicago
16+
--use-rewrites=1
17+
--search-engine=elasticsearch7
18+
--elasticsearch-host=elasticsearch.magento2.docker
19+
--elasticsearch-port=9200
20+
--elasticsearch-username=elastic
21+
--elasticsearch-password=changeme

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.16.1
1+
v12.22.1

src/app/code/JetRails/Cloudflare/Block/Adminhtml/Dashboard.php renamed to Block/Adminhtml/Dashboard.php

File renamed without changes.

src/app/code/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Section.php renamed to Block/Adminhtml/Dashboard/Section.php

File renamed without changes.

src/app/code/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Tab.php renamed to Block/Adminhtml/Dashboard/Tab.php

File renamed without changes.

src/app/code/JetRails/Cloudflare/Console/Command/AbstractCommand.php renamed to Console/Command/AbstractCommand.php

File renamed without changes.

src/app/code/JetRails/Cloudflare/Console/Command/Caching/DevelopmentMode/Get.php renamed to Console/Command/Caching/DevelopmentMode/Get.php

File renamed without changes.

src/app/code/JetRails/Cloudflare/Console/Command/Caching/DevelopmentMode/Set.php renamed to Console/Command/Caching/DevelopmentMode/Set.php

File renamed without changes.

0 commit comments

Comments
 (0)