forked from geekscape/aiko_services
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
silverpond/aiko_services/master should be the same as upstream geepscape/aiko_services/master with a few of our commits at the top adding functionality we need for Highlighter. Each commit should be associated with an upstream PR, listed below.
To update the version of upstream we use, rebase master onto upstream master, e.g.:
git pull --rebase origin-geekscape master
git tag -a v0.6.postN
git push --force-with-lease origin-silverpond master
git push --tags origin-silverpond master
Don't forget to update the version in pyproject.toml to match the tag.
As our changes are addressed in geekscape/aiko_services/master, rebase silverpond/aiko_services/master to remove our old version of the fix, and remove the PR from this list.
Open PRs:
- Handle graph-definition syntax for edges geekscape/aiko_services#27
- Notify stream-creator of stream stop geekscape/aiko_services#28
- remove unused dependency geekscape/aiko_services#41
- Fix deadlock when an error occurs in the frame_generator geekscape/aiko_services#45
- Add hooks for frame complete and stream destroy geekscape/aiko_services#46
- Add support for URLs with scheme 'data:' geekscape/aiko_services#48
- Set default value for the 'use_create_frame' argument to a data sources' start_stream() method to False, making the use of create_frames() the default geekscape/aiko_services#49
Closed and accepted PRs:
Metadata
Metadata
Assignees
Labels
No labels