Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Allow to generate categories #8

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 31, 2017

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

Commits on Oct 5, 2017

  1. Proxy the dependencies in the URL generation command

    With Magento 2.1.8+ CLI commands are constructed when the CLI client is
    invoked. Additionally, DI will construct any objects that those commands
    type in their constructors, so on and so fourth down the stack.
    
    The problem is, this extension may exist in an environment in which the
    store is not yet installed, and the database is thus unavailable. A
    common place this is used is in 2.1.x in CI, as the database is required
    in order to generate static content.
    
    This commit proxies the dependencies of this constructor, such that the
    constructor can be used (and thus appear in the CLI menu) but not
    invoked while the store is not installed.
    andrewhowdencom committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    1c6bce4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from sitewards/feature/generate_category

    Proxy the dependencies in the URL generation command
    PascalBrouwers authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    b2a3253 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    1e4863a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/generate_category' of github.com:PascalBrouwers…

    …/magento2-regenurl into feature/generate_category
    PascalBrouwers committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    9a34cd8 View commit details
    Browse the repository at this point in the history