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 #387

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Dev #387

wants to merge 16 commits into from

Commits on Aug 16, 2023

  1. Move websockets support direcly to django & update django to 5.0(dev)…

    … & update mysql server to 8.1
    kozzztik committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7f9028e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f264e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ef879e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #383 from kozzztik/django50

    Move websockets support direcly to django & update django to 5.0(dev)…
    kozzztik authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    31939bc View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    9c414c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    67374df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f68baed View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. add tests

    kozzztik committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9affbf8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' of https://github.com/kozzztik/tulius into django_h2

    # Conflicts:
    #	tests/websockets/test_asgi_handler.py
    #	tests/websockets/test_connections.py
    #	tests/websockets/test_websocket.py
    #	tulius/websockets/asgi/asgi_handler.py
    #	tulius/websockets/asgi/utils.py
    #	tulius/websockets/views.py
    kozzztik committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ec277e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69453f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. update redis

    kozzztik committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9261971 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #384 from kozzztik/django_h2

    Support of HTTP2 instead of websockets
    kozzztik authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    cce32c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    ff2635c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5225032 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #385 from kozzztik/django_h2

    fix docker-compose network definitions
    kozzztik authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e81e619 View commit details
    Browse the repository at this point in the history
  4. Fix http header (#386)

    * fix local environment and host header
    
    * pin django_h2 commit
    kozzztik authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    37f39ce View commit details
    Browse the repository at this point in the history