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

Performance: Stop using pkg_resources/declare_namespace #2951

Merged
merged 20 commits into from
Apr 25, 2017

Commits on Apr 15, 2017

  1. Configuration menu
    Copy the full SHA
    7993854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9273d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b92a1e9 View commit details
    Browse the repository at this point in the history
  4. Ignore remaining azure_bdist_wheel.py files from flake8 and stop runn…

    …ing pylint on azure-cli-nspkg namespace package
    johanste committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    9a7a704 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1943e2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f007fd View commit details
    Browse the repository at this point in the history
  7. Allow empty __init__.py files and exclude azure_bdist_wheel.py files …

    …from check for valid license header
    johanste committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    d205e1c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. Configuration menu
    Copy the full SHA
    e2806fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a15b51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d817e7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eed017 View commit details
    Browse the repository at this point in the history
  5. Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or lat…

    …er (which obviously can't be found)
    johanste committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    3c34ef6 View commit details
    Browse the repository at this point in the history
  6. Merge upstream

    johanste committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    a3fdea6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d10a54 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. Partial add of azure-cli-command_modules-nspkg to allow reuse of the …

    …same azure_bdist_wheel.py file that the azure sdk is using
    johanste committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    a4c7a05 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. - Change things so we use an identical azure_bdist_wheel.py/setup.cfg…

    … file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files.
    johanste committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    4b76394 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Update actual name of src/azure-cli-command_modules-nspkg to azure-cl…

    …i-command-module-nspkg since that makes setuptools happier.
    johanste committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    0a59844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e836da1 View commit details
    Browse the repository at this point in the history
  3. Stop building sdists

    johanste committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    9eade0b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Address code review feedback:

    - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py
    - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
    johanste committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    4f215ff View commit details
    Browse the repository at this point in the history