Hao Liu
adb89cd48f
Remove unnecessary egg-link linking
...
we link awx.egg-link from `tools/docker-compose/awx.egg-link` to `/tmp/awx.egg-link` than we move `/tmp/awx.egg-link` to `/var/lib/awx/venv/awx/lib/python3.9/site-packages/awx.egg-link`
bonus... now we dont have to set PYTHON=python3.9
2023-04-19 16:36:51 -04:00
Hao Liu
3e509b3d55
Merge pull request #13883 from ZitaNemeckova/remove_inventories_from_host_metrics
...
Remove Inventories column for now
2023-04-19 15:41:32 -04:00
Hao Liu
f0badea9d3
Merge pull request #13888 from TheRealHaoLiu/correct-make-call-make
...
Make target should not call make directly
2023-04-19 15:38:58 -04:00
Hao Liu
6a1ec0dc89
Merge pull request #13887 from TheRealHaoLiu/no-make-run-stuff-in-docker-compose
...
Stop using make to start awx processes part 1
2023-04-19 15:35:32 -04:00
Hao Liu
329fb88bbb
Make target should not call make directly
...
https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html
make target should always call make with $(MAKE)
2023-04-19 15:01:16 -04:00
Hao Liu
177f8cb7b2
Stop using make to start processes
...
part 1...
we dont need to run awx processes through make
because awx-manage uses awx-python which is already activating the correct venv
2023-04-19 14:51:38 -04:00
Hao Liu
33f1c35292
Merge pull request #13658 from TheRealHaoLiu/different-dockerfile
...
Use different dockerfile for docker-compose-build
2023-04-19 12:12:54 -04:00
Hao Liu
ba899324f2
Merge pull request #13856 from TheRealHaoLiu/kube-dev-autoreload
...
Auto reload services in kube dev env
2023-04-19 12:08:52 -04:00
Hao Liu
9c236eb8dd
Merge pull request #13882 from TheRealHaoLiu/link-launch-n-supervisord
...
Link launch script and supervisor conf in kube dev
2023-04-19 12:03:22 -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
Hao Liu
71a11ea3ad
Link launch script and supervisor conf in kube dev
...
Linking launch script and supervisor conf file in kube development environment so we no longer have to rebuild kube devel images for superviosr conf file and launch script changes
2023-04-18 23:22:53 -04:00
Hao Liu
cfbbc4cb92
Auto reload services in kube dev env
2023-04-18 23:15:47 -04:00
Hao Liu
592920ee51
Use different dockerfile for docker-compose-build
...
- use different dockerfile for awx_devel and awx image
- make all Dockerfile* targets PHONY (bc its cheap to run)
- fix HEADLESS not working for awx-kube-build
2023-04-18 21:45:31 -04:00
Hao Liu
b75b84e282
Merge pull request #13725 from l3acon/collection-existential-state-for-credential-module
...
[collection] Add "exists" state for credential module
2023-04-18 20:51:14 -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
bbb436ddbb
Merge pull request #13872 from mabashian/remove-codemirror
...
Removes unused codemirror dependency
2023-04-18 15:27:12 -04:00
Michael Abashian
abf915fafe
Removes more unnecessary licenses
2023-04-18 15:06:19 -04:00
Michael Abashian
481814991e
Remove codemirror licenses
2023-04-18 15:06:18 -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
Keith Grant
a2a04002b6
Merge pull request #13869 from keithjgrant/persistent-filter-race-condition
...
Rework PersistentFilter to avoid double API call
2023-04-18 11:13:19 -07: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
Matthew Fernandez
d57f549a4c
Merge branch 'devel' into collection-existential-state-for-credential-module
2023-04-18 09:51:54 -06:00
matt
93e6f974f6
remove redundant loop
2023-04-18 09:51:20 -06:00
John Westcott IV
32f7dfece1
Changing check for all in awx.awx.export ( #13854 )
2023-04-18 10:29:25 -03:00
Michael Abashian
68b32b9b4f
Merge branch 'devel' into 10854-instances-403-error
2023-04-17 10:14:44 -04:00
Alan Rominger
886ba1ea7f
Merge pull request #13860 from AlanCoding/move_test
...
Move integration tests to be consistent with the rest
2023-04-14 10:36:44 -04:00
Alex Corey
b128f05a37
Merge pull request #11076 from tongtie/fix-choose-project-scmType-manual-international
...
fix: Internationalization causes the project to be unable to choose manual option
2023-04-14 09:57:08 -04:00
Alan Rominger
36c9c9cdc4
Move integration tests to be consistent with the rest
2023-04-14 09:51:53 -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
2205664fb4
Merge pull request #13857 from john-westcott-iv/add_tacacs_plus
...
Adding tacacs+ container for testing
2023-04-13 16:15:32 -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
John Westcott IV
8719648ff5
Adding tacacs+ container for testing
2023-04-13 15:02:08 -04:00
Dien Nguyen
c1455ee125
bugfix: add scm_branch to optional_args for workflow_launch ( #13254 )
...
* add scm_branch to optional_args
* add in limits
* Update workflow_launch.py
remove json from import to pass linting.
---------
Co-authored-by: dien nguyen <nguyen.d@gmail.comn>
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com>
2023-04-13 15:36:38 -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
e42461d96f
Merge pull request #13807 from sean-m-sullivan/credential_doc
...
update credential list examples in awx collection
2023-04-12 15:40:06 -04:00
sean-m-sullivan
9b716235a2
update credential list examples in awx collection
2023-04-12 15:19:11 -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