John Westcott IV
285b7b0e5f
Fixing using QuerySet.iterator() after prefetch_related() without specifying chunk_size is deprecated
2023-05-11 11:45:47 -04:00
John Westcott IV
08e8147374
Removing deprecated django.utils.timezone.utc alias in favor of datetime.timezone.utc
2023-05-11 11:45:47 -04:00
John Westcott IV
09bd398a9e
Replacing depricated index_togeather with new indexes
2023-05-11 11:45:47 -04:00
John Westcott IV
8d6f50fae8
Upgrading djgno to 4.2 LTS
2023-05-11 11:45:15 -04:00
John Westcott IV
ecfbcb641e
Adding upgrade to django-oauth-toolkit pre-migraiton
2023-05-11 11:43:33 -04:00
Shane McDonald
e434b1e0f3
Merge pull request #13987 from fosterseth/fix_ui_csp
...
Fix content security policy
2023-05-11 11:03:09 -04:00
Seth Foster
66c3acf777
Fix content security policy
2023-05-11 10:42:23 -04:00
John Westcott IV
ed1983bd8c
Merge pull request #13977 from john-westcott-iv/awxkit_import_fix
...
Skip constructed_inventory endpoint in awxkit import
2023-05-11 09:04:32 -04:00
John Westcott IV
5c4277958c
Merge pull request #13976 from john-westcott-iv/collection_job_wait_remove_depreciated_field_check
...
Change the job_wait integration test
2023-05-11 08:29:50 -04:00
John Westcott IV
7e4da7efa2
Updated pycryptography ( #13964 )
...
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com>
2023-05-11 09:25:56 -03:00
Christian Adams
7b1cb281c2
Merge pull request #13980 from rooftopcellist/extract-ui-next-strings
...
Update make target for extracting strings to do so for ui_next too
2023-05-10 23:18:44 -04:00
Christian M. Adams
dee39f3f1c
Update make target for extracting strings to do so for ui_next too
2023-05-10 19:20:21 -04:00
John Westcott IV
ba7f97f84b
Skip constructed_inventory endpoint in awxkit import
2023-05-10 14:24:27 -04:00
Alan Rominger
85e7189ee3
Add error handling to scm_version.py script ( #13521 )
...
raise Exception in the case that return code is non-zero
this approach has shown itself to be the most consistently reliable across multiple ecosystems
2023-05-10 14:20:56 -04:00
Alan Rominger
06430741ab
Fix 400 error from job labels sublist ( #13972 )
...
This was caused by an incorrect parent_key ref from label to job
also applies to workflow_job labels
This fixes a regression introduced by a recent merge (#13957 )
2023-05-10 11:37:59 -04:00
John Westcott IV
cf091d7836
Change job_wait collection test to always try and delete created objects
2023-05-10 11:13:20 -04:00
John Westcott IV
a66acd87e6
Removes test of depreciated fields that have been removed from job_wait collection
2023-05-10 11:10:07 -04:00
Shane McDonald
595b4e3876
Merge pull request #13956 from shanemcd/get-your-strings-together
...
Clean up string formatting issues from black migration
2023-05-10 10:14:09 -04:00
Rick Elrod
74c46568c1
[wsrelay] switch from psycopg 3 to asyncpg ( #13965 )
...
Due to dependency issues specifically around upgrading to Django 4.2, we
cannot feasibly have a dependency on psycopg2 and psycopg3. The only
place that was currently using psycopg3 was wsrelay.
Change wsrelay to use the asyncpg library and psycopg2 instead.
Tested locally on kind with a dev build of awx.
Signed-off-by: Rick Elrod <rick@elrod.me>
2023-05-10 09:10:35 -05:00
Shane McDonald
05e9b29460
Merge pull request #13963 from Akasurde/doc_fix
...
Minor typo fix in docs
2023-05-10 08:33:01 -04:00
Shane McDonald
f1196fc019
Clean up string formatting issues from black migration
2023-05-10 08:19:23 -04:00
John Westcott IV
7f020052db
Make state exists universal in collection ( #13890 )
...
Make state: exists available for all API modules
Make state:exists return the ID just like it would if it created the resource
2023-05-10 09:05:29 -03:00
Rick Elrod
53260213ba
Issue template: Remind people to use security@ ( #13971 )
...
Signed-off-by: Rick Elrod <rick@elrod.me>
2023-05-09 11:00:02 -05:00
Abhijeet Kasurde
7d1ee37689
Minor typo fix in docs
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2023-05-08 07:47:07 -07:00
Seth Foster
45c13c25a4
Set receptor log level to info ( #13958 )
2023-05-05 15:01:21 -04:00
Alan Rominger
ba0e9831d2
Fix bug with parent_key filtering ( #13957 )
...
This was making host sub-list views non-functional
specifically for constructed and smart inventory
views would always return 0 results before this fix
2023-05-05 14:10:55 -04:00
Shane McDonald
92dce85468
Merge pull request #13955 from shanemcd/dark-processed
...
Add missing comma in host_status_counts list
2023-05-05 10:55:47 -04:00
Shane McDonald
77139e4138
Add missing comma in host_status_counts list
2023-05-05 08:02:38 -04:00
Sarah Akus
b28e14c630
Merge pull request #13941 from vidyanambiar/freq-details
...
Fix for incorrect value for 'Run on' field in frequency details
2023-05-02 13:19:06 -04:00
Alan Rominger
bf5594e338
Merge pull request #13930 from sean-m-sullivan/collection_role_update
...
In collection, allow roles to be added to multiple teams and users
2023-05-02 12:54:22 -04:00
Alan Rominger
f012a69c93
Allow running AWX checks on forks ( #13938 )
2023-05-02 11:47:29 -04:00
sean-m-sullivan
0fb334e372
collection, allow roles to be added to multiple teams and users
2023-05-02 07:34:38 -04:00
Vidya Nambiar
b7c5cbac3f
Fix for 'Run on' field in frequency details
2023-05-01 17:03:51 -04:00
Sarah Akus
eb7407593f
Merge pull request #13915 from marshmalien/10877-dup-freq-types-schedule
...
Show schedule details warning when RRule is unsupported
2023-04-28 14:21:23 -04:00
Sarah Akus
287596234c
Merge pull request #13874 from marshmalien/8898-fix-update-vault-credentials
...
Fix vault credential update error when vault_id is missing
2023-04-28 13:50:46 -04:00
Sarah Akus
ee7b3470da
Merge pull request #13873 from marshmalien/10799-bug-prompt-launch-credential-type-dropdown-complete
...
Fix screen crash when changing credential type in launch prompt dropdown
2023-04-28 13:25:40 -04:00
Jessica Steurer
0faa1c8a24
Merge branch 'devel' into 8898-fix-update-vault-credentials
2023-04-28 10:37:15 -03:00
Alan Rominger
77175d2862
Consolidate get_queryset methods ( #13906 )
...
In a prior merge, we added the ability to slap filter_read_permission = False on a view to get a certain functionality where it didn't filter a sublist the view is showing.
This logic already existed in a highly duplicated form among a number of views, so this deletes those methods in favor of the flag.
2023-04-28 09:10:18 -04:00
Klaas Demter
22464a5838
Enhance secret retrieval documentation ( #13914 )
2023-04-26 19:32:40 +00:00
Sarah Akus
3919ea6270
Merge pull request #13905 from vidyanambiar/topology-rbac
...
Make Topology view and Instances visible only to system admin/auditor
2023-04-26 15:13:32 -04:00
Marliana Lara
9d9f650051
Show schedule details warning when RRule is unsupported
2023-04-26 14:49:43 -04:00
jessicamack
66a3cb6b09
Merge pull request #13858 from jessicamack/13322-catch-sigterm
...
Catch SIGTERM or SIGINT and send offline message
2023-04-26 12:24:34 -04:00
jessicamack
d282393035
change exit code
...
Signed-off-by: jessicamack <jmack@redhat.com>
2023-04-26 11:37:59 -04:00
jessicamack
6ea3b20912
reverse previous commit to break into separate PR
...
Signed-off-by: jessicamack <jmack@redhat.com>
2023-04-26 11:37:59 -04:00
jessicamack
3025ef0dfa
move with block inside of while to free up persistent db connection
...
Signed-off-by: jessicamack <jmack@redhat.com>
2023-04-26 11:37:59 -04:00
jessicamack
397d58c459
removed TODO. moved signal catches to handle()
...
Signed-off-by: jessicamack <jmack@redhat.com>
2023-04-26 11:37:59 -04:00
jessicamack
d739a4a90a
updated black and ran again to fix lint formatting
...
Signed-off-by: jessicamack <jmack@redhat.com>
2023-04-26 11:37:59 -04:00
jessicamack
3fe64ad101
fix signal handler. black reformats
...
Signed-off-by: jessicamack <jmack@redhat.com>
2023-04-26 11:37:59 -04:00
jessicamack
919d1e5d40
catch SIGTERM or SIGINT and send offline message
...
Signed-off-by: jessicamack <jmack@redhat.com>
2023-04-26 11:37:59 -04:00
John Westcott IV
7fda4b0675
Merge pull request #13903 from john-westcott-iv/collection_intergration_tests
...
Enhance collection intergration tests
2023-04-26 09:08:00 -04:00