-
Notifications
You must be signed in to change notification settings - Fork 3
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
Config improvements #90
Conversation
…yaml config on top of the icare default + skyportal + baselayer config
CI should run here, and if not then I need to fix some things before merging @JulienPeloton! |
Thanks @Theodlz -- the CI fails with various errors. I'll let you have a look? |
…l so that the icare-specific config is present when running the tests
On it @JulienPeloton. Some of the CI might fail anyway (some tests are flaky), but as long as it actually runs and not everything is red (which tells us that the app starts properly), I think it's enough. |
…in the already overwritten invitation.py
@JulienPeloton bunch of failures in the CI but the app does boot up properly and things are running. I'll investigate the failures later but I doubt any of them are caused by this PR, it's been there but wasn't visible since the CI was outdated and literally not running. |
… appropriately to relfech what's in production
config.defaults.yaml
fromextensions/skyportal
patched_skyportal
.icare.sh
script to make it work in prod broke the CI.extensions/skyportal
dir to reflect the changes made on main, fixed the imports where needed.