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

tests: library tests to play multiple sources #1333

Merged
merged 50 commits into from
Dec 25, 2022
Merged

Commits on Dec 22, 2022

  1. tests: play multiple sources

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    c7a32c6 View commit details
    Browse the repository at this point in the history
  2. make linter happy

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    64caacf View commit details
    Browse the repository at this point in the history
  3. make flutter analyzer happy

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    dde179c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    697972d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7d23cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7c3f29 View commit details
    Browse the repository at this point in the history
  7. update todos

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    9bcd512 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b28d64 View commit details
    Browse the repository at this point in the history
  9. rearrange app sources

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    5ee7fbd View commit details
    Browse the repository at this point in the history
  10. revert unnecessary timeout

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    4f7049b View commit details
    Browse the repository at this point in the history
  11. adapt timeouts

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    1310c5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    861fcaa View commit details
    Browse the repository at this point in the history
  13. server: add simple server

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    c6e4d5d View commit details
    Browse the repository at this point in the history
  14. server: adapt server

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    da05187 View commit details
    Browse the repository at this point in the history
  15. server: adapt server

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    38c5748 View commit details
    Browse the repository at this point in the history
  16. CI: run via test server

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    77add1d View commit details
    Browse the repository at this point in the history
  17. remove tests for server

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    5593252 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c142e98 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7d89996 View commit details
    Browse the repository at this point in the history
  20. test fix url

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    81e3880 View commit details
    Browse the repository at this point in the history
  21. update docs

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    199ad90 View commit details
    Browse the repository at this point in the history
  22. update readme in server

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    5d7a7be View commit details
    Browse the repository at this point in the history
  23. update gitignore

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    8c12e4c View commit details
    Browse the repository at this point in the history
  24. remove m3u8 end indicator

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    a7cedec View commit details
    Browse the repository at this point in the history
  25. fix flutter drive command

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    78b3b8d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9fc5226 View commit details
    Browse the repository at this point in the history
  27. feat: error stream (#1266)

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    67e1ba4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    11e96b6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    edca6ad View commit details
    Browse the repository at this point in the history
  30. run windows in powershell

    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    76ae8b4 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0d6397d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a880038 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    48d5f8c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b02c358 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e8c2884 View commit details
    Browse the repository at this point in the history
  36. Revert "WIP: Android Integration Tests on CI"

    This reverts commit e8c2884.
    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    c33d199 View commit details
    Browse the repository at this point in the history
  37. Revert "feat: error stream (#1266)"

    This reverts commit 67e1ba4.
    Gustl22 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d03b63d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1aae41b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. flutter format

    Gustl22 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    4f2b218 View commit details
    Browse the repository at this point in the history
  2. test: update Fixme of tests

    Gustl22 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    080364a View commit details
    Browse the repository at this point in the history
  3. server: update readme

    Gustl22 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    eee68bc View commit details
    Browse the repository at this point in the history
  4. make analyzer happy

    Gustl22 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ff6ae15 View commit details
    Browse the repository at this point in the history
  5. make test a reusable workflow

    Gustl22 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2abf8ac View commit details
    Browse the repository at this point in the history
  6. split build and test workflow

    Gustl22 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    80798dc View commit details
    Browse the repository at this point in the history
  7. refactor .yaml to .yml

    Gustl22 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2cf64f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a21530 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Merge branch 'main' into feat/test-multiple-sources

    # Conflicts:
    #	.github/workflows/test.yml
    #	packages/audioplayers/example/lib/tabs/sources.dart
    Gustl22 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    dc75d96 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into feat/test-multiple-…

    …sources
    
    # Conflicts:
    #	.github/workflows/build.yml
    #	.github/workflows/pull-request.yml
    #	.github/workflows/test.yml
    Gustl22 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    c52022a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60f0622 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Configuration menu
    Copy the full SHA
    5012a2a View commit details
    Browse the repository at this point in the history