Skip to content

Commit

Permalink
Merge pull request #124 from scientist-softserv/i121-update-submodule
Browse files Browse the repository at this point in the history
Update submodule
  • Loading branch information
laritakr authored Aug 23, 2024
2 parents 44b18ab + 72cf960 commit c663a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyrax-webapp
Submodule hyrax-webapp updated 37 files
+1 −0 Gemfile
+7 −5 Gemfile.lock
+23 −1 app/assets/stylesheets/hyku.scss
+4 −0 app/controllers/hyrax/homepage_controller.rb
+1 −1 app/forms/admin_set_resource_form.rb
+22 −32 app/jobs/batch_email_notification_job.rb
+7 −20 app/jobs/depositor_email_notification_job.rb
+4 −16 app/jobs/embargo_auto_expiry_job.rb
+4 −16 app/jobs/lease_auto_expiry_job.rb
+12 −0 app/jobs/tenant_maintenance_job.rb
+11 −0 app/jobs/user_stat_collection_job.rb
+20 −1 app/models/account.rb
+4 −0 app/models/concerns/account_cname.rb
+1 −1 app/models/domain_name.rb
+2 −0 app/models/sushi.rb
+10 −0 app/models/user.rb
+6 −0 app/models/user_batch_email.rb
+1 −7 app/services/create_account.rb
+1 −1 app/services/hyrax/thumbnail_path_service_decorator.rb
+42 −0 app/views/hyrax/content_blocks/_form.html.erb
+14 −13 app/views/hyrax/dashboard/sidebar/_configuration.html.erb
+5 −0 config/application.rb
+1 −1 config/locales/simple_form.en.yml
+5 −0 db/migrate/20240820195641_remove_last_emailed_at_from_users.rb
+10 −0 db/migrate/20240820200440_create_user_batch_emails.rb
+9 −2 db/schema.rb
+18 −0 lib/active_job_tenant.rb
+28 −18 spec/jobs/batch_email_notification_job_spec.rb
+7 −4 spec/jobs/depositor_email_notification_job_spec.rb
+8 −4 spec/jobs/embargo_auto_expiry_job_spec.rb
+8 −4 spec/jobs/lease_auto_expiry_job_spec.rb
+13 −0 spec/jobs/tenant_maintenance_job_spec.rb
+22 −0 spec/jobs/user_stat_collection_job_spec.rb
+1 −1 spec/models/account_spec.rb
+11 −7 spec/services/create_account_spec.rb
+1 −1 spec/views/hyrax/content_blocks/edit.html.erb_spec.rb
+83 −40 yarn.lock

0 comments on commit c663a10

Please sign in to comment.