-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathto_review.txt
714 lines (711 loc) · 33.7 KB
/
to_review.txt
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
------------------------------------------------------------------------
Knapsacker run context:
------------------------------------------------------------------------
- Working Directory: /Users/kirk/Desktop/projects
- Your Dir: hyku/
- Upstream Dir: gems/hyrax/
- Patterns to Check:
- spec/**/*.*
- app/**/*.*
- lib/**/*.*
------------------------------------------------------------------
Files in "yours" that are exact duplicates of "upstream" files
They are prefixed with a `='
------------------------------------------------------------------
----------------------------------------------------
Files that are in "yours" but not in "upstream"
They are prefixed with a `+'
----------------------------------------------------
+ spec/indexers/image_resource_indexer_spec.rb
+ spec/indexers/generic_work_resource_indexer_spec.rb
+ spec/indexers/app_indexer_spec.rb
+ spec/middleware/account_elevator_spec.rb
+ spec/forms/hyrax/forms/workflow_responsibility_form_decorator_spec.rb
+ spec/forms/hyrax/forms/admin/appearance_decorator_spec.rb
+ spec/forms/hyrax/forms/workflow_responsibility_group_form_spec.rb
+ spec/forms/hyrax/shared_examples_spec.rb
+ spec/forms/hyrax/image_form_spec.rb
+ spec/mailers/devise/mailer_spec.rb
+ spec/mailers/hyrax/contact_mailer_spec.rb
+ spec/config/application_spec.rb
+ spec/search_builders/adv_search_builder_spec.rb
+ spec/features/oai_pmh_spec.rb
+ spec/features/show_page_theme_spec.rb
+ spec/features/appearance_theme_spec.rb
+ spec/features/collection_editor_role_spec.rb
+ spec/features/user_roles_spec.rb
+ spec/features/admin_set_form_participants_tab_spec.rb
+ spec/features/featured_collections_spec.rb
+ spec/features/work_search_private_visibility_spec.rb
+ spec/features/work_search_institution_visibility_spec.rb
+ spec/features/manage_user_groups_and_roles_spec.rb
+ spec/features/institutional_repository_theme_spec.rb
+ spec/features/work_show_private_visibility_spec.rb
+ spec/features/work_editor_role_spec.rb
+ spec/features/collection_manager_role_spec.rb
+ spec/features/collection_reader_role_spec.rb
+ spec/features/admin_dashboard_spec.rb
+ spec/features/assign_workflow_to_group_spec.rb
+ spec/features/cultural_repository_theme_spec.rb
+ spec/features/feature_flag_spec.rb
+ spec/features/proprietor_spec.rb
+ spec/features/work_approval_permissions_spec.rb
+ spec/features/work_show_open_visibility_spec.rb
+ spec/features/accounts_spec.rb
+ spec/features/create_generic_work_spec.rb
+ spec/features/group_spec.rb
+ spec/features/manage_group_roles_spec.rb
+ spec/features/create_image_spec.rb
+ spec/features/splash_spec.rb
+ spec/features/groups_spec.rb
+ spec/features/work_search_open_visibility_spec.rb
+ spec/features/labels_spec.rb
+ spec/features/work_show_institution_visibility_spec.rb
+ spec/models/nil_solr_endpoint_spec.rb
+ spec/models/account_spec.rb
+ spec/models/featured_collection_list_spec.rb
+ spec/models/nil_data_cite_endpoint_spec.rb
+ spec/models/ability_spec.rb
+ spec/models/solr_endpoint_spec.rb
+ spec/models/site_spec.rb
+ spec/models/nil_site_spec.rb
+ spec/models/domain_name_spec.rb
+ spec/models/nil_redis_endpoint_spec.rb
+ spec/models/generic_work_resource_spec.rb
+ spec/models/image_spec.rb
+ spec/models/qa/local_authority_spec.rb
+ spec/models/qa/local_authority_entry_spec.rb
+ spec/models/group_role_spec.rb
+ spec/models/data_cite_endpoint_spec.rb
+ spec/models/nil_fcrepo_endpoint_spec.rb
+ spec/models/hyrax/contact_form_spec.rb
+ spec/models/redis_endpoint_spec.rb
+ spec/models/uploaded_file_spec.rb
+ spec/models/search_builder_spec.rb
+ spec/models/fcrepo_endpoint_spec.rb
+ spec/models/identity_provider_spec.rb
+ spec/models/image_resource_spec.rb
+ spec/models/role_spec.rb
+ spec/models/account_cross_search_spec.rb
+ spec/presenters/hyku/admin/group/navigation_presenter_spec.rb
+ spec/presenters/hyku/menu_presenter_spec.rb
+ spec/presenters/hyku/work_show_presenter_spec.rb
+ spec/presenters/hyrax/iiif_manifest_presenter/display_image_presenter_spec.rb
+ spec/presenters/hyrax/admin/workflow_roles_presenter_decorator_spec.rb
+ spec/presenters/hyrax/admin/dashboard_presenter_decorator_spec.rb
+ spec/presenters/hyrax/collection_presenter_decorator_spec.rb
+ spec/presenters/hyrax/image_presenter_spec.rb
+ spec/presenters/hyrax/generic_work_presenter_spec.rb
+ spec/requests/single_signon_request_spec.rb
+ spec/requests/user_roles_spec.rb
+ spec/requests/work_show_private_visibility_spec.rb
+ spec/requests/work_editor_role_spec.rb
+ spec/requests/work_depositor_role_spec.rb
+ spec/requests/catalog_controller_spec.rb
+ spec/requests/admin_dashboard_spec.rb
+ spec/requests/home_spec.rb
+ spec/requests/work_approval_permissions_spec.rb
+ spec/requests/work_show_open_visibility_spec.rb
+ spec/requests/institution_visibility_spec.rb
+ spec/requests/groups_spec.rb
+ spec/requests/work_show_institution_visibility_spec.rb
+ spec/abilities/user_ability_spec.rb
+ spec/abilities/solr_document_ability_spec.rb
+ spec/abilities/work_ability_spec.rb
+ spec/system/new_account_spec.rb
+ spec/system/edit_account_spec.rb
+ spec/support/helpers.rb
+ spec/support/factory_bot.rb
+ spec/support/matchers.rb
+ spec/support/works_helper.rb
+ spec/support/devise.rb
+ spec/support/shared_examples.rb
+ spec/support/multitenancy_metadata.rb
+ spec/factories/identity_providers.rb
+ spec/factories/images.rb
+ spec/factories/sites.rb
+ spec/factories/group.rb
+ spec/factories/domain_names.rb
+ spec/factories/featured_collections.rb
+ spec/factories/roles.rb
+ spec/factories/accounts.rb
+ spec/actors/hyrax/environment_decorator_spec.rb
+ spec/actors/hyrax/actors/image_actor_spec.rb
+ spec/lib/hyku_spec.rb
+ spec/lib/active_job_tenant_spec.rb
+ spec/lib/active_job/queue_adapters/better_active_elastic_job_adapter_spec.rb
+ spec/fixtures/images/world.png
+ spec/fixtures/images/favicon.png
+ spec/fixtures/images/nypl-hydra-of-lerna.jpg
+ spec/fixtures/hyrax/jp2_fits.xml
+ spec/fixtures/hyrax/image.jp2
+ spec/fixtures/csv/simple.csv
+ spec/fixtures/csv/sample.csv
+ spec/fixtures/csv/gse_metadata.csv
+ spec/routing/curation_concerns_spec.rb
+ spec/routing/admin/accounts_routing_spec.rb
+ spec/routing/featured_collections_route_spec.rb
+ spec/routing/labels_routing_spec.rb
+ spec/routing/proprietor/users_routing_spec.rb
+ spec/routing/proprietor/accounts_routing_spec.rb
+ spec/jobs/create_solr_collection_job_spec.rb
+ spec/jobs/create_redis_namespace_job_spec.rb
+ spec/jobs/lease_auto_expiry_job_spec.rb
+ spec/jobs/create_default_admin_set_job_spec.rb
+ spec/jobs/remove_solr_collection_job_spec.rb
+ spec/jobs/cleanup_account_job_spec.rb
+ spec/jobs/delete_old_guests_job_spec.rb
+ spec/jobs/embargo_auto_expiry_job_spec.rb
+ spec/jobs/create_account_inline_job_spec.rb
+ spec/jobs/create_fcrepo_endpoint_job_spec.rb
+ spec/controllers/account_sign_up_controller_spec.rb
+ spec/controllers/hyku/invitations_controller_spec.rb
+ spec/controllers/hyku/registrations_controller_spec.rb
+ spec/controllers/labels_controller_spec.rb
+ spec/controllers/admin/groups_controller_spec.rb
+ spec/controllers/admin/work_types_controller_spec.rb
+ spec/controllers/admin/users_controller_spec.rb
+ spec/controllers/admin/accounts_controller_spec.rb
+ spec/controllers/admin/group_users_controller_spec.rb
+ spec/controllers/hyrax/featured_collections_controller_spec.rb
+ spec/controllers/hyrax/featured_collection_lists_controller_spec.rb
+ spec/controllers/hyrax/images_controller_spec.rb
+ spec/controllers/splash_controller_spec.rb
+ spec/controllers/search_history_controller_spec.rb
+ spec/controllers/sites_controller_spec.rb
+ spec/controllers/proprietor/users_controller_spec.rb
+ spec/controllers/proprietor/accounts_controller_spec.rb
+ spec/views/splash/index.html.erb_spec.rb
+ spec/views/admin/groups/users.html.erb_spec.rb
+ spec/views/admin/groups/edit.html.erb_spec.rb
+ spec/views/admin/groups/new.html.erb_spec.rb
+ spec/views/admin/groups/remove.html.erb_spec.rb
+ spec/views/admin/groups/index.html.erb_spec.rb
+ spec/views/labels/edit.html.erb_spec.rb
+ spec/views/image_resources/_image_resource.html.erb_spec.rb
+ spec/views/account_sign_up/new.html.erb_spec.rb
+ spec/views/hyrax/homepage/_featured_collection_section.html.erb_spec.rb
+ spec/views/hyrax/homepage/_home_text.html.erb_spec.rb
+ spec/views/hyrax/admin/appearances/show.html.erb_spec.rb
+ spec/views/hyrax/content_blocks/edit.html.erb_spec.rb
+ spec/views/generic_work_resources/_generic_work_resource.html.erb_spec.rb
+ spec/views/proprietor/accounts/edit.html.erb_spec.rb
+ spec/views/proprietor/accounts/show.html.erb_spec.rb
+ spec/views/proprietor/accounts/new.html.erb_spec.rb
+ spec/views/proprietor/accounts/index.html.erb_spec.rb
+ spec/views/proprietor/users/edit.html.erb_spec.rb
+ spec/views/proprietor/users/show.html.erb_spec.rb
+ spec/views/proprietor/users/new.html.erb_spec.rb
+ spec/views/proprietor/users/index.html.erb_spec.rb
+ spec/helpers/accounts_helper_spec.rb
+ spec/helpers/shared_search_helper_spec.rb
+ spec/helpers/admin_stats_helper_spec.rb
+ spec/services/roles_service_spec.rb
+ spec/services/group_aware_role_checker_spec.rb
+ spec/services/create_account_spec.rb
+ spec/services/hyrax/collection_types/create_service_decorator_spec.rb
+ spec/services/hyrax/indexes_thumbnails_decorator_spec.rb
+ spec/services/hyrax/quick_classification_query_decorator_spec.rb
+ spec/services/hyrax/workflow/permission_grantor_spec.rb
+ spec/services/hyrax/work_thumbnail_path_service_decorator_spec.rb
+ app/indexers/app_indexer.rb
+ app/indexers/generic_work_resource_indexer.rb
+ app/indexers/generic_work_indexer.rb
+ app/indexers/collection_indexer.rb
+ app/indexers/image_resource_indexer.rb
+ app/indexers/image_indexer.rb
+ app/uploaders/logo_uploader.rb
+ app/uploaders/favicon_uploader.rb
+ app/middleware/no_cache_middleware.rb
+ app/middleware/account_elevator.rb
+ app/forms/image_resource_form.rb
+ app/forms/generic_work_resource_form.rb
+ app/forms/hyrax/forms/permission_template_form_decorator.rb
+ app/forms/hyrax/forms/admin/collection_type_form_decorator.rb
+ app/forms/hyrax/forms/admin/appearance_decorator.rb
+ app/forms/hyrax/forms/workflow_responsibility_form_decorator.rb
+ app/forms/hyrax/forms/workflow_responsibility_group_form.rb
+ app/forms/hyrax/forms/collection_form_decorator.rb
+ app/forms/hyrax/generic_work_form.rb
+ app/forms/hyrax/form_terms.rb
+ app/forms/hyrax/image_form.rb
+ app/mailers/hyku_mailer.rb
+ app/search_builders/adv_search_builder.rb
+ app/search_builders/hyrax/collection_member_search_builder_decorator.rb
+ app/models/image.rb
+ app/models/redis_endpoint.rb
+ app/models/featured_collection.rb
+ app/models/qa.rb
+ app/models/account.rb
+ app/models/nil_endpoint.rb
+ app/models/solr_endpoint.rb
+ app/models/nil_fcrepo_endpoint.rb
+ app/models/domain_name.rb
+ app/models/nil_datacite_endpoint.rb
+ app/models/generic_work_resource.rb
+ app/models/solr_document.rb
+ app/models/iiif_search_builder.rb
+ app/models/nil_solr_endpoint.rb
+ app/models/collection.rb
+ app/models/endpoint.rb
+ app/models/qa/local_authority_entry.rb
+ app/models/qa/local_authority.rb
+ app/models/site.rb
+ app/models/generic_work.rb
+ app/models/hyrax/permission_template_access_decorator.rb
+ app/models/hyrax/collection_type_participant_decorator.rb
+ app/models/hyrax/contact_form_decorator.rb
+ app/models/role.rb
+ app/models/nil_redis_endpoint.rb
+ app/models/group_role.rb
+ app/models/ability.rb
+ app/models/search_builder.rb
+ app/models/fcrepo_endpoint.rb
+ app/models/featured_collection_list.rb
+ app/models/image_resource.rb
+ app/models/file_set.rb
+ app/models/application_record.rb
+ app/models/account_cross_search.rb
+ app/models/nil_site.rb
+ app/models/hydra/access_controls/embargo_decorator.rb
+ app/models/hydra/access_controls/lease_decorator.rb
+ app/models/concerns/account_cname.rb
+ app/models/concerns/account_endpoints.rb
+ app/models/concerns/hyrax/ability/user_ability.rb
+ app/models/concerns/hyrax/ability/work_ability.rb
+ app/models/concerns/account_switch.rb
+ app/models/concerns/account_settings.rb
+ app/models/datacite_endpoint.rb
+ app/models/user.rb
+ app/models/identity_provider.rb
+ app/presenters/hyku/work_show_presenter.rb
+ app/presenters/hyku/admin/group/navigation_presenter.rb
+ app/presenters/hyku/menu_presenter.rb
+ app/presenters/hyku/collapsable_section_presenter.rb
+ app/presenters/hyrax/generic_work_presenter.rb
+ app/presenters/hyrax/admin/workflow_roles_presenter_decorator.rb
+ app/presenters/hyrax/admin/dashboard_presenter_decorator.rb
+ app/presenters/hyrax/iiif_manifest_presenter_decorator.rb
+ app/presenters/hyrax/collection_presenter_decorator.rb
+ app/presenters/hyrax/image_presenter.rb
+ app/presenters/hyrax/homepage_presenter_decorator.rb
+ app/presenters/concerns/hyrax/iiif_av/displays_content_decorator.rb
+ app/factories/bulkrax/object_factory_decorator.rb
+ app/actors/hyrax/environment_decorator.rb
+ app/actors/hyrax/actors/image_actor.rb
+ app/actors/hyrax/actors/generic_work_actor.rb
+ app/jobs/lease_auto_expiry_job.rb
+ app/jobs/delete_old_guests_job.rb
+ app/jobs/reindex_admin_sets_job.rb
+ app/jobs/reindex_item_job.rb
+ app/jobs/reindex_works_job.rb
+ app/jobs/remove_solr_collection_job.rb
+ app/jobs/create_redis_namespace_job.rb
+ app/jobs/create_account_inline_job.rb
+ app/jobs/cleanup_account_job.rb
+ app/jobs/create_solr_collection_job.rb
+ app/jobs/create_fcrepo_endpoint_job.rb
+ app/jobs/application_job.rb
+ app/jobs/embargo_auto_expiry_job.rb
+ app/jobs/reindex_collections_job.rb
+ app/jobs/create_default_admin_set_job.rb
+ app/jobs/reindex_file_sets_job.rb
+ app/controllers/application_controller.rb
+ app/controllers/hyku/invitations_controller.rb
+ app/controllers/hyku/registrations_controller.rb
+ app/controllers/proprietor_controller.rb
+ app/controllers/admin/group_roles_controller.rb
+ app/controllers/admin/group_users_controller.rb
+ app/controllers/admin/groups_controller.rb
+ app/controllers/admin/users_controller.rb
+ app/controllers/admin/work_types_controller.rb
+ app/controllers/admin/accounts_controller.rb
+ app/controllers/splash_controller.rb
+ app/controllers/saved_searches_controller.rb
+ app/controllers/labels_controller.rb
+ app/controllers/identity_providers_controller.rb
+ app/controllers/hyrax/images_controller.rb
+ app/controllers/hyrax/content_blocks_controller_decorator.rb
+ app/controllers/hyrax/contact_form_controller_decorator.rb
+ app/controllers/hyrax/pages_controller_decorator.rb
+ app/controllers/hyrax/generic_works_controller.rb
+ app/controllers/hyrax/admin/appearances_controller_decorator.rb
+ app/controllers/hyrax/admin/collection_type_participants_controller_decorator.rb
+ app/controllers/hyrax/dashboard/collections_controller_decorator.rb
+ app/controllers/hyrax/featured_collection_lists_controller.rb
+ app/controllers/hyrax/image_resources_controller.rb
+ app/controllers/hyrax/generic_work_resources_controller.rb
+ app/controllers/hyrax/featured_collections_controller.rb
+ app/controllers/status_controller.rb
+ app/controllers/users/omniauth_callbacks_controller.rb
+ app/controllers/admin_controller.rb
+ app/controllers/sites_controller.rb
+ app/controllers/search_history_controller.rb
+ app/controllers/proprietor/users_controller.rb
+ app/controllers/proprietor/accounts_controller.rb
+ app/controllers/account_sign_up_controller.rb
+ app/controllers/single_signon_controller.rb
+ app/controllers/catalog_controller.rb
+ app/controllers/concerns/hyku/works_controller_behavior.rb
+ app/controllers/concerns/hyrax/users_controller_decorator.rb
+ app/views/advanced/_advanced_search_help.html.erb
+ app/views/devise/passwords/new.html.erb
+ app/views/devise/shared/_links.html.erb
+ app/views/devise/omniauth_callbacks/complete.html.erb
+ app/views/devise/sessions/new.html.erb
+ app/views/devise/registrations/new.html.erb
+ app/views/devise/registrations/registrations/new.html.erb
+ app/views/splash/index.html.erb
+ app/views/records/show_fields/_license.html.erb
+ app/views/_admin_util_links.html.erb
+ app/views/single_signon/index.html.erb
+ app/views/catalog/_index_header.html.erb
+ app/views/admin/work_types/edit.html.erb
+ app/views/admin/groups/_search.html.erb
+ app/views/admin/groups/index.html.erb
+ app/views/admin/groups/users.html.erb
+ app/views/admin/groups/_nav.html.erb
+ app/views/admin/groups/roles.html.erb
+ app/views/admin/groups/edit.html.erb
+ app/views/admin/groups/_per_page.html.erb
+ app/views/admin/groups/_form.html.erb
+ app/views/admin/groups/new.html.erb
+ app/views/admin/groups/remove.html.erb
+ app/views/admin/accounts/edit.html.erb
+ app/views/labels/edit.html.erb
+ app/views/blacklight_range_limit/_range_limit_panel.html.erb
+ app/views/shared/_additional_citations.html.erb
+ app/views/shared/_settings.html.erb
+ app/views/status/index.html.erb
+ app/views/status/_service.html.erb
+ app/views/account_sign_up/new.html.erb
+ app/views/kaminari/_next_page.html.erb
+ app/views/kaminari/_last_page.html.erb
+ app/views/kaminari/_first_page.html.erb
+ app/views/kaminari/_page.html.erb
+ app/views/kaminari/_paginator.html.erb
+ app/views/kaminari/_prev_page.html.erb
+ app/views/kaminari/_gap.html.erb
+ app/views/layouts/proprietor.html.erb
+ app/views/layouts/application.html.erb
+ app/views/hyrax/homepage/_home_text.html.erb
+ app/views/hyrax/homepage/_featured_collection_section.html.erb
+ app/views/hyrax/homepage/browserconfig.xml.erb
+ app/views/hyrax/homepage/_featured_collection_fields.html.erb
+ app/views/hyrax/homepage/_sortable_featured_collections.html.erb
+ app/views/hyrax/images/_image.html.erb
+ app/views/hyrax/admin/appearances/_theme_form.html.erb
+ app/views/hyrax/admin/appearances/_default_colors_form.html.erb
+ app/views/hyrax/admin/appearances/_directory_image_form.html.erb
+ app/views/hyrax/admin/appearances/_logo_image_form.html.erb
+ app/views/hyrax/admin/appearances/_favicon_form.html.erb
+ app/views/hyrax/admin/appearances/_banner_image_form.html.erb
+ app/views/hyrax/admin/appearances/_custom_css_form.html.erb
+ app/views/hyrax/admin/appearances/_default_images_form.html.erb
+ app/views/hyrax/admin/appearances/_color_input.html.erb
+ app/views/hyrax/admin/appearances/_default_fonts_form.html.erb
+ app/views/hyrax/image_resources/_image_resource.html.erb
+ app/views/hyrax/generic_works/_generic_work.html.erb
+ app/views/hyrax/dashboard/collections/_current_thumbnail.html.erb
+ app/views/hyrax/generic_work_resources/_generic_work_resource.html.erb
+ app/views/identity_providers/index.html.erb
+ app/views/identity_providers/edit.html.erb
+ app/views/identity_providers/_form.html.erb
+ app/views/identity_providers/new.html.erb
+ app/views/gtm/_gtm_body.html.erb
+ app/views/gtm/_gtm_head.html.erb
+ app/views/themes/cultural_show/hyrax/base/_relationships.html.erb
+ app/views/themes/cultural_show/hyrax/base/_work_title.html.erb
+ app/views/themes/cultural_show/hyrax/base/_relationships_parent_row.html.erb
+ app/views/themes/cultural_show/hyrax/base/show.html.erb
+ app/views/themes/cultural_show/hyrax/base/_relationships_parent_rows.html.erb
+ app/views/themes/scholarly_show/hyrax/base/_work_title.html.erb
+ app/views/themes/scholarly_show/hyrax/base/show.html.erb
+ app/views/themes/institutional_repository/_home_text.html.erb
+ app/views/themes/institutional_repository/_logo.html.erb
+ app/views/themes/institutional_repository/catalog/_search_form.html.erb
+ app/views/themes/institutional_repository/_user_util_links.html.erb
+ app/views/themes/institutional_repository/_ir_below_stats_layout.html.erb
+ app/views/themes/institutional_repository/_masthead.html.erb
+ app/views/themes/institutional_repository/layouts/hyrax.html.erb
+ app/views/themes/institutional_repository/layouts/homepage.html.erb
+ app/views/themes/institutional_repository/hyrax/homepage/all_collections.html.erb
+ app/views/themes/institutional_repository/hyrax/homepage/index.html.erb
+ app/views/themes/institutional_repository/hyrax/homepage/_recently_uploaded.html.erb
+ app/views/themes/institutional_repository/hyrax/homepage/_resource_type_stats.html.erb
+ app/views/themes/institutional_repository/hyrax/homepage/_resource_type_slider.html.erb
+ app/views/themes/institutional_repository/hyrax/homepage/_explore_collections.html.erb
+ app/views/themes/institutional_repository/hyrax/homepage/_recent_document.html.erb
+ app/views/themes/institutional_repository/hyrax/homepage/_marketing.html.erb
+ app/views/themes/institutional_repository/hyrax/homepage/_ir_homepage_stats.html.erb
+ app/views/themes/institutional_repository/hyrax/homepage/_featured_researcher.html.erb
+ app/views/themes/institutional_repository/_controls.html.erb
+ app/views/themes/cultural_repository/_home_text.html.erb
+ app/views/themes/cultural_repository/_logo.html.erb
+ app/views/themes/cultural_repository/catalog/_search_form.html.erb
+ app/views/themes/cultural_repository/_user_util_links.html.erb
+ app/views/themes/cultural_repository/_masthead.html.erb
+ app/views/themes/cultural_repository/layouts/hyrax.html.erb
+ app/views/themes/cultural_repository/layouts/homepage.html.erb
+ app/views/themes/cultural_repository/layouts/_share_your_work_row.html.erb
+ app/views/themes/cultural_repository/hyrax/homepage/index.html.erb
+ app/views/themes/cultural_repository/hyrax/homepage/_recently_uploaded.html.erb
+ app/views/themes/cultural_repository/hyrax/homepage/_featured_fields.html.erb
+ app/views/themes/cultural_repository/hyrax/homepage/_explore_collections.html.erb
+ app/views/themes/cultural_repository/hyrax/homepage/_facet_layout.html.erb
+ app/views/themes/cultural_repository/hyrax/homepage/_featured.html.erb
+ app/views/themes/cultural_repository/hyrax/homepage/_recent_document.html.erb
+ app/views/themes/cultural_repository/hyrax/homepage/_facet_limit.html.erb
+ app/views/themes/cultural_repository/hyrax/homepage/_featured_works.html.erb
+ app/views/themes/cultural_repository/hyrax/homepage/_marketing.html.erb
+ app/views/themes/cultural_repository/_recent_works_section.html.erb
+ app/views/themes/cultural_repository/_collections_section.html.erb
+ app/views/themes/cultural_repository/_featured_works_home_text_section.html.erb
+ app/views/themes/cultural_repository/_facets.html.erb
+ app/views/themes/neutral_repository/_home_text.html.erb
+ app/views/themes/neutral_repository/_theme_container.html.erb
+ app/views/themes/neutral_repository/layouts/homepage.html.erb
+ app/views/themes/neutral_repository/layouts/_share_your_work_row.html.erb
+ app/views/themes/neutral_repository/hyrax/homepage/index.html.erb
+ app/views/themes/neutral_repository/hyrax/homepage/_recently_uploaded.html.erb
+ app/views/themes/neutral_repository/hyrax/homepage/_explore_collections.html.erb
+ app/views/themes/neutral_repository/hyrax/homepage/_featured.html.erb
+ app/views/themes/neutral_repository/hyrax/homepage/_recent_document.html.erb
+ app/views/themes/neutral_repository/hyrax/homepage/_featured_works.html.erb
+ app/views/themes/neutral_repository/hyrax/homepage/_featured_researcher.html.erb
+ app/views/themes/neutral_repository/_featured_carousel.html.erb
+ app/views/proprietor/accounts/index.html.erb
+ app/views/proprietor/accounts/_full_account_cross_search_fields.html.erb
+ app/views/proprietor/accounts/_domain_name_fields.html.erb
+ app/views/proprietor/accounts/edit.html.erb
+ app/views/proprietor/accounts/show.html.erb
+ app/views/proprietor/accounts/new.html.erb
+ app/views/proprietor/users/index.html.erb
+ app/views/proprietor/users/index.json.jbuilder
+ app/views/proprietor/users/show.json.jbuilder
+ app/views/proprietor/users/edit.html.erb
+ app/views/proprietor/users/show.html.erb
+ app/views/proprietor/users/_user.json.jbuilder
+ app/views/proprietor/users/_form.html.erb
+ app/views/proprietor/users/new.html.erb
+ app/assets/images/white-cloud-background.jpg
+ app/assets/images/us_404.svg
+ app/assets/images/themes/default_home/default_home.jpg
+ app/assets/images/themes/cultural_show/cultural_show.jpg
+ app/assets/images/themes/scholarly_show/scholarly_show.jpg
+ app/assets/images/themes/institutional_repository/institutional_repository.jpg
+ app/assets/images/themes/default_show/default_show.jpg
+ app/assets/images/themes/cultural_repository/cultural_repository.jpg
+ app/assets/images/themes/neutral_repository/neutral_repository.jpg
+ app/assets/images/themes/search/gallery_view.jpg
+ app/assets/images/themes/search/list_view.jpg
+ app/assets/images/themes/search/masonry_view.jpg
+ app/assets/images/fs-sprite.png
+ app/assets/javascripts/openseadragon.js
+ app/assets/javascripts/stat_slider.js
+ app/assets/javascripts/curation_concerns.js
+ app/assets/javascripts/admin_color_select.js
+ app/assets/javascripts/proprietor.js
+ app/assets/javascripts/jquery.fontselect.js
+ app/assets/javascripts/hyku/admin/appearance/themes.js
+ app/assets/javascripts/hyku/admin/appearance/default_images.js
+ app/assets/javascripts/hyku/admin/appearance/fonts.js
+ app/assets/javascripts/hyku/admin/appearance/colors.js
+ app/assets/javascripts/hyku/groups/per_page.js
+ app/assets/javascripts/hyku/groups/add_member.js
+ app/assets/javascripts/blacklight_range_limit/range_limit_shared.js
+ app/assets/javascripts/blacklight_range_limit/range_limit_slider.js
+ app/assets/javascripts/blacklight_range_limit/range_limit_distro_facets.js
+ app/assets/javascripts/bootstrap_carousel.js
+ app/assets/javascripts/codemirror-autorefresh.js
+ app/assets/javascripts/delete_uploaded_thumbnail.js.erb
+ app/assets/javascripts/blacklight_gallery.js
+ app/assets/javascripts/application.js
+ app/assets/javascripts/flot_graph.es6
+ app/assets/javascripts/statistics_tab_manager.es6
+ app/assets/stylesheets/variables.scss
+ app/assets/stylesheets/accounts.scss
+ app/assets/stylesheets/iiif_print.scss
+ app/assets/stylesheets/codemirror-theme.css
+ app/assets/stylesheets/openseadragon.css
+ app/assets/stylesheets/application.css
+ app/assets/stylesheets/single_signon.scss
+ app/assets/stylesheets/hyrax.scss
+ app/assets/stylesheets/viewer.scss
+ app/assets/stylesheets/fontselect.scss
+ app/assets/stylesheets/hyku.scss
+ app/assets/stylesheets/themes/neutral_repository.scss
+ app/assets/stylesheets/themes/cultural_show.scss
+ app/assets/stylesheets/themes/gallery_view.scss
+ app/assets/stylesheets/themes/scholarly_show.scss
+ app/assets/stylesheets/themes/cultural_repository.scss
+ app/assets/stylesheets/themes/institutional_repository.scss
+ app/intercepter/per_tenant_smtp_interceptor.rb
+ app/helpers/admin_stats_helper.rb
+ app/helpers/group_navigation_helper.rb
+ app/helpers/google_tag_manager_helper.rb
+ app/helpers/hyku/blacklight_helper_behavior.rb
+ app/helpers/accounts_helper.rb
+ app/helpers/hyrax/override_helper_behavior.rb
+ app/helpers/shared_search_helper.rb
+ app/helpers/hyrax_helper.rb
+ app/helpers/application_helper.rb
+ app/helpers/hyku_helper.rb
+ app/services/create_account.rb
+ app/services/group_aware_role_checker.rb
+ app/services/hyrax/collection_types/create_service_decorator.rb
+ app/services/hyrax/quick_classification_query_decorator.rb
+ app/services/hyrax/work_thumbnail_path_service_decorator.rb
+ app/services/hyrax/custom_queries/find_by_bulkrax_identifier.rb
+ app/services/hyrax/thumbnail_path_service_decorator.rb
+ app/services/hyrax/file_set_derivatives_service_decorator.rb
+ app/services/hyrax/workflow/permission_grantor.rb
+ app/services/hyrax/indexes_thumbnails_decorator.rb
+ app/services/hyrax/manifest_builder_service_decorator.rb
+ app/services/hyrax/collections/permissions_service_decorator.rb
+ app/services/hyrax/collections/permissions_create_service_decorator.rb
+ app/services/hyrax/admin_set_create_service_decorator.rb
+ app/services/hyrax/permission_manager_decorator.rb
+ app/services/uploaded_collection_thumbnail_path_service.rb
+ app/services/roles_service.rb
+ app/services/wings/custom_queries/find_by_bulkrax_identifier.rb
+ lib/tasks/index.rake
+ lib/tasks/reset.rake
+ lib/tasks/tenantize_task.rake
+ lib/tasks/user.rake
+ lib/tasks/rubocop.rake
+ lib/tasks/db_enhancements.rake
+ lib/tasks/grant_superadmin.rake
+ lib/tasks/upgrade.rake
+ lib/tasks/group_parameterize_name.rake
+ lib/tasks/roles.rake
+ lib/iiif_manifest/manifest_builder/canvas_builder_decorator.rb
+ lib/iiif_manifest/v3/manifest_builder/canvas_builder_decorator.rb
+ lib/oai/provider/response/list_metadata_formats_decorator.rb
+ lib/oai/provider/model_decorator.rb
+ lib/oai/provider/metadata_format/hyku_dublin_core.rb
+ lib/omni_auth/strategies/saml_decorator.rb
+ lib/hyrax/solr_service_decorator.rb
+ lib/templates/erb/scaffold/_form.html.erb
+ lib/active_job/queue_adapters/better_active_elastic_job_adapter.rb
+ lib/active_job_tenant.rb
+ lib/assets/batch-upload-test/sample.docx
+ lib/assets/batch-upload-test/example3.tiff
+ lib/assets/csv_test.csv
+ lib/wings/services/custom_queries/find_ids_by_model_decorator.rb
-------------------------------------------------------------
Files that are changed in "yours" relative to "upstream"
They are prefixed with a `Δ'
-------------------------------------------------------------
Δ spec/spec_helper.rb
Δ spec/tasks/rake_spec.rb
Δ spec/forms/hyrax/forms/permission_template_form_spec.rb
Δ spec/forms/hyrax/generic_work_form_spec.rb
Δ spec/features/collection_spec.rb
Δ spec/features/create_work_spec.rb
Δ spec/features/collection_type_spec.rb
Δ spec/features/edit_work_spec.rb
Δ spec/models/collection_spec.rb
Δ spec/models/content_block_spec.rb
Δ spec/models/hyrax/group_spec.rb
Δ spec/models/user_spec.rb
Δ spec/presenters/hyrax/admin/workflow_roles_presenter_spec.rb
Δ spec/presenters/hyrax/iiif_manifest_presenter_spec.rb
Δ spec/abilities/collection_ability_spec.rb
Δ spec/support/rake.rb
Δ spec/factories/admin_sets.rb
Δ spec/factories/object_id.rb
Δ spec/factories/file_sets.rb
Δ spec/factories/generic_works.rb
Δ spec/factories/workflow_actions.rb
Δ spec/factories/collection_type_participants.rb
Δ spec/factories/content_blocks.rb
Δ spec/factories/collection_types.rb
Δ spec/factories/workflows.rb
Δ spec/factories/collections.rb
Δ spec/factories/permission_template_accesses.rb
Δ spec/factories/users.rb
Δ spec/factories/permission_templates.rb
Δ spec/actors/hyrax/actors/generic_work_actor_spec.rb
Δ spec/controllers/catalog_controller_spec.rb
Δ spec/controllers/hyrax/homepage_controller_spec.rb
Δ spec/controllers/hyrax/admin/appearances_controller_spec.rb
Δ spec/controllers/hyrax/generic_works_controller_spec.rb
Δ spec/controllers/hyrax/content_blocks_controller_spec.rb
Δ spec/views/hyrax/admin/users/index.html.erb_spec.rb
Δ spec/views/hyrax/dashboard/collections/_form_share_table.html.erb_spec.rb
Δ spec/views/hyrax/dashboard/collections/_form_share.erb_spec.rb
Δ spec/views/_user_util_links.html.erb_spec.rb
Δ spec/views/content_blocks/edit.html.erb_spec.rb
Δ spec/rails_helper.rb
Δ spec/helpers/hyrax_helper_spec.rb
Δ spec/services/hyrax/quick_classification_query_spec.rb
Δ spec/services/hyrax/thumbnail_path_service_spec.rb
Δ app/mailers/hyrax/contact_mailer.rb
Δ app/models/content_block.rb
Δ app/models/hyrax/group.rb
Δ app/models/featured_work.rb
Δ app/models/concerns/hyrax/ability/solr_document_ability.rb
Δ app/models/concerns/hyrax/ability/collection_ability.rb
Δ app/presenters/hyrax/admin/users_presenter.rb
Δ app/controllers/hyrax/homepage_controller.rb
Δ app/controllers/concerns/hyrax/admin/users_controller_behavior.rb
Δ app/views/_head_tag_extras.html.erb
Δ app/views/_logo.html.erb
Δ app/views/catalog/_index_header_list_collection.html.erb
Δ app/views/catalog/_index_header_list_default.html.erb
Δ app/views/catalog/_thumbnail_list_collection.html.erb
Δ app/views/catalog/_index_gallery_collection_wrapper.html.erb
Δ app/views/_user_util_links.html.erb
Δ app/views/shared/_appearance_styles.html.erb
Δ app/views/shared/_footer.html.erb
Δ app/views/_masthead.html.erb
Δ app/views/layouts/hyrax.html.erb
Δ app/views/layouts/homepage.html.erb
Δ app/views/hyrax/batch_edits/_delete_selected.html.erb
Δ app/views/hyrax/homepage/_featured_fields.html.erb
Δ app/views/hyrax/homepage/_explore_collections.html.erb
Δ app/views/hyrax/homepage/_recent_document.html.erb
Δ app/views/hyrax/homepage/_home_content.html.erb
Δ app/views/hyrax/contact_form/new.html.erb
Δ app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
Δ app/views/hyrax/admin/collection_types/_form_participants.html.erb
Δ app/views/hyrax/admin/workflow_roles/index.html.erb
Δ app/views/hyrax/admin/admin_sets/_form_participant_table.html.erb
Δ app/views/hyrax/admin/admin_sets/_form_participants.html.erb
Δ app/views/hyrax/admin/appearances/show.html.erb
Δ app/views/hyrax/admin/users/index.html.erb
Δ app/views/hyrax/admin/stats/show.html.erb
Δ app/views/hyrax/uploads/_js_templates_branding.html.erb
Δ app/views/hyrax/dashboard/sidebar/_activity.html.erb
Δ app/views/hyrax/dashboard/sidebar/_configuration.html.erb
Δ app/views/hyrax/dashboard/sidebar/_repository_content.html.erb
Δ app/views/hyrax/dashboard/sidebar/_tasks.html.erb
Δ app/views/hyrax/dashboard/_sidebar.html.erb
Δ app/views/hyrax/dashboard/works/_list_works.html.erb
Δ app/views/hyrax/dashboard/collections/_show_add_items_actions.html.erb
Δ app/views/hyrax/dashboard/collections/_show_document_list_row.html.erb
Δ app/views/hyrax/dashboard/collections/_show_actions.html.erb
Δ app/views/hyrax/dashboard/collections/_form_discovery.html.erb
Δ app/views/hyrax/dashboard/collections/_form_share_table.html.erb
Δ app/views/hyrax/dashboard/collections/_list_collections.html.erb
Δ app/views/hyrax/dashboard/collections/_subcollection_list.html.erb
Δ app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
Δ app/views/hyrax/dashboard/collections/_form_branding.html.erb
Δ app/views/hyrax/dashboard/collections/_form_share.html.erb
Δ app/views/hyrax/dashboard/collections/_form.html.erb
Δ app/views/hyrax/my/_work_action_menu.html.erb
Δ app/views/hyrax/my/_collection_action_menu.html.erb
Δ app/views/hyrax/my/works/_list_works.html.erb
Δ app/views/hyrax/my/collections/_list_collections.html.erb
Δ app/views/hyrax/collections/_media_display.html.erb
Δ app/views/hyrax/collections/show.html.erb
Δ app/views/hyrax/content_blocks/_form.html.erb
Δ app/views/hyrax/base/_show_actions.html.erb
Δ app/views/hyrax/base/show.html.erb
Δ app/views/hyrax/base/_form_share.html.erb
Δ app/views/hyrax/base/_attribute_rows.html.erb
Δ app/assets/javascripts/hyrax/thumbnail_select.es6
Δ app/assets/javascripts/hyrax/app.js.erb
Δ app/assets/javascripts/hyrax/featured_works.js
Δ app/services/hyrax/collection_thumbnail_path_service.rb