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

Improve Phoenix integration #281

Merged
merged 14 commits into from
Nov 27, 2023
Merged

Improve Phoenix integration #281

merged 14 commits into from
Nov 27, 2023

Commits on Nov 9, 2023

  1. add phoenix scope utils

    Gustavo Aguiar committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c2ccab6 View commit details
    Browse the repository at this point in the history
  2. refactor source to be more readable

    Gustavo Aguiar committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c7db8a0 View commit details
    Browse the repository at this point in the history
  3. add phoenix plugin

    Gustavo Aguiar committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a711ffb View commit details
    Browse the repository at this point in the history
  4. phoenix goto def

    Gustavo Aguiar committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8fbce0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca44e93 View commit details
    Browse the repository at this point in the history
  6. improve scopes module readability

    Gustavo Aguiar committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    71e8220 View commit details
    Browse the repository at this point in the history
  7. remove redundant is_list/1 guard

    Gustavo Aguiar committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d9894fe View commit details
    Browse the repository at this point in the history
  8. define suggestions/4 only on elixir versions >= 1.14.0

    Gustavo Aguiar committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    fb80951 View commit details
    Browse the repository at this point in the history
  9. require elixir >=1.14 to run tests

    Gustavo Aguiar committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2dde3d1 View commit details
    Browse the repository at this point in the history
  10. fixup! require elixir >=1.14 to run tests

    Gustavo Aguiar committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    505724b View commit details
    Browse the repository at this point in the history
  11. add @moduledoc false

    Gustavo Aguiar committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    fe5afac View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. expand variables and module attributes on scope

    Gustavo Aguiar committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    da71836 View commit details
    Browse the repository at this point in the history
  2. fixup! expand variables and module attributes on scope

    Gustavo Aguiar committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d10bf14 View commit details
    Browse the repository at this point in the history
  3. fixup! expand variables and module attributes on scope

    Gustavo Aguiar committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c618593 View commit details
    Browse the repository at this point in the history