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

[WIP] Download converted documents with uploadable configuration #2413

Closed
wants to merge 34 commits into from

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    4588abc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d197d4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc4bc76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa2deb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    823e1dc View commit details
    Browse the repository at this point in the history
  6. tar now actually works

    mpacer committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    34a55b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d3d688 View commit details
    Browse the repository at this point in the history
  8. Clean up files

    mpacer committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    a850366 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b700fc View commit details
    Browse the repository at this point in the history
  10. Add back compression to zip

    mpacer committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    d22436b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d946423 View commit details
    Browse the repository at this point in the history
  12. loop through options

    mpacer committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    d4503a4 View commit details
    Browse the repository at this point in the history
  13. use valid object structure

    mpacer committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    e0cff44 View commit details
    Browse the repository at this point in the history
  14. clean up js

    mpacer committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    9f01820 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ac9aa24 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    720fb4d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b555ac5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ec218ff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8e96ffb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    26d75de View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    704844b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cda47c1 View commit details
    Browse the repository at this point in the history
  23. create nbconvert-service endpoint, takes no arguments, json with cont…

    …entmodel, output format & config
    mpacer committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    b9caeaf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6e62b25 View commit details
    Browse the repository at this point in the history
  25. point to the correct api, gather the needed resources in that for pas…

    …sing to the json object
    mpacer committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    935a176 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4f1cce5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2ab6ab9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d39593b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b102783 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4a636b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Fixes for @rgbkrk's suggestions to make phantom tests pass

    switch consts to var per
    remove trailing commas
    mpacer committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    74137ef View commit details
    Browse the repository at this point in the history
  2. improvements to the handler

    - use Config object
    - keep naming consistent with other Handlers
    - use export_format instead of output_format, to match
    NbConvert.export_format
    - search configuration for export format and fallback to the json body
    mpacer committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    e237b21 View commit details
    Browse the repository at this point in the history
  3. add tests for NbconvertConfigHandler

    also, change name to NbconvertConfigHandler
    mpacer committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    e4342c5 View commit details
    Browse the repository at this point in the history
  4. Fixes in displaying export_formats

    - change the capitalization to match menu options
    - add slides
    - add translations back
    Thanks @damianavila
    mpacer committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    a804423 View commit details
    Browse the repository at this point in the history