-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I2194 address pr feedback and then some #2195
Conversation
- Replace hardcoded authentication credentials in ApplicationController with class attributes. - Introduce an initializer to set HTTP basic auth credentials dynamically from environment variables. - Update the authenticate_if_needed method to utilize class attributes for username and password verification.
There was a mix of old + update code which caused the site to break on hyku.test, because of the favicon. It has been updated to mostly match the way pals has it. - scientist-softserv/palni-palci@3483da1
Rob left feedback confirming that sidekiq.rake was removed from hyku intentionally, so we shouldn't add it back.
passing an obj instead of a string breaks and fails bulkrax imports, when based_near is nil.
This commit should fix the cause of spec failures in has_matchers_decorator_spec.rb
9d9bc78
to
f685f92
Compare
<link rel="icon" href="<%= Site&.favicon&.url(:v128) %>" sizes="128x128"> | ||
<link rel="icon" href="<%= Site&.favicon&.url(:v128) %>" sizes="192x192"> | ||
<link rel="icon" href="<%= Site&.favicon&.url(:v228) %>" sizes="228x228"> | ||
<link rel="icon" href="<%= favicon(:v32) %>" sizes="32x32"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the changes to this file may break the ability to upload the favicon through the Admin UI...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm requesting either a change or verification that the favicon changes don't break existing ability.
@laritakr I was still able to update the favicon from the admin dashboard: It used to be the samvera tree, but I updated it on the hyku-local tenant, seen below. It seems like this is to set the default mainly for the proprietor page, unless the tenant specifies otherwise. |
Co-authored-by: Kirk Wang <kirk.wang@scientist.com>
ref feedback:
I will also be correcting anything else wrong that I'm noticing, while spinning up the app.
After this gets merged, we will cut a new release of hyku!
FIXES INCLUDE: