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

Rocket 0.5 #33

Draft
wants to merge 45 commits into
base: master
Choose a base branch
from
Draft

Rocket 0.5 #33

wants to merge 45 commits into from

Commits on Feb 19, 2021

  1. More async switches

    threecgreen committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    f9bcc11 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

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

Commits on Feb 23, 2021

  1. Start on required changes

    threecgreen committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5944db0 View commit details
    Browse the repository at this point in the history
  2. Small fixes

    threecgreen committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9936499 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. More async changes

      * Start to fix auth
      * Fix deserialization of forms with strings
    threecgreen committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a054cd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0217bca View commit details
    Browse the repository at this point in the history
  3. Start on fixing tests

    threecgreen committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    ef6a17d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

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

Commits on Mar 3, 2021

  1. dependency bump

    threecgreen committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    bcfb5c9 View commit details
    Browse the repository at this point in the history
  2. Switch to stable rust

    threecgreen committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    c632205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8efa057 View commit details
    Browse the repository at this point in the history
  4. Task updates

    threecgreen committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    895203b View commit details
    Browse the repository at this point in the history
  5. Fix crashing tests

    threecgreen committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    2189126 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

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

Commits on Mar 6, 2021

  1. Update rocket

    threecgreen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    ec0d963 View commit details
    Browse the repository at this point in the history
  2. Add new user test

    threecgreen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    2c14be3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9182d63 View commit details
    Browse the repository at this point in the history
  4. Fix last ignored test

    threecgreen committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    6957e36 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

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

Commits on Jun 17, 2021

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

Commits on Oct 30, 2021

  1. Update deps

    threecgreen committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    2a36084 View commit details
    Browse the repository at this point in the history
  2. Add weekly ci run

    threecgreen committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    1a2bd38 View commit details
    Browse the repository at this point in the history
  3. Add audit step

    threecgreen committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    cdd8742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fd93fc View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Update deps

    threecgreen committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    74203e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b683f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb00bd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    034cba1 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

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

    threecgreen committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    4e5c456 View commit details
    Browse the repository at this point in the history
  3. Fix dependency audit

    threecgreen committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    4be8fa1 View commit details
    Browse the repository at this point in the history
  4. Fix cached static paths

    threecgreen committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    b8d4b49 View commit details
    Browse the repository at this point in the history
  5. Fix rocket launch

    threecgreen committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    4d9ba7b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    6144e95 View commit details
    Browse the repository at this point in the history
  2. Upgrade to rc 2

    threecgreen committed May 24, 2022
    Configuration menu
    Copy the full SHA
    be8ff5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1af741e View commit details
    Browse the repository at this point in the history
  4. Merge upstream changes

    threecgreen committed May 24, 2022
    Configuration menu
    Copy the full SHA
    fc70e2a View commit details
    Browse the repository at this point in the history
  5. Remove specific toolchain

    threecgreen committed May 24, 2022
    Configuration menu
    Copy the full SHA
    ff25a26 View commit details
    Browse the repository at this point in the history
  6. Fix clippy lint

    threecgreen committed May 24, 2022
    Configuration menu
    Copy the full SHA
    421a575 View commit details
    Browse the repository at this point in the history
  7. Fix clippy in CI

    threecgreen committed May 24, 2022
    Configuration menu
    Copy the full SHA
    6c08a0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0fd37c5 View commit details
    Browse the repository at this point in the history
  9. Add changelog

    threecgreen committed May 24, 2022
    Configuration menu
    Copy the full SHA
    281eb29 View commit details
    Browse the repository at this point in the history
  10. async-ify cached_static

    threecgreen committed May 24, 2022
    Configuration menu
    Copy the full SHA
    94297b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge master

    threecgreen committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    029a0f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Update to Rocket 0.5.1

    Start using async diesel
    threecgreen committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    34124b3 View commit details
    Browse the repository at this point in the history