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

Perf #669

Merged
merged 7 commits into from
Sep 15, 2023
Merged

Perf #669

merged 7 commits into from
Sep 15, 2023

Conversation

a-belhadj
Copy link
Collaborator

No description provided.

Squest/views.py Outdated
Comment on lines 17 to 18
logger = logging.getLogger(__name__)
logger.info("bgegin home")
Copy link
Contributor

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")
Copy link
Contributor

Choose a reason for hiding this comment

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

to be removed

@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

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

operations --->operation

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

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

that v1 teams

@Sispheor Sispheor merged commit 7c46ef9 into HewlettPackard:dev Sep 15, 2023
1 check passed
@a-belhadj a-belhadj deleted the perf branch September 18, 2023 09:32
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.

2 participants