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

Release 2.2.0 #380

Merged
merged 27 commits into from
Apr 27, 2019
Merged

Release 2.2.0 #380

merged 27 commits into from
Apr 27, 2019

Commits on Mar 18, 2019

  1. Fix typo in inventory.ipynb

    Eitan Akman committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    6246088 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/nornir-automation/nornir

    …into develop
    Eitan Akman committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    61fa629 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Merge branch 'develop' of https://github.com/nornir-automation/nornir

    …into develop
    Eitan Akman committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    1fb5098 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Changes 'childs' to 'children' in grouping_tasks.ipynb

    Eitan Akman committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    2ef2090 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #360 from eakman/develop

    Found a few more typos
    dbarrosop committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    5827f4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43e7843 View commit details
    Browse the repository at this point in the history
  4. Proofreading docs: Adds missing 'of' in a sentence

    Eitan Akman committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    830c4cd View commit details
    Browse the repository at this point in the history
  5. Proofreading docs: Adds missing comma

    Eitan Akman committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    4dbdd4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    913dcf5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #362 from eakman/develop

    Found a few other typos and so forth
    ktbyers committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    dc4d94e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    164ba21 View commit details
    Browse the repository at this point in the history
  2. The notebook didn't display correctly on the documentation page

    Attempting to close the notebook will resolve it.
    Brady Lamprecht committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    dd6732f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Merge pull request #365 from bdlamprecht/updating_docs_for_connection…

    …options
    
    Updating howto documentation for including 'ConnectionOptions'
    dbarrosop committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    ab5bedf View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Update inventory.py

    brandomando committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    69c406a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256ddce View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    83f9e59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441e42f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Merge pull request #372 from brandomando/add_host_add_group

    Added add_host and add_group functions to nornir.core.inventory.Inventory class
    dbarrosop committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    92790c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Get inventory dicts (#375)

    brandomando authored and dbarrosop committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    fa15294 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Update LICENSE (#378)

    License copyright statement is default. Suggest update to match documentation copyright.
    brandomando authored and dbarrosop committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    bed6897 View commit details
    Browse the repository at this point in the history
  2. added external resources (#374)

    * adding external resources
    
    * added pp podcast
    dbarrosop committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    6022baf View commit details
    Browse the repository at this point in the history
  3. Improve build (#373)

    * Add changelog to RTD
    
    * Rework docker build
    
    * Extract __version__ using pkg_resources
    
    * Cleanup unused imports and files
    
    * More specific make commands
    
    * Automatically skip tests which require external Docker containers but run locally
    
    * Add docs dependencies in pyproject.toml and enable RTD to use it
    
    * Update contributing guide
    
    * Clean Dockerfile
    
    * Fix minor error in contributing guide
    
    * Minor update to Dockerfile
    
    * Downgrade pydantic to 0.18.2
    
    * Simplify Dockerfile
    
    * Fix import order
    
    * Use variable in Makefile
    
    * Fix links in changelog and use sphinx-issues to reference GitHub issues
    
    * Simplify Dockerfile by removing multistage build
    dbarrosop committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    90c7627 View commit details
    Browse the repository at this point in the history
  4. added support to initialize SimpleInventory with native objects (#348)

    * added support to initialize SimpleInventory with native objects
    
    * fix mypy
    
    * fix pylama
    dbarrosop committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    d5eefae View commit details
    Browse the repository at this point in the history
  5. Add gitlab file plugin (#324)

    * Add gitlab file plugin
    
    * Create version_control plugin directory and move gitlab into it
    
    * Add documentation for gitlab plugin
    
    * adds gitlab get feature
    wvandeun authored and dbarrosop committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    0dab758 View commit details
    Browse the repository at this point in the history
  6. added ipdb examples (#376)

    * added ipdb examples
    
    * fix typos
    dbarrosop committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    06d0df9 View commit details
    Browse the repository at this point in the history
  7. Prepare release 2.2.0 (#379)

    * update dependencies
    
    * update black
    
    * updated changelog
    dbarrosop committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    5b48754 View commit details
    Browse the repository at this point in the history
  8. fix changelog format

    dbarrosop committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    684a470 View commit details
    Browse the repository at this point in the history