-
Notifications
You must be signed in to change notification settings - Fork 53
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
Perf #669
Perf #669
Conversation
Squest/views.py
Outdated
logger = logging.getLogger(__name__) | ||
logger.info("bgegin home") |
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.
to be removed
Squest/views.py
Outdated
service_details[service.name] = service_dict | ||
|
||
if service_details: | ||
context["service_details"] = service_details | ||
context['user_without_organization'] = User.objects.filter(groups__isnull=True).count() | ||
logger.info("end home") |
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.
to be removed
docs/manual/advanced/jinja.md
Outdated
@@ -1,6 +1,7 @@ | |||
# Jinja templating | |||
|
|||
[Jinja templating](https://jinja.palletsprojects.com/en/3.1.x/templates/) can be used in some part of the Squest configuration. | |||
[Jinja templating](https://jinja.palletsprojects.com/en/3.1.x/templates/) is applicable within specific sections of the | |||
Squest configuration. For example, Jinja templating enables the prefilling of a survey field for a day 2 operations using the specs of the instance. |
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.
operations --->operation
docs/release_notes.md
Outdated
@@ -13,6 +13,8 @@ This is a **major** update of Squest: | |||
|
|||
- The resource tracker component has been entirely refactored and cannot be migrated automatically | |||
- The API has been reworked | |||
- The previous team feature has been discontinued and replaced by an Organization/Team feature. Please note that old |
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.
that v1 teams
No description provided.