actions #2852
Annotations
10 errors and 21 warnings
Run tests
test standard integration works (Bonfire.Mailer.SwooshTest)
|
Run tests
test authorize/2 redirects with an access_token and a state (Bonfire.OpenID.Web.Controllers.Openid.AuthorizeControllerTest)
|
Run tests
doctest Bonfire.Social.FeedLoader.replace_parameters/3 (22) (Bonfire.Social.Feeds.DocTest)
|
Run tests
doctest Bonfire.Social.FeedLoader.preset_feed_filters/2 (12) (Bonfire.Social.Feeds.DocTest)
|
Run tests
doctest Bonfire.Social.FeedLoader.preset_feed_filters/2 (7) (Bonfire.Social.Feeds.DocTest)
|
Run tests
doctest Bonfire.Social.FeedLoader.preset_feed_filters/2 (11) (Bonfire.Social.Feeds.DocTest)
|
Run tests
doctest Bonfire.Social.FeedLoader.preset_feed_filters/2 (9) (Bonfire.Social.Feeds.DocTest)
|
Run tests
test request_confirm_email refreshing (Bonfire.Me.AccountsTest)
|
Run tests
test circle inclusion and exclusion filters `circles` only includes posts from members of a circle (Bonfire.Social.FeedsCirclesFilterTest)
|
Run tests
test messaging someone does NOT appear in my own inbox feed (Bonfire.Messages.MessagesTest)
|
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
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Run tests
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Run tests
assign @activity_inception not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :object_id, :peered, :labelled, :thread_id, :cw, :object, :object_type, :verb, :reply_to, :verb_display, :showing_within, :current_url, :parent_id, :permalink, :thread_mode, :activity_id, :thread_title, :reply_count, :published_in, :hide_actions, :object_type_readable, :is_remote, :activity_component_id, :date_ago, :activity_prepared, :created_verb_display, :thread_url]
|
Run tests
assign @viewing_main_object not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :object_id, :peered, :labelled, :thread_id, :cw, :object, :object_type, :verb, :reply_to, :verb_display, :showing_within, :current_url, :parent_id, :permalink, :thread_mode, :activity_id, :thread_title, :reply_count, :published_in, :hide_actions, :object_type_readable, :is_remote, :activity_component_id, :date_ago, :activity_prepared, :created_verb_display, :thread_url]
|
Run tests
assign @subject_user not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :object_id, :peered, :labelled, :thread_id, :cw, :object, :object_type, :verb, :reply_to, :verb_display, :showing_within, :current_url, :parent_id, :permalink, :thread_mode, :activity_id, :thread_title, :reply_count, :published_in, :hide_actions, :object_type_readable, :is_remote, :activity_component_id, :date_ago, :activity_prepared, :created_verb_display, :thread_url]
|
Run tests
assign @subject_user not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:thread_mode, :viewing_main_object, :showing_within, :date_ago, :reply_to, :activity_id, :activity, :activity_prepared, :verb_display, :id, :activity_inception, :published_in, :object_id, :permalink, :reply_count, :hide_actions, :is_remote, :object, :current_url, :object_type, :labelled, :thread_title, :thread_id, :created_verb_display, :parent_id, :thread_url, :activity_component_id, :peered, :verb, :show_minimal_subject_and_note, :cw, :subject_id, :object_type_readable]
|
Run tests
assign @Profile not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:thread_mode, :viewing_main_object, :showing_within, :date_ago, :reply_to, :activity_id, :activity, :activity_prepared, :verb_display, :id, :activity_inception, :published_in, :object_id, :permalink, :reply_count, :hide_actions, :is_remote, :object, :current_url, :object_type, :labelled, :thread_title, :thread_id, :created_verb_display, :parent_id, :thread_url, :activity_component_id, :peered, :verb, :show_minimal_subject_and_note, :cw, :subject_id, :object_type_readable]
|
Run tests
assign @character not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:thread_mode, :viewing_main_object, :showing_within, :date_ago, :reply_to, :activity_id, :activity, :activity_prepared, :verb_display, :id, :activity_inception, :published_in, :object_id, :permalink, :reply_count, :hide_actions, :is_remote, :object, :current_url, :object_type, :labelled, :thread_title, :thread_id, :created_verb_display, :parent_id, :thread_url, :activity_component_id, :peered, :verb, :show_minimal_subject_and_note, :cw, :subject_id, :object_type_readable]
|
Set things up
1..-1 has a default step of -1, please write 1..-1//-1 instead
|
Set things up
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 things up
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 things up
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 things up
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 things up
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 things up
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 things up
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 things up
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 things up
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
|
Restore dependencies cache
Cache not found for keys: Linux-mix-, Linux-mix-
|
Loading