Skip to content

Bump rails from 7.0.8 to 7.1.1 #348

Bump rails from 7.0.8 to 7.1.1

Bump rails from 7.0.8 to 7.1.1 #348

Triggered via push October 24, 2023 17:57
Status Failure
Total duration 41s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: spec/controllers/api_controller_spec.rb#L27
ApiController can get the users Failure/Error: user = User.where(email: '[email protected]').first_or_create if user.nil? ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column a.attidentity does not exist LINE 4: a.attidentity AS identity, ^
test: spec/controllers/api_controller_spec.rb#L32
ApiController creates a page by url and can update that page's selector Failure/Error: user = User.where(email: '[email protected]').first_or_create if user.nil? ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column a.attidentity does not exist LINE 4: a.attidentity AS identity, ^
test: spec/controllers/api_controller_spec.rb#L11
ApiController /page-preview can query the tmp homepage Failure/Error: user = User.where(email: '[email protected]').first_or_create if user.nil? ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column a.attidentity does not exist LINE 4: a.attidentity AS identity, ^
test: spec/controllers/integrations_controller_spec.rb#L7
IntegrationsController GET #index returns http success Failure/Error: user = User.where(email: '[email protected]').first_or_create if user.nil? ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column a.attidentity does not exist LINE 4: a.attidentity AS identity, ^
test: spec/controllers/sessions_controller_spec.rb#L6
SessionsController GET #new returns http success Failure/Error: self.where(key: self.default_host_key).exists? ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column a.attidentity does not exist LINE 4: a.attidentity AS identity, ^
test: spec/controllers/sessions_controller_spec.rb#L13
SessionsController POST #create accepts an email for login Failure/Error: user = create(:user) ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column a.attidentity does not exist LINE 4: a.attidentity AS identity, ^
test: spec/controllers/sessions_controller_spec.rb#L19
SessionsController POST #create is case-insensitive when checking emails Failure/Error: user = create(:user) ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column a.attidentity does not exist LINE 4: a.attidentity AS identity, ^
test: spec/controllers/slack_integrations_controller_spec.rb#L37
SlackIntegrationsController GET #index assigns all slack_integrations as @slack_integrations Failure/Error: user = User.where(email: '[email protected]').first_or_create if user.nil? ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column a.attidentity does not exist LINE 4: a.attidentity AS identity, ^
test: spec/controllers/slack_integrations_controller_spec.rb#L45
SlackIntegrationsController GET #show assigns the requested slack_integration as @slack_integration Failure/Error: user = User.where(email: '[email protected]').first_or_create if user.nil? ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column a.attidentity does not exist LINE 4: a.attidentity AS identity, ^
test: spec/controllers/slack_integrations_controller_spec.rb#L53
SlackIntegrationsController GET #new assigns a new slack_integration as @slack_integration Failure/Error: user = User.where(email: '[email protected]').first_or_create if user.nil? ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column a.attidentity does not exist LINE 4: a.attidentity AS identity, ^