Ryan Petrello
588cb1e403
fix some requirements updater breakage
...
- remove requirements_ansible logic from the update script
- removed the need for py2-specific system dependencies
- update to the latest pip-tools and move to the new long format
(https://github.com/jazzband/pip-tools/pull/1237 )
- fixed a few busted references to receptorctl @ devel
2021-03-11 11:54:01 -05:00
Jeff Bradberry
0ca8fd7752
Update the debugging docs
2021-03-09 14:42:10 -05:00
softwarefactory-project-zuul[bot]
c9ec0d31f1
Merge pull request #9498 from ryanpetrello/bye-bye-virtualenv
...
remove custom_virtualenv support from the AWX collection and docs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-06 14:12:32 +00:00
Ryan Petrello
4c60999161
remove custom_virtualenv support from the AWX collection and docs
2021-03-05 15:38:46 -05:00
Bill Nottingham
0505e38071
Remove ansible venvs & collection infrastructure.
2021-03-04 13:06:06 -05:00
Shane McDonald
f554f45288
Add license for receptor
2021-03-03 18:52:54 -05:00
sean-m-sullivan
ce21dec0d0
update
2021-02-23 11:50:29 -06:00
Ryan Petrello
3cc3cf1f80
add a per-request GUID and log as it travels through background services
...
see: https://github.com/ansible/awx/issues/9329
2021-02-17 12:54:13 -05:00
softwarefactory-project-zuul[bot]
2ef08b1d13
Merge pull request #9052 from jgroom33/patch-1
...
Update custom_virtualenvs.md
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-02-10 16:20:18 +00:00
Seth Foster
41d0a2f7b9
Add job lifecycle logging
...
Various points (e.g. created, running, processing events), are
structured into json format and output to /var/log/tower/job_lifecycle.log
As part of this work, the DependencyGraph is reworked to return
which job object is doing the blocking, rather than a boolean.
2021-02-04 12:25:51 -05:00
Egor Margineanu
9ccee200f3
Removed GHE forms from ui folder
...
Fixed org/team field names based on @constreference feedback
Added support for Github Enteprise for authentication
2021-01-29 13:01:08 +01:00
softwarefactory-project-zuul[bot]
b7eb1a4c59
Merge pull request #9156 from shanemcd/minikube-dev-env
...
Minikube-based development environment
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-01-26 21:10:08 +00:00
Shane McDonald
47740f62f4
Add ingress variable to minikube doc
2021-01-26 15:18:37 -05:00
Shane McDonald
fb7b36cfbd
Add note about needing openshift python lib
2021-01-26 15:14:06 -05:00
Shane McDonald
ba8c44f8a6
Add note on how to access AWX in minikube
2021-01-26 15:07:04 -05:00
Shane McDonald
7c8bd47198
Minikube-based development environment
...
Works in conjunction with https://github.com/ansible/awx-operator/pull/71
See docs/development/minikube.md
2021-01-25 18:03:17 -05:00
Mark Mercado
5fe6e75255
Fixing a small typo
2021-01-24 12:40:29 -05:00
Jeff Groom
22aaf765a5
Update custom_virtualenvs.md
2021-01-09 10:54:33 -07:00
softwarefactory-project-zuul[bot]
29926ba5d9
Merge pull request #8727 from AlanCoding/mercury_drops
...
Remove mercurial support
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-01 22:11:42 +00:00
Alan Rominger
44e6e9344b
Remove mercurial support
2020-12-01 14:06:34 -05:00
Bill Nottingham
12edbdab11
Remove old radius library from requirements
...
If it's not required by django-radius, we probably don't need it.
2020-11-30 15:12:52 -05:00
Chris Meyers
eb47c8dbc6
centralize reusable profiling code
2020-10-27 08:21:41 -04:00
Chris Meyers
ce052922c6
terminal graph of job status changes
...
* Visualize how jobs go from pending, waiting, running over time
2020-10-23 10:15:32 -04:00
Jake McDermott
3c71ab1bd7
Remove math licenses
2020-10-14 14:07:53 -04:00
Bill Nottingham
85b694410b
Adjust included licenses
2020-09-25 15:51:55 -04:00
Seth Foster
3606b4e334
these rules no longer apply as of PRs 5519 and 5489
2020-09-11 12:59:18 -04:00
Ryan Petrello
b8e0d087e5
add model support, an API, and a migration for Org -> Galaxy credentials
...
see: https://github.com/ansible/awx/issues/7813
2020-09-01 13:44:59 -04:00
softwarefactory-project-zuul[bot]
e22d32c96b
Merge pull request #7705 from anxstj/custom_environments
...
Change Dockerfile to copy custom venv
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-08-19 21:55:01 +00:00
Chris Meyers
5dd2cb10b4
Update websockets.md
2020-08-12 09:52:10 -04:00
Chris Meyers
aa8d3d5ae4
Update websockets.md
...
Add more details about backplane websocket functionality.
2020-08-12 09:49:24 -04:00
Chris Meyers
fdc53bd0d3
Update websockets.md
...
spelling
2020-08-10 12:58:49 -04:00
Chris Meyers
1cf48ffc9e
Update websockets.md
...
Add documentation for websocket backplane secret key exchange logic.
2020-08-10 12:58:49 -04:00
Stefan Jakobs
58da3df03e
Change Dockerfile to copy custom venv
2020-07-22 14:00:05 +02:00
AlanCoding
fefab89815
Integrate content caching with existing task logic
...
Revert the --force flags
use the update id as metric for role caching
Shift the movement of cache to job folder from rsync task to python
Only install roles and collections if needed
Deal with roles and collections for jobs without sync
Skip local copy if roles or collections turned off
update docs for content caching
Design pivot - use empty cache dir to indicate lack of content
Do not cache content if we did not install content
Test changes to allay concerns about reliability of local_path
Do not blow away cache for SCM inventory updates
2020-07-20 19:45:21 -04:00
Ryan Petrello
715dc4ece8
add a license for ruamel.ordereddict (for openshift lib support)
2020-07-16 11:38:54 -04:00
Ryan Petrello
78229f5871
replace certain terms with more inclusive language
...
see: https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language
2020-06-30 10:49:19 -04:00
Rebeccah
118e1b8df1
removing memchache mentions in comments
...
remove memcached folder as it is no longer needed, also address a couple grammatical errors
2020-06-18 15:52:59 -04:00
Rebeccah
60800d6740
add license file for django-redis
2020-06-09 10:24:23 -04:00
Rebeccah
02cf4585f8
remove memcache license file
2020-06-09 10:24:23 -04:00
Rebeccah
d2bbe7aa1a
remove memcache from everywhere and add djagno-redis to cover it
2020-06-09 10:24:23 -04:00
Ryan Petrello
951f13c066
remove lgpg source for dependencies we've since removed
2020-06-04 18:45:33 -04:00
beeankha
dea7ec7845
Update changelog and README text
2020-05-19 20:48:09 -04:00
beeankha
bc4d789da0
Remove HipChat notification type
2020-05-19 15:00:27 -04:00
0xflotus
5d82d89dc2
enabled syntax highlighting
2020-05-14 18:54:06 +02:00
0xflotus
78e51d5159
(docs): enabled syntax highlighting for http patch
2020-05-14 18:49:48 +02:00
Seth Foster
4da0e0dd80
Vendor collections for isolated jobs to work in ansible 2.10
...
kubectl and synchronize are now part of community.kubernetes
and ansible.posix collections, respectively. This change installs
these collections to a local directory to be used in inventory and
isolated management playbooks.
awx issue #6930
2020-05-13 10:41:01 -04:00
Ryan Petrello
18607107a7
remove the deprecated extra_credentials endpoints
2020-04-30 10:22:02 -04:00
softwarefactory-project-zuul[bot]
c0e07198cf
Merge pull request #6283 from AlanCoding/vendoring_collections
...
Use vendored collections for inventory imports
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-23 18:54:50 +00:00
surfer190
6390794828
Change the custom venv vars install line
...
Add the inventory
2020-04-23 11:43:01 +02:00
AlanCoding
ab703e2a32
Add feature docs and document development tooling
2020-04-22 21:41:52 -04:00