mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[PR #456] [CLOSED] djds/annotate #1080
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#1080
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/456
Author: @djds
Created: 12/11/2021
Status: ❌ Closed
Base:
develop← Head:djds/annotate📝 Commits (10+)
2b54fd8[style] Format package code6f58275[ci] Format asciinema workflow; add Python 3.106fda8f4[container] Update Dockerfile for PEP 518 build447d6ca[ci] Run container integration tests to CI6caaee6[style] Ignore line break before binary operator3489e52[style] Replace calls to format() with f-strings9f148caRename asciinema/pty.py => pty_.pyca05ba9[typing] Annotate asciinema.asciicast0823bf4[typing] Annotate asciinema.async_workerdae6280[build] Refactor Makefile📊 Changes
36 files changed (+1628 additions, -856 deletions)
View changed files
📝
.github/workflows/asciinema.yml(+84 -18)📝
Dockerfile(+8 -7)📝
Makefile(+56 -16)📝
README.md(+84 -28)📝
asciinema/__init__.py(+22 -11)📝
asciinema/__main__.py(+143 -55)📝
asciinema/api.py(+53 -36)📝
asciinema/asciicast/__init__.py(+85 -59)📝
asciinema/asciicast/events.py(+25 -12)📝
asciinema/asciicast/raw.py(+29 -13)📝
asciinema/asciicast/v1.py(+32 -26)📝
asciinema/asciicast/v2.py(+85 -59)📝
asciinema/async_worker.py(+22 -12)📝
asciinema/commands/auth.py(+15 -11)📝
asciinema/commands/cat.py(+14 -13)📝
asciinema/commands/command.py(+21 -12)📝
asciinema/commands/play.py(+20 -10)📝
asciinema/commands/record.py(+63 -40)📝
asciinema/commands/upload.py(+13 -9)📝
asciinema/config.py(+119 -85)...and 16 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.