Skip to content

Instantly share code, notes, and snippets.

@jcreed
Created March 4, 2015 16:05
Show Gist options
  • Save jcreed/fe664939b35a78abf68d to your computer and use it in GitHub Desktop.
Save jcreed/fe664939b35a78abf68d to your computer and use it in GitHub Desktop.
release 5.27 task run on staging
[wa-current@wa-util-s0 current]$ bundle exec rake release[$RELEASE]
** Invoke release (first_time)
** Execute release
==> Run the release tasks for provided version
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
Running Rails 3.1.12
Running Ruby 1.9.3
** Invoke db:load_config (first_time)
** Invoke rails_env (first_time)
** Execute rails_env
** Execute db:load_config
** Execute db:migrate
== AddEmailTypeIdToApplicant: migrating ======================================
-- add_column(:applicants, :email_type_id, :integer)
-> 0.0658s
-- add_index(:applicants, :email_type_id)
-> 0.5827s
== AddEmailTypeIdToApplicant: migrated (0.6488s) =============================
== AddUsResidentToDetail: migrating ==========================================
-- add_column(:details, :us_resident, :string)
-> 0.0104s
== AddUsResidentToDetail: migrated (0.0108s) =================================
== AddFullNameToGuardians: migrating =========================================
-- add_column(:guardians, :full_name, :string)
-> 0.0597s
== AddFullNameToGuardians: migrated (0.0598s) ================================
== ChangeSupplementalApplicationFee: migrating ===============================
-- rename_table(:applicant_gateway_supplemental_application_fees, :applicant_gateway_fees)
-> 0.0416s
-- add_column(:applicant_gateway_fees, :date_paid, :datetime)
-> 0.0072s
-- add_column(:applicant_gateway_fees, :due_date, :datetime)
-> 0.0007s
-- add_column(:applicant_gateway_fees, :fee_waived, :boolean)
-> 0.0006s
-- add_column(:applicant_gateway_fees, :type, :string)
-> 0.0007s
== ChangeSupplementalApplicationFee: migrated (0.0511s) ======================
-- create_table(:alternate_names)
NOTICE: CREATE TABLE will create implicit sequence "alternate_names_id_seq" for serial column "alternate_names.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "alternate_names_pkey" for table "alternate_names"
-> 0.2162s
-- add_index(:alternate_names, :applicant_id)
-> 0.0066s
== CreateTableAlternateNames: migrating ======================================
== CreateTableAlternateNames: migrated (0.0000s) =============================
== CreateAdvancedDentalEducations: migrating =================================
-- create_table(:advanced_dental_educations)
NOTICE: CREATE TABLE will create implicit sequence "advanced_dental_educations_id_seq" for serial column "advanced_dental_educations.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "advanced_dental_educations_pkey" for table "advanced_dental_educations"
-> 0.0200s
== CreateAdvancedDentalEducations: migrated (0.0201s) ========================
== AddDishonorableDischargeToDetails: migrating ==============================
-- add_column(:details, :dishonorable_discharge, :boolean)
-> 0.0110s
-- add_column(:details, :dishonorable_discharge_explanation, :text)
-> 0.0020s
== AddDishonorableDischargeToDetails: migrated (0.0131s) =====================
== RenameSequenceOnApplicantGatewayFees: migrating ===========================
-- execute("ALTER SEQUENCE applicant_gateway_supplemental_application_fees_id_seq RENAME TO applicant_gateway_fees_id_seq")
-> 0.0012s
== RenameSequenceOnApplicantGatewayFees: migrated (0.0375s) ==================
== AddScheduleInterviewEnabledToApplicantGatewayProgramPermissions: migrating
-- add_column(:applicant_gateway_program_permissions, :schedule_interview_enabled, :boolean, {:null=>false, :default=>false})
-> 0.0528s
== AddScheduleInterviewEnabledToApplicantGatewayProgramPermissions: migrated (0.0529s)
== CreateApplicantGatewayActivityTypes: migrating ============================
-- create_table(:applicant_gateway_activity_types)
NOTICE: CREATE TABLE will create implicit sequence "applicant_gateway_activity_types_id_seq" for serial column "applicant_gateway_activity_types.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "applicant_gateway_activity_types_pkey" for table "applicant_gateway_activity_types"
-> 0.0076s
-- add_index(:applicant_gateway_activity_types, :title, {:unique=>true})
-> 0.0059s
== CreateApplicantGatewayActivityTypes: migrated (0.0137s) ===================
== AddExpirationDateToActivity: migrating ====================================
-- add_column(:applicant_gateway_activities, :expiration_date, :datetime)
-> 0.0014s
== AddExpirationDateToActivity: migrated (0.0015s) ===========================
== ChangeUsResidentOnDetailsToBoolean: migrating =============================
-- remove_column(:details, :us_resident)
-> 0.0143s
-- add_column(:details, :us_resident, :boolean)
-> 0.0014s
== ChangeUsResidentOnDetailsToBoolean: migrated (0.0159s) ====================
== CreateApplicantGatewayActivityStates: migrating ===========================
-- create_table(:applicant_gateway_activity_states)
NOTICE: CREATE TABLE will create implicit sequence "applicant_gateway_activity_states_id_seq" for serial column "applicant_gateway_activity_states.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "applicant_gateway_activity_states_pkey" for table "applicant_gateway_activity_states"
-> 0.0109s
-- add_index(:applicant_gateway_activity_states, :name, {:unique=>true})
-> 0.0117s
== CreateApplicantGatewayActivityStates: migrated (0.0229s) ==================
== AddCommenterNameToCasComments: migrating ==================================
-- add_column(:cas_comments, :commenter_name, :string)
-> 0.0017s
== AddCommenterNameToCasComments: migrated (0.0017s) =========================
== AddTypeToForeignEvaluations: migrating ====================================
-- add_column(:foreign_evaluations, :type, :string)
-> 0.0067s
== AddTypeToForeignEvaluations: migrated (0.0068s) ===========================
== AddMissingIndexesOnApplicantId: migrating =================================
-- add_index(:applicant_criteria_courses, :applicant_id)
-> 8.8504s
-- add_index(:evaluation_requests, :applicant_id)
-> 0.9816s
-- add_index(:designation_evaluations, :applicant_id)
-> 2.5103s
== AddMissingIndexesOnApplicantId: migrated (12.3426s) =======================
** Invoke db:schema:dump (first_time)
** Invoke environment
** Invoke db:load_config
** Execute db:schema:dump
** Invoke releases:5.27:before_load:AAMC-74 (first_time)
** Invoke environment
** Invoke releases:5.27:before_load:CAAPID-40-A (first_time)
** Invoke environment
** Execute releases:5.27:before_load:CAAPID-40-A
==> CAAPID-40-A Rename Contact Panel
==> 3 subpanel rights renamed
==> 3 subpanels renamed
==> CAAPID-40-A Rename Contact Panel complete
** Invoke releases:5.27:before_load:CAAPID-40-B (first_time)
** Invoke environment
** Execute releases:5.27:before_load:CAAPID-40-B
==> CAAPID-40-B: Load Email Type Lookups for CAS3 cas
==> Email Types loaded for all CAS3 cas
** Execute releases:5.27:before_load:AAMC-74
==> AAMC-74 Add subpanel for Military Infractions
** Invoke permissions:work_groups:create_subpanels (first_time)
** Invoke environment
** Execute permissions:work_groups:create_subpanels
==> Finished creating subpanels
** Invoke releases:5.27:before_load:CAAPID-40-A
** Invoke releases:5.27:before_load:CAAPID-40-B
** Invoke releases:5.27:before_load:CAAPID-61 (first_time)
** Invoke environment
** Execute releases:5.27:before_load:CAAPID-61
==> CAAPID-61 Remove Other License State from ADEA CAAPID
** Invoke fields:dissociate_fields (first_time)
** Invoke environment
** Execute fields:dissociate_fields
==> For some fields for some associations and some cycles, break associations ["other_license_state"] from ["2016"] ["ADEA CAAPID"]
==> fields:dissociate_fields deleted 1 fields from CASes ["ADEA CAAPID"]
==> CAAPID-61 Remove Other License State from ADEA CAAPID
** Invoke fields:load (first_time)
** Invoke fields:remove_field_categories (first_time)
** Invoke environment
** Execute fields:remove_field_categories
** Invoke fields:remove_fields (first_time)
** Invoke environment
** Execute fields:remove_fields
** Invoke fields:remove_cases_from_fields (first_time)
** Invoke environment
** Execute fields:remove_cases_from_fields
** Invoke fields:add_cases_to_fields (first_time)
** Invoke environment
** Execute fields:add_cases_to_fields
** Invoke fields:add_update_fields (first_time)
** Invoke environment
** Execute fields:add_update_fields
** Invoke fields:add_update_field_categories (first_time)
** Invoke environment
** Execute fields:add_update_field_categories
** Invoke fields:load_list_operators (first_time)
** Invoke environment
** Execute fields:load_list_operators
** Execute fields:load
** Invoke releases:5.27:after_load:AAMC-78 (first_time)
** Invoke environment
** Invoke features:update (first_time)
** Invoke environment
** Invoke features:create (first_time)
** Invoke environment
** Execute features:create
Features Created [1]:
- gpa_by_year_total_qp
Features Updated [0]:
** Invoke permissions:roles (first_time)
** Invoke environment
** Execute permissions:roles
-- Updated Roles
** Execute features:update
** Execute releases:5.27:after_load:AAMC-78
==> AAMC-78 Add new GPA feature
** Invoke releases:5.27:after_load:CAAPID-100 (first_time)
** Invoke environment
** Execute releases:5.27:after_load:CAAPID-100
==> CAAPID-100 Load AdepType and AdepLevel
==> Lookups loaded for ADEA CAAPID
** Invoke releases:5.27:after_load:NF-675 (first_time)
** Invoke environment
** Execute releases:5.27:after_load:NF-675
==> ApplicantGateway::ActivityState loaded successfully
** Invoke releases:5.27:after_load:NF-696 (first_time)
** Invoke environment
** Execute releases:5.27:after_load:NF-696
==> ApplicantGateway::ActivityType loaded successfully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment