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

Use csv to parse csv files #7

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

Commits on Aug 29, 2022

  1. start rocket 0.5 port

    Spaceface16518 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3691b81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d322396 View commit details
    Browse the repository at this point in the history
  3. add default config

    Spaceface16518 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b1327e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a35adff View commit details
    Browse the repository at this point in the history
  5. fmt and fix imports

    Spaceface16518 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    7a60431 View commit details
    Browse the repository at this point in the history
  6. remove unused import

    Spaceface16518 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    995c280 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. update config

    - remove unnecessary fields
    - fix data-form limit to adhere to 5 MiB anki file limit
    Spaceface16518 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2bc02f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    ab60bc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16cb44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b828908 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    559243b View commit details
    Browse the repository at this point in the history
  5. make first migration idempotent

    since render db is already up, this prevents migration from failing
    Spaceface16518 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    fc1c0d2 View commit details
    Browse the repository at this point in the history
  6. remove unused result alias in db.rs

    it will probably be needed later when error handling is improved, but it
    is causing cargo to complain right now so it's better to just get rid of
    it for now.
    Spaceface16518 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ad1231a View commit details
    Browse the repository at this point in the history
  7. add csv crate

    Spaceface16518 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    bfdc9a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4a5f9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d371394 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    935f37c View commit details
    Browse the repository at this point in the history