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

[Auth restructure 1] Separate http into a new crate #213

Merged
merged 45 commits into from
Jul 8, 2021

Commits on Jun 19, 2021

  1. new crate

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    2c3446d View commit details
    Browse the repository at this point in the history
  2. mod.rs -> lib.rs

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    188a863 View commit details
    Browse the repository at this point in the history
  3. add common.rs

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    36489b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ad7fd6 View commit details
    Browse the repository at this point in the history
  5. update cargo.toml

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    e3594d8 View commit details
    Browse the repository at this point in the history
  6. now compiling

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    ac9380e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6235c67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8397c9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    506ff25 View commit details
    Browse the repository at this point in the history
  10. update tests

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    90d673f View commit details
    Browse the repository at this point in the history
  11. update examples

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    9b2cbbb View commit details
    Browse the repository at this point in the history
  12. update CI

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    f8ab718 View commit details
    Browse the repository at this point in the history
  13. fix Cargo.toml

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    b34be92 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0e10b0f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6ebf37e View commit details
    Browse the repository at this point in the history
  16. Fix Cargo.toml

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    3ff48e8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6f8162e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4ab9300 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    debb42c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    210cd1d View commit details
    Browse the repository at this point in the history
  21. Prettier table

    marioortizmanero committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    029fe17 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a569308 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    918c6ac View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b526ea0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e1c6c44 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    8acb69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4761799 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f5a549 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

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

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    7f4d3e5 View commit details
    Browse the repository at this point in the history
  2. Add dead links flow

    marioortizmanero committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    ffeec4a View commit details
    Browse the repository at this point in the history
  3. Fix naming

    marioortizmanero committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    263c29f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0bd1bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baac69e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1adb862 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Fix relative path

    marioortizmanero committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    24cb2b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b441c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

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

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    72e9f14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a65200 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68f3d07 View commit details
    Browse the repository at this point in the history
  4. format

    marioortizmanero committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    c2043e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    75446c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1987bfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf8124b View commit details
    Browse the repository at this point in the history