Add transform function support to sync and sync_render #193
elixir_tests.yml
on: pull_request
mix test
2m 14s
Test installation as a dependency without Electric or Ecto
1m 59s
Test installation as a dependency with embedded Electric
3m 19s
Test integration apps
3m 45s
mix format --check-formatted
12s
Annotations
20 errors
|
mix test:
test/phoenix/sync/shape_test.exs#L475
test subscription maps only: :changes to only: [:insert, :update, :delete] (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L404
test subscription updates are mapped to move-ins and -outs (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L319
test to_map allows for specifying the map transform (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L267
test stream/2 removes keys if keys: false (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L355
test subscription allows for subscribing to a stream and receiving events (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L431
test subscription allows for unsubscribing from a stream (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L216
test sync updates raises if an invalid queryable is provided (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L146
test sync updates deletes are applied (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L177
test sync updates must refetch messages clear the state (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L191
test sync updates supports keyword-based shapes (Support.ShapeTest)
|
|
Test integration apps
test index lists all cars (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test update car renders car when data is valid (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test create car renders car when data is valid (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test delete car deletes chosen car (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test create car renders errors when data is invalid (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test GET / (PhoenixSyncExampleWeb.PageControllerTest)
|
|
Test integration apps
test renders 404.html (PhoenixSyncExampleWeb.ErrorHTMLTest)
|
|
Test integration apps
test renders 404 (PhoenixSyncExampleWeb.ErrorJSONTest)
|
|
Test integration apps
test renders 500.html (PhoenixSyncExampleWeb.ErrorHTMLTest)
|
|
Test integration apps
test renders 500 (PhoenixSyncExampleWeb.ErrorJSONTest)
|