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

NextJS #61

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

NextJS #61

wants to merge 83 commits into from

Commits on Jan 11, 2024

  1. Try nextjs

    bjonnh committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2973b3c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    772991f View commit details
    Browse the repository at this point in the history
  2. All the missing stuff

    bjonnh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    06a5495 View commit details
    Browse the repository at this point in the history
  3. Getting somewhere it seems

    bjonnh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9c2631d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

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

Commits on Jan 15, 2024

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

Commits on Jan 20, 2024

  1. Try nextjs

    bjonnh authored and Adafede committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    ebb549f View commit details
    Browse the repository at this point in the history
  2. All the missing stuff

    bjonnh authored and Adafede committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    3fee73a View commit details
    Browse the repository at this point in the history
  3. Getting somewhere it seems

    bjonnh authored and Adafede committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    6cc3425 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d558a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d323752 View commit details
    Browse the repository at this point in the history
  6. wiki4ever

    Adafede committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    bda5443 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    aca0420 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into bjo/nextjs

    # Conflicts:
    #	api/api.py
    bjonnh committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2694d37 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Temp work, need to fix API now

    bjonnh committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    146b395 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Adding prefixes

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    0352cd6 View commit details
    Browse the repository at this point in the history
  2. Adding structural classes (#53)

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5176229 View commit details
    Browse the repository at this point in the history
  3. Bump uvicorn from 0.25.0 to 0.26.0

    Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.25.0 to 0.26.0.
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.25.0...0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: uvicorn
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    deb7ac0 View commit details
    Browse the repository at this point in the history
  4. update

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a7ee5a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    069f79d View commit details
    Browse the repository at this point in the history
  6. fix

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    34cb709 View commit details
    Browse the repository at this point in the history
  7. Refactor Item

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    615e2f9 View commit details
    Browse the repository at this point in the history
  8. Fix #54

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    00b1c6c View commit details
    Browse the repository at this point in the history
  9. not needed

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    13566a9 View commit details
    Browse the repository at this point in the history
  10. Rework a bit the API doc

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    4309f2e View commit details
    Browse the repository at this point in the history
  11. Rework a bit the API doc

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a5acd14 View commit details
    Browse the repository at this point in the history
  12. Rework a bit the API doc

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    505bcf9 View commit details
    Browse the repository at this point in the history
  13. Add progress bar

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    8c02a44 View commit details
    Browse the repository at this point in the history
  14. tests

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    d6dbc28 View commit details
    Browse the repository at this point in the history
  15. types

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    3f53423 View commit details
    Browse the repository at this point in the history
  16. Adding keywords and classifiers

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    efc91b3 View commit details
    Browse the repository at this point in the history
  17. add type

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    0682048 View commit details
    Browse the repository at this point in the history
  18. fix types

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    27dd4c3 View commit details
    Browse the repository at this point in the history
  19. remove useless prefixes

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b633167 View commit details
    Browse the repository at this point in the history
  20. Refactor API

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b5fdbd2 View commit details
    Browse the repository at this point in the history
  21. Clarify API

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    fc968e3 View commit details
    Browse the repository at this point in the history
  22. Clarify API

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5794796 View commit details
    Browse the repository at this point in the history
  23. Update example queries

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    809c66a View commit details
    Browse the repository at this point in the history
  24. Refactor API option and limit

    Adafede authored and bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5c06fa2 View commit details
    Browse the repository at this point in the history
  25. Bigger ketcher and updates

    bjonnh committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    34c0a70 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Merge main

    bjonnh committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    2dfd9f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into bjo/nextjs

    # Conflicts:
    #	.gitignore
    #	tests/test_api_autocomplete.py
    bjonnh committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d882daa View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into bjo/nextjs

    # Conflicts:
    #	frontend/src/interfaces/lotus_api.ts
    bjonnh committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c5d3d67 View commit details
    Browse the repository at this point in the history
  4. Adapt to new API

    bjonnh committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    5e70e09 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Feb 1, 2024

  1. Update for new API

    bjonnh committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    adf2f25 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 19, 2024

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

Commits on Feb 26, 2024

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

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    6657e22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cead499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    716713a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d32bb2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a98ecbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a659f0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57533c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4ce4cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d489750 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d973d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71eebe1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    37f87ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b773d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    c707f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f73f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a622e9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f956a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 18, 2024

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

Commits on Mar 19, 2024

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

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

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

Commits on Mar 25, 2024

  1. Merge branch 'main' into bjo/nextjs

    # Conflicts:
    #	doc/example_queries.http
    Adafede committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    37eca95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    352e7e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4492ac5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76d325b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c25bc7 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into bjo/nextjs

    # Conflicts:
    #	frontend/pnpm-lock.yaml
    Adafede committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0a66460 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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