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

Core: Migrate from qs to picoquery #28315

Merged
merged 33 commits into from
Oct 1, 2024
Merged

Core: Migrate from qs to picoquery #28315

merged 33 commits into from
Oct 1, 2024

Commits on Jun 23, 2024

  1. feat: migrate from qs

    Moves the `manager-api`, `preview-api` and `ui/amanger` to use
    `picoquery` instead of `qs` - a much smaller and faster alternative.
    
    Note that we still have `qs` in our overall monorepo tree, but that can
    be tackled in a follow-up PR.
    43081j committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    050044f View commit details
    Browse the repository at this point in the history
  2. Use destructured imports

    shilman committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    2b8156a View commit details
    Browse the repository at this point in the history
  3. qs => picoquery

    shilman committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    23f28dc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'next' into pq

    shilman authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    a8b3f91 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. feat: use js syntax in query strings

    Uses the `foo.bar[0]` syntax picoquery provides, rather than dot-syntax
    (`foo.bar.0`).
    43081j committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3c04a1e View commit details
    Browse the repository at this point in the history
  2. feat (preview-api): move to picoquery

    Moves the preview api to use picoquery.
    
    Note that tests will not pass yet.
    43081j committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4474a04 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge branch 'next' into pq

    43081j committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c5f7409 View commit details
    Browse the repository at this point in the history
  2. fix: decode some known query string chars

    Decodes certain chars we want to keep in our URIs (e.g. `[`).
    43081j committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fcce3bb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

Commits on Jul 12, 2024

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

Commits on Jul 28, 2024

  1. test: fix parseArgsParam tests

    43081j committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    13053d7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' into pq

    43081j committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0228c5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5171010 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

    ndelangen committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8f6ff03 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge branch 'next' into pq

    43081j committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    adb5af9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 18, 2024

  1. Merge branch 'next' into pq

    43081j committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    b51dde1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Merge branch 'next' into pq

    43081j committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    8dcfbd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    a770d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a76e060 View commit details
    Browse the repository at this point in the history
  3. dedupe

    ndelangen committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4468a15 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    f8c9172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45ea68 View commit details
    Browse the repository at this point in the history
  3. format

    JReinhold committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    099be6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87bc10d View commit details
    Browse the repository at this point in the history
  5. fix

    ndelangen committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c08542b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    df1aad2 View commit details
    Browse the repository at this point in the history
  2. make our color examples lowercase always & fix a bug where we didn't …

    …detect uppercase color prefixes
    ndelangen committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6066c64 View commit details
    Browse the repository at this point in the history
  3. fix

    ndelangen committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1f43562 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be07741 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26659e4 View commit details
    Browse the repository at this point in the history