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

V4 #325

Merged
merged 47 commits into from
Apr 26, 2022
Merged

V4 #325

merged 47 commits into from
Apr 26, 2022

Commits on Apr 26, 2022

  1. [chore] cleanup unit tests

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    a130924 View commit details
    Browse the repository at this point in the history
  2. [chore] migrate to to 1.6

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9320560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc44c39 View commit details
    Browse the repository at this point in the history
  4. [ci] create v4 ci pipeline

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    08d38bb View commit details
    Browse the repository at this point in the history
  5. [chore] assume 1.6 format

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    89184e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c24118 View commit details
    Browse the repository at this point in the history
  7. [doc] signpost node build

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    876f7f4 View commit details
    Browse the repository at this point in the history
  8. [doc] update output content

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    ef55a9e View commit details
    Browse the repository at this point in the history
  9. [chore] update cli copy

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    eb06eb0 View commit details
    Browse the repository at this point in the history
  10. [doc] cleanup readme

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    78a154f View commit details
    Browse the repository at this point in the history
  11. [doc] add cli descriptions

    This was helpful for me to list what options were being passed. Although
    I think all of these options are specified and used by phx.gen.html.
    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    a858cf8 View commit details
    Browse the repository at this point in the history
  12. [doc] remove extra lines

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    d65539d View commit details
    Browse the repository at this point in the history
  13. [chore] remove phx1_6 test app

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    a65738e View commit details
    Browse the repository at this point in the history
  14. [chore] clean phx.new for 1.6

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    67483e2 View commit details
    Browse the repository at this point in the history
  15. [chore] update dev and test configs

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    d11cef3 View commit details
    Browse the repository at this point in the history
  16. [chore] patch clean version of phoenix 1.6

    before running tests
    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7c556c0 View commit details
    Browse the repository at this point in the history
  17. [chore] remove unused files

    chewnoill authored and cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9e45dd4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    59151af View commit details
    Browse the repository at this point in the history
  19. [version] Bump version

    * Also update mix for elixir 1.12+ requirement
    cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    83f8f03 View commit details
    Browse the repository at this point in the history
  20. [mix] Update mix dep versions

    * Phoenix
    * Jason
    * scrivener_ecto
    
    [sq] Use shorthand version of >= && <
    cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    dc88a8b View commit details
    Browse the repository at this point in the history
  21. [lint] Credo warning fix

    Using a struct in a @SPEC creates a compile-time dependency.
    cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    45bf9fd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0b1c646 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7d0d84b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cf22bf4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d8ccaeb View commit details
    Browse the repository at this point in the history
  26. [version] Bump version

    * Also update mix for elixir 1.12+ requirement
    cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    608b66c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8bfc925 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b3ea325 View commit details
    Browse the repository at this point in the history
  29. Update heex layout template

    * add doctype
    * add meta tags
    * add CSRF token
    * use newer interpolation syntax
    * add phx-track-static to static assets
    cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    3830726 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8b90e61 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c138a68 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3198abe View commit details
    Browse the repository at this point in the history
  33. [docs] Update README

    * Bump sample doc version to 4.0
    * Add Requirements section
    cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9498018 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    534ca02 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5584c14 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    60321e5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4f23983 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    73276c3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    32b3ae5 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    81ea6eb View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c333540 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    65160aa View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    e632194 View commit details
    Browse the repository at this point in the history
  44. Switch to Parcel to build assets

    Remove webpack dependency and use parcel
    to build both JS and CSS assets
    cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4098d10 View commit details
    Browse the repository at this point in the history
  45. [docs] Add Upgrading doc

    cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c4e2452 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    4a918a2 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    5cc9d40 View commit details
    Browse the repository at this point in the history