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

Fix Login Panic and Add Clone Derives #12

Merged
merged 12 commits into from
Nov 30, 2023
Merged

Fix Login Panic and Add Clone Derives #12

merged 12 commits into from
Nov 30, 2023

Commits on Nov 30, 2023

  1. feat(lib): derive Clone for all public enums and structs

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a3c5e80 View commit details
    Browse the repository at this point in the history
  2. refactor(lib): revise authentication::login to check succeeded

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    42313ea View commit details
    Browse the repository at this point in the history
  3. fix(lib): revise Api::new to return Result<(), UserError> from login

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    65aa0ea View commit details
    Browse the repository at this point in the history
  4. docs(lib): update example with unwrap of Api::new

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    3f51a0b View commit details
    Browse the repository at this point in the history
  5. docs(readme): update usage example with unwrap of Api::new

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2827be1 View commit details
    Browse the repository at this point in the history
  6. refactor(fuse): handle error response from Api::new

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c12dc4c View commit details
    Browse the repository at this point in the history
  7. refactor(cli): handle error response from Api::new

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4a02432 View commit details
    Browse the repository at this point in the history
  8. style(lib): fix missing , to make rustfmt happy

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6fd0573 View commit details
    Browse the repository at this point in the history
  9. style(lib): remove duplicate Clone derive on PageMinimal

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d339b47 View commit details
    Browse the repository at this point in the history
  10. test(lib): handle error response from Api::new

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a43dbe0 View commit details
    Browse the repository at this point in the history
  11. style(tests): add line break to make rustfmt happy

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    175e139 View commit details
    Browse the repository at this point in the history
  12. docs(lib): add unwrap to Api::new call in page_get docstring

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a4e67ac View commit details
    Browse the repository at this point in the history