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

Basic telerunbot features #2

Merged
merged 27 commits into from
Aug 26, 2023
Merged

Basic telerunbot features #2

merged 27 commits into from
Aug 26, 2023

Commits on Aug 18, 2023

  1. init shuttle deploy

    reubenwong97 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1528ec2 View commit details
    Browse the repository at this point in the history
  2. custom service deploy

    reubenwong97 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ed3b0fe View commit details
    Browse the repository at this point in the history
  3. add sqlx dependency

    reubenwong97 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4baf59e View commit details
    Browse the repository at this point in the history
  4. update gitignore

    reubenwong97 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3c8b524 View commit details
    Browse the repository at this point in the history
  5. untrack cargo.lock

    reubenwong97 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    25e5ddf View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. init repo structure

    reubenwong97 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    c96a1c8 View commit details
    Browse the repository at this point in the history
  2. untrack .vscode

    reubenwong97 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    6733e98 View commit details
    Browse the repository at this point in the history
  3. skeleton bot code

    reubenwong97 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    9eee69c View commit details
    Browse the repository at this point in the history
  4. correct sql code

    reubenwong97 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    780a713 View commit details
    Browse the repository at this point in the history
  5. alter column type

    reubenwong97 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    34cc702 View commit details
    Browse the repository at this point in the history
  6. more amends

    reubenwong97 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b2e61d6 View commit details
    Browse the repository at this point in the history
  7. use query_as macro

    reubenwong97 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    6474433 View commit details
    Browse the repository at this point in the history
  8. check sqlx into git

    reubenwong97 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    ed730e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2fdf141 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    a968f4f View commit details
    Browse the repository at this point in the history
  2. add timestamp column

    reubenwong97 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    97d4398 View commit details
    Browse the repository at this point in the history
  3. add list interface

    reubenwong97 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3819050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59496ce View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    864b2ef View commit details
    Browse the repository at this point in the history
  2. render run template

    reubenwong97 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b83cc3e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. basic tests

    reubenwong97 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6f19bc9 View commit details
    Browse the repository at this point in the history
  2. use linkers for macos

    reubenwong97 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9108778 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    4c08f32 View commit details
    Browse the repository at this point in the history
  2. regenerate sqlx

    reubenwong97 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7044827 View commit details
    Browse the repository at this point in the history
  3. fix clippy

    reubenwong97 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ed31350 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ba9475 View commit details
    Browse the repository at this point in the history