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

Merge Vite branch #1647

Merged
merged 69 commits into from
Aug 20, 2024
Merged

Merge Vite branch #1647

merged 69 commits into from
Aug 20, 2024

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    5064dcb View commit details
    Browse the repository at this point in the history
  2. feat: Create vite.config.js and mimic create-react-app

    * Add proxy to backend via .env vars
    * Configure output dir to be same as create-react-app
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    db10b2c View commit details
    Browse the repository at this point in the history
  3. chore: Add vite to scripts

    * Does not replace old start command yet
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    57ca417 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46f7aaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d36b5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b623c07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c54c92 View commit details
    Browse the repository at this point in the history
  8. Merge pull request hackforla#1426 from Spiteless/ts.vite

    Move frontend to use Vite
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    efcfd28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe6e70a View commit details
    Browse the repository at this point in the history
  10. Merge pull request hackforla#1427 from Spiteless/ts.vite

    chore: Add "engines" and specifcy node 18+
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    9e15afc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ee8a40 View commit details
    Browse the repository at this point in the history
  12. Merge pull request hackforla#1428 from Spiteless/ts.vite

    chore: Move Vite out of dev dependencies
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    08094f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2a9132 View commit details
    Browse the repository at this point in the history
  14. Merge pull request hackforla#1429 from Spiteless/ts.vite-remove-babel

    asset: Update Dockerfiles in client
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    5707139 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e456c3 View commit details
    Browse the repository at this point in the history
  16. Merge pull request hackforla#1430 from Spiteless/ts.vite-remove-babel

    asset: Update node in backend as well
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    ecb8236 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    289bbfb View commit details
    Browse the repository at this point in the history
  18. Merge pull request hackforla#1431 from Spiteless/ts.vite-update-ghaction

    Cofix: Add step to specify more current node
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    8abf023 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    449423a View commit details
    Browse the repository at this point in the history
  20. Merge pull request hackforla#1432 from Spiteless/ts.vite-update-ghaction

    fix: Direct call to upgrade node in action
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3d9ef88 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    76fa0c9 View commit details
    Browse the repository at this point in the history
  22. Merge pull request hackforla#1433 from Spiteless/ts.vite-update-ghaction

    fix: Add rest of Dockerfiles, missed two
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    86392d4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2fef347 View commit details
    Browse the repository at this point in the history
  24. Merge pull request hackforla#1434 from Spiteless/ts.vite-update-ghaction

    fix: Swap to node:18.alpine, remove 'npm i- g npm'
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    cb810b8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    03742eb View commit details
    Browse the repository at this point in the history
  26. Merge pull request hackforla#1435 from Spiteless/ts.vite-update-ghaction

    fix: Change to alpine:3.14 in Dockerfile.prod
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    4123952 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b3c0c8d View commit details
    Browse the repository at this point in the history
  28. Merge pull request hackforla#1436 from Spiteless/ts.vite-update-ghaction

    wip: Update containers for testing
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    c0d4e36 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b9a6707 View commit details
    Browse the repository at this point in the history
  30. Merge pull request hackforla#1437 from Spiteless/ts.vite-update-ghaction

    wip: Update to node:20-alpine in Dockerfile.prod
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    a417554 View commit details
    Browse the repository at this point in the history
  31. wip: Add --no-update-notifier to yarn install

    The warning is asking for a npm version that isn't yet available in the docker images we use.
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    a01cea8 View commit details
    Browse the repository at this point in the history
  32. Merge pull request hackforla#1438 from Spiteless/ts.vite-update-ghaction

    wip: Add --no-update-notifier to yarn install
    
    Trying this because there is a persistent error that is asking for a npm version not available in the standard docker images yet
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    6fcb013 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    229ec35 View commit details
    Browse the repository at this point in the history
  34. Merge pull request hackforla#1439 from Spiteless/ts.vite-update-ghaction

    wip: Remove --silent, get all the infos
    trillium committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    783e929 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    e7a22aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request hackforla#1441 from Spiteless/ts.vite-update-ghaction

    wip: refresh yarn lock using node 18
    trillium committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7f4ff40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cd0794 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hackforla#1442 from Spiteless/ts.vite-update-ghaction

    wip: Upgrade react to 18 in project root
    trillium committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b7684cd View commit details
    Browse the repository at this point in the history
  5. wip: Upgrade react-datepicker

    Potentially resolves import conflict
    trillium committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f78d56a View commit details
    Browse the repository at this point in the history
  6. Merge pull request hackforla#1443 from Spiteless/ts.vite-update-ghaction

    wip: Upgrade react-datepicker
    trillium committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f5a788e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    481aa89 View commit details
    Browse the repository at this point in the history
  8. Merge pull request hackforla#1444 from Spiteless/ts.vite-update-ghaction

    wip: Upgrade react-test-renderer
    trillium committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8a87d59 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    5a63ee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    315f448 View commit details
    Browse the repository at this point in the history
  3. chore: TitledBox.js to .jsx

    trillium committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c3772f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70d156c View commit details
    Browse the repository at this point in the history
  5. chore: ChangesModal to .jsx

    trillium committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bd563ee View commit details
    Browse the repository at this point in the history
  6. chore: addProject to .jsx

    trillium committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a3f6104 View commit details
    Browse the repository at this point in the history
  7. feat: Upgrade .nvmrc to 18

    trillium committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7912b87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b688c34 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    3c6a793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c37c524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a812506 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e32a88b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9839bda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51e9429 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e867b41 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jul 2, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    78186c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3ad0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f4d077 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7516f27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb64b55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    321f787 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48e3f1a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 20, 2024

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