Shane McDonald
5be006f9d3
Merge pull request #5229 from shanemcd/setuid-bwrap
...
Set setuid bit on bwrap
2019-11-04 11:18:57 -05:00
Shane McDonald
089bafa5d4
Set setuid bit on bwrap
...
Related: https://github.com/ansible/awx/issues/5224
2019-11-04 11:10:09 -05:00
Shane McDonald
fa278f83ad
Fix k8s installs using external db
2019-11-04 09:35:11 -05:00
Shane McDonald
0d68ca8f14
Allow for overriding container groups image from k8s installer
2019-11-04 09:35:03 -05:00
Ryan Petrello
2ec90f17d0
fix broken sphinx docs build
2019-11-04 09:32:04 -05:00
Marliana Lara
ecf340f722
Add Project Edit test coverage
2019-11-04 09:16:31 -05:00
Shane McDonald
713079bd70
Merge pull request #5218 from shanemcd/fix-k8s-nginx
...
Fix broken k8s installs
2019-11-04 08:57:48 -05:00
Marliana Lara
d77040a7a9
Add Project Edit form and refactor how the form handles credentials
2019-11-03 21:28:10 -05:00
Shane McDonald
d3b137fbc4
Fix broken k8s installs
...
Related: https://github.com/ansible/awx/issues/5205
The following commit introduced this bug:
712b07c136 (diff-a2ef2d6347894a92a6b882e3793fb06c)
2019-11-03 16:03:19 -05:00
JensPfeifle
857faf570d
Update required Ansible version to 2.8+
...
Attempting to build the docker image with Ansible 2.5.1 results in the following error:
```
TASK [image_build : Build sdist builder image] *******************************************************************************************
fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (docker_image) module: build, force_source, source Supported parameters include: api_version, archive_path, buildargs, cacert_path, cert_path, container_limits, debug, docker_host, dockerfile, filter_logger, force, http_timeout, key_path, load_path, name, nocache, path, pull, push, repository, rm, ssl_version, state, tag, timeout, tls, tls_hostname, tls_verify, use_tls"}
```
The `force_source` parameter was added to docker_image in Ansible 2.8 ().
2019-11-03 19:03:40 +01:00
softwarefactory-project-zuul[bot]
5246c842b2
Merge pull request #5203 from keithjgrant/warnings-cleanup
...
Cleanup console warnings/refactor
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-01 19:29:22 +00:00
softwarefactory-project-zuul[bot]
1dca4c9098
Merge pull request #5198 from AlanCoding/no_symlink
...
Remove venv symlink hack no longer needed
Reviewed-by: Alan Rominger <arominge@redhat.com>
https://github.com/AlanCoding
2019-11-01 15:36:39 +00:00
softwarefactory-project-zuul[bot]
8cb32045f0
Merge pull request #5127 from marshmalien/project-add-form
...
Project add form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-01 15:13:51 +00:00
softwarefactory-project-zuul[bot]
4962b729de
Merge pull request #5199 from ryanpetrello/uuid-not-unique
...
make the callback receiver more robust to duplicate UUIDs from ansible
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-01 15:11:22 +00:00
softwarefactory-project-zuul[bot]
ed39a127e7
Merge pull request #5200 from ryanpetrello/quiet-celery
...
get rid of a loud celery error in the dev environment
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-01 15:06:00 +00:00
AlanCoding
c4b4a4c21a
Remove venv symlink hack no longer needed
2019-11-01 09:46:27 -04:00
Ryan Petrello
bd81fda05c
get rid of a loud celery error in the dev environment
2019-11-01 09:25:41 -04:00
Ryan Petrello
83550eeba0
make the callback receiver more robust to duplicate UUIDs from ansible
2019-11-01 09:24:52 -04:00
softwarefactory-project-zuul[bot]
4540cb653e
Merge pull request #5208 from shanemcd/locale-fix
...
Install missing locales in dev container image.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-01 13:24:11 +00:00
Shane McDonald
69597c5654
Sync Dockerfiles
2019-11-01 08:38:37 -04:00
Shane McDonald
fa61aef194
Install missing locales in dev container image.
2019-11-01 08:29:11 -04:00
Alan Rominger
871d87374b
Only turn off Galaxy cert verification via toggle ( #3933 )
2019-10-31 22:56:48 -04:00
softwarefactory-project-zuul[bot]
e35f6b2acb
Merge pull request #5202 from shanemcd/fix-docker-cache
...
Fix docker cache
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-31 23:32:11 +00:00
Keith Grant
b3e056fe55
make ProjectLookup auto-select project if only one found
2019-10-31 16:01:33 -07:00
Marliana Lara
a8140e86d7
Encapsulate each scm type subform in its own component
2019-10-31 19:00:55 -04:00
Alex Corey
e5b76c6427
Adds Deleted text to missing resources in JT Detials View
...
The usecase of this change is if a user deletes an Inventory, or a Project
that is used by a JT they need to know that those resources are missing.
The only time that `Deleted` won't be shown for a missing resource is for
Inventory if it has been marked Prompt on Launch then nothing is shown. in that field.
Also adds icon to indicate that a JT is missing resources on the JT List.
2019-10-31 18:02:13 -04:00
Shane McDonald
4d4ae84e32
Fix docker cache
...
This was causing the cache to miss on some docker versions, in addition to
throwing a warning that says it will break soon.
2019-10-31 16:57:17 -04:00
Marliana Lara
ae349addfe
Resolve credential type id and retrieve scm_type choices from OPTIONS
2019-10-31 16:38:32 -04:00
Marliana Lara
31fdd5e85c
Add scm refspec to project detail and remove org id from top level shared component
2019-10-31 16:38:32 -04:00
Marliana Lara
e4bde24f38
Add project add form and tests
2019-10-31 16:38:32 -04:00
Marliana Lara
9c019e1cc0
Add organization and credential lookups
2019-10-31 16:38:31 -04:00
softwarefactory-project-zuul[bot]
b3d298269b
Merge pull request #5197 from wenottingham/tune-into-a-different-key
...
chmod the nginx cert/key/etc
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-31 18:53:40 +00:00
Keith Grant
21f7ca21e0
refactor dupe code to new TemplateAddButton component
2019-10-31 11:34:37 -07:00
softwarefactory-project-zuul[bot]
43bf370f8c
Merge pull request #5195 from AlanCoding/job_fail_json
...
In tower_job_wait intentionally fail module for failure
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-31 17:53:53 +00:00
Bill Nottingham
6057921e34
chmod the nginx cert/key/etc
...
EL8 OpenSSL defaults to 0600 for the key, which will not work in the
dev environment.
2019-10-31 13:53:13 -04:00
Shane McDonald
d645d0894a
Merge pull request #5196 from ansible/9.0.0-for-real
...
Bump VERSION to 9.0.0
2019-10-31 13:48:01 -04:00
Shane McDonald
4575cae458
Bump VERSION to 9.0.0
2019-10-31 13:39:42 -04:00
softwarefactory-project-zuul[bot]
6982a8aee7
Merge pull request #5176 from AlanCoding/collection_project_create
...
Fix and test for warning when creating project
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-31 16:50:59 +00:00
softwarefactory-project-zuul[bot]
fa1091d089
Merge pull request #5175 from AlanCoding/multi_cred_launch
...
Add test coverage for launch with multiple prompted creds
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-31 16:46:31 +00:00
AlanCoding
5095816762
In tower_job_wait intentionally fail module for failure
2019-10-31 12:41:53 -04:00
softwarefactory-project-zuul[bot]
c605705b39
Merge pull request #5182 from wenottingham/for-this-to-actually-be-useful-we-would-need-a-sendmail.cf-and-lol-not-doing-that
...
[RFC] Remove admin alerts, there are better mechanisms for this
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2019-10-31 14:52:37 +00:00
AlanCoding
24eae09ed9
Make tower_inventory_source org optional, add tests
2019-10-31 09:46:49 -04:00
Hampus Lundqvist
a2fee252f9
fix tests and typos
2019-10-31 08:09:37 -04:00
Hampus Lundqvist
ab80c2276d
support organization specific tower_inventory_source. Inventories can exists with same name across multiple organizations so we need to be able to select correct inventory, credential, project etc for the inventory_source
2019-10-31 08:09:20 -04:00
Shane McDonald
f78c9f357d
Mount local projects directory inside of dev container.
...
Yesterday I noticed that we have awx/projects in our .gitignore. I am assuming
this pre-dates our containerized development environment. With this commit, any
project under awx/projects/ will be made available in the dev environment for
selection when creating a Manual project. This comes in super handy when
testing changes to playbooks locally.
2019-10-31 08:01:54 -04:00
AlanCoding
da1e43dc12
Make tower_group idempotent
2019-10-31 07:53:43 -04:00
softwarefactory-project-zuul[bot]
ccc2a616c1
Merge pull request #5186 from wenottingham/another-driveby
...
Remove extraneous leftover conditional import
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-31 01:21:34 +00:00
softwarefactory-project-zuul[bot]
51184ba20d
Merge pull request #5129 from mabashian/resource-access-tabs
...
Configures access tabs for job template, project, inventory and smart inventory details
Reviewed-by: Michael Abashian
https://github.com/mabashian
2019-10-31 00:42:37 +00:00
AlanCoding
db33c0e4fa
Add test coverage for launch with multiple prompted creds
2019-10-30 20:41:14 -04:00
mabashian
e9728f2a78
Update snapshot after rebase
2019-10-30 20:11:11 -04:00