Skip to content
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

Update for app config changes #38

Merged
merged 18 commits into from
Aug 6, 2024
Merged

Conversation

chiatt
Copy link
Member

@chiatt chiatt commented Jul 16, 2024

Update for app config changes

@aarongundel
Copy link
Collaborator

aarongundel commented Aug 1, 2024

@chiatt is this expected to be failing? It's complaining about missing pgtrigger. Feel like I've seen this recently as a missing dependency.

@jacobtylerwalls
Copy link
Member

It's complaining about missing pgtrigger.

Yeah, I would expect arches_for_science to be listed in pyproject.toml, but it's not.

I PR'd this to the dashboard toy project in chiatt/dashboard#2

pyproject.toml Outdated Show resolved Hide resolved
@jacobtylerwalls
Copy link
Member

Looks like a new package-lock.json is needed.

@@ -441,60 +462,86 @@
"iconclass": "fa fa-bolt",
"component": "views/components/cards/file-renderers/xy-reader",
"ext": "txt",
"type": "text/plain",
"type": "text/plain",
"exclude": "",
},
]

X_FRAME_OPTIONS = "SAMEORIGIN"

FORMATS = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This array isn't needed anymore per archesproject/arches-for-science#1380

But shouldn't cause a problem.

Copy link
Collaborator

@aarongundel aarongundel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor nit - fix if desired. LGTM.

@chiatt chiatt merged commit b879d0c into 76-upgrade Aug 6, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants