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

History rewrite to exclude the app/target app/dist and app/node_modules #23

Merged
merged 27 commits into from
Dec 5, 2023

Commits on Dec 5, 2023

  1. delete everythign

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    36f62d0 View commit details
    Browse the repository at this point in the history
  2. issue-46062444 create hello world app

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5f4951e View commit details
    Browse the repository at this point in the history
  3. nav and summary bar

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    246613e View commit details
    Browse the repository at this point in the history
  4. integrate tailwind

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    77d32e1 View commit details
    Browse the repository at this point in the history
  5. remove main.rs file

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3abc3dc View commit details
    Browse the repository at this point in the history
  6. issue-4690391 refactor models out of summary.r

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0065f82 View commit details
    Browse the repository at this point in the history
  7. reposition and rename Item->SummaryItem in file for legibility

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c52549d View commit details
    Browse the repository at this point in the history
  8. issue-46190391 refactor summary page components for testing

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e79b966 View commit details
    Browse the repository at this point in the history
  9. add a fake test and fix linting errors

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f9ad357 View commit details
    Browse the repository at this point in the history
  10. issue-46190391 add workflow

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2a2e5ad View commit details
    Browse the repository at this point in the history
  11. issue-46190391 target leptos-reset branch for now

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1ce2c48 View commit details
    Browse the repository at this point in the history
  12. issue-46190391 bug fix

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f043e0b View commit details
    Browse the repository at this point in the history
  13. issue-46190391 bug fix

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8fea89c View commit details
    Browse the repository at this point in the history
  14. Accomplish e2e testing with CI integration

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d25c5bd View commit details
    Browse the repository at this point in the history
  15. rework action

    use npm for playwright
    
    combine to single github workflow file
    
    fix syntax error
    
    add trunk
    
    debug
    
    debug
    
    use trunk-action
    
    fix
    
    cut down build time
    
    install cargo, npm, playwright deps all in one
    
    cargo build not install
    
    try to cache artifacts
    
    try trunk serve
    
    manually install turnk
    
    fix cache
    
    debug
    
    cache files based on lockfiles
    
    cache files based on lockfiles
    
    cache files based on lockfiles
    
    make action more efficient
    
    fix cargo cache key
    
    fix cargo cache folder
    
    remove caching altogether
    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    fef72b6 View commit details
    Browse the repository at this point in the history
  16. github action target main

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    41d1844 View commit details
    Browse the repository at this point in the history
  17. modify gitignore

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1749dc9 View commit details
    Browse the repository at this point in the history
  18. Add nix flake support

    trevorbernard authored and Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    971cab7 View commit details
    Browse the repository at this point in the history
  19. Add support for shell.nix

    trevorbernard authored and Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2e9c6da View commit details
    Browse the repository at this point in the history
  20. Make account summary page

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9c99ea5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b20e38a View commit details
    Browse the repository at this point in the history
  22. issue-45790869 add some baseline snapshot tests

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    980755f View commit details
    Browse the repository at this point in the history
  23. issue-45790869 make more granular

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4405260 View commit details
    Browse the repository at this point in the history
  24. change the file names to match those in CI pipeline

    Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    bd2ef3d View commit details
    Browse the repository at this point in the history
  25. Upload report

    n1tranquilla authored and Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d49590f View commit details
    Browse the repository at this point in the history
  26. Remove fixture testing for now

    n1tranquilla authored and Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2aa0533 View commit details
    Browse the repository at this point in the history
  27. use real public key

    n1tranquilla authored and Nathan Tranquilla committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f20eb45 View commit details
    Browse the repository at this point in the history