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(web): move from react-router to @tanstack/router #1338

Merged
merged 50 commits into from Feb 12, 2024

Commits on Jan 1, 2024

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

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    171ea93 View commit details
    Browse the repository at this point in the history
  2. fix(http): replace http codes in middleware to prevent basic auth inv…

    …alidation
    
    fix typo in comment
    martylukyy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8083967 View commit details
    Browse the repository at this point in the history
  3. fix test

    martylukyy committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7e9bb19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17a705b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed674e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c527ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc13001 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    a7fabc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09b86e8 View commit details
    Browse the repository at this point in the history
  3. fix(http): test

    zze0s committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    0ee395e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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

Commits on Jan 5, 2024

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

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    316be1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c8b49 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    e769764 View commit details
    Browse the repository at this point in the history
  2. fix: loclfile

    zze0s committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b18ba9a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix: load filter/id

    zze0s committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ceca826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f41b543 View commit details
    Browse the repository at this point in the history
  3. fix(web): filter load

    zze0s committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e57fd4a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. fix(web): build errors

    zze0s committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7ed5d8a View commit details
    Browse the repository at this point in the history
  2. fix(web): ts-expect-error

    zze0s committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4774923 View commit details
    Browse the repository at this point in the history
  3. fix(tests): filter_test.go

    zze0s committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f618433 View commit details
    Browse the repository at this point in the history
  4. fix(filters): tests

    zze0s committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4ba183c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bbebf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. refactor: remove duplicate spinner components

    refactor: ReleaseTable.tsx loading animation
    refactor: remove dedicated `pendingComponent` for `settingsRoute`
    martylukyy committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6e08c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a745a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb6744d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b425e1b View commit details
    Browse the repository at this point in the history
  5. revert: action status URL param

    add comment
    martylukyy committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    67a055f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    d3e926b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c03e8c View commit details
    Browse the repository at this point in the history
  3. fix(queries): colon

    zze0s committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f1a117d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d849efd View commit details
    Browse the repository at this point in the history
  5. fix(queries): extract queryKeys

    zze0s committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    c69ae5e View commit details
    Browse the repository at this point in the history
  6. fix(queries): remove err

    zze0s committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    2970df4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63b985d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66042f2 View commit details
    Browse the repository at this point in the history
  9. fix(auth): failing test

    zze0s committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a961835 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0373323 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    26ae66c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    815e13a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    404e736 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    048b500 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fix(context): use deep-copy

    zze0s committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    83fbc72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889408a View commit details
    Browse the repository at this point in the history
  3. fix(releases): empty states

    zze0s committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e39c122 View commit details
    Browse the repository at this point in the history
  4. fix(auth): onboarding

    zze0s committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    30d04d9 View commit details
    Browse the repository at this point in the history
  5. fix(cache): invalidate queries

    zze0s committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b8b135a View commit details
    Browse the repository at this point in the history