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

🐛(back) fix sync_medialive_video command #2284

Merged
merged 14 commits into from
Jun 15, 2023

Commits on Jun 15, 2023

  1. ♻️(medialive) split medialive_utils.py into medialive_list_utils.py

    Split generated by gitfilesplit
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e6e9415 View commit details
    Browse the repository at this point in the history
  2. ♻️(medialive) split medialive_utils.py into medialive_delete_utils.py

    Split generated by gitfilesplit
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    23dc6cf View commit details
    Browse the repository at this point in the history
  3. ♻️(medialive) split medialive_utils.py into medialive_action_utils.py

    Split generated by gitfilesplit
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a4bc1c7 View commit details
    Browse the repository at this point in the history
  4. ♻️(medialive) split medialive_utils.py into medialive_create_utils.py

    Split generated by gitfilesplit
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    09e8654 View commit details
    Browse the repository at this point in the history
  5. ♻️(medialive) split medialive_utils.py into medialive_action_utils.py

    Split generated by gitfilesplit
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1a49e09 View commit details
    Browse the repository at this point in the history
  6. Merge branches 'split/medialive_utils.py-medialive_utils/medialive_cr…

    …eate_utils.py', 'split/medialive_utils.py-medialive_utils/medialive_action_utils.py', 'split/medialive_utils.py-medialive_utils/medialive_delete_utils.py' and 'split/medialive_utils.py-medialive_utils/medialive_list_utils.py' into hbaudesson/fix-sync-medialive-command
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    402177f View commit details
    Browse the repository at this point in the history
  7. ♻️(medialive) remove duplicated medialive_utils

    Remove duplicated code due to medialive_utils.py splitting.
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    773e6ed View commit details
    Browse the repository at this point in the history
  8. ♻️(medialive) split test_medialive_utils

    Split test_medialive_utils into test_medialive_delete_utils
    Split generated by gitfilesplit
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    498785d View commit details
    Browse the repository at this point in the history
  9. ♻️(medialive) split test_medialive_utils

    Split test_medialive_utils into test_medialive_action_utils
    Split generated by gitfilesplit
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    5c3c2e9 View commit details
    Browse the repository at this point in the history
  10. ♻️(medialive) split test_medialive_utils

    Split test_medialive_utils into test_medialive_create_utils
    Split generated by gitfilesplit
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7f7b56b View commit details
    Browse the repository at this point in the history
  11. ♻️(medialive) split test_medialive_utils into test_medialive_list_utils

    Split generated by gitfilesplit
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d0446b9 View commit details
    Browse the repository at this point in the history
  12. Merge branches 'split/test_medialive_utils.py-medialive_utils/test_me…

    …dialive_create_utils.py', 'split/test_medialive_utils.py-medialive_utils/test_medialive_action_utils.py' and 'split/test_medialive_utils.py-medialive_utils/test_medialive_delete_utils.py' into hbaudesson/fix-sync-medialive-command
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0c11696 View commit details
    Browse the repository at this point in the history
  13. ♻️(medialive) remove duplicated medialive tests

    Remove duplicated code due to test_medialive_utils.py splitting.
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3154a52 View commit details
    Browse the repository at this point in the history
  14. 🐛(back) fix sync_medialive_video command

    The sync_medialive_video is failing when medialive channel exists,
    but its associated video does not.
    When a channel does not have a video, it can't be used.
    Therefore, we should delete the stack of this unused medialive channel.
    polyhb committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1382995 View commit details
    Browse the repository at this point in the history