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

feat: Rewrite the backend in Rust #50

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Apr 20, 2024

  1. Enable Rust language

    sestrella committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    3f8d00a View commit details
    Browse the repository at this point in the history
  2. Initial scaffolding

    sestrella committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    70f3703 View commit details
    Browse the repository at this point in the history
  3. Install axum

    sestrella committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6f4ea8e View commit details
    Browse the repository at this point in the history
  4. Axum hello world example

    sestrella committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    ee3982e View commit details
    Browse the repository at this point in the history
  5. Basic route setup for /api

    sestrella committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d39834f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    3cced06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f45be4b View commit details
    Browse the repository at this point in the history
  3. Install sqlx

    sestrella committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    573ebea View commit details
    Browse the repository at this point in the history
  4. Add PgPool to AppState

    sestrella committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4aef8cf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. First call to OpenSearch

    sestrella committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    79438e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce4078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdd0324 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62850dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb00fcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35f926e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae3c59e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e165967 View commit details
    Browse the repository at this point in the history
  9. Add TODO note

    sestrella committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fc32509 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update release query

    sestrella committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    81f3e46 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. First tests

    sestrella committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7b43c34 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    1451c7d View commit details
    Browse the repository at this point in the history
  2. Setup tracing

    sestrella committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    033dfe4 View commit details
    Browse the repository at this point in the history