Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static deploy flags #4294

Merged
merged 17 commits into from
Aug 17, 2016
Merged

Commits on Apr 25, 2016

  1. Added flags to static deploy command to skip filetypes (js, css, less…

    …, images, fonts...) and filter by theme
    Denis Ristic committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    4e65486 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Added flags to static deploy command to skip filetype…

    …s (js, css, less, images, fonts...) and filter by theme""
    
    This reverts commit 04ebbe796c2a11608581fecdf4d9b6645e19d2e1.
    Denis Ristic committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    8216e12 View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "Revert "Added flags to static deploy command to skip …

    …filetypes (js, css, less, images, fonts...) and filter by theme"""
    
    This reverts commit 8216e12.
    Denis Ristic committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    478cc3e View commit details
    Browse the repository at this point in the history
  4. Revert "Added flags to static deploy command to skip filetypes (js, c…

    …ss, less, images, fonts...) and filter by theme"
    
    This reverts commit 4e65486.
    Denis Ristic committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    fc77f20 View commit details
    Browse the repository at this point in the history
  5. Added flags to static deploy command to skip filetypes (js, css, less…

    …, images, fonts...) and filter by theme - fixed
    Denis Ristic committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    c1a09cd View commit details
    Browse the repository at this point in the history
  6. Fixed code style, remarks by @adragus-inviqa

    Denis Ristic committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    1cb1c2d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2016

  1. Configuration menu
    Copy the full SHA
    6b66db7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. RENAMED --themes to -theme (@erikhansen suggestion)

    ADDDED --exclude-theme flag (@erikhansen suggestion)
    UPDATED --language flag (@giacmir)
    ADDED flags: --area (-a), --exclude-area (-ea), --exclude-language (-el), --exclude-theme (-et)
    ADDED flag shotcuts: -l, -el, -t, -et, -a, -ea
    ADDED check for wrong language, theme and/or area parameter value
    FIXED variable names, changet do camelCase
    Denis Ristic committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    387f829 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Merge remote-tracking branch 'origin/develop' into static-deploy-flags

    merge with 2.1 codbase
    Denis Ristic committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    0440e42 View commit details
    Browse the repository at this point in the history
  2. merged with 2.1 codebase

    changed permissions as @hostep suggested
    Denis Ristic committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    992553e View commit details
    Browse the repository at this point in the history
  3. Added flags to static deploy command to skip filetypes (js, css, less…

    …, images, fonts...) and filter by theme
    Denis Ristic committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    261f82c View commit details
    Browse the repository at this point in the history
  4. Revert "Added flags to static deploy command to skip filetypes (js, c…

    …ss, less, images, fonts...) and filter by theme"
    
    This reverts commit 4e65486.
    Denis Ristic committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    4f7f385 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into static-deploy-flags

    # Conflicts:
    #	app/code/Magento/Deploy/Console/Command/DeployStaticContentCommand.php
    #	app/code/Magento/Deploy/Model/Deployer.php
    Denis Ristic committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    39b5bfe View commit details
    Browse the repository at this point in the history
  6. FIXED merge confilct

    Denis Ristic committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    bed1457 View commit details
    Browse the repository at this point in the history
  7. FIXED Travis CI errors (PHPMD, PHPCS...)

    Denis Ristic committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    73f8b81 View commit details
    Browse the repository at this point in the history
  8. FIXED Avoid unused private fields such as '$fileExtensionsHtml'.

    FIXED Avoid unused private methods such as 'checkLanguagesInput'
    FIXED Avoid unused parameters such as '$locales'.
    FIXED restored original languages argument
    Denis Ristic committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    f8b0910 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. FIXED Avoid unused local variables such as '$languagedInclude'.

    FIXED Invalid argument supplied for foreach()
    FIXED code style (PHPCS & PHPMD)
    Denis Ristic committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    6766de7 View commit details
    Browse the repository at this point in the history