apidae 1.3.6 → 1.3.9
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/app/models/apidae/apidae_data_parser.rb +11 -3
- data/app/models/apidae/obj.rb +6 -4
- data/config/initializers/cache.rb +1 -1
- data/lib/apidae/version.rb +1 -1
- data/test/dummy/log/development.log +168 -351
- data/test/dummy/log/test.log +495 -9201
- data/test/models/apidae/obj_test.rb +10 -3
- metadata +3 -4
@@ -1,353 +1,171 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
170
|
-
[1m[35m (85.3ms)[0m [1m[35mCREATE TABLE "apidae_references" ("id" bigserial primary key, "apidae_id" integer, "apidae_type" character varying, "label_data" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
171
|
-
[1m[35m (41.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_apidae_references_on_apidae_id" ON "apidae_references" ("apidae_id")[0m
|
172
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180307170349"]]
|
173
|
-
[1m[35m (41.1ms)[0m [1m[35mCOMMIT[0m
|
174
|
-
Migrating to AddTagsDataToApidaeObjects (20180314093512)
|
175
|
-
[1m[35m (81.8ms)[0m [1m[35mBEGIN[0m
|
176
|
-
[1m[35m (0.3ms)[0m [1m[35mALTER TABLE "apidae_objects" ADD "tags_data" jsonb[0m
|
177
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180314093512"]]
|
178
|
-
[1m[35m (40.8ms)[0m [1m[35mCOMMIT[0m
|
179
|
-
Migrating to AddMetaDataToApidaeObjects (20180314132631)
|
180
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
181
|
-
[1m[35m (0.3ms)[0m [1m[35mALTER TABLE "apidae_objects" ADD "meta_data" jsonb[0m
|
182
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180314132631"]]
|
183
|
-
[1m[35m (41.0ms)[0m [1m[35mCOMMIT[0m
|
184
|
-
Migrating to RemoveApidaeIdUnicity (20180319143954)
|
185
|
-
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
186
|
-
[1m[35m (0.5ms)[0m [1m[35mDROP INDEX "index_apidae_references_on_apidae_id"[0m
|
187
|
-
[1m[35m (1.1ms)[0m [1m[35mCREATE INDEX "index_apidae_references_on_apidae_id" ON "apidae_references" ("apidae_id")[0m
|
188
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180319143954"]]
|
189
|
-
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
190
|
-
Migrating to AddLocationDataToApidaeObjects (20180417164604)
|
191
|
-
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
192
|
-
[1m[35m (0.3ms)[0m [1m[35mALTER TABLE "apidae_objects" ADD "location_data" jsonb[0m
|
193
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.5ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180417164604"]]
|
194
|
-
[1m[35m (23.5ms)[0m [1m[35mCOMMIT[0m
|
195
|
-
Migrating to RemoveAddressFromApidaeObjects (20180417165744)
|
196
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
197
|
-
[1m[35m (0.5ms)[0m [1m[35mALTER TABLE "apidae_objects" DROP COLUMN "address"[0m
|
198
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180417165744"]]
|
199
|
-
[1m[35m (23.3ms)[0m [1m[35mCOMMIT[0m
|
200
|
-
Migrating to RemoveLatLngFromApidaeObjects (20180417171344)
|
201
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
202
|
-
[1m[35m (0.6ms)[0m [1m[35mALTER TABLE "apidae_objects" DROP COLUMN "latitude"[0m
|
203
|
-
[1m[35m (0.7ms)[0m [1m[35mALTER TABLE "apidae_objects" DROP COLUMN "longitude"[0m
|
204
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180417171344"]]
|
205
|
-
[1m[35m (20.9ms)[0m [1m[35mCOMMIT[0m
|
206
|
-
Migrating to AddDescriptionDataToApidaeObjects (20180418141248)
|
207
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
208
|
-
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "apidae_objects" ADD "description_data" jsonb[0m
|
209
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180418141248"]]
|
210
|
-
[1m[35m (22.7ms)[0m [1m[35mCOMMIT[0m
|
211
|
-
Migrating to RemoveDescColumnsFromApidaeObjects (20180418141305)
|
212
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
213
|
-
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "apidae_objects" DROP COLUMN "short_desc"[0m
|
214
|
-
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "apidae_objects" DROP COLUMN "long_desc"[0m
|
215
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180418141305"]]
|
216
|
-
[1m[35m (41.3ms)[0m [1m[35mCOMMIT[0m
|
217
|
-
Migrating to AddMetaDataToApidaeReferences (20180424141656)
|
218
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
219
|
-
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "apidae_references" ADD "meta_data" jsonb[0m
|
220
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180424141656"]]
|
221
|
-
[1m[35m (40.2ms)[0m [1m[35mCOMMIT[0m
|
222
|
-
Migrating to RemoveInseeCodeUnicity (20180519170210)
|
223
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
224
|
-
[1m[35m (0.3ms)[0m [1m[35mDROP INDEX "index_apidae_towns_on_insee_code"[0m
|
225
|
-
[1m[35m (41.9ms)[0m [1m[35mCREATE INDEX "index_apidae_towns_on_insee_code" ON "apidae_towns" ("insee_code")[0m
|
226
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180519170210"]]
|
227
|
-
[1m[35m (2.8ms)[0m [1m[35mCOMMIT[0m
|
228
|
-
Migrating to DestroyAttachedFiles (20180521211735)
|
229
|
-
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
230
|
-
[1m[35m (37.9ms)[0m [1m[35mDROP TABLE "apidae_attached_files"[0m
|
231
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180521211735"]]
|
232
|
-
[1m[35m (1.2ms)[0m [1m[35mCOMMIT[0m
|
233
|
-
Migrating to RenameObjectsToObj (20180625050400)
|
234
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
235
|
-
[1m[35m (0.3ms)[0m [1m[35mALTER TABLE "apidae_objects" RENAME TO "apidae_objs"[0m
|
236
|
-
[1m[35m (0.2ms)[0m [1m[35mALTER INDEX "apidae_objects_pkey" RENAME TO "apidae_objs_pkey"[0m
|
237
|
-
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "public"."apidae_objects_id_seq" RENAME TO "apidae_objs_id_seq"[0m
|
238
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180625050400"]]
|
239
|
-
[1m[35m (40.7ms)[0m [1m[35mCOMMIT[0m
|
240
|
-
Migrating to AddProjectIdToSelections (20181024072424)
|
241
|
-
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
242
|
-
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "apidae_selections" ADD "apidae_project_id" integer[0m
|
243
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20181024072424"]]
|
244
|
-
[1m[35m (34.0ms)[0m [1m[35mCOMMIT[0m
|
245
|
-
Migrating to CreateApidaeProjects (20181024072843)
|
246
|
-
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
247
|
-
[1m[35m (43.8ms)[0m [1m[35mCREATE TABLE "apidae_projects" ("id" bigserial primary key, "name" character varying, "apidae_id" integer, "api_key" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
248
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20181024072843"]]
|
249
|
-
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
250
|
-
Migrating to AddApidaeIdToApidaeFileImports (20190111162443)
|
251
|
-
[1m[35m (40.4ms)[0m [1m[35mBEGIN[0m
|
252
|
-
[1m[35m (0.3ms)[0m [1m[35mALTER TABLE "apidae_file_imports" ADD "apidae_id" integer[0m
|
253
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190111162443"]]
|
254
|
-
[1m[35m (1.9ms)[0m [1m[35mCOMMIT[0m
|
255
|
-
Migrating to UpgradeApidaeObjsTitleDataType (20190123142628)
|
256
|
-
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
257
|
-
[1m[35m (0.3ms)[0m [1m[35mALTER TABLE "apidae_objs" ADD "title_data" jsonb[0m
|
258
|
-
[1m[36mApidae::Obj Load (0.4ms)[0m [1m[34mSELECT "apidae_objs".* FROM "apidae_objs"[0m
|
259
|
-
[1m[35m (0.3ms)[0m [1m[35mALTER TABLE "apidae_objs" DROP COLUMN "title"[0m
|
260
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190123142628"]]
|
261
|
-
[1m[35m (40.4ms)[0m [1m[35mCOMMIT[0m
|
262
|
-
Migrating to AddBookingDataToApidaeObjs (20190123160046)
|
263
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
264
|
-
[1m[35m (0.3ms)[0m [1m[35mALTER TABLE "apidae_objs" ADD "booking_data" jsonb[0m
|
265
|
-
[1m[36mApidae::Obj Load (0.3ms)[0m [1m[34mSELECT "apidae_objs".* FROM "apidae_objs"[0m
|
266
|
-
[1m[35m (0.3ms)[0m [1m[35mALTER TABLE "apidae_objs" DROP COLUMN "reservation"[0m
|
267
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190123160046"]]
|
268
|
-
[1m[35m (40.1ms)[0m [1m[35mCOMMIT[0m
|
269
|
-
Migrating to AddLocalesDataToApidaeProjects (20190123214635)
|
270
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
271
|
-
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "apidae_projects" ADD "locales_data" character varying[0m
|
272
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190123214635"]]
|
273
|
-
[1m[35m (22.4ms)[0m [1m[35mCOMMIT[0m
|
274
|
-
Migrating to AddVersionToApidaeObjs (20190124162543)
|
275
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
276
|
-
[1m[35m (0.5ms)[0m [1m[35mALTER TABLE "apidae_objs" ADD "version" character varying[0m
|
277
|
-
[1m[35m (0.2ms)[0m [1m[35mALTER TABLE "apidae_objs" ADD "root_obj_id" integer[0m
|
278
|
-
[1m[35m (0.9ms)[0m [1m[35mALTER TABLE "apidae_projects" ADD "versions_data" character varying[0m
|
279
|
-
[1m[36mApidae::Obj Update All (0.5ms)[0m [1m[33mUPDATE "apidae_objs" SET "version" = 'STANDARD' WHERE "apidae_objs"."root_obj_id" IS NULL[0m
|
280
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190124162543"]]
|
281
|
-
[1m[35m (40.7ms)[0m [1m[35mCOMMIT[0m
|
282
|
-
Migrating to MigrateLocalizedApidaeObjFields (20190127210921)
|
283
|
-
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
284
|
-
[1m[36mApidae::Obj Load (0.6ms)[0m [1m[34mSELECT "apidae_objs".* FROM "apidae_objs" WHERE "apidae_objs"."root_obj_id" IS NULL[0m
|
285
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190127210921"]]
|
286
|
-
[1m[35m (39.7ms)[0m [1m[35mCOMMIT[0m
|
287
|
-
Migrating to MigrateLocalizedApidaeReferences (20190127213602)
|
288
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
289
|
-
[1m[36mApidae::Reference Load (0.6ms)[0m [1m[34mSELECT "apidae_references".* FROM "apidae_references"[0m
|
290
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190127213602"]]
|
291
|
-
[1m[35m (40.5ms)[0m [1m[35mCOMMIT[0m
|
292
|
-
Migrating to MigrateDescApidaeObjFields (20190304142446)
|
293
|
-
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
294
|
-
[1m[36mApidae::Obj Load (0.5ms)[0m [1m[34mSELECT "apidae_objs"."id", "root_obj_id", "apidae_objs"."description_data" FROM "apidae_objs" WHERE "apidae_objs"."root_obj_id" IS NULL[0m
|
295
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190304142446"]]
|
296
|
-
[1m[35m (20.7ms)[0m [1m[35mCOMMIT[0m
|
297
|
-
Migrating to AddIndexOnApidaeObj (20190418133435)
|
298
|
-
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
299
|
-
[1m[35m (20.4ms)[0m [1m[35mCREATE INDEX "apidae_objs_apidae_id" ON "apidae_objs" ("apidae_id")[0m
|
300
|
-
[1m[35m (1.0ms)[0m [1m[35mCREATE INDEX "apidae_objs_root_obj_id" ON "apidae_objs" ("root_obj_id")[0m
|
301
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190418133435"]]
|
302
|
-
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
303
|
-
Migrating to AddDescriptionToApidaeTowns (20190517153215)
|
304
|
-
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
305
|
-
[1m[35m (0.6ms)[0m [1m[35mALTER TABLE "apidae_towns" ADD "description" character varying[0m
|
306
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.5ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20190517153215"]]
|
307
|
-
[1m[35m (21.5ms)[0m [1m[35mCOMMIT[0m
|
308
|
-
Migrating to AddLastUpdateToApidaeOjbs (20200111214145)
|
309
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
310
|
-
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "apidae_objs" ADD "last_update" timestamp[0m
|
311
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20200111214145"]]
|
312
|
-
[1m[35m (21.4ms)[0m [1m[35mCOMMIT[0m
|
313
|
-
Migrating to AddOwnerDataToApidaeObjs (20200111214631)
|
314
|
-
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
315
|
-
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "apidae_objs" ADD "owner_data" jsonb[0m
|
316
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20200111214631"]]
|
317
|
-
[1m[35m (23.2ms)[0m [1m[35mCOMMIT[0m
|
318
|
-
Migrating to AddApidaeTypeIndexOnReferences (20200224130804)
|
319
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
320
|
-
[1m[35m (23.3ms)[0m [1m[35mCREATE INDEX "index_apidae_references_on_apidae_type" ON "apidae_references" ("apidae_type")[0m
|
321
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20200224130804"]]
|
322
|
-
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
323
|
-
Migrating to AddTownInseeCodeIndexToObjs (20200224145802)
|
324
|
-
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
325
|
-
[1m[35m (24.5ms)[0m [1m[35mCREATE INDEX "index_apidae_objs_on_town_insee_code" ON "apidae_objs" ("town_insee_code")[0m
|
326
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20200224145802"]]
|
327
|
-
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
328
|
-
Migrating to AddVersionDataToApidaeObjs (20200312150008)
|
329
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
330
|
-
[1m[35m (0.4ms)[0m [1m[35mALTER TABLE "apidae_objs" ADD "version_data" jsonb[0m
|
331
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20200312150008"]]
|
332
|
-
[1m[35m (24.0ms)[0m [1m[35mCOMMIT[0m
|
333
|
-
Migrating to AddVersionIndexOnApidaeObjs (20200312150904)
|
334
|
-
[1m[35m (0.7ms)[0m [1m[35mBEGIN[0m
|
335
|
-
[1m[35m (21.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_apidae_objs_on_root_obj_id_and_version" ON "apidae_objs" ("root_obj_id", "version")[0m
|
336
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20200312150904"]]
|
337
|
-
[1m[35m (0.3ms)[0m [1m[35mCOMMIT[0m
|
338
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
339
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
340
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2021-07-08 09:47:54.615597"], ["updated_at", "2021-07-08 09:47:54.615597"]]
|
341
|
-
[1m[35m (0.3ms)[0m [1m[35mCOMMIT[0m
|
342
|
-
[1m[35m (0.3ms)[0m [1m[34mSELECT pg_advisory_unlock(6140174353533887940)[0m
|
343
|
-
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
344
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(6140174353533887940)[0m
|
345
|
-
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
346
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
347
|
-
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
348
|
-
[1m[35m (0.1ms)[0m [1m[35mCOMMIT[0m
|
349
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_advisory_unlock(6140174353533887940)[0m
|
350
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1
|
+
DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
|
2
|
+
|
3
|
+
Being able to do this is deprecated. Autoloading during initialization is going
|
4
|
+
to be an error condition in future versions of Rails.
|
5
|
+
|
6
|
+
Reloading does not reboot the application, and therefore code executed during
|
7
|
+
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
8
|
+
the expected changes won't be reflected in that stale Module object.
|
9
|
+
|
10
|
+
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
11
|
+
|
12
|
+
In order to autoload safely at boot time, please wrap your code in a reloader
|
13
|
+
callback this way:
|
14
|
+
|
15
|
+
Rails.application.reloader.to_prepare do
|
16
|
+
# Autoload classes and modules needed at boot time here.
|
17
|
+
end
|
18
|
+
|
19
|
+
That block runs when the application boots, and every time there is a reload.
|
20
|
+
For historical reasons, it may run twice, so it has to be idempotent.
|
21
|
+
|
22
|
+
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
23
|
+
Rails autoloads and reloads.
|
24
|
+
(called from <top (required)> at /Users/jbvilain/workspace/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
25
|
+
DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
|
26
|
+
|
27
|
+
Being able to do this is deprecated. Autoloading during initialization is going
|
28
|
+
to be an error condition in future versions of Rails.
|
29
|
+
|
30
|
+
Reloading does not reboot the application, and therefore code executed during
|
31
|
+
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
32
|
+
the expected changes won't be reflected in that stale Module object.
|
33
|
+
|
34
|
+
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
35
|
+
|
36
|
+
In order to autoload safely at boot time, please wrap your code in a reloader
|
37
|
+
callback this way:
|
38
|
+
|
39
|
+
Rails.application.reloader.to_prepare do
|
40
|
+
# Autoload classes and modules needed at boot time here.
|
41
|
+
end
|
42
|
+
|
43
|
+
That block runs when the application boots, and every time there is a reload.
|
44
|
+
For historical reasons, it may run twice, so it has to be idempotent.
|
45
|
+
|
46
|
+
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
47
|
+
Rails autoloads and reloads.
|
48
|
+
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
49
|
+
DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
|
50
|
+
|
51
|
+
Being able to do this is deprecated. Autoloading during initialization is going
|
52
|
+
to be an error condition in future versions of Rails.
|
53
|
+
|
54
|
+
Reloading does not reboot the application, and therefore code executed during
|
55
|
+
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
56
|
+
the expected changes won't be reflected in that stale Module object.
|
57
|
+
|
58
|
+
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
59
|
+
|
60
|
+
In order to autoload safely at boot time, please wrap your code in a reloader
|
61
|
+
callback this way:
|
62
|
+
|
63
|
+
Rails.application.reloader.to_prepare do
|
64
|
+
# Autoload classes and modules needed at boot time here.
|
65
|
+
end
|
66
|
+
|
67
|
+
That block runs when the application boots, and every time there is a reload.
|
68
|
+
For historical reasons, it may run twice, so it has to be idempotent.
|
69
|
+
|
70
|
+
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
71
|
+
Rails autoloads and reloads.
|
72
|
+
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
73
|
+
DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
|
74
|
+
|
75
|
+
Being able to do this is deprecated. Autoloading during initialization is going
|
76
|
+
to be an error condition in future versions of Rails.
|
77
|
+
|
78
|
+
Reloading does not reboot the application, and therefore code executed during
|
79
|
+
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
80
|
+
the expected changes won't be reflected in that stale Module object.
|
81
|
+
|
82
|
+
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
83
|
+
|
84
|
+
In order to autoload safely at boot time, please wrap your code in a reloader
|
85
|
+
callback this way:
|
86
|
+
|
87
|
+
Rails.application.reloader.to_prepare do
|
88
|
+
# Autoload classes and modules needed at boot time here.
|
89
|
+
end
|
90
|
+
|
91
|
+
That block runs when the application boots, and every time there is a reload.
|
92
|
+
For historical reasons, it may run twice, so it has to be idempotent.
|
93
|
+
|
94
|
+
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
95
|
+
Rails autoloads and reloads.
|
96
|
+
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
97
|
+
DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
|
98
|
+
|
99
|
+
Being able to do this is deprecated. Autoloading during initialization is going
|
100
|
+
to be an error condition in future versions of Rails.
|
101
|
+
|
102
|
+
Reloading does not reboot the application, and therefore code executed during
|
103
|
+
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
104
|
+
the expected changes won't be reflected in that stale Module object.
|
105
|
+
|
106
|
+
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
107
|
+
|
108
|
+
In order to autoload safely at boot time, please wrap your code in a reloader
|
109
|
+
callback this way:
|
110
|
+
|
111
|
+
Rails.application.reloader.to_prepare do
|
112
|
+
# Autoload classes and modules needed at boot time here.
|
113
|
+
end
|
114
|
+
|
115
|
+
That block runs when the application boots, and every time there is a reload.
|
116
|
+
For historical reasons, it may run twice, so it has to be idempotent.
|
117
|
+
|
118
|
+
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
119
|
+
Rails autoloads and reloads.
|
120
|
+
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
121
|
+
DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
|
122
|
+
|
123
|
+
Being able to do this is deprecated. Autoloading during initialization is going
|
124
|
+
to be an error condition in future versions of Rails.
|
125
|
+
|
126
|
+
Reloading does not reboot the application, and therefore code executed during
|
127
|
+
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
128
|
+
the expected changes won't be reflected in that stale Module object.
|
129
|
+
|
130
|
+
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
131
|
+
|
132
|
+
In order to autoload safely at boot time, please wrap your code in a reloader
|
133
|
+
callback this way:
|
134
|
+
|
135
|
+
Rails.application.reloader.to_prepare do
|
136
|
+
# Autoload classes and modules needed at boot time here.
|
137
|
+
end
|
138
|
+
|
139
|
+
That block runs when the application boots, and every time there is a reload.
|
140
|
+
For historical reasons, it may run twice, so it has to be idempotent.
|
141
|
+
|
142
|
+
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
143
|
+
Rails autoloads and reloads.
|
144
|
+
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
145
|
+
DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
|
146
|
+
|
147
|
+
Being able to do this is deprecated. Autoloading during initialization is going
|
148
|
+
to be an error condition in future versions of Rails.
|
149
|
+
|
150
|
+
Reloading does not reboot the application, and therefore code executed during
|
151
|
+
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
152
|
+
the expected changes won't be reflected in that stale Module object.
|
153
|
+
|
154
|
+
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
155
|
+
|
156
|
+
In order to autoload safely at boot time, please wrap your code in a reloader
|
157
|
+
callback this way:
|
158
|
+
|
159
|
+
Rails.application.reloader.to_prepare do
|
160
|
+
# Autoload classes and modules needed at boot time here.
|
161
|
+
end
|
162
|
+
|
163
|
+
That block runs when the application boots, and every time there is a reload.
|
164
|
+
For historical reasons, it may run twice, so it has to be idempotent.
|
165
|
+
|
166
|
+
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
167
|
+
Rails autoloads and reloads.
|
168
|
+
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
351
169
|
DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
|
352
170
|
|
353
171
|
Being able to do this is deprecated. Autoloading during initialization is going
|
@@ -372,7 +190,6 @@ For historical reasons, it may run twice, so it has to be idempotent.
|
|
372
190
|
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
373
191
|
Rails autoloads and reloads.
|
374
192
|
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
375
|
-
[1m[35m (170.6ms)[0m [1m[34mSELECT COUNT(*) FROM "apidae_objs" WHERE "apidae_objs"."root_obj_id" IS NULL[0m
|
376
193
|
DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
|
377
194
|
|
378
195
|
Being able to do this is deprecated. Autoloading during initialization is going
|