samvera-persona 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/samvera-persona/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +236 -0
- data/spec/dummy/log/test.log +1675 -0
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c42ff2f87699843dbd719d516076c12bfb1cac45eff1a4c4bafe28e09a496313
|
|
4
|
+
data.tar.gz: 9fbb9c1d0e33b66dd7bc5c71ee1298c802cdb577dad78c0a0817f184ad65dfdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26d12e41d8602bf2ec890c7daa2c81ab030710c364259df8e016cec2d5c7109e1b27f255a6daf4ad089225e8dec44ebe85ed9bc03f9bd55c09de8ffa54437353
|
|
7
|
+
data.tar.gz: 9e1a5e0e626311c69b0e19e89cfe277b48e4f23929c5fb96774bde0546450a9c09c1b6b62eaa6f8c160368c002cc81cd15870b2c855bb511556521433aefa71f
|
data/spec/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
|
@@ -299,3 +299,239 @@ Migrating to PersonaDeviseInvitableAddToUsers (20190628003746)
|
|
|
299
299
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
300
300
|
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "4debe6f4f4a1b169db4fd60a14c6b78a605578e0"], ["created_at", "2021-12-22 12:42:46.008685"], ["updated_at", "2021-12-22 12:42:46.008685"]]
|
|
301
301
|
[1m[35m (12.1ms)[0m [1m[36mcommit transaction[0m
|
|
302
|
+
DEPRECATION WARNING: Non-URL-safe CSRF tokens are deprecated. Use 6.1 defaults or above. (called from <top (required)> at /var/home/cjcolvar/Code/samvera/samvera-persona/spec/dummy/config/environment.rb:5)
|
|
303
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
|
304
|
+
`legacy_connection_handling` to `false` in your application.
|
|
305
|
+
|
|
306
|
+
The new connection handling does not support `connection_handlers`
|
|
307
|
+
getter and setter.
|
|
308
|
+
|
|
309
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
|
310
|
+
(called from <top (required)> at /var/home/cjcolvar/Code/samvera/samvera-persona/spec/dummy/app/models/application_record.rb:1)
|
|
311
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
312
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
313
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
314
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
315
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
316
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
317
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
|
318
|
+
[1m[35m (12.0ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "deleted_at" datetime(6), "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime(6), "remember_created_at" datetime(6), "invitation_token" varchar, "invitation_created_at" datetime(6), "invitation_sent_at" datetime(6), "invitation_accepted_at" datetime(6), "invitation_limit" integer, "invited_by_type" varchar, "invited_by_id" integer, "invitations_count" integer DEFAULT 0)[0m
|
|
319
|
+
[1m[35m (11.3ms)[0m [1m[35mCREATE INDEX "index_users_on_deleted_at" ON "users" ("deleted_at")[0m
|
|
320
|
+
[1m[35m (11.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
|
321
|
+
[1m[35m (11.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_invitation_token" ON "users" ("invitation_token")[0m
|
|
322
|
+
[1m[35m (12.8ms)[0m [1m[35mCREATE INDEX "index_users_on_invitations_count" ON "users" ("invitations_count")[0m
|
|
323
|
+
[1m[35m (12.5ms)[0m [1m[35mCREATE INDEX "index_users_on_invited_by_id" ON "users" ("invited_by_id")[0m
|
|
324
|
+
[1m[35m (13.6ms)[0m [1m[35mCREATE INDEX "index_users_on_invited_by_type_and_invited_by_id" ON "users" ("invited_by_type", "invited_by_id")[0m
|
|
325
|
+
[1m[35m (13.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
|
326
|
+
[1m[35m (13.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
327
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
328
|
+
[1m[35m (13.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190628003746)[0m
|
|
329
|
+
[1m[35m (13.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
|
330
|
+
(20190513181646),
|
|
331
|
+
(20190520170817),
|
|
332
|
+
(20190628003608);
|
|
333
|
+
|
|
334
|
+
[0m
|
|
335
|
+
[1m[35m (12.7ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
|
336
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
337
|
+
[1m[36mTRANSACTION (0.8ms)[0m [1m[36mbegin transaction[0m
|
|
338
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2023-02-07 17:50:01.102212"], ["updated_at", "2023-02-07 17:50:01.102212"]]
|
|
339
|
+
[1m[36mTRANSACTION (11.9ms)[0m [1m[36mcommit transaction[0m
|
|
340
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
341
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
342
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2023-02-07 17:50:01.128356"], ["key", "environment"]]
|
|
343
|
+
[1m[36mTRANSACTION (12.6ms)[0m [1m[36mcommit transaction[0m
|
|
344
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
|
345
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
346
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "a0d807ec79111b6bd4f504fbbcc0ddc17749f33f"], ["created_at", "2023-02-07 17:50:01.150867"], ["updated_at", "2023-02-07 17:50:01.150867"]]
|
|
347
|
+
[1m[36mTRANSACTION (13.1ms)[0m [1m[36mcommit transaction[0m
|
|
348
|
+
DEPRECATION WARNING: Non-URL-safe CSRF tokens are deprecated. Use 6.1 defaults or above. (called from <top (required)> at /var/home/cjcolvar/Code/samvera/samvera-persona/spec/dummy/config/environment.rb:5)
|
|
349
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
|
350
|
+
`legacy_connection_handling` to `false` in your application.
|
|
351
|
+
|
|
352
|
+
The new connection handling does not support `connection_handlers`
|
|
353
|
+
getter and setter.
|
|
354
|
+
|
|
355
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
|
356
|
+
(called from <top (required)> at /var/home/cjcolvar/Code/samvera/samvera-persona/spec/dummy/app/models/application_record.rb:1)
|
|
357
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
358
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
359
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
360
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
361
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
362
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
363
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
|
364
|
+
[1m[35m (17.8ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "deleted_at" datetime(6), "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime(6), "remember_created_at" datetime(6), "invitation_token" varchar, "invitation_created_at" datetime(6), "invitation_sent_at" datetime(6), "invitation_accepted_at" datetime(6), "invitation_limit" integer, "invited_by_type" varchar, "invited_by_id" integer, "invitations_count" integer DEFAULT 0)[0m
|
|
365
|
+
[1m[35m (10.4ms)[0m [1m[35mCREATE INDEX "index_users_on_deleted_at" ON "users" ("deleted_at")[0m
|
|
366
|
+
[1m[35m (10.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
|
367
|
+
[1m[35m (9.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_invitation_token" ON "users" ("invitation_token")[0m
|
|
368
|
+
[1m[35m (10.1ms)[0m [1m[35mCREATE INDEX "index_users_on_invitations_count" ON "users" ("invitations_count")[0m
|
|
369
|
+
[1m[35m (10.0ms)[0m [1m[35mCREATE INDEX "index_users_on_invited_by_id" ON "users" ("invited_by_id")[0m
|
|
370
|
+
[1m[35m (10.7ms)[0m [1m[35mCREATE INDEX "index_users_on_invited_by_type_and_invited_by_id" ON "users" ("invited_by_type", "invited_by_id")[0m
|
|
371
|
+
[1m[35m (11.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
|
372
|
+
[1m[35m (12.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
373
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
374
|
+
[1m[35m (14.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190628003746)[0m
|
|
375
|
+
[1m[35m (13.5ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
|
376
|
+
(20190513181646),
|
|
377
|
+
(20190520170817),
|
|
378
|
+
(20190628003608);
|
|
379
|
+
|
|
380
|
+
[0m
|
|
381
|
+
[1m[35m (13.5ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
|
382
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
383
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
384
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2023-02-07 17:50:39.753588"], ["updated_at", "2023-02-07 17:50:39.753588"]]
|
|
385
|
+
[1m[36mTRANSACTION (12.3ms)[0m [1m[36mcommit transaction[0m
|
|
386
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
387
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
388
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.3ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2023-02-07 17:50:39.776287"], ["key", "environment"]]
|
|
389
|
+
[1m[36mTRANSACTION (11.9ms)[0m [1m[36mcommit transaction[0m
|
|
390
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
|
391
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
392
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "a0d807ec79111b6bd4f504fbbcc0ddc17749f33f"], ["created_at", "2023-02-07 17:50:39.795357"], ["updated_at", "2023-02-07 17:50:39.795357"]]
|
|
393
|
+
[1m[36mTRANSACTION (12.2ms)[0m [1m[36mcommit transaction[0m
|
|
394
|
+
[1m[35m (3.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
395
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
396
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
397
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
398
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
399
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
400
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
401
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
402
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
403
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
|
404
|
+
[1m[35m (12.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "deleted_at" datetime, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "invitation_token" varchar, "invitation_created_at" datetime, "invitation_sent_at" datetime, "invitation_accepted_at" datetime, "invitation_limit" integer, "invited_by_type" varchar, "invited_by_id" integer, "invitations_count" integer DEFAULT 0)[0m
|
|
405
|
+
[1m[35m (10.8ms)[0m [1m[35mCREATE INDEX "index_users_on_deleted_at" ON "users" ("deleted_at")[0m
|
|
406
|
+
[1m[35m (12.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
|
407
|
+
[1m[35m (12.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_invitation_token" ON "users" ("invitation_token")[0m
|
|
408
|
+
[1m[35m (12.3ms)[0m [1m[35mCREATE INDEX "index_users_on_invitations_count" ON "users" ("invitations_count")[0m
|
|
409
|
+
[1m[35m (12.5ms)[0m [1m[35mCREATE INDEX "index_users_on_invited_by_id" ON "users" ("invited_by_id")[0m
|
|
410
|
+
[1m[35m (12.3ms)[0m [1m[35mCREATE INDEX "index_users_on_invited_by_type_and_invited_by_id" ON "users" ("invited_by_type", "invited_by_id")[0m
|
|
411
|
+
[1m[35m (12.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
|
412
|
+
[1m[35m (13.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
413
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
414
|
+
[1m[35m (13.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190628003746)[0m
|
|
415
|
+
[1m[35m (12.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
|
416
|
+
(20190513181646),
|
|
417
|
+
(20190520170817),
|
|
418
|
+
(20190628003608);
|
|
419
|
+
|
|
420
|
+
[0m
|
|
421
|
+
[1m[35m (13.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
|
422
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
423
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
424
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2023-02-07 18:05:56.598593"], ["updated_at", "2023-02-07 18:05:56.598593"]]
|
|
425
|
+
[1m[36mTRANSACTION (11.7ms)[0m [1m[36mcommit transaction[0m
|
|
426
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
427
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
428
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2023-02-07 18:05:56.619598"], ["key", "environment"]]
|
|
429
|
+
[1m[36mTRANSACTION (12.6ms)[0m [1m[36mcommit transaction[0m
|
|
430
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
|
431
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
432
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "a0d807ec79111b6bd4f504fbbcc0ddc17749f33f"], ["created_at", "2023-02-07 18:05:56.642465"], ["updated_at", "2023-02-07 18:05:56.642465"]]
|
|
433
|
+
[1m[36mTRANSACTION (13.1ms)[0m [1m[36mcommit transaction[0m
|
|
434
|
+
[1m[35m (0.9ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
435
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
436
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
437
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
438
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
439
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
440
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
441
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
442
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
443
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
|
444
|
+
[1m[35m (11.0ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "deleted_at" datetime, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "invitation_token" varchar, "invitation_created_at" datetime, "invitation_sent_at" datetime, "invitation_accepted_at" datetime, "invitation_limit" integer, "invited_by_type" varchar, "invited_by_id" integer, "invitations_count" integer DEFAULT 0)[0m
|
|
445
|
+
[1m[35m (12.1ms)[0m [1m[35mCREATE INDEX "index_users_on_deleted_at" ON "users" ("deleted_at")[0m
|
|
446
|
+
[1m[35m (11.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
|
447
|
+
[1m[35m (11.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_invitation_token" ON "users" ("invitation_token")[0m
|
|
448
|
+
[1m[35m (11.7ms)[0m [1m[35mCREATE INDEX "index_users_on_invitations_count" ON "users" ("invitations_count")[0m
|
|
449
|
+
[1m[35m (12.4ms)[0m [1m[35mCREATE INDEX "index_users_on_invited_by_id" ON "users" ("invited_by_id")[0m
|
|
450
|
+
[1m[35m (12.1ms)[0m [1m[35mCREATE INDEX "index_users_on_invited_by_type_and_invited_by_id" ON "users" ("invited_by_type", "invited_by_id")[0m
|
|
451
|
+
[1m[35m (12.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
|
452
|
+
[1m[35m (10.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
453
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
454
|
+
[1m[35m (9.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190628003746)[0m
|
|
455
|
+
[1m[35m (10.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
|
456
|
+
(20190513181646),
|
|
457
|
+
(20190520170817),
|
|
458
|
+
(20190628003608);
|
|
459
|
+
|
|
460
|
+
[0m
|
|
461
|
+
[1m[35m (12.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
|
462
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
463
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
464
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2023-02-07 18:06:37.140128"], ["updated_at", "2023-02-07 18:06:37.140128"]]
|
|
465
|
+
[1m[36mTRANSACTION (12.6ms)[0m [1m[36mcommit transaction[0m
|
|
466
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
467
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
468
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.6ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2023-02-07 18:06:37.160909"], ["key", "environment"]]
|
|
469
|
+
[1m[36mTRANSACTION (14.6ms)[0m [1m[36mcommit transaction[0m
|
|
470
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
|
471
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
472
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "a0d807ec79111b6bd4f504fbbcc0ddc17749f33f"], ["created_at", "2023-02-07 18:06:37.188454"], ["updated_at", "2023-02-07 18:06:37.188454"]]
|
|
473
|
+
[1m[36mTRANSACTION (14.1ms)[0m [1m[36mcommit transaction[0m
|
|
474
|
+
DEPRECATION WARNING: Non-URL-safe CSRF tokens are deprecated. Use 6.1 defaults or above. (called from <top (required)> at /var/home/cjcolvar/Code/samvera/samvera-persona/spec/dummy/config/environment.rb:5)
|
|
475
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
|
476
|
+
`legacy_connection_handling` to `false` in your application.
|
|
477
|
+
|
|
478
|
+
The new connection handling does not support `connection_handlers`
|
|
479
|
+
getter and setter.
|
|
480
|
+
|
|
481
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
|
482
|
+
(called from <top (required)> at /var/home/cjcolvar/Code/samvera/samvera-persona/spec/dummy/app/models/application_record.rb:1)
|
|
483
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
484
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
485
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
486
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
487
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
488
|
+
[1m[36mActiveRecord::InternalMetadata Pluck (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
489
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
|
490
|
+
[1m[35m (19.5ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "deleted_at" datetime(6), "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime(6), "remember_created_at" datetime(6), "invitation_token" varchar, "invitation_created_at" datetime(6), "invitation_sent_at" datetime(6), "invitation_accepted_at" datetime(6), "invitation_limit" integer, "invited_by_type" varchar, "invited_by_id" integer, "invitations_count" integer DEFAULT 0)[0m
|
|
491
|
+
[1m[35m (11.5ms)[0m [1m[35mCREATE INDEX "index_users_on_deleted_at" ON "users" ("deleted_at")[0m
|
|
492
|
+
[1m[35m (11.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
|
493
|
+
[1m[35m (10.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_invitation_token" ON "users" ("invitation_token")[0m
|
|
494
|
+
[1m[35m (12.0ms)[0m [1m[35mCREATE INDEX "index_users_on_invitations_count" ON "users" ("invitations_count")[0m
|
|
495
|
+
[1m[35m (12.6ms)[0m [1m[35mCREATE INDEX "index_users_on_invited_by_id" ON "users" ("invited_by_id")[0m
|
|
496
|
+
[1m[35m (12.5ms)[0m [1m[35mCREATE INDEX "index_users_on_invited_by_type_and_invited_by_id" ON "users" ("invited_by_type", "invited_by_id")[0m
|
|
497
|
+
[1m[35m (12.6ms)[0m [1m[35mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
|
498
|
+
[1m[35m (13.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
499
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
500
|
+
[1m[35m (13.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190628003746)[0m
|
|
501
|
+
[1m[35m (13.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
|
502
|
+
(20190513181646),
|
|
503
|
+
(20190520170817),
|
|
504
|
+
(20190628003608);
|
|
505
|
+
|
|
506
|
+
[0m
|
|
507
|
+
[1m[35m (13.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
|
508
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
509
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
510
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.7ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2023-02-07 19:06:01.685771"], ["updated_at", "2023-02-07 19:06:01.685771"]]
|
|
511
|
+
[1m[36mTRANSACTION (13.5ms)[0m [1m[36mcommit transaction[0m
|
|
512
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
513
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
514
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2023-02-07 19:06:01.712579"], ["key", "environment"]]
|
|
515
|
+
[1m[36mTRANSACTION (13.1ms)[0m [1m[36mcommit transaction[0m
|
|
516
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
|
517
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
518
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.6ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "a0d807ec79111b6bd4f504fbbcc0ddc17749f33f"], ["created_at", "2023-02-07 19:06:01.736533"], ["updated_at", "2023-02-07 19:06:01.736533"]]
|
|
519
|
+
[1m[36mTRANSACTION (13.1ms)[0m [1m[36mcommit transaction[0m
|
|
520
|
+
DEPRECATION WARNING: Non-URL-safe CSRF tokens are deprecated. Use 6.1 defaults or above. (called from <top (required)> at /var/home/cjcolvar/Code/samvera/samvera-persona/spec/dummy/config/environment.rb:5)
|
|
521
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
|
522
|
+
`legacy_connection_handling` to `false` in your application.
|
|
523
|
+
|
|
524
|
+
The new connection handling does not support `connection_handlers`
|
|
525
|
+
getter and setter.
|
|
526
|
+
|
|
527
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
|
528
|
+
(called from <top (required)> at /var/home/cjcolvar/Code/samvera/samvera-persona/spec/dummy/app/models/application_record.rb:1)
|
|
529
|
+
DEPRECATION WARNING: Non-URL-safe CSRF tokens are deprecated. Use 6.1 defaults or above. (called from <top (required)> at /var/home/cjcolvar/Code/samvera/samvera-persona/spec/dummy/config/environment.rb:5)
|
|
530
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
|
531
|
+
`legacy_connection_handling` to `false` in your application.
|
|
532
|
+
|
|
533
|
+
The new connection handling does not support `connection_handlers`
|
|
534
|
+
getter and setter.
|
|
535
|
+
|
|
536
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
|
537
|
+
(called from <top (required)> at /var/home/cjcolvar/Code/samvera/samvera-persona/spec/dummy/app/models/application_record.rb:1)
|