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

Extended export plugin support #3400

Merged
merged 29 commits into from
Oct 16, 2019
Merged

Extended export plugin support #3400

merged 29 commits into from
Oct 16, 2019

Commits on Oct 9, 2019

  1. Extended the file type export options to include not only JSON but al…

    …so XML and CSV
    Austin Marino authored and Austin Marino committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    e5b43d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Updated export.rst

    This update reflects the code changes I made to the export plugin
    Austin Marino authored Oct 10, 2019
    Configuration menu
    Copy the full SHA
    93e1026 View commit details
    Browse the repository at this point in the history
  2. Added examples of new format option

    Austin Marino authored Oct 10, 2019
    Configuration menu
    Copy the full SHA
    4dfb6b9 View commit details
    Browse the repository at this point in the history
  3. Updated config formats

    Austin Marino authored and Austin Marino committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    a8a480a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Addec Unit test for export plugin

    Austin Marino authored and Austin Marino committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    8ff875b View commit details
    Browse the repository at this point in the history
  2. Updated class fields to allow for easier unit testing

    Austin Marino authored and Austin Marino committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    c31b488 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Made changes to reflect comments and suggestions made by sampsyo

    Austin Marino authored and Austin Marino committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    0e2c1e0 View commit details
    Browse the repository at this point in the history
  2. Updated documents and comments to reflcet recent code changes. Cleane…

    …d up code to better follow PEP-8 conventions and just work more efficiently all around.
    Austin Marino authored and Austin Marino committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    ec705fa View commit details
    Browse the repository at this point in the history
  3. Added Comments to formating configurations

    Austin Marino authored Oct 12, 2019
    Configuration menu
    Copy the full SHA
    c5ebbe0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Aligned export related code with flake8 standards

    Austin Marino authored and Austin Marino committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    fa2c9ba View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Extended_Export_Plugin_Support' of https://github.com/a…

    …ustinmm/beets into Extended_Export_Plugin_Support
    
    Pulling updated exort.rst doc
    Austin Marino authored and Austin Marino committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    160e4db View commit details
    Browse the repository at this point in the history
  3. updated format descriptions

    Austin Marino authored and Austin Marino committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    294b3cd View commit details
    Browse the repository at this point in the history
  4. Updated Format description layout

    Austin Marino authored Oct 13, 2019
    Configuration menu
    Copy the full SHA
    4f0a2b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Updated tests

    Austin Marino authored and Austin Marino committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    db5d216 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Ran test to ensure it works

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0d818ec View commit details
    Browse the repository at this point in the history
  2. Updated export doc

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    5193f1b View commit details
    Browse the repository at this point in the history
  3. Updated test structure for export

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    a9440ad View commit details
    Browse the repository at this point in the history
  4. Fixed styling and test to pass cli

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    07138f8 View commit details
    Browse the repository at this point in the history
  5. updated the way in which xml is outputted

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    4251ff7 View commit details
    Browse the repository at this point in the history
  6. Cleaned up comments and code

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    eb6055e View commit details
    Browse the repository at this point in the history
  7. Updated Test structure

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    21d8091 View commit details
    Browse the repository at this point in the history
  8. Updated Test structure

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    623f553 View commit details
    Browse the repository at this point in the history
  9. Updated to reflect code changes and updated styling/format

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    d86e31d View commit details
    Browse the repository at this point in the history
  10. removed xml configs from doc and code

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    7f6630c View commit details
    Browse the repository at this point in the history
  11. Updated changelog to reflect export plugin changes

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    d7b0e93 View commit details
    Browse the repository at this point in the history
  12. fixed conflicting files issues with changelog

    Austin Marino authored and Austin Marino committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    5d7c937 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' into Extended_Export_Plugin_Support

    Austin Marino authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    c1b646f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    d45b8bb View commit details
    Browse the repository at this point in the history
  2. Docs simplifications for #3400

    sampsyo committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    2291778 View commit details
    Browse the repository at this point in the history