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

dev/upgrade streamlit 1.27.0 #671

Merged
merged 48 commits into from
Jan 19, 2024
Merged

dev/upgrade streamlit 1.27.0 #671

merged 48 commits into from
Jan 19, 2024

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    2885faa View commit details
    Browse the repository at this point in the history
  2. Update the streamlit submodule, fix some package resolutions for it, …

    …and fix @stlite/kernel for streamlit 1.27.0
    whitphx committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    255a6c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c90ca1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2ed3b9 View commit details
    Browse the repository at this point in the history
  5. Set the resolved webpack version to avoid an error "The 'compilation'…

    … argument must be an instance of Compilation", which is caused by multiple versions of webpack. Ref: https://qiita.com/Hanpen3019/items/e6ae5d29b334bc3d7af3
    whitphx committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    3af3e1e View commit details
    Browse the repository at this point in the history
  6. Update @stlire/sharing

    whitphx committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    0d1e323 View commit details
    Browse the repository at this point in the history
  7. Update @stlite/desktop

    whitphx committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    46b0945 View commit details
    Browse the repository at this point in the history
  8. Update Makefile

    whitphx committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    fd63bd8 View commit details
    Browse the repository at this point in the history
  9. Remove blob-polyfill

    whitphx committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    4d30f66 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Update Makefile

    whitphx committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6bc746e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c4d255 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73e70c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c944a91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad9d15d View commit details
    Browse the repository at this point in the history
  6. Update wheel versions

    whitphx committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b27d7fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b39ef6c View commit details
    Browse the repository at this point in the history
  8. Set the immutable's version as same as the locked version of the upst…

    …ream Streamlit frontend to avoid type errors
    whitphx committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    05396fc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Add stlite modifications (#672)

    * Add stlite modifications
    
    * Add back connection manager
    
    * Move methods
    
    * Some updates
    
    * Remove header
    
    * More cleanup
    
    * More changes
    
    * More cleanup
    
    * More modifications
    
    * Don't update pyiodide
    
    * More cleanup
    
    * Don't Update pyodide
    
    * Don't update pyiodide
    
    * More cleanup
    
    * More cleanup
    
    * Rename of option
    
    * Remove new line
    
    * Minor cleanup
    
    * Fix wrong option name
    
    * Minor renaming
    
    * Fix typo
    
    Co-authored-by: Yuichiro Tachibana (Tsuchiya) <[email protected]>
    
    * Update comment
    
    Co-authored-by: Yuichiro Tachibana (Tsuchiya) <[email protected]>
    
    * Remove paths
    
    * Change to put
    
    * Update URL
    
    * Add gatherUsageStats flag
    
    ---------
    
    Co-authored-by: Yuichiro Tachibana (Tsuchiya) <[email protected]>
    lukasmasuch and whitphx committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    42f3a4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    462c0f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    685d14a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b4457d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9f5beb View commit details
    Browse the repository at this point in the history
  6. Fix stlite_server/upload_file_request_handler.py to catch up with the…

    … upstream implementation
    whitphx committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8d0882d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d83a53 View commit details
    Browse the repository at this point in the history
  8. Fix the mountable option parser to distinguish the toast callback opt…

    …ions from the kernel options
    whitphx committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b1472ec View commit details
    Browse the repository at this point in the history
  9. Remove ctx.disableToast() and ctx.enableToast() which were introduced…

    … in #636 because the `disableProgressToasts` and `disableErrorToasts` options play the same role
    whitphx committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6f3d94a View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    whitphx committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    993d2b8 View commit details
    Browse the repository at this point in the history
  11. Apply Prettier to kernel

    whitphx committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    cf9ef93 View commit details
    Browse the repository at this point in the history
  12. Fix stlite-server tests

    whitphx committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2f83c24 View commit details
    Browse the repository at this point in the history
  13. Fix the CI workflows

    whitphx committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    88995a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e4dd95 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3f95310 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    06b09bd View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    d293bfc View commit details
    Browse the repository at this point in the history
  2. Fix main.yml

    whitphx committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    62095a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0b45b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91560d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdc4312 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d33dc6 View commit details
    Browse the repository at this point in the history
  7. Update DEVELOPMENT.md

    whitphx committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4bd3798 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac2f54e View commit details
    Browse the repository at this point in the history
  9. Fix CI files

    whitphx committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    429be72 View commit details
    Browse the repository at this point in the history
  10. Fix tsconfig

    whitphx committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bd6cfc7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    55442e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c6482d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    49d3631 View commit details
    Browse the repository at this point in the history
  2. Fix dump_artifacts.ts

    whitphx committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    19b3f27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b43032 View commit details
    Browse the repository at this point in the history