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

Pluto ux process file drop #707

Merged
merged 33 commits into from
Dec 30, 2020
Merged

Commits on Dec 5, 2020

  1. Add Support for file drag & drop

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    70522da View commit details
    Browse the repository at this point in the history
  2. Interoperability with Drop Ruler

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    05ad525 View commit details
    Browse the repository at this point in the history
  3. Save file and get path in the front-end

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    8a48f6b View commit details
    Browse the repository at this point in the history
  4. Working POC

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    0fb00ea View commit details
    Browse the repository at this point in the history
  5. Add 'raw' before path string literals

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    b5f5ea0 View commit details
    Browse the repository at this point in the history
  6. Move code templates to Julia

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    7ca9d56 View commit details
    Browse the repository at this point in the history
  7. Change Image sample to use Images

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    773eda8 View commit details
    Browse the repository at this point in the history
  8. Use TableIOInterface for Files -> Table conversions

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    88820f9 View commit details
    Browse the repository at this point in the history
  9. Move drop handler out of Cell.js

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    5fb007c View commit details
    Browse the repository at this point in the history
  10. Update the code for images & text to use let block

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    e708577 View commit details
    Browse the repository at this point in the history
  11. Make file transfer !!!25%!!! FASTER dropping base64 usage

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    43e8fd1 View commit details
    Browse the repository at this point in the history
  12. Use correct is_extension_supported

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    e2eb8fb View commit details
    Browse the repository at this point in the history
  13. Handle non-empty cells

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    7f21590 View commit details
    Browse the repository at this point in the history
  14. Rename hook, var for debounce ms

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    21941bd View commit details
    Browse the repository at this point in the history
  15. Prevent error message while saving

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    54a5f0f View commit details
    Browse the repository at this point in the history
  16. Make JavaScripty names more Plutonic

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    7c64753 View commit details
    Browse the repository at this point in the history
  17. update the handling of Juia files

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    4da1b55 View commit details
    Browse the repository at this point in the history
  18. Move assets folder along with notebook

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    de9c46c View commit details
    Browse the repository at this point in the history
  19. Don't run file event when moving cells

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    2c286b3 View commit details
    Browse the repository at this point in the history
  20. Save files with the same name with incremental numbers

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    218f21f View commit details
    Browse the repository at this point in the history
  21. make warning message less aggressive

    Panagiotis Georgakopoulos committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    d2706cd View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    81d81be View commit details
    Browse the repository at this point in the history
  2. Revert "🦆 Fix expression equality again"

    This reverts commit 81d81be.
    fonsp committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    fdf8bcb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Fix generated path code by lungben

    Panagiotis Georgakopoulos committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    ad61515 View commit details
    Browse the repository at this point in the history
  2. Add statistics

    Panagiotis Georgakopoulos committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    dbd4f3b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Merge branch 'master' of github.com:fonsp/Pluto.jl into PlutoUX-Proce…

    …ssFileDrop
    Panagiotis Georgakopoulos committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    e62adb5 View commit details
    Browse the repository at this point in the history
  2. Benjamin's compat suggestion

    Panagiotis Georgakopoulos committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    62aaee4 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Merge branch 'master' of github.com:fonsp/Pluto.jl into PlutoUX-Proce…

    …ssFileDrop
    Panagiotis Georgakopoulos committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    15b3dfd View commit details
    Browse the repository at this point in the history
  2. Use the latest dralbase

    Also, we now support file-drops to cells with code (adds cell after it)
    Panagiotis Georgakopoulos committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    e2527a3 View commit details
    Browse the repository at this point in the history
  3. fix 1 bug, handle drops on body

    Panagiotis Georgakopoulos committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    20c0c8c View commit details
    Browse the repository at this point in the history
  4. fix typo

    Panagiotis Georgakopoulos committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    4c5e9e7 View commit details
    Browse the repository at this point in the history
  5. Fix frontend tests thanks)

    Panagiotis Georgakopoulos committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    c0d5e0b View commit details
    Browse the repository at this point in the history
  6. don't change whitespace!

    Panagiotis Georgakopoulos committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    7c69e92 View commit details
    Browse the repository at this point in the history