Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactive-python/reactpy-django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.7.0
Choose a base ref
...
head repository: reactive-python/reactpy-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.8.0
Choose a head ref
  • 6 commits
  • 52 files changed
  • 1 contributor

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    9cacfc3 View commit details
    Browse the repository at this point in the history
  2. Cross-process communication via use_channel_layer hook (#221)

    This PR develops a `use_channel_layer` hook which provides simplified Django channel layers support.
    Archmonger authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    96a9f93 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Tweak use_channel_layer to allow custom group names (#225)

    Minor follow up to #221 PR to tweak the user API.
    Archmonger authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    2dde58c View commit details
    Browse the repository at this point in the history
  2. Robust auto-cleaning functionality (#222)

    Enables configuration options for auto cleaning functionality, as well as a management command to manually clean.
    Archmonger authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    06114f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. use_root_id hook (#230)

    - fix #203
    - Some miscellaneous refactoring on the websocket `consumer` and `UserDataModel`, just because I happened to notice some cleanup potential while making this PR.
    Archmonger authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c4e55b3 View commit details
    Browse the repository at this point in the history
  2. v3.8.0 (#224)

    Archmonger authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c80f94d View commit details
    Browse the repository at this point in the history
Loading