| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
remove keycloak
|
|
|
|
|
|
| |
* Remove source code for old UI
* Rename ui-next to ui
* Remove license scan for javascript dependencies
|
|
|
|
| |
* Editable dependencies in docker compose development environment
|
|
|
|
|
|
| |
pyenv local can be use to set directory specific python version in `.python-version` file in the directory
Signed-off-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
|
| |
|
|
|
|
| |
Co-authored-by: Thanhnguyet Vo <tvo@ansible.com>
Co-authored-by: TVo <thavo@redhat.com>
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
also cleanup some small things
|
|
|
|
|
|
|
| |
- Add new makefile for building ui_next
- Add setting to toggle ui_next
- Add URL path for displaying ui_next
- Update collectstatic and template dir config to serve ui_next
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Adding ability to run user level pre-commit hooks
* Adding pre-commit docs in CONTRIBUTING.md
|
|
|
|
| |
* Adding SAML option in SAML configuration to specify system auditor and system superusers by role or attribute
* Adding keycloak container and documentation on how to start keycloak alongside AWX (including configuration of both)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Merge ui and ui_next in one dir
See: https://github.com/ansible/awx/issues/10676
Update django .po files
Update django .po files
Run `awx-manage makemessages`.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- removes local_docker installer and points community users to our development environment (make docker-compose)
- provides a migration path from Local Docker Compose installations --> the dev environment
- the dev env can now be configured to use an external database
- consolidated the Local Docker and dev env docker-compose.yml files into one template file, used by the dockerfile role
- added a 'sources' role to template out config files
- the postgres data dir is no longer a bind-mount, it is a docker volume
- the redis socket is not longer a bind-mount, it is a docker volume
- the local_settings.py.docker-compose file no longer needs to be copied over in the dev env
- Create tmp rsyslog.conf in rsyslog volume to avoid cross-linking. Previously, the tmp code-generated rsyslog.conf was being written to /tmp (by default). As a result, we were attempting to shutil.move() across volumes.
- move k8s image build and push roles under tools/ansible
- See tools/docker-compose/README.md for usage of these changes
|
|
|
|
|
|
| |
Works in conjunction with https://github.com/ansible/awx-operator/pull/71
See docs/development/minikube.md
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Co-authored-by: Christian Adams <chadams@redhat.com>
|
|
|
|
|
|
|
|
|
| |
Add extraction of strings to be translated as part of build process for
ui_next.
Also, sets the source locale. See: https://lingui.js.org/tutorials/cli.html#configuring-source-locale
closes: https://github.com/ansible/awx/issues/7451
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Use only one (templated) docker file for both builds.
Move to two-stage container builds in order to save space in the
final image.
|
|
|
|
|
|
| |
- log aggregator url paths were not being passed to rsyslog
- http log services like loggly will now truly use http and port 80
- add rsyslog.pid to .gitignore
|
| |
|
|
|
|
| |
Do not run in Zuul
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit includes all the changes involved in
converting the old Ansible Tower modules from commits
in Ansible core into the AWX collection that replaces it.
Also includes work needed to integrate it into the
AWX processes like tests, docs, and the Makefile.
Apply changes from content_collector tool
Add integrated module tests
operate via run_module fixture
add makefile target for them
Add flake8 target and fix flake8 errors
Update README
Make consolidated target for testing modules
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fetches reference schema from public bucket
Still need define method for updating reference schema on merge.
|
| |
|
| |
|
|
|
|
| |
https://github.com/ansible/awx/issues?q=%22--first-parent%22
|
| |
|
| |
|