This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
forked from paliarush/magento2-vagrant-for-developers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: (173 commits) Added configure_tests script support for Magento EE, removed Rabbit MQ from integration test config on Magento CE. Problems with deep_merge paliarush#124 Updated README.md Fix status message format Alter reinstall scripts to delete TestModule* and kill rabbit queue processes Added item to FAQ about Permission Denied Added FAQ item about Unit tests in PhpStorm Added FAQ item about Windows 10 to readme Fix typo in readme Add changelog and readme information Include vendor directory in MessageQueue check Add instructions to specify composer package version Add License file check for message queue module to determine whether or not to add --amqp-* options for install Update README.md Added PHP 7.1 and PHP 7.2 support for Magento 2.3 paliarush#169 Added PHP 7.2 support for Magento 2.3 paliarush#169 Added PHP 7.1 support for Magento 2.3 paliarush#169 Added PHP 7.1 support for Magento 2.3 paliarush#169 Add PHP 7.1 and 7.2 support for Magento 2.3 paliarush#169 Update README.md ... # Conflicts: # scripts/guest/m-reinstall
- Loading branch information
Showing
72 changed files
with
3,393 additions
and
415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# EditorConfig is awesome: http://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# Unix-style newlines with a newline ending every file | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
/.vagrant | ||
/.idea | ||
/.idea | ||
/log/*.log | ||
/scripts/.current_nesting_level | ||
/scripts/.current_log_path | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Everyone is welcome to contribute improvements and fixes to this project. There are no specific requirements, just create a pull request with proposed modifications. | ||
Everyone is welcome to contribute improvements and fixes to this project. There are no specific requirements, just create a pull request with proposed modifications and try to run [tests](https://github.com/paliarush/magento2-vagrant-for-developers-tests) on your local environment. |
Oops, something went wrong.