-
Notifications
You must be signed in to change notification settings - Fork 23
[WIP] - Upstream 16530 - Optimize HostList API: conditional DISTINCT + composite index on JobHostSummary #560
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
433524d
Upstream 16530 - Optimize HostList API: conditional DISTINCT + compos…
cigamit 8d77df4
Add conditional workflow connectors based on job artifacts (#505) (#561)
fernandorocagonzalez 524f84e
Add automatic ascender_stats_* job artifacts (changed/failed flags an…
fernandorocagonzalez 5d42f9f
Sync projects on repository push via webhooks (#563)
fernandorocagonzalez 0ea9887
Fix python tests by correcting license file issues (#569)
cigamit 030c82e
Fix: use singular form ANSIBLE_COLLECTIONS_PATH (#570)
blaipr d6abf70
Add automatic workflow node retries via a max_retries node field (#564)
fernandorocagonzalez 442282e
Allow pinning hosts to every slice of a sliced job (#565)
fernandorocagonzalez a43ab85
Update locale strings (#572)
cigamit 74ecab2
Upgrade django to resolve CVE-2026-53877 CVE-2026-53878 CVE-2026-4858…
cigamit d313632
Skip related endpoints without NATURAL_KEY during awxkit export inste…
blaipr 19c5d3e
Add the check_instance_ready management command for k8s readiness pro…
blaipr c46b3bd
Remove user=root from the dev supervisor.conf so supervisord can star…
blaipr ff19569
Fix constructed inventory host job summaries and relink orphaned summ…
fernandorocagonzalez 31e1226
Add context_template to workflow approval nodes (#578)
fernandorocagonzalez 04affdf
Upgrade pyasn1 to resolve CVE-2026-59886 (#580)
cigamit 743c594
Upgrade setuptools to resolve CVE-2026-59890 (#581)
cigamit 54ab597
Rebase and move migration
cigamit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
awx/main/migrations/0201_jobhostsummary_main_jobhostsumm_host_id_desc.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Generated by Django 5.2.15 on 2026-07-02 21:42 | ||
|
|
||
| from django.db import migrations, models | ||
|
|
||
|
|
||
| class Migration(migrations.Migration): | ||
|
|
||
| dependencies = [ | ||
| ('main', '0200_add_list_ordering'), | ||
| ] | ||
|
|
||
| operations = [ | ||
| migrations.AddIndex( | ||
| model_name='jobhostsummary', | ||
| index=models.Index(fields=['host', '-id'], name='main_jobhostsumm_host_id_desc'), | ||
| ), | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.