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

Release 0.2 #87

Closed
wants to merge 65 commits into from
Closed

Release 0.2 #87

wants to merge 65 commits into from

Commits on Dec 23, 2021

  1. update version

    jonathanhliu21 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    ea862f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. Update develop branch

    jonathanhliu21 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    0116980 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. update develop branch

    jonathanhliu21 committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    c9f1c59 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. add logging

    jonathanhliu21 committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    fe29c50 View commit details
    Browse the repository at this point in the history
  2. update docs

    jonathanhliu21 committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    a0f52f5 View commit details
    Browse the repository at this point in the history
  3. update changelog

    jonathanhliu21 committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    fbcf532 View commit details
    Browse the repository at this point in the history
  4. format using black

    jonathanhliu21 committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    49b99db View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Update develop

    jonathanhliu21 committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    15444f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8978cb9 View commit details
    Browse the repository at this point in the history
  3. update docs

    jonathanhliu21 committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    4cb6957 View commit details
    Browse the repository at this point in the history
  4. update changelog

    jonathanhliu21 committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    ebfff37 View commit details
    Browse the repository at this point in the history
  5. Update develop branch

    jonathanhliu21 committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    9ee5e50 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. update develop

    jonathanhliu21 committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    d387697 View commit details
    Browse the repository at this point in the history
  2. fix double logging

    jonathanhliu21 committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    c5ff134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41f02e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. fix type annotations

    jonathanhliu21 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    933e21a View commit details
    Browse the repository at this point in the history
  2. add new server design

    jonathanhliu21 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    d824d35 View commit details
    Browse the repository at this point in the history
  3. remove baseconnection

    jonathanhliu21 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    2d868b8 View commit details
    Browse the repository at this point in the history
  4. fix issues with server

    jonathanhliu21 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    794320f View commit details
    Browse the repository at this point in the history
  5. add exception

    jonathanhliu21 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    335983c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    920a6fb View commit details
    Browse the repository at this point in the history
  7. update tested on table

    jonathanhliu21 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0f963ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb4e809 View commit details
    Browse the repository at this point in the history
  9. update docs

    jonathanhliu21 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    e738723 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    6dccc8f View commit details
    Browse the repository at this point in the history
  2. add supported methods

    jonathanhliu21 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    fe21417 View commit details
    Browse the repository at this point in the history
  3. add http method tests

    jonathanhliu21 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    7a86f77 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. change wording

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    a171cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c92ab87 View commit details
    Browse the repository at this point in the history
  3. implement V1 API

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    c2d7313 View commit details
    Browse the repository at this point in the history
  4. update CLI

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    af4ac84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98ee9d6 View commit details
    Browse the repository at this point in the history
  6. update readme

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    37943fa View commit details
    Browse the repository at this point in the history
  7. add catch all 404s

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    7f390c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e28f28 View commit details
    Browse the repository at this point in the history
  9. delete testing readmes

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    de07ec6 View commit details
    Browse the repository at this point in the history
  10. update test structure

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    63aedef View commit details
    Browse the repository at this point in the history
  11. fix cmp_version

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    2ec794a View commit details
    Browse the repository at this point in the history
  12. update contributing

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    019b59a View commit details
    Browse the repository at this point in the history
  13. fix testing scripts

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    2b89a4f View commit details
    Browse the repository at this point in the history
  14. add check for server

    jonathanhliu21 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    ed407a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. add more detailed help

    jonathanhliu21 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    1d5c574 View commit details
    Browse the repository at this point in the history
  2. add send_for_response

    jonathanhliu21 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c837f36 View commit details
    Browse the repository at this point in the history
  3. update docs

    jonathanhliu21 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f2f834e View commit details
    Browse the repository at this point in the history
  4. add data response

    jonathanhliu21 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    76091dd View commit details
    Browse the repository at this point in the history
  5. add docs for main CLI

    jonathanhliu21 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    abe9591 View commit details
    Browse the repository at this point in the history
  6. add active tests

    jonathanhliu21 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e7f3a1a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. add v1 docs

    jonathanhliu21 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    b72b4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52b309 View commit details
    Browse the repository at this point in the history
  3. add V1 API test

    jonathanhliu21 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    1168445 View commit details
    Browse the repository at this point in the history
  4. update changelog

    jonathanhliu21 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    0afccc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9caf93f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e3a3a3 View commit details
    Browse the repository at this point in the history
  7. add status code

    jonathanhliu21 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    729b916 View commit details
    Browse the repository at this point in the history
  8. fix annotations

    jonathanhliu21 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    815ea49 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b131ae9 View commit details
    Browse the repository at this point in the history
  10. format test files

    jonathanhliu21 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    f778411 View commit details
    Browse the repository at this point in the history
  11. make mypy happy

    jonathanhliu21 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c9b20aa View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. add typing issue

    jonathanhliu21 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f438acb View commit details
    Browse the repository at this point in the history
  2. add tox

    jonathanhliu21 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    56400b8 View commit details
    Browse the repository at this point in the history
  3. add typing reminder

    jonathanhliu21 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    9007c99 View commit details
    Browse the repository at this point in the history
  4. add new workflow

    jonathanhliu21 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    0fa8243 View commit details
    Browse the repository at this point in the history
  5. update python command

    jonathanhliu21 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    c45c53b View commit details
    Browse the repository at this point in the history
  6. update changelog

    jonathanhliu21 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    3cf2f06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    471b4b0 View commit details
    Browse the repository at this point in the history