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

feat: Add python support to cdk init #2130

Merged
merged 11 commits into from
Apr 2, 2019

Commits on Mar 31, 2019

  1. First take on an init template for a Python CDK project.

    Mitch Garnaat committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    c6bfc0a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into add_python_init_t…

    …emplate
    Mitch Garnaat committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    269f1fd View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. The cdk.context.json should not be ignored.

    Mitch Garnaat committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    8f23fa7 View commit details
    Browse the repository at this point in the history
  2. Fixing some review issues

    Mitch Garnaat committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    713f4a2 View commit details
    Browse the repository at this point in the history
  3. Restructured to move app into a separate file outside of package dire…

    …ctory. Also some formatting changes.
    Mitch Garnaat committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    406d846 View commit details
    Browse the repository at this point in the history
  4. Slight change to code formatting.

    Mitch Garnaat committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    23b413c View commit details
    Browse the repository at this point in the history
  5. Remove reference to app.sh

    Mitch Garnaat committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    55c5639 View commit details
    Browse the repository at this point in the history
  6. Moving this over to sample-app since it actually creates a sample app…

    …, not an empty project. Will need to create a separate issue to move the others over and create templates for empty projects.
    Mitch Garnaat committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    46de258 View commit details
    Browse the repository at this point in the history
  7. Adding an app template for Python.

    Mitch Garnaat committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    9d30dcc View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Keep all dependencies in setup.py and use -e . in requirements.txt to…

    … use those and automatically run the python setup.py develop step. Also use templating feature for blank app.
    Mitch Garnaat committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    85ccb5b View commit details
    Browse the repository at this point in the history
  2. Templatize the class name.

    Mitch Garnaat committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    f36ae06 View commit details
    Browse the repository at this point in the history