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

Komga implementation #943

Merged
merged 70 commits into from
Aug 20, 2024
Merged

Komga implementation #943

merged 70 commits into from
Aug 20, 2024

Commits on Aug 2, 2024

  1. komga implementation

    Jacob-Tate committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4f15900 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    b5b39cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    238b146 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Finalizing implementation

    Cleaned up where some variables lived and documented important code.
    
    Removed unused imports
    
    Templatized duplicated code.
    
    Switched to an unbounded channel to allow users to make any length of
    background task polling periods.
    Jacob-Tate committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0e1c957 View commit details
    Browse the repository at this point in the history
  2. Added Komga Documentation

    Jacob-Tate committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    83105fe View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    9fc4687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bd89bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e1f70a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86e2c5c View commit details
    Browse the repository at this point in the history
  5. Reverted order

    Jacob-Tate committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b43df5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    834f3ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb43a33 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    0b38409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ab65c4 View commit details
    Browse the repository at this point in the history
  3. chore(backend): format files

    IgnisDa committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5aab4c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    828ef34 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    a7a2b55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8920c8a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'refs/remotes/origin/main' into komga_impl

    # Conflicts:
    #	apps/backend/src/miscellaneous.rs
    #	docs/content/integrations.md
    Jacob-Tate committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    647cf47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff38c8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebd9be3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. chore(backend): run formatter

    IgnisDa committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    54cd048 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94ba3f6 View commit details
    Browse the repository at this point in the history
  3. fix(backend): type checks

    IgnisDa committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    57bff2d View commit details
    Browse the repository at this point in the history
  4. chore(backend): add newline

    IgnisDa committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ba0980d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72157b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecaf309 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30c9b78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc28164 View commit details
    Browse the repository at this point in the history
  9. Run CI Empty Commit

    Jacob-Tate committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    302cb13 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. chore: empty commit

    [Run CI]
    IgnisDa committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    afd70a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 17, 2024

  1. merge origin

    Jacob-Tate committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5112364 View commit details
    Browse the repository at this point in the history
  2. Komga Implementation

    Jacob-Tate committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    3d21694 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/komga' into komga_impl

    # Conflicts:
    #	apps/backend/src/main.rs
    #	apps/frontend/app/routes/_dashboard.settings.integrations.tsx
    #	crates/providers/src/manga_updates.rs
    #	crates/services/miscellaneous/src/lib.rs
    #	docs/content/integrations.md
    #	libs/generated/src/graphql/backend/graphql.ts
    Jacob-Tate committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    703dc30 View commit details
    Browse the repository at this point in the history
  4. Resolve merge errors

    Jacob-Tate committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1b02fc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4469588 View commit details
    Browse the repository at this point in the history
  6. ci: revert ci changes

    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5c9c4f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01f8d7f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2397b1 View commit details
    Browse the repository at this point in the history
  9. ci: change computation of image names

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    cc8178d View commit details
    Browse the repository at this point in the history
  10. ci: hardcode docker username

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    36bd0e3 View commit details
    Browse the repository at this point in the history
  11. ci: enable hardmode

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    3180b9b View commit details
    Browse the repository at this point in the history
  12. ci: quote names

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9b37a40 View commit details
    Browse the repository at this point in the history
  13. ci: no heredoc fuckery

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    6f6c2c9 View commit details
    Browse the repository at this point in the history
  14. ci: change name of image

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e3e0905 View commit details
    Browse the repository at this point in the history
  15. ci: remove docker for forks

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    dd54876 View commit details
    Browse the repository at this point in the history
  16. ci: update condition

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    12cae01 View commit details
    Browse the repository at this point in the history
  17. ci: logging

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    eccf2c4 View commit details
    Browse the repository at this point in the history
  18. ci: use gh actions script

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    6debb41 View commit details
    Browse the repository at this point in the history
  19. ci: print all outputs

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a9d23bb View commit details
    Browse the repository at this point in the history
  20. ci: use correct image names

    Run CI.
    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ea960dc View commit details
    Browse the repository at this point in the history
  21. ci: use correct owner name

    IgnisDa committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c41b365 View commit details
    Browse the repository at this point in the history
  22. Upgraded to a trait model

    Jacob-Tate committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ba08f71 View commit details
    Browse the repository at this point in the history
  23. Migrated jellyfin to trait

    Jacob-Tate committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    fe023cd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2834ac2 View commit details
    Browse the repository at this point in the history
  25. Emby Integration Migration

    Jacob-Tate committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0f528a2 View commit details
    Browse the repository at this point in the history
  26. Plex Integration Migration

    Jacob-Tate committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    110d25c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bc5dfcc View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Kodi Integration Migration

    Jacob-Tate committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    45db825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f131ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be9c608 View commit details
    Browse the repository at this point in the history
  4. Ran formatter

    Jacob-Tate committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    3fc61c0 View commit details
    Browse the repository at this point in the history
  5. chore: run rust formatter

    IgnisDa committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8ecc8a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79c6c05 View commit details
    Browse the repository at this point in the history
  7. Finished implementing Audiobookshelf

    Introduced YankIntegrationWithCommit trait to address issue with passing the closure through a staticly allocated enum.
    Renamed the integration file to integration trait and moved all integrations traits to this file
    Changed visibility of all integrations to be pub(crate) since they dont need to be accessible anywhere else.
    Introduced proper error handling for improper integration types
    Jacob-Tate committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    6715016 View commit details
    Browse the repository at this point in the history
  8. Undid accidental change

    Jacob-Tate committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    3eebdb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    2394396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec018ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1eba11 View commit details
    Browse the repository at this point in the history