-
Notifications
You must be signed in to change notification settings - Fork 9
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 app to run as a project #1576
Conversation
tests/base_test.py
Outdated
def setup_databases(self, **kwargs): | ||
ret = super().setup_databases(**kwargs) | ||
|
||
app_settings() # adds languages to system |
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.
Let's remember to apply the fix from archesproject/arches#11205
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'll manually reconcile this (it doesn't get updated by updateproject)
Co-authored-by: Jacob Walls <[email protected]>
Co-authored-by: Jacob Walls <[email protected]>
Co-authored-by: Jacob Walls <[email protected]>
The line ending check was added because it bit Brett during development. But we probably don't need to care about ontology files. Easy enough to fix here, but do you think this will be enough of a pain point for the community that we should exempt .xml files? |
Ah - I was wondering why that was there. It's hard to say how much trouble it might be for people, but I'd be in favor of the exemption just in case. |
Updates arches for science to run both as an Arches App and independent project. Includes project updates to support latest changes in Arches dev/7.6.x and moves tests under project's test directory