Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / frequenz-floss/frequenz-channels-python issues and pull requests

#80 - Finish release notes for v0.14.0

Pull Request - State: closed - Opened by leandro-lucarella-frequenz over 1 year ago
Labels: part:docs, type:enhancement

#79 - Make the timer generic and support periodic timers

Pull Request - State: closed - Opened by leandro-lucarella-frequenz over 1 year ago - 8 comments
Labels: part:docs, part:tests, part:tooling, type:enhancement, part:receivers

#78 - Add a periodic timer

Issue - State: closed - Opened by leandro-lucarella-frequenz over 1 year ago
Labels: priority:high, type:enhancement, part:receivers

#76 - Implement `SyncSender` and `AsyncSender`

Issue - State: open - Opened by leandro-lucarella-frequenz over 1 year ago - 5 comments
Labels: type:enhancement, part:channels

#75 - Experiment: A syncronous `send()`

Pull Request - State: closed - Opened by mathias-baumann-frequenz over 1 year ago - 6 comments
Labels: part:channels

#74 - Make assert msg grammatically correct and less ambiguous

Pull Request - State: closed - Opened by mathias-baumann-frequenz over 1 year ago
Labels: type:enhancement, part:channels, part:receivers

#73 - Channel that doesn't remove the oldest messages when receiver buffer is full

Issue - State: open - Opened by ela-kotulska-frequenz over 1 year ago - 1 comment
Labels: priority:❓, type:enhancement, part:channels

#72 - Find a way to make using select less likely to starve a receiver

Issue - State: open - Opened by leandro-lucarella-frequenz over 1 year ago - 1 comment
Labels: type:enhancement, part:select

#71 - Fix build badge

Pull Request - State: closed - Opened by leandro-lucarella-frequenz over 1 year ago
Labels: part:docs

#69 - Clean release notes

Pull Request - State: closed - Opened by ela-kotulska-frequenz over 1 year ago
Labels: part:docs

#68 - Add stop method for MergeNamed and Merge channels

Pull Request - State: closed - Opened by ela-kotulska-frequenz over 1 year ago
Labels: part:docs, part:receivers

#67 - Clean release notes

Pull Request - State: closed - Opened by ela-kotulska-frequenz over 1 year ago
Labels: part:docs, part:tooling

#65 - Update release notes

Pull Request - State: closed - Opened by ela-kotulska-frequenz over 1 year ago
Labels: part:docs

#64 - Add a private method to deactivate Broadcast receivers

Pull Request - State: closed - Opened by shsms over 1 year ago
Labels: type:bug, part:channels

#63 - Add method to stop Select

Pull Request - State: closed - Opened by ela-kotulska-frequenz over 1 year ago
Labels: part:select

#62 - Make Select.ready() async iterable

Pull Request - State: open - Opened by leandro-lucarella-frequenz almost 2 years ago - 6 comments
Labels: part:docs, part:tests, type:enhancement, part:select

#61 - Improve and add exceptions

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 2 comments
Labels: part:docs, part:tests, part:tooling, type:enhancement, part:channels, part:select, part:receivers

#60 - Raise `ChannelClosedError` in Merge if all channels are closed

Pull Request - State: closed - Opened by shsms almost 2 years ago - 5 comments
Labels: part:receivers

#58 - Clear release notes

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago
Labels: part:docs, type:tech-debt

#57 - Add Python 3.11 support to RELEASE_NOTES

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago
Labels: part:docs, type:enhancement

#56 - FileWatcher: Don't type-check `changes`

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 2 comments
Labels: type:tech-debt, part:receivers

#55 - Clean up public API

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 2 comments
Labels: part:docs, part:tests, part:tooling, priority:high, type:enhancement, part:channels, part:receivers

#54 - `FileWatcher` shouldn't check if `changes` has the correct type

Issue - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago
Labels: type:tech-debt, part:receivers

#53 - Make `FileWatcher` return the type of change observed

Issue - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago
Labels: type:enhancement, part:receivers

#52 - Make a `ReceiverInactiveError` exception for receivers turned to peekables

Issue - State: closed - Opened by shsms almost 2 years ago - 1 comment
Labels: type:enhancement, part:receivers

#51 - Fix `FileWatcher` ordering bug

Issue - State: closed - Opened by shsms almost 2 years ago - 3 comments
Labels: resolution:invalid, type:bug, part:receivers

#50 - Make the public interface of the library more clean

Issue - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago
Labels: part:docs, priority:high, type:enhancement, part:channels, part:select, part:receivers

#49 - Rename `get_{sender,receiver}` to `new_{sender,receiver}`

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 1 comment
Labels: part:docs, part:tests, type:enhancement, part:channels

#48 - Use "aware" datetimes

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 2 comments
Labels: part:docs, part:tests, priority:high, type:bug, part:channels

#47 - Make `Select.ready()` an async iterable

Issue - State: open - Opened by leandro-lucarella-frequenz almost 2 years ago - 4 comments
Labels: type:enhancement, part:select

#46 - PoC: Make ready() an async iterable

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 3 comments
Labels: part:tests, type:enhancement, part:select

#45 - Ensure deleted receivers get cleaned up

