Vidya Nambiar
77be6c7495
tests
2023-04-25 14:18:05 -04:00
Alan Rominger
7acc0067f5
Remove Ansible config override to validate group names ( #13837 )
2023-04-25 13:37:13 -04:00
Alan Rominger
0a13762f11
Use separate module for pytest settings ( #13895 )
...
* Use separate module for test settings
* Further refine some pre-existing comments in settings
* Add CACHES to setting snapshot exceptions to accommodate changed load order
2023-04-25 13:31:46 -04:00
Vidya Nambiar
2c673c8f1f
Make Topology view and Instances visible only to system admin/auditor
2023-04-25 12:44:27 -04:00
John Westcott IV
8c187c74fc
Adding "password": "$encrypted$" to user serializer ( #13704 )
...
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com >
2023-04-25 10:18:01 -03:00
Alan Rominger
086722149c
Avoid recursive include of DEFAULT_SETTINGS, add sanity test ( #13236 )
...
* Avoid recursive include of DEFAULT_SETTINGS, add sanity test to avoid similar surprises
* Implement review comments for more clear code order and readability
* Clarify comment about order of app name, which is last in order so that it can modify user settings
2023-04-20 15:15:34 -04:00
Sarah Akus
c10ada6f44
Merge pull request #13876 from marshmalien/9668-adhoc-credentials-search
...
Fix credentials search in adhoc prompt modal
2023-04-20 13:41:36 -04:00
Sarah Akus
b350cd053d
Merge pull request #13886 from marshmalien/fix-wf-approval-job-details
...
Fix incorrect workflow approval job details
2023-04-20 13:31:32 -04:00
Marliana Lara
b43107a5e9
Fix credentials search in adhoc prompt modal
2023-04-19 13:59:08 -04:00
Marliana Lara
4857685e1c
Fix vault credential update server error
2023-04-19 13:58:39 -04:00
Marliana Lara
8ba1a2bcf7
Reset search params when prompt launch credential type dropdown changes
...
* Fix credential validation bugs
2023-04-19 13:58:11 -04:00
Marliana Lara
e7c80fe1e8
Fix incorrect workflow approval job details
2023-04-19 13:57:05 -04:00
Zita Nemeckova
36559a4539
Remove Inventories column for now. Revert this commit once the backend is ready.
2023-04-19 15:55:02 +02:00
Hao Liu
7a4b3ed139
Merge pull request #13881 from TheRealHaoLiu/fix-copy
...
Fix copy API
2023-04-19 09:39:39 -04:00
Gabriel Muniz
cd5cc64d6a
Fix 500 on missing inventory for provisioning callbacks ( #13862 )
...
* Fix 500 on missing inventory for provisioning callbacks
* Added test to cover bug fix
* Reworded msg to clear what is missing to start the callback
2023-04-19 09:27:41 -04:00
Sarah Akus
f4b80c70e3
Merge pull request #13849 from marshmalien/10854-instances-403-error
...
Check user permissions before fetching system settings
2023-04-18 16:41:40 -04:00
Hao Liu
9870187af5
Fix copy API
...
In web/task split deployment web and task container no longer share the same redis cache
In the original code we use redis cache to pass the list of sub objects that need to be copied to the new object
In this PR we extracted out the logic that computes the sub_object_list and move it into deep_copy_model_obj task
2023-04-18 16:03:04 -04:00
Michael Abashian
e94ee8f8d7
Removes unused codemirror dependency
2023-04-18 15:06:18 -04:00
John Westcott IV
e660f62a59
Merge pull request #13875 from john-westcott-iv/fix_assumed_databases
...
Fixing issue were we assumed DATABASES would be defined
2023-04-18 14:21:17 -04:00
John Westcott IV
93117c8264
Fixing issue were we assumed DATABSES would be defined
2023-04-18 13:57:17 -04:00
Keith J. Grant
b8118ac86a
remove outdated tests
2023-04-18 10:04:28 -07:00
Keith J. Grant
c08f1ddcaa
rework PersistentFilter to avoid double API call
2023-04-18 10:04:28 -07:00
Michael Abashian
68b32b9b4f
Merge branch 'devel' into 10854-instances-403-error
2023-04-17 10:14:44 -04:00
Alan Rominger
342e9197b8
Customize application_name for different connections in dispatcher service ( #13074 )
...
* Introduce new method in settings, import in-line w NOQA mark
* Further refine the app_name to use shorter service names like dispatcher
* Clean up listener logic, change some names
2023-04-13 22:36:36 -04:00
John Westcott IV
7cdf471894
Fix sat instance var ( #13851 )
...
* add the fallback satellite_instance_var_id
* Removing unnecessary whitespace
---------
Co-authored-by: Nikhil Jain <jainnikhil30@gmail.com >
2023-04-13 17:14:06 -03:00
Joe Garcia
11d5e5c7d4
Fixes #13402 allow user defined key retrieval from CYBR ( #13411 )
...
* Fixed #13402 allow user defined key retrieval from CYBR
* Add default value to object_property
* Raise ValueError if object_property not in response
* Raise KeyError instead of ValueError
2023-04-13 13:11:37 -04:00
John Westcott IV
fba4e06c50
Adding basic validation for local passwords ( #13789 )
...
* Adding basic validation for local passwords
* Adding edit screen
* Fixing tests
2023-04-13 10:02:52 -03:00
Hao Liu
12a4c301b8
Merge pull request #13721 from sscheib-rh/feat-add_secret_field_dsv_lookup
...
Add missing filtering mechanism for the Thycotic Devops Vault credential lookup
2023-04-13 08:58:59 -04:00
Hao Liu
8a1cdf859e
Merge pull request #12627 from vician/tss-domain
...
Added domain entry and authorizer for TSS
2023-04-12 16:33:46 -04:00
Steffen Scheib
2f68317e5f
Fixing api-lint error
2023-04-12 16:07:00 -04:00
Steffen Scheib
0f4bac7aed
Add missing filtering mechanism for the Thycotic Devops Vault credential lookup
2023-04-12 16:07:00 -04:00
John Westcott IV
eb704dbaad
Merge pull request #13838 from john-westcott-iv/oweel_additional_tests
...
Added more tests for different modules
2023-04-12 13:14:37 -04:00
Marliana Lara
105609ec20
Check user permissions before fetching system settings
2023-04-12 11:19:37 -04:00
John Westcott IV
9b390a624f
Merge pull request #13831 from slemrmartin/analytics-api-permissions
...
Analytics API: Permissions for System Auditor
2023-04-12 10:37:26 -04:00
Martin Slemr
0046ce5e69
Analytics API: Permissions for System Auditor
2023-04-12 15:40:12 +02:00
Hao Liu
b80d0ae85b
Merge pull request #13840 from AlanCoding/one_less_connection
...
Get rid of 1 perpetually unused connection in our app
2023-04-12 09:30:51 -04:00
Alan Rominger
3cd5d59d87
Get rid of 1 perpetually unused connection in our app
2023-04-11 17:04:59 -04:00
Alexander Komarov
d32a5905e8
Remove unused imports
2023-04-11 16:23:03 -04:00
Alexander Komarov
e53a5da91e
Add more tests for different modules
2023-04-11 16:21:50 -04:00
Hao Liu
1a56272eaf
Merge pull request #13767 from Ladas/analytics_export_subscription_id
...
Analytics export other subs attrs
2023-04-11 15:55:26 -04:00
Seth Foster
1c51ef8a69
Store serialized metrics locally ( #13833 )
2023-04-11 15:06:48 -04:00
Michael Abashian
23f3ab6a66
Merge branch 'devel' into fix_lang
2023-04-11 11:41:12 -04:00
Ladislav Smola
4e5cce8d15
Analytics export other subs attrs
...
We'll export also subscription_id since pool_id is not
enough in certain cases.
Then also export usage and account number
2023-04-10 21:47:32 -04:00
Michael Abashian
0b1b866128
Fixes bug where attempting to edit a schedule with stringified extra_data threw error ( #13795 )
2023-04-10 09:33:25 -03:00
John Westcott IV
71c307ab8a
Merge pull request #13808 from ansible/feature_on-premise-analytics
...
Proxy analytics requests through AWX API
2023-04-07 11:46:14 -04:00
Martin Slemr
20817789bd
HostMetric task param check
2023-04-07 08:56:03 -04:00
Salma Kochay
2b63b55b34
UI test fixes for hiding subscription details
2023-04-07 08:56:03 -04:00
Salma Kochay
64923e12fc
show/hide host metric subscription details
2023-04-07 08:56:03 -04:00
Martin Slemr
6d4f92e1e8
HostMetric Cleanup task
2023-04-07 08:56:03 -04:00
Martin Slemr
fff6fa7d7a
Additional Licensing values
2023-04-07 08:56:03 -04:00