Skip to content

Create a target_rails_release column at lockfile_checks #188

Description

@JuanVqz

Context

In case something happens while running the DirectResolver and it fails, we can have a lockfile_check record with all the information we need to reproduce the error locally and fix it without a doubt.

Done When

  • Create a migration to add the target_rails_release
  • Should be used here:
    lockfile_check = @lockfile.lockfile_checks.find_or_create_by!(rails_release: target_release) do |check|
    check.status = "pending"
    check.ruby_version = runtime[:ruby_version]
    check.rubygems_version = runtime[:rubygems_version]
    check.bundler_version = runtime[:bundler_version]
    end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions