-
Notifications
You must be signed in to change notification settings - Fork 129
Use files in CI/storybook seed #1401
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
Conversation
| "medium" => true, | ||
| "high" => true, | ||
| "low" => true | ||
| }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Layout/IndentHash: Indent the right brace the same as the first position after the preceding left parenthesis.
| "hls-low" => true, | ||
| "medium" => true, | ||
| "high" => true, | ||
| "low" => true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| "dash-low" => true, | ||
| "hls-low" => true, | ||
| "medium" => true, | ||
| "high" => true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| "hls-high" => true, | ||
| "dash-low" => true, | ||
| "hls-low" => true, | ||
| "medium" => true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| "dash-high" => true, | ||
| "hls-high" => true, | ||
| "dash-low" => true, | ||
| "hls-low" => true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| "hls-playlist" => true, | ||
| "dash-medium"=> true, | ||
| "hls-medium" => true, | ||
| "dash-high" => true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| "dash-playlist" => true, | ||
| "hls-playlist" => true, | ||
| "dash-medium"=> true, | ||
| "hls-medium" => true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| file.update!(output_presences: { | ||
| "dash-playlist" => true, | ||
| "hls-playlist" => true, | ||
| "dash-medium"=> true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
Layout/SpaceAroundOperators: Surrounding space missing for operator =>.
| if file_type.eql?(:video) | ||
| file.update!(output_presences: { | ||
| "dash-playlist" => true, | ||
| "hls-playlist" => true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| file.update!(state: 'encoded') | ||
| if file_type.eql?(:video) | ||
| file.update!(output_presences: { | ||
| "dash-playlist" => true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Layout/IndentHash: Use 2 spaces for indentation in a hash, relative to the first position after the preceding left parenthesis.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
Introduce .env variable to toggle transcoding during setup of scrolled entry for CI/Percy
04b3c64 to
d4e93cb
Compare
Describe the three-part-process required to use transcoded files in local storybook.
REDMINE-17585