Pull Request - State: closed - Opened by shsms almost 2 years ago - 2 comments
Labels: part:docs, part:tests, part:channels

#44 - `Receiver`s are not getting deleted when they go out of scope

Issue - State: closed - Opened by shsms almost 2 years ago
Labels: priority:high, type:bug, part:channels

#42 - Avoid dropping of messages after breaking from `Select` blocks

Pull Request - State: closed - Opened by shsms almost 2 years ago - 11 comments
Labels: part:tests, part:channels, part:select

#41 - Fix CONTRIBUTING headings

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago
Labels: part:docs, type:enhancement

#40 - docs: Replace the Home with the README

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 1 comment
Labels: part:docs, type:enhancement

#39 - ci: Use the final Python 3.11 version

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 1 comment
Labels: part:tooling, type:tech-debt

#38 - ci: Update aliases when deploying with mike

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 2 comments
Labels: part:tooling, type:bug

#36 - ci: Use the final Python 3.11 version

Issue - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago
Labels: part:tooling, type:tech-debt

#35 - Backport documentation generation to v0.10.x

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 5 comments
Labels: part:docs, part:tests, part:tooling, type:enhancement, part:channels

#34 - Add PyPI and Docs badges to README

Pull Request - State: closed - Opened by shsms almost 2 years ago - 1 comment
Labels: part:docs, type:enhancement

#33 - ci: Add contents permission to publish-docs

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 1 comment
Labels: part:tooling, type:bug

#32 - Generate docs for the v0.10.0 release

Issue - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 1 comment
Labels: part:docs, part:tooling, type:enhancement

#31 - Add class/instance and module attributes/properties documentation

Issue - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago
Labels: part:docs, type:enhancement

#29 - Improve `Select` documentation

Issue - State: open - Opened by leandro-lucarella-frequenz almost 2 years ago
Labels: part:docs, type:enhancement, part:select

#28 - Remove `version:xxx` and add `part:select` and `part:receivers` labels

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 1 comment
Labels: part:tooling, type:enhancement

#27 - Make `Select.ready` report one event at the time

Issue - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 6 comments
Labels: resolution:wontfix, type:enhancement, part:select

#26 - Allow sending `None`

Issue - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 2 comments
Labels: type:enhancement, part:channels, part:select, part:receivers

#25 - Use MkDocs to build the documentation

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 15 comments
Labels: part:docs, part:tests, part:tooling, type:enhancement, part:channels, part:select

#23 - [RFC] Handle passing exceptions via channels

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 6 comments
Labels: type:enhancement, part:channels

#22 - Raise an exception when `send` is called with `None`

Issue - State: closed - Opened by sahas-subramanian-frequenz almost 2 years ago - 1 comment
Labels: resolution:invalid, type:enhancement, part:channels

#21 - Implement a general mechanism to send errors via channels

Issue - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 1 comment
Labels: priority:high, type:enhancement, part:channels

#20 - Allow Broadcast channels to block senders when a receiver is not consuming

Issue - State: open - Opened by sahas-subramanian-frequenz almost 2 years ago - 1 comment
Labels: type:enhancement, part:channels

#19 - ci: Test also Python 3.11 pre-releases

Pull Request - State: closed - Opened by leandro-lucarella-frequenz almost 2 years ago - 1 comment
Labels: part:tooling, type:enhancement

#18 - Fix project URLs

Pull Request - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago
Labels: part:docs, part:tooling, type:bug

#15 - ci: Add automatic pull request labeler

Pull Request - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago - 1 comment
Labels: part:docs, part:tooling, type:enhancement

#14 - ci: Add automatic pull request labeler

Pull Request - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago - 1 comment
Labels: part:tooling, type:enhancement

#13 - Add Unicast Channel

Issue - State: open - Opened by leandro-lucarella-frequenz about 2 years ago
Labels: priority:low, type:enhancement, part:channels

#12 - Add support for optional channels in `Select`

Issue - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago - 2 comments
Labels: type:enhancement, part:synchronization

#11 - Add CONTRIBUTING.md and RELEASE_NOTES.md

Issue - State: closed - Opened by sahas-subramanian-frequenz about 2 years ago
Labels: part:docs, priority:❓, type:enhancement

#10 - Add automatic pull request labeler

Issue - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago

#9 - Add KeywordLabeler app configuration

Issue - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago - 2 comments

#8 - Add GitHub issue form templates

Issue - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago - 2 comments

#7 - Create GitHub Release automatically

Issue - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago

#6 - Upload packages to PyPI

Issue - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago

#5 - Add CODEOWNERS file

Issue - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago - 2 comments

#4 - Improve automation

Issue - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago - 1 comment
Labels: part:tooling, type:enhancement

#3 - Import channel implementations from Python SDK v0.9.0

Pull Request - State: closed - Opened by shsms about 2 years ago - 3 comments

#2 - Add issue templates and configure KeywordLabeler app

Pull Request - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago
Labels: part:tooling, type:tech-debt

#1 - Add CODEOWNERS file

Pull Request - State: closed - Opened by leandro-lucarella-frequenz about 2 years ago
Labels: part:tooling, type:tech-debt