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

GT-96 Django monitoring app #15

Merged
merged 53 commits into from
Feb 28, 2024
Merged

Conversation

Letizia97
Copy link
Contributor

Features:

  • improvements for Python 3 compatibility
  • sync table
  • sync table with submithosts

@tofu-rocketry
Copy link
Member

Can you fix the 'style' category issues that Codeclimate has raised? Don't worry about the other categories of issue for now though, other than the 'clarity' category about the if statement.

For line length, follow the PEP 8 guidance for longer lines (I need to change the linting to use this setting though):

Some teams strongly prefer a longer line length. For code maintained exclusively or primarily by a team that can reach agreement on this issue, it is okay to increase the line length limit up to 99 characters, provided that comments and docstrings are still wrapped at 72 characters.

@Letizia97 Letizia97 force-pushed the django_experiments_3 branch 7 times, most recently from 973b41b to 28667a0 Compare February 7, 2023 13:21
@tofu-rocketry tofu-rocketry changed the title Django monitoring app GT-96 Django monitoring app Feb 7, 2023
@tofu-rocketry tofu-rocketry self-assigned this Feb 7, 2023
@tofu-rocketry tofu-rocketry changed the title GT-96 Django monitoring app Django monitoring app Feb 7, 2023
@tofu-rocketry tofu-rocketry changed the title Django monitoring app GT-96 Django monitoring app Feb 7, 2023
@Letizia97 Letizia97 mentioned this pull request Feb 28, 2023
Comment on lines +44 to +48
# Sitename substitutes pk
lookup_field = 'SiteName'
extra_kwargs = {
'url': {'lookup_field': 'SiteName'}
}
Copy link
Member

Choose a reason for hiding this comment

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

what does this do? Are both lookup_field and extra_kwargs needed?

@gregcorbett
Copy link
Member

Looks good, a few questions - see above. I can see codeclimate raised 47 issues, but can't see what they are 😢

@tofu-rocketry tofu-rocketry added the enhancement New feature or request label Feb 28, 2024
@tofu-rocketry tofu-rocketry merged commit 03f8758 into apel:dev Feb 28, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

3 participants