8000 Tags · faust-streaming/mode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: faust-streaming/mode

Tags

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: service class trying to get event loop on init (#61) (#62)

The `_new_*_event` methods on the `Service` class were calling the `loop` property instead of using the `_loop` attribute, the property tried to fetch the current thread's event loop which caused some odd issues, this fix delays that until the event loop is actually needed (lazy loading).

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add typing.py back (#58)

0.3.7b0

Toggle 0.3.7b0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update deploy-docs.yml when 'created' action, not published

0.3.6

Toggle 0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add pypy classifier to pyproject.toml

0.3.6b1

Toggle 0.3.6b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix pyproject.toml to have setuptools_scm again (#55)

0.3.6b0

Toggle 0.3.6b0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Style: go to pyproject.toml (#53)

* style(pyproject.toml): regroup configuration in pyproject.toml

* style(pyproject.toml): regroup configuration in pyproject.toml

* docs(mkdocs): setup mkdocs and switch docstring style

* style(documentation): switch to mkdocs from sphinx

* fix: working on fixing github actions pipeline

* build: bump pypy to 3.10

* docs(mkdocs): add file import via snippet

* fix: restore install.sh and see if github pipeline pass

* fix: rollback install as it changed nothing

* fix: rollback github action

* Install self in tests.yml and test PyPy 3.9 as well

* Revert pip -e invocation in tests.yml  lol

* fix: restore coveragerc

* fix: pytest declare specific dir instead of mean directory

* fix: pytest declare specific dir instead of mean directory

* fix: pytest declare specific dir instead of mean directory

---------

Co-authored-by: William Barnhart <williambbarnhart@gmail.com>

0.3.5

Toggle 0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert sleep time to 1.1 from 2.0 (#41)

Apparently there's a hardcoded value of `1.2` in https://github.com/faust-streaming/mode/blob/17c5d2996e4706baa37b18bd8fa03687409120ad/mode/timers.py#L13 so we may have made a terrible mistake.

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bring back custom `Event` and fix improper usage of `_wakeup_timer_in…

…_thread` (#39)


* fix import logic again to address #38

* fix thread test import Event

* fix thread test import Event

* commit potential fix?

* replace asyncio.sleep with self.sleep

* readd get_event_loop_policy()

* readd loop kwargs until we figure out what to do

* fix server test import

* fix erroneous loops because im illiterate

* Add changes by @lqhuang

0.3.3

Toggle 0.3.3's commit message
Bring back changes to services.py from 0.3.1 just fix import logic

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert services.py partially to 0.2.1 to fix bugs (#35)

0