Update mix.lock #2748
Annotations
10 errors and 19 warnings
Run tests
test authorize/2 redirects with an access_token and a state (Bonfire.OpenID.Web.Controllers.Oauth.AuthorizeControllerTest)
|
Run tests
test shows a public post in local feed with manually requested preloads (Bonfire.Social.FeedsPreloadTest)
|
Run tests
test authorize/2 redirects with an access_token and a state (Bonfire.OpenID.Web.Controllers.Openid.AuthorizeControllerTest)
|
Run tests
test cannot see posts I'm not allowed to see in instance feed (Bonfire.Boundaries.PostBoundariesTest)
|
Run tests
test creating & then seeing my own post in my outbox feed (Bonfire.Boundaries.PostBoundariesTest)
|
Run tests
doctest Bonfire.Common.Types.object_type/2 (69) (Bonfire.Common.DocsTest)
|
Run tests
doctest Bonfire.Common.Modularity.DeclareHelpers.generate_link/3 (2) (Bonfire.Common.DocsTest)
|
Run tests
doctest Bonfire.Common.DatesTimes.format_date/2 (4) (Bonfire.Common.DocsTest)
|
Run tests
doctest Bonfire.Common.Types.object_type/2 (70) (Bonfire.Common.DocsTest)
|
Run tests
doctest Bonfire.Common.DatesTimes.format_date/2 (3) (Bonfire.Common.DocsTest)
|
Set up deps
1..-1 has a default step of -1, please write 1..-1//-1 instead
|
Set up deps
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Set up deps
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Set up deps
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Set up deps
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Set up deps
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Set up deps
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Set up deps
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Set up deps
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Set up deps
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Run tests
You need to clone the nebulex dep to run its tests
|
Run tests
using map.field notation (without parentheses) to invoke function Bonfire.Common.Repo.config() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
assign @activity_inception not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :peered, :labelled, :object_id, :thread_id, :cw, :object, :showing_within, :parent_id, :activity_id, :verb, :verb_display, :permalink, :object_type, :thread_title, :published_in, :date_ago, :activity_component_id, :reply_count, :is_remote, :object_type_readable, :thread_mode, :hide_actions, :activity_prepared, :thread_url, :current_url, :created_verb_display, :reply_to]
|
Run tests
assign @viewing_main_object not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :peered, :labelled, :object_id, :thread_id, :cw, :object, :showing_within, :parent_id, :activity_id, :verb, :verb_display, :permalink, :object_type, :thread_title, :published_in, :date_ago, :activity_component_id, :reply_count, :is_remote, :object_type_readable, :thread_mode, :hide_actions, :activity_prepared, :thread_url, :current_url, :created_verb_display, :reply_to]
|
Run tests
assign @subject_user not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :peered, :labelled, :object_id, :thread_id, :cw, :object, :showing_within, :parent_id, :activity_id, :verb, :verb_display, :permalink, :object_type, :thread_title, :published_in, :date_ago, :activity_component_id, :reply_count, :is_remote, :object_type_readable, :thread_mode, :hide_actions, :activity_prepared, :thread_url, :current_url, :created_verb_display, :reply_to]
|
Run tests
assign @subject_user not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity_inception, :peered, :permalink, :activity, :labelled, :thread_id, :id, :is_remote, :cw, :show_minimal_subject_and_note, :reply_to, :activity_prepared, :parent_id, :current_url, :object_type_readable, :thread_url, :object, :viewing_main_object, :object_type, :activity_id, :thread_title, :showing_within, :published_in, :verb, :verb_display, :hide_actions, :activity_component_id, :created_verb_display, :reply_count, :object_id, :subject_id, :date_ago, :thread_mode]
|
Run tests
assign @Profile not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity_inception, :peered, :permalink, :activity, :labelled, :thread_id, :id, :is_remote, :cw, :show_minimal_subject_and_note, :reply_to, :activity_prepared, :parent_id, :current_url, :object_type_readable, :thread_url, :object, :viewing_main_object, :object_type, :activity_id, :thread_title, :showing_within, :published_in, :verb, :verb_display, :hide_actions, :activity_component_id, :created_verb_display, :reply_count, :object_id, :subject_id, :date_ago, :thread_mode]
|
Run tests
assign @character not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity_inception, :peered, :permalink, :activity, :labelled, :thread_id, :id, :is_remote, :cw, :show_minimal_subject_and_note, :reply_to, :activity_prepared, :parent_id, :current_url, :object_type_readable, :thread_url, :object, :viewing_main_object, :object_type, :activity_id, :thread_title, :showing_within, :published_in, :verb, :verb_display, :hide_actions, :activity_component_id, :created_verb_display, :reply_count, :object_id, :subject_id, :date_ago, :thread_mode]
|
Run tests
the Collectable protocol is deprecated for non-empty lists. The behavior of Enum.into/2 and "for" comprehensions with an :into option is incorrect when collecting into non-empty lists. If you're collecting into a non-empty keyword list, consider using Keyword.merge/2 instead. If you're collecting into a non-empty list, consider concatenating the two lists with the ++ operator.
|
Loading