Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unecessary --update | darren | 2021-02-12 | 1 | -3/+2 |
| | |||||
* | fix 9298 by upgrading pip allowing use of custom_venvs | darren | 2021-02-12 | 1 | -0/+2 |
| | |||||
* | [9273]: Add missing symlinks for awx-manage | Siva Renganathan | 2021-02-09 | 1 | -1/+2 |
| | | | | | | | | This fixes the issue addressed in 9273 The symlinks are created on the build container as opposed to the final container causing awx-manage command to break. Signed-off-by: Siva Renganathan <siva.rg@protonmail.com> | ||||
* | Merge pull request #9156 from shanemcd/minikube-dev-env | softwarefactory-project-zuul[bot] | 2021-01-26 | 15 | -29/+109 |
|\ | | | | | | | | | Minikube-based development environment Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Minikube-based development environment | Shane McDonald | 2021-01-26 | 15 | -29/+109 |
| | | | | | | | | | | | | Works in conjunction with https://github.com/ansible/awx-operator/pull/71 See docs/development/minikube.md | ||||
* | | Merge pull request #9152 from rooftopcellist/awxcompose-perm | softwarefactory-project-zuul[bot] | 2021-01-25 | 1 | -0/+5 |
|\ \ | | | | | | | | | | | | | Pre-create pgdocker dir ahead of time with proper permissions Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | | Pre-create pgdocker dir ahead of time with proper permissions | Christian M. Adams | 2021-01-25 | 1 | -0/+5 |
| |/ | |||||
* / | document postgres_data_dir | sezanzeb | 2021-01-25 | 1 | -0/+1 |
|/ | |||||
* | Dont fail imagee builds because of debuginfo repo problems | Shane McDonald | 2021-01-20 | 1 | -2/+6 |
| | |||||
* | Merge pull request #9113 from rooftopcellist/fix-pg12-upgrades | softwarefactory-project-zuul[bot] | 2021-01-19 | 3 | -12/+34 |
|\ | | | | | | | | | Fix bind-mount problem with pg12 upgrades Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Fix bind-mount problem with pg12 upgrades | Christian M. Adams | 2021-01-19 | 3 | -12/+34 |
| | | |||||
* | | Do not set default admin_password | Shane McDonald | 2021-01-19 | 2 | -1/+7 |
|/ | |||||
* | Merge pull request #9078 from rooftopcellist/pg12-upgrade-migrations | softwarefactory-project-zuul[bot] | 2021-01-18 | 5 | -25/+31 |
|\ | | | | | | | | | Fix Local Docker partial migration and unavailable superuser issues Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Run migrations via a task, not in the container | Christian M. Adams | 2021-01-14 | 2 | -0/+11 |
| | | | | | | | | | | * Issue: https://github.com/ansible/awx/issues/9077 * Fixes problem with migrations not completing | ||||
| * | Run PG upgrade tasks in container because of permissions | Christian M. Adams | 2021-01-13 | 4 | -25/+20 |
| | | | | | | | | * update pg references | ||||
* | | Remove launch scrip config mapping for k8s and ocp | Christian M. Adams | 2021-01-14 | 1 | -16/+0 |
|/ | | | | * Related to https://github.com/ansible/awx/pull/8968 | ||||
* | Upgrade PostgreSQL from 10 to 12 | Christian M. Adams | 2021-01-08 | 6 | -19/+26 |
| | |||||
* | Remove unnecessary conditional from image build task | Shane McDonald | 2020-12-30 | 1 | -1/+0 |
| | |||||
* | Remove use_container_for_build from inventory | Shane McDonald | 2020-12-30 | 1 | -11/+0 |
| | |||||
* | Explicitly run image_build and image_push on localhost | Shane McDonald | 2020-12-26 | 3 | -9/+1 |
| | |||||
* | Dramatically simplify image_build role | Shane McDonald | 2020-12-26 | 3 | -151/+46 |
| | | | | | | | | This does a few things: - Removes need for awx_sdist_builder image - Reorders Dockerfile steps to optimize image cache between prod and dev builds - Unifies VENV_BASE and COLLECTION_BASE in prod and dev builds | ||||
* | Add standalone target for rendering official Dockerfile | Shane McDonald | 2020-12-26 | 1 | -1/+3 |
| | | | | | | | | | With the next commit it will be possible to run: ``` $ make Dockerfile $ docker build . ``` | ||||
* | More sane way of building the official AWX image | Shane McDonald | 2020-12-22 | 3 | -86/+21 |
| | |||||
* | Merge pull request #8967 from shanemcd/less-config | softwarefactory-project-zuul[bot] | 2020-12-22 | 5 | -80/+2 |
|\ | | | | | | | | | Remove launch scripts from configmaps Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Remove launch scripts from configmaps | Shane McDonald | 2020-12-22 | 5 | -80/+2 |
| | | | | | | | | | | The duplication of these scripts has been bothering me for a while. They dont get enough usage to justify their existence. | ||||
* | | Merge pull request #8754 from ryanpetrello/strict-csp | softwarefactory-project-zuul[bot] | 2020-12-10 | 2 | -4/+0 |
|\ \ | |/ |/| | | | | | Introduce a strict Content-Security-Policy Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Introduce a strict Content-Security-Policy | Ryan Petrello | 2020-12-08 | 2 | -4/+0 |
| | | |||||
* | | Revert: Force containers in k8s to run under root group | Shane McDonald | 2020-12-08 | 1 | -2/+0 |
| | | | | | | | | | | | | | | This reverts most of: https://github.com/ansible/awx/commit/423df6618d1f5484ea428dcd32371e67bb4c49d4 Since https://github.com/sclorg/redis-container/pull/62 is now shipped downstream | ||||
* | | Fix typo in deployment template | Shane McDonald | 2020-12-08 | 1 | -1/+1 |
|/ | |||||
* | NodeJS: Bump to actively maintained LTS 14.15.1 | Yanis Guenane | 2020-12-07 | 2 | -3/+3 |
| | |||||
* | Fix image build - powertools repo ref changed | Christian M. Adams | 2020-12-07 | 1 | -2/+2 |
| | |||||
* | Merge pull request #8758 from hjkatz/patch-7 | softwarefactory-project-zuul[bot] | 2020-12-04 | 1 | -6/+6 |
|\ | | | | | | | | | Use literal quotation marks for Kubernetes annotations instead of quo… Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Use literal quotation marks for Kubernetes annotations instead of quote filter | Harrison Katz | 2020-12-04 | 1 | -6/+6 |
| | | |||||
* | | Merge pull request #8757 from hjkatz/patch-6 | softwarefactory-project-zuul[bot] | 2020-12-04 | 1 | -0/+6 |
|\ \ | |/ |/| | | | | | Add kubernetes_pod_annotations to management-pod.yml.j2 Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Add kubernetes_pod_annotations to management-pod.yml.j2 | Harrison Katz | 2020-12-04 | 1 | -0/+6 |
| | | |||||
* | | Fix typo for kubernetes_service_account_annotations variable | Harrison Katz | 2020-12-04 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #8751 from hjkatz/patch-4 | softwarefactory-project-zuul[bot] | 2020-12-04 | 1 | -6/+6 |
|\ | | | | | | | | | Separate Kubernetes Ingress TLS spec from backend spec Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Separate Kubernetes Ingress TLS spec from backend spec | Harrison Katz | 2020-12-04 | 1 | -6/+6 |
| | | |||||
* | | Merge pull request #8733 from balonik/no-preload-data | softwarefactory-project-zuul[bot] | 2020-12-04 | 3 | -5/+6 |
|\ \ | | | | | | | | | | | | | make preload data optional again Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | | make preload data optional again | JAKUBIS Peter H50R8VA | 2020-12-02 | 3 | -5/+6 |
| |/ | | | | | | | Signed-off-by: JAKUBIS Peter H50R8VA <peter.jakubis@erstegroup.com> | ||||
* | | Merge pull request #8747 from hjkatz/patch-3 | softwarefactory-project-zuul[bot] | 2020-12-04 | 1 | -0/+6 |
|\ \ | | | | | | | | | | | | | Add Kubernetes Service support for annotations Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | | Add Kubernetes Service support for annotations | Harrison Katz | 2020-12-04 | 1 | -0/+6 |
| |/ | |||||
* | | Merge pull request #8746 from hjkatz/patch-2 | softwarefactory-project-zuul[bot] | 2020-12-04 | 1 | -5/+5 |
|\ \ | | | | | | | | | | | | | Add quotes to kubernetes annotations Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | | Add quotes to kubernetes annotations | Harrison Katz | 2020-12-04 | 1 | -5/+5 |
| |/ | |||||
* / | Remove duplicate spec key from Ingress for kubernetes template | Harrison Katz | 2020-12-04 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #8727 from AlanCoding/mercury_drops | softwarefactory-project-zuul[bot] | 2020-12-01 | 1 | -1/+0 |
|\ | | | | | | | | | Remove mercurial support Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Remove mercurial support | Alan Rominger | 2020-12-01 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #8534 from tapled/update-helm-chart-location | softwarefactory-project-zuul[bot] | 2020-12-01 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | Updated Helm Chart Location Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Updated Helm Chart Location | Johannes Gross | 2020-11-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Johannes Gross <jgross@bright-skies.de> | ||||
* | | Add Git-LFS to build image | jerosa | 2020-11-28 | 1 | -0/+1 |
| | |