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

New Server #44

Merged
merged 47 commits into from
May 10, 2024
Merged

New Server #44

merged 47 commits into from
May 10, 2024

Commits on Apr 17, 2024

  1. demos

    josephjclark committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    effdaf0 View commit details
    Browse the repository at this point in the history
  2. remove unused stuff

    josephjclark committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    db6c92c View commit details
    Browse the repository at this point in the history
  3. restrucure new server

    josephjclark committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    698900c View commit details
    Browse the repository at this point in the history
  4. setup basic web server

    josephjclark committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9eda486 View commit details
    Browse the repository at this point in the history
  5. setup js-python bridge

    josephjclark committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2306fdd View commit details
    Browse the repository at this point in the history
  6. docs

    josephjclark committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f24fb85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00f46c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 19, 2024

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

Commits on Apr 24, 2024

  1. poetry config

    - setup poetry to use a local venv
    - add that venv to node-calls-python
    - simple dependency import test for sig-gen
    josephjclark committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b180554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24bb785 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    275f294 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2066461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c162644 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca6fed4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. use absolute module paths in inference

    because it's called externally, relative paths go a bit wierd
    josephjclark committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5ca418e View commit details
    Browse the repository at this point in the history
  2. tempory commit

    josephjclark committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7560bf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f586ffe View commit details
    Browse the repository at this point in the history
  4. heavily simplify

    josephjclark committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    36ab1b5 View commit details
    Browse the repository at this point in the history
  5. more refactoring

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

Commits on Apr 26, 2024

  1. add codet5 model

    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fcf45a7 View commit details
    Browse the repository at this point in the history
  2. restructuring

    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9f97c38 View commit details
    Browse the repository at this point in the history
  3. untrack node_modules

    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c96947d View commit details
    Browse the repository at this point in the history
  4. reorganise

    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    18292b9 View commit details
    Browse the repository at this point in the history
  5. more reorganising

    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    648d53c View commit details
    Browse the repository at this point in the history
  6. more tidying

    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b36980d View commit details
    Browse the repository at this point in the history
  7. docs

    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8bd0b79 View commit details
    Browse the repository at this point in the history
  8. better hot reloading with nodemon

    Sadly there's no way in node-calls-python to trash the environment, andno way in bun to watch arbitrary files
    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5eca462 View commit details
    Browse the repository at this point in the history
  9. refactoring

    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f1c66d6 View commit details
    Browse the repository at this point in the history
  10. finsih porting inference modules

    as much as I intend to, anyway
    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1e252f8 View commit details
    Browse the repository at this point in the history
  11. fixed signature gen

    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7e8e482 View commit details
    Browse the repository at this point in the history
  12. hookup code generator

    josephjclark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    546780e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c88b8bf View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    41ee794 View commit details
    Browse the repository at this point in the history
  2. nicer service listing pages

    with summaries and links to readme
    josephjclark committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    46c5465 View commit details
    Browse the repository at this point in the history
  3. fix summaries

    josephjclark committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b5587f3 View commit details
    Browse the repository at this point in the history
  4. raft of documentation

    josephjclark committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2a32652 View commit details
    Browse the repository at this point in the history
  5. sort out dotenv

    josephjclark committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1bbca1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76bfd49 View commit details
    Browse the repository at this point in the history
  7. Remove old readme

    josephjclark committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    25b67c6 View commit details
    Browse the repository at this point in the history
  8. update tests

    josephjclark committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    536a05f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. update dockerfile

    fix node, bun and poetry so they all work properly with the correct versions
    josephjclark committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9edefc9 View commit details
    Browse the repository at this point in the history
  2. docs

    josephjclark committed May 1, 2024
    Configuration menu
    Copy the full SHA
    76617c8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 8, 2024

  1. tweaks

    josephjclark committed May 8, 2024
    Configuration menu
    Copy the full SHA
    faf4b1f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Adjust version

    josephjclark committed May 10, 2024
    Configuration menu
    Copy the full SHA
    eb1347e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac3e9f8 View commit details
    Browse the repository at this point in the history