-
Notifications
You must be signed in to change notification settings - Fork 176
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
[v7r2] renames of column names to avoid reserved keywords #4956
Conversation
@fstagni I submitted a #4958 PR today, that already contains some changes to this PR:
|
Yes I saw that, and also started going through it. We can merge yours quickly and then I can rebase this small one of mine. |
Please resolve conflicts due to thee merged #4958 |
4ded19d
to
e771d9c
Compare
975c49b
to
8813e69
Compare
8813e69
to
b89b21c
Compare
The changed column names need to be mentioned here https://github.com/DIRACGrid/DIRAC/wiki/DIRAC-v7r2 right? |
Yes, done. |
Co-authored-by: Andrei Tsaregorodtsev <atsareg@diracgrid.org>
{}, True) | ||
result = self.monitoringClient.getInstallations( | ||
{'UnInstallationTime': None}, | ||
{'System': system, 'DIRACModule': installation['Component']['Module']}, |
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.
@fstagni should it be DIRACSystem
here ?
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.
Thanks, fixed in my open PR.
BEGINRELEASENOTES
*Core
FIX: use logging.warning in favor of deprecated logging.warn
*Framework
CHANGE: renames of column names to avoid reserved keywords
ENDRELEASENOTES