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

Migrated to click #5410

Merged
merged 8 commits into from
Jul 20, 2018
Merged

Migrated to click #5410

merged 8 commits into from
Jul 20, 2018

Commits on Jul 17, 2018

  1. Migrate flask_script to the Flask built-in click.

    Flask 0.11 is the built-in integration of the click command line interface.
    Flask-Migrate support for the new Flask CLI based on Click after Release 2.0.0.
    diggzhang authored and gbates101 committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    629efb8 View commit details
    Browse the repository at this point in the history
  2. Resolved merge conflicts.

    gbates101 committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    b0d2aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f150d30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    123e055 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. * Moved the FlaskGroup declaration to the driver script.

    * Moved shell context definition to cli.py
    * Switched shell context definition to use decorator.
    * Moved create_app definition to cli.py
    * Fixed InvocationError with a wrapped function
    gbates101 committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    1ead47e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4a6c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa6d503 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

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