Skip to content

Commit 0a69b5b

Browse files
Merge remote-tracking branch 'upstream/develop' into develop
* upstream/develop: (2518 commits) MQE-279: Create repositories in magento organization MQE-279: Create repositories in magento organization MQE-279: Create repositories in magento organization Deliver magento-partners/magento2ce#25: fixed static tests failures #10930 getcachetags for price issue Fixed Typo Mistake in comment. Add escaping of js translation version MAGETWO-72469: Merge 2.2-develop into develop #10789: enable universal use of modal and tab_group - Coding style updated #10848: added query param to url build - Test Updated Deprecated Magento\Store\Model\Store::$_isAdminSecure MAGETWO-72401: fix jenkins unittest #10826: response condition order changes. - Updated coding style MAGETWO-70859: Inconsistent behaviour of Scheduled Changes cviking26_issue-9489 // syntax hotfix MAGETWO-72469: Merge 2.2-develop into develop MAGETWO-72469: Merge 2.2-develop into develop cviking26_issue-9489 // changed array declaration cviking26_issue-9489 // added query param to url build - description in #9489 MAGETWO-72046: Error processing your request when placing reorder for simple product of configurable if attribute is changed - for 2.2 ...
2 parents 8a92e46 + ecefd85 commit 0a69b5b

File tree

12,512 files changed

+215202
-131448
lines changed

Some content is hidden

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

12,512 files changed

+215202
-131448
lines changed

.github/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Order deny,allow
2+
Deny from all

.github/CODE_OF_CONDUCT.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
* Using welcoming and inclusive language
12+
* Being respectful of differing viewpoints and experiences
13+
* Gracefully accepting constructive criticism
14+
* Focusing on what is best for the community
15+
* Showing empathy towards other community members
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
* Trolling, insulting/derogatory comments, and personal or political attacks
21+
* Public or private harassment
22+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at engcom@magento.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38+
39+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40+
41+
## Attribution
42+
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44+
45+
[homepage]: http://contributor-covenant.org
46+
[version]: http://contributor-covenant.org/version/1/4/

CONTRIBUTING.md renamed to .github/CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ If you are a new GitHub user, we recommend that you create your own [free github
2929
3. Create and test your work.
3030
4. Fork the Magento 2 repository according to [Fork a repository instructions](http://devdocs.magento.com/guides/v2.0/contributor-guide/contributing.html#fork) and when you are ready to send us a pull request – follow [Create a pull request instructions](http://devdocs.magento.com/guides/v2.0/contributor-guide/contributing.html#pull_request).
3131
5. Once your contribution is received, Magento 2 development team will review the contribution and collaborate with you as needed to improve the quality of the contribution.
32+
33+
## Code of Conduct
34+
35+
Please note that this project is released with a Contributor Code of Conduct. We expect you to agree to its terms when participating in this project.
36+
The full text is available in the repository [Wiki](https://github.com/magento/magento2/wiki/Magento-Code-of-Conduct).
File renamed without changes.
File renamed without changes.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/.metadata
44
/.project
55
/.settings
6+
/.vscode
67
atlassian*
78
/nbproject
89
/robots.txt
@@ -48,6 +49,7 @@ atlassian*
4849
/pub/media/favicon/*
4950
/pub/media/import/*
5051
!/pub/media/import/.htaccess
52+
/pub/media/logo/*
5153
/pub/media/theme/*
5254
/pub/media/theme_customization/*
5355
!/pub/media/theme_customization/.htaccess
@@ -65,3 +67,4 @@ atlassian*
6567
!/vendor/.htaccess
6668
/generated/*
6769
!/generated/.htaccess
70+
.DS_Store

.htaccess

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,6 @@
234234
order allow,deny
235235
deny from all
236236
</Files>
237-
<Files CONTRIBUTING.md>
238-
order allow,deny
239-
deny from all
240-
</Files>
241237
<Files COPYING.txt>
242238
order allow,deny
243239
deny from all

.htaccess.sample

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@
210210
order allow,deny
211211
deny from all
212212
</Files>
213-
<Files CONTRIBUTING.md>
214-
order allow,deny
215-
deny from all
216-
</Files>
217213
<Files COPYING.txt>
218214
order allow,deny
219215
deny from all

.travis.yml

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,45 @@
11
sudo: required
22
dist: trusty
3+
group: edge
34
addons:
45
apt:
56
packages:
67
- mysql-server-5.6
78
- mysql-client-core-5.6
89
- mysql-client-5.6
910
- postfix
11+
firefox: "46.0"
12+
hosts:
13+
- magento2.travis
1014
language: php
1115
php:
1216
- 7.0
17+
- 7.1
1318
env:
1419
global:
1520
- COMPOSER_BIN_DIR=~/bin
1621
- INTEGRATION_SETS=3
1722
- NODE_JS_VERSION=6
23+
- MAGENTO_HOST_NAME="magento2.travis"
1824
matrix:
1925
- TEST_SUITE=unit
26+
- TEST_SUITE=static
27+
- TEST_SUITE=js GRUNT_COMMAND=spec
28+
- TEST_SUITE=js GRUNT_COMMAND=static
2029
- TEST_SUITE=integration INTEGRATION_INDEX=1
2130
- TEST_SUITE=integration INTEGRATION_INDEX=2
2231
- TEST_SUITE=integration INTEGRATION_INDEX=3
23-
- TEST_SUITE=static
24-
- TEST_SUITE=js
32+
- TEST_SUITE=functional
33+
matrix:
34+
exclude:
35+
- php: 7.0
36+
env: TEST_SUITE=static
37+
- php: 7.0
38+
env: TEST_SUITE=js GRUNT_COMMAND=spec
39+
- php: 7.0
40+
env: TEST_SUITE=js GRUNT_COMMAND=static
41+
- php: 7.0
42+
env: TEST_SUITE=functional
2543
cache:
2644
apt: true
2745
directories:
@@ -30,9 +48,14 @@ cache:
3048
- $HOME/node_modules
3149
- $HOME/yarn.lock
3250
before_install: ./dev/travis/before_install.sh
33-
install: composer install --no-interaction --prefer-dist
51+
install: composer install --no-interaction
3452
before_script: ./dev/travis/before_script.sh
3553
script:
54+
# Set arguments for variants of phpunit based tests; '|| true' prevents failing script when leading test fails
3655
- test $TEST_SUITE = "static" && TEST_FILTER='--filter "Magento\\Test\\Php\\LiveCodeTest"' || true
37-
- if [ $TEST_SUITE != "js" ]; then phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
38-
- if [ $TEST_SUITE == "js" ]; then grunt spec; fi
56+
- test $TEST_SUITE = "functional" && TEST_FILTER='dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests.php' || true
57+
58+
# The scripts for grunt/phpunit type tests
59+
- if [ $TEST_SUITE == "functional" ]; then dev/tests/functional/vendor/phpunit/phpunit/phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
60+
- if [ $TEST_SUITE != "functional" ] && [ $TEST_SUITE != "js" ]; then phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
61+
- if [ $TEST_SUITE == "js" ]; then grunt $GRUNT_COMMAND; fi

app/autoload.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@
3535
}
3636

3737
AutoloaderRegistry::registerAutoloader(new ClassLoaderWrapper($composerAutoloader));
38-
39-
// Sets default autoload mappings, may be overridden in Bootstrap::create
40-
\Magento\Framework\App\Bootstrap::populateAutoloader(BP, []);

0 commit comments

Comments
 (0)