turbo_ecto icon indicating copy to clipboard operation
turbo_ecto copied to clipboard

A rich ecto component, including search sort and paginate.

Results 10 turbo_ecto issues
Sort by recently updated
recently updated
newest added

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.23.0 to 0.25.1. Changelog Sourced from ex_doc's changelog. v0.25.1 (2021-08-02) Enhancements Group callbacks Use shell lexer for code blocks with no language and starting with $ Bug...

dependencies

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.8 to 0.15.10. Changelog Sourced from postgrex's changelog. v0.15.10 (2021-07-27) Enhancements Define child_spec for Postgrex.Notifications Improve error handling when using multiple endpoints Bug fixes Fix dialyzer warnings...

dependencies

I need to layer the turbo-ecto query with a base-query: ``` def list_paginated_reviews(params, user) do Review |> with_friends(user) |> preload(...) |> Turbo.Ecto.turbo(params) end def with_friends(review, user) do review |> join(:inner,...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [credo](https://github.com/rrrene/credo) from 1.5.5 to 1.5.6. Changelog Sourced from credo's changelog. 1.5.6 Ensure compatibility with Elixir 1.12 Commits 9bee6e0 Bump version to 1.5.6 62b12d2 Update CHANGELOG 01578e4 Fix tests for...

dependencies

Bumps [ecto_sql](https://github.com/elixir-ecto/ecto_sql) from 3.4.5 to 3.5.3. Changelog Sourced from ecto_sql's changelog. v3.5.3 (2020-10-27) Enhancements [migrations] Pass :schema_migration option to repo operations for prepare_query checks [psql] Support :force_drop configuration to force...

dependencies

Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.12.3 to 0.13.0. Release notes Sourced from excoveralls's releases. v0.13.0 Changes Update hackney to fix sslv3 reference on OTP 23 (#225). Fix build failure due to :connect_timeout...

dependencies

Hi @zven21, Is this lib still maintained?