| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Signed-off-by: John Barker <john@johnrbarker.com>
|
|
|
|
|
|
| |
* Remove source code for old UI
* Rename ui-next to ui
* Remove license scan for javascript dependencies
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change django url dispatcher to serve up ui_next files instead of old ui files
Old UI will not be served with this change
Github CI still runs old ui tests (to be removed in another PR)
Remove the Github workflows that build old UI
---------
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
|
| |
|
|
|
|
|
| |
* Adding ability to run user level pre-commit hooks
* Adding pre-commit docs in CONTRIBUTING.md
|
|
|
|
| |
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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`.
|
|
|
|
| |
c.f. https://github.com/ansible-community/community-topics/issues/19#issuecomment-849071636
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
| |
Small docs update. Fix broken link, and update node version used.
See: https://github.com/ansible/awx/pull/8766/files
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Update the tools called in the dev environment
* More RMQ purges from architecture docs
* Remove the old clusterdev target
|
| |
|
|
|
|
| |
the current range conflicts w/ a port used by the pycharm editor
|
|
|
|
|
|
|
| |
- use awx-python in shebang in dev env
- scl enable where needed for rhel7 & container installs
- use scram-sha-256 pg user hashing by default
- ensure psycopg2 is using the correct PG_CONFIG at build time for the right libpq version
|
|
|
|
|
|
|
| |
- Document steps for adding I18N in builds
- Add "clean-language" target to remove *.mo files
Signed-off-by: Hideki Saito <saito@fgrep.org>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The make target fails when it detects schema changes, not when schema is invalid.
Also update CONTRIBUTING.md to include information about zuul jobs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this commit implements the bulk of `awx-manage run_dispatcher`, a new
command that binds to RabbitMQ via kombu and balances messages across
a pool of workers that are similar to celeryd workers in spirit.
Specifically, this includes:
- a new decorator, `awx.main.dispatch.task`, which can be used to
decorate functions or classes so that they can be designated as
"Tasks"
- support for fanout/broadcast tasks (at this point in time, only
`conf.Setting` memcached flushes use this functionality)
- support for job reaping
- support for success/failure hooks for job runs (i.e.,
`handle_work_success` and `handle_work_error`)
- support for auto scaling worker pool that scale processes up and down
on demand
- minimal support for RPC, such as status checks and pool recycle/reload
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The Table of Contents list indentation was wrongly indented for 'Running
the environment'.
Also, some links pointed to anchor that did not exist. The commit fixes
that.
Signed-off-by: Yanis Guenane <yguenane@redhat.com>
|
|
|
|
| |
Signed-off-by: Cristian Vargas <cristian@swapps.co>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add link to code of conduct
|
|
|
|
| |
This also adds a copy of the DCO
|
|
* Brand new CONTRIBUTING doc
* Initial INSTALL doc
* Update README with accurate details
* Update UI README to purge Tower mentions
* Updating setup.cfg to omit some directories that cause noise
|