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

0.18.0 - adding jetstream api, profile, teams, and auth vitest tests generation to cli installation #65

Merged
merged 63 commits into from
Sep 18, 2023

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    5a2993a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cbe091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ecd7e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f05ba5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad32b4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e3e9fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea2e055 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0428cb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e9cf6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2df5b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e0764b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7afd393 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f7ed0d1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    872ba1a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d40b514 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    082f7fb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    711198d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6caebd6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6fe73dc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f6410f1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1bfc5d8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    81ddc2a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    8cfc916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d92b235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18f65f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3547e7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8d085b View commit details
    Browse the repository at this point in the history
  6. adding new ./src/generators/jetstream/tests/Vitest/Pages/API/generate…

    …-api-index-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    48f6179 View commit details
    Browse the repository at this point in the history
  7. adding new ./src/generators/jetstream/tests/Vitest/Pages/API/Partials…

    …/generate-api-token-manager-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1b7732a View commit details
    Browse the repository at this point in the history
  8. adding new ./src/generators/jetstream/tests/Vitest/Pages/Auth/generat…

    …e-confirm-password-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    493f3d7 View commit details
    Browse the repository at this point in the history
  9. adding new ./src/generators/jetstream/tests/Vitest/Pages/Auth/generat…

    …e-forgot-password-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d749441 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd911e7 View commit details
    Browse the repository at this point in the history
  11. adding new ./src/generators/jetstream/tests/Vitest/Pages/Auth/generat…

    …e-register-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f8bcb16 View commit details
    Browse the repository at this point in the history
  12. adding new ./src/generators/jetstream/tests/Vitest/Pages/Auth/generat…

    …e-reset-password-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0d5ae17 View commit details
    Browse the repository at this point in the history
  13. adding new ./src/generators/jetstream/tests/Vitest/Pages/Auth/generat…

    …e-two-factor-challenge-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e93396f View commit details
    Browse the repository at this point in the history
  14. adding new ./src/generators/jetstream/tests/Vitest/Pages/Auth/generat…

    …e-verify-email-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    feab466 View commit details
    Browse the repository at this point in the history
  15. adding new ./src/generators/jetstream/tests/Vitest/Pages/Profile/gene…

    …rate-profile-show-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5680b6e View commit details
    Browse the repository at this point in the history
  16. adding new ./src/generators/jetstream/tests/Vitest/Pages/Profile/Part…

    …ials/generate-delete-user-form-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7e440ef View commit details
    Browse the repository at this point in the history
  17. adding new ./src/generators/jetstream/tests/Vitest/Pages/Profile/Part…

    …ials/generate-logout-other-browser-sessions-form-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    cb726c6 View commit details
    Browse the repository at this point in the history
  18. adding new ./src/generators/jetstream/tests/Vitest/Pages/Profile/Part…

    …ials/generate-two-factor-authentication-form-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ea83bb6 View commit details
    Browse the repository at this point in the history
  19. adding new ./src/generators/jetstream/tests/Vitest/Pages/Profile/Part…

    …ials/generate-update-password-form-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    47716da View commit details
    Browse the repository at this point in the history
  20. adding new ./src/generators/jetstream/tests/Vitest/Pages/Profile/Part…

    …ials/generate-update-profile-information-form-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4fe5d8e View commit details
    Browse the repository at this point in the history
  21. adding new ./src/generators/jetstream/tests/Vitest/Pages/Teams/genera…

    …te-teams-create-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9acdef7 View commit details
    Browse the repository at this point in the history
  22. adding new ./src/generators/jetstream/tests/Vitest/Pages/Teams/genera…

    …te-teams-show-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bed6788 View commit details
    Browse the repository at this point in the history
  23. adding new ./src/generators/jetstream/tests/Vitest/Pages/Teams/Partia…

    …ls/generate-create-team-form-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    005d0d2 View commit details
    Browse the repository at this point in the history
  24. adding new ./src/generators/jetstream/tests/Vitest/Pages/Teams/Partia…

    …ls/generate-delete-team-form-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    cf2efdd View commit details
    Browse the repository at this point in the history
  25. adding new ./src/generators/jetstream/tests/Vitest/Pages/Teams/Partia…

    …ls/generate-team-member-manager-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0b42227 View commit details
    Browse the repository at this point in the history
  26. adding new ./src/generators/jetstream/tests/Vitest/Pages/Teams/Partia…

    …ls/generate-update-team-name-form-test-ts.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    17c8200 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0953c40 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    344b5f9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cd46c7f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    61fbc1a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2c409da View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ef0e379 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2c62478 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f7b0e84 View commit details
    Browse the repository at this point in the history
  35. integrating jetstream api, auth, profile and teams tests updater scri…

    …pts into install-vilt-ds-jetstream.ts
    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    88caa90 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ce930c7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b73de2d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4bd7830 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    26308ba View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3e6abd4 View commit details
    Browse the repository at this point in the history
  41. 0.18.0

    oberocks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3202b76 View commit details
    Browse the repository at this point in the history