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

Refactor: Shinylive URL encode/decode #23

Merged
merged 30 commits into from
Jan 24, 2024
Merged

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    f829802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    babd4fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88a086c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ae8018 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    279a934 View commit details
    Browse the repository at this point in the history
  6. docs: update news

    gadenbuie committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d7d17fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d992c1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8481904 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    789e395 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. several improvements

    * Implement `__add__` and `__sub__` for all ShinyliveIoApp objects
    * +/- now return copies
    * `root_dir` can be None, new files are added "flattened"
    * More documentation
    gadenbuie committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4614ffb View commit details
    Browse the repository at this point in the history
  2. feat: Add add_dir() method

    gadenbuie committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    be82671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf0c661 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    885f84e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b299175 View commit details
    Browse the repository at this point in the history
  6. Add alternate constructors

    gadenbuie committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    05d9bcc View commit details
    Browse the repository at this point in the history
  7. Rename class ShinyliveApp

    gadenbuie committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d7af495 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7aa7f94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57614ca View commit details
    Browse the repository at this point in the history
  10. export ShinyliveApp

    gadenbuie committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2392841 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8762f7a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d323be6 View commit details
    Browse the repository at this point in the history
  13. tests: fix tests

    gadenbuie committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1420ac0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    23d15f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    72e9596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9305869 View commit details
    Browse the repository at this point in the history
  3. rename methods .url() -> .to_url()

    also for json, chunk, chunk_contents
    gadenbuie committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    87fc46e View commit details
    Browse the repository at this point in the history
  4. docs: update changelog

    gadenbuie committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6907ec2 View commit details
    Browse the repository at this point in the history
  5. docs: shinylive -> Shinylive

    This seems to be the preferred capitalization from other docs
    gadenbuie committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    dbc60bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95ab265 View commit details
    Browse the repository at this point in the history
  7. Update reference to ShinyliveIoApp

    Co-authored-by: Winston Chang <[email protected]>
    gadenbuie and wch authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    21a51fe View commit details
    Browse the repository at this point in the history