Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old UI (#15414) | Hao Liu | 2024-08-22 | 1 | -1/+1 |
| | | | | | | * Remove source code for old UI * Rename ui-next to ui * Remove license scan for javascript dependencies | ||||
* | Upgrade doc requirements (#14669) | Don Naro | 2023-11-16 | 1 | -1/+2 |
| | | | | | * upgrade when pip compiling doc reqs * upgrade doc requirements | ||||
* | Docs: Include REST API reference content from swagger.json (#14607) | Don Naro | 2023-11-11 | 1 | -0/+1 |
| | |||||
* | Pip compile docsite requirements (#14449) | Don Naro | 2023-10-24 | 1 | -1/+13 |
| | | | | Co-authored-by: Sviatoslav Sydorenko <578543+webknjaz@users.noreply.github.com> Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | ||||
* | Create AWX docsite with RST content (#14328) | Don Naro | 2023-09-01 | 1 | -0/+6 |
| | | | | Co-authored-by: Thanhnguyet Vo <tvo@ansible.com> Co-authored-by: TVo <thavo@redhat.com> | ||||
* | Add new flak8 rules to do some meaningful corrections | Alan Rominger | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | Automatically install setuptools-scm in script called from Makefile | Shane McDonald | 2022-07-22 | 1 | -2/+0 |
| | |||||
* | Transition from setup.py to setup.cfg | Shane McDonald | 2022-06-27 | 1 | -0/+5 |
| | |||||
* | Respect linter rule F811 for trivial re-definition | Alan Rominger | 2022-01-14 | 1 | -1/+1 |
| | |||||
* | Merge ui and ui_next in one dir | nixocio | 2021-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | 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`. | ||||
* | Run flake8 on the AWX collection in CI | Alan Rominger | 2021-07-09 | 1 | -1/+2 |
| | |||||
* | Run flake8 on awxkit | Alan Rominger | 2021-06-29 | 1 | -1/+1 |
| | |||||
* | Enter flake8 rules in tox config as actual config entries | Alan Rominger | 2021-06-07 | 1 | -1/+4 |
| | |||||
* | use flake8 to lint for a few things black doesn't catch | Ryan Petrello | 2021-04-12 | 1 | -0/+2 |
| | | | | | black does *not* warn about missing or extraneous imports, so let's bring back flake8 in our linting to check for them | ||||
* | move code linting to a stricter pep8-esque auto-formatting tool, black | Ryan Petrello | 2021-03-23 | 1 | -2/+4 |
| | |||||
* | fix busted flake8 CI | Ryan Petrello | 2020-08-10 | 1 | -0/+9 |
| | |||||
* | Changes to enable tests in k8s | Shane McDonald | 2019-05-28 | 1 | -82/+0 |
| | |||||
* | convert py2 -> py3 | Ryan Petrello | 2019-01-15 | 1 | -0/+1 |
| | |||||
* | Rename schema job to be more clear about its purpose | Elijah DeLee | 2018-11-20 | 1 | -3/+3 |
| | | | | | | The make target fails when it detects schema changes, not when schema is invalid. Also update CONTRIBUTING.md to include information about zuul jobs. | ||||
* | Add tox target to detect schema changes | Elijah DeLee | 2018-11-15 | 1 | -0/+8 |
| | | | | | Fetches reference schema from public bucket Still need define method for updating reference schema on merge. | ||||
* | pin docker-compose to a working version | Ryan Petrello | 2018-10-31 | 1 | -1/+2 |
| | |||||
* | build swagger docs as part of CI | Ryan Petrello | 2018-10-10 | 1 | -0/+9 |
| | |||||
* | Force ui cleanup in the test environment | Matthew Jones | 2018-10-05 | 1 | -2/+5 |
| | | | | Also allow using the system make | ||||
* | Add an initial check and gate job configuration for zuul | Matthew Jones | 2018-10-05 | 1 | -46/+29 |
| | | | | Updates for running ui tests and linters | ||||
* | Remove some obsolete code. | Bill Nottingham | 2018-02-26 | 1 | -1/+0 |
| | |||||
* | replace PyCrypto usage w/ crytography; ansible no longer bundles it | Ryan Petrello | 2017-08-07 | 1 | -2/+0 |
| | | | | see: https://github.com/ansible/ansible-tower/issues/7395 | ||||
* | rename setting TOWER_VENV_PATH to AWX_VENV_PATH | AlanCoding | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | remove ANSIBLE_USE_VENV and TOWER_USE_VENV | Ryan Petrello | 2017-06-19 | 1 | -2/+0 |
| | | | | | | modern Tower deployments (both production and dev container-based) always build ansible and Tower in separate, distinct virtualenvs, not the global site-packages | ||||
* | add tests for our custom ansible callback plugin | Ryan Petrello | 2017-03-14 | 1 | -0/+8 |
| | |||||
* | enforce a sane default OPT_NETWORK_TIMEOUT for LDAP connections | Ryan Petrello | 2017-02-07 | 1 | -1/+1 |
| | | | | see: #5208 | ||||
* | add unit tests for awx.conf | Ryan Petrello | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Default to not running old tests | James Laska | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Only run unit and function tests | James Laska | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Be sure to install ansible | James Laska | 2016-07-22 | 1 | -0/+1 |
| | | | | Enable the mongodb travis service too | ||||
* | Additional travis/tox tweaks | James Laska | 2016-07-22 | 1 | -6/+33 |
| | | | | | | | * Enable travis caching * Disable coverage after_build * Call setup.py develop first * Include pytest config and enable skipsdist | ||||
* | First pass at getting tox and travis working | James Laska | 2016-07-22 | 1 | -38/+34 |
| | |||||
* | Updated all vendored third-party packages. | Chris Church | 2013-11-15 | 1 | -6/+18 |
| | |||||
* | AC-474. Updates to contributing doc, along with related Makefile, testing ↵ | Chris Church | 2013-09-25 | 1 | -6/+5 |
| | | | | and settings changes. | ||||
* | Tox updates. | Chris Church | 2013-09-12 | 1 | -4/+5 |
| | |||||
* | Updated third-party requirements to latest versions. | Chris Church | 2013-08-28 | 1 | -5/+5 |
| | |||||
* | Include local versions of third-party dependencies, particularly those ↵ | Chris Church | 2013-06-24 | 1 | -1/+2 |
| | | | | unavailable or outdated as OS packages. | ||||
* | Rename ansibleworks to awx. | Chris Church | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | Updated to be compatible with Django 1.4.5, added tox settings for automated ↵ | Chris Church | 2013-06-22 | 1 | -0/+37 |
testing with Python 2.6/2.7 and Django 1.4/1.5. |