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

feat: vectorize #177

Merged
merged 64 commits into from
Oct 5, 2024
Merged

feat: vectorize #177

merged 64 commits into from
Oct 5, 2024

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    56fdea3 View commit details
    Browse the repository at this point in the history
  2. feat: vectorize

    RihanArfan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    94b30b7 View commit details
    Browse the repository at this point in the history
  3. fix: typo in error message

    RihanArfan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    544cd0f View commit details
    Browse the repository at this point in the history
  4. feat: vectorize via proxy

    RihanArfan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    16a363a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6847c0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b7813a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b1a2c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aeb96f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79a488e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b890979 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4319168 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Aug 30, 2024

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

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    844b009 View commit details
    Browse the repository at this point in the history
  2. refactor: remove account id

    vectorize currently doesn't support local bindings so it will use remote via nuxthub link
    RihanArfan committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    959ee2f View commit details
    Browse the repository at this point in the history
  3. fix: use new vectorize types

    cloudflare replaced alpha VectorizeIndex type with new Vectorize type. the old one will be deprecated.
    RihanArfan committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    0c6adcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41a96a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    5b49da0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b1563a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    943c479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65a6612 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f7edc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76c4b5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e997b26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c34e54f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d12853b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77070fd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix: correct case styles

    RihanArfan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5bd8b5f View commit details
    Browse the repository at this point in the history
  2. refactor: simplify type

    RihanArfan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c25c178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    311bee7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    95f1678 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b33a31 View commit details
    Browse the repository at this point in the history
  3. revert: "fix: make dev:prepare work on windows"

    This reverts commit 844b009.
    RihanArfan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    76c5afe View commit details
    Browse the repository at this point in the history
  4. fix: don't directly export type from @cloudflare/workers-types

    directly re-exporting the type causes the module's generated types file to only be re-exported types and nothing else.
    RihanArfan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    388434c View commit details
    Browse the repository at this point in the history
  5. refactor: clean up code

    RihanArfan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ad3098e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    67009ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b07ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc3bb38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e704e6 View commit details
    Browse the repository at this point in the history
  5. style: capitalisation

    RihanArfan committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    29e908b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fdec82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10ffe49 View commit details
    Browse the repository at this point in the history
  8. chore: clean up code

    RihanArfan committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    34a67e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. docs: vectorize

    RihanArfan committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bb30ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c4418 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    dbbfd9d View commit details
    Browse the repository at this point in the history
  2. docs: update changelog

    RihanArfan committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ee4b12e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0049cb5 View commit details
    Browse the repository at this point in the history
  4. docs: add examples

    RihanArfan committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2a2d0f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    743548e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74500f6 View commit details
    Browse the repository at this point in the history
  7. docs: update

    atinux committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1add42b View commit details
    Browse the repository at this point in the history
  8. docs: remove unnecessary link in comment

    Co-authored-by: Sébastien Chopin <[email protected]>
    RihanArfan and atinux authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2649810 View commit details
    Browse the repository at this point in the history
  9. docs: small updates

    atinux committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6d38572 View commit details
    Browse the repository at this point in the history
  10. docs: improvements

    atinux committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    768c4db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1a25ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    763a676 View commit details
    Browse the repository at this point in the history
  13. lint fix

    atinux committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c893a21 View commit details
    Browse the repository at this point in the history
  14. up

    atinux committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5544f32 View commit details
    Browse the repository at this point in the history
  15. up

    atinux committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1a22a5e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. docs: og-image

    atinux committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    cf33615 View commit details
    Browse the repository at this point in the history