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

feat(dgw): support .cast terminal recording files #900

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

irvingoujAtDevolution
Copy link
Contributor

No description provided.

devolutions-gateway/src/token.rs Outdated Show resolved Hide resolved
devolutions-gateway/src/token.rs Outdated Show resolved Hide resolved
@CBenoit
Copy link
Member

CBenoit commented Jun 26, 2024

FYI, here the commit should specifically start by feat(dgw) (feat for the feature commit type and dgw for the "Devolutions Gateway" commit scope)

@CBenoit CBenoit changed the title fit(gateway): support .cast file recording for terminal sessions fix(dgw): support .cast terminal recording files Jun 26, 2024
@CBenoit CBenoit enabled auto-merge (squash) June 26, 2024 02:04
@@ -262,13 +262,16 @@ pub enum RecordingFileType {
WebM,
/// Terminal Playback
TRP,
/// asciinema cast for terminal playback
Asciicast,
Copy link
Member

@CBenoit CBenoit Jun 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: The query param is now specified as file_type=asciicast (even though the extension .cast)

@CBenoit CBenoit disabled auto-merge June 26, 2024 02:17
@CBenoit CBenoit changed the title fix(dgw): support .cast terminal recording files feat(dgw): support .cast terminal recording files Jun 26, 2024
@CBenoit CBenoit merged commit d1f7559 into master Jun 26, 2024
24 checks passed
@CBenoit CBenoit deleted the terminal-asciicast-format-recording branch June 26, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants