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

[v7r2] renames of column names to avoid reserved keywords #4956

Merged
merged 4 commits into from
Mar 3, 2021

Conversation

fstagni
Copy link
Contributor

@fstagni fstagni commented Feb 9, 2021

BEGINRELEASENOTES

*Core
FIX: use logging.warning in favor of deprecated logging.warn

*Framework
CHANGE: renames of column names to avoid reserved keywords

ENDRELEASENOTES

chrisburr
chrisburr previously approved these changes Feb 9, 2021
@TaykYoku
Copy link
Contributor

TaykYoku commented Feb 9, 2021

@fstagni I submitted a #4958 PR today, that already contains some changes to this PR:

src/DIRAC/ConfigurationSystem/scripts/dirac_admin_add_site.py 
src/DIRAC/ConfigurationSystem/scripts/dirac_admin_sort_cs_sites.py 
src/DIRAC/ConfigurationSystem/scripts/dirac_configuration_dump_local_cache.py 
src/DIRAC/Core/scripts/dirac_agent.py 
src/DIRAC/Core/scripts/dirac_executor.py 
src/DIRAC/Core/scripts/dirac_install_extension.py 
src/DIRAC/Core/scripts/dirac_service.py

@fstagni
Copy link
Contributor Author

fstagni commented Feb 10, 2021

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.

@atsareg
Copy link
Contributor

atsareg commented Feb 15, 2021

Please resolve conflicts due to thee merged #4958

@fstagni fstagni changed the title [v7r2] Fixes for propagating changes from scripts of v7r1 [v7r2] renames of column names to avoid reserved keywords Feb 16, 2021
@fstagni fstagni force-pushed the v7r2-fixes26 branch 4 times, most recently from 975c49b to 8813e69 Compare February 16, 2021 17:19
@andresailer
Copy link
Contributor

The changed column names need to be mentioned here https://github.com/DIRACGrid/DIRAC/wiki/DIRAC-v7r2 right?

andresailer
andresailer previously approved these changes Feb 17, 2021
@fstagni
Copy link
Contributor Author

fstagni commented Feb 17, 2021

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>
@atsareg atsareg merged commit 6d9c712 into DIRACGrid:integration Mar 3, 2021
{}, True)
result = self.monitoringClient.getInstallations(
{'UnInstallationTime': None},
{'System': system, 'DIRACModule': installation['Component']['Module']},
Copy link
Contributor

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 ?

Copy link
Contributor Author

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.

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.

6 participants