summaryrefslogtreecommitdiffstats
path: root/tox.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old UI (#15414)Hao Liu2024-08-221-1/+1
| | | | | | * Remove source code for old UI * Rename ui-next to ui * Remove license scan for javascript dependencies
* Upgrade doc requirements (#14669)Don Naro2023-11-161-1/+2
| | | | | * upgrade when pip compiling doc reqs * upgrade doc requirements
* Docs: Include REST API reference content from swagger.json (#14607)Don Naro2023-11-111-0/+1
|
* Pip compile docsite requirements (#14449)Don Naro2023-10-241-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 Naro2023-09-011-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 correctionsAlan Rominger2022-09-281-1/+1
|
* Automatically install setuptools-scm in script called from MakefileShane McDonald2022-07-221-2/+0
|
* Transition from setup.py to setup.cfgShane McDonald2022-06-271-0/+5
|
* Respect linter rule F811 for trivial re-definitionAlan Rominger2022-01-141-1/+1
|
* Merge ui and ui_next in one dirnixocio2021-08-021-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 CIAlan Rominger2021-07-091-1/+2
|
* Run flake8 on awxkitAlan Rominger2021-06-291-1/+1
|
* Enter flake8 rules in tox config as actual config entriesAlan Rominger2021-06-071-1/+4
|
* use flake8 to lint for a few things black doesn't catchRyan Petrello2021-04-121-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, blackRyan Petrello2021-03-231-2/+4
|
* fix busted flake8 CIRyan Petrello2020-08-101-0/+9
|
* Changes to enable tests in k8sShane McDonald2019-05-281-82/+0
|
* convert py2 -> py3Ryan Petrello2019-01-151-0/+1
|
* Rename schema job to be more clear about its purposeElijah DeLee2018-11-201-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 changesElijah DeLee2018-11-151-0/+8
| | | | | Fetches reference schema from public bucket Still need define method for updating reference schema on merge.
* pin docker-compose to a working versionRyan Petrello2018-10-311-1/+2
|
* build swagger docs as part of CIRyan Petrello2018-10-101-0/+9
|
* Force ui cleanup in the test environmentMatthew Jones2018-10-051-2/+5
| | | | Also allow using the system make
* Add an initial check and gate job configuration for zuulMatthew Jones2018-10-051-46/+29
| | | | Updates for running ui tests and linters
* Remove some obsolete code.Bill Nottingham2018-02-261-1/+0
|
* replace PyCrypto usage w/ crytography; ansible no longer bundles itRyan Petrello2017-08-071-2/+0
| | | | see: https://github.com/ansible/ansible-tower/issues/7395
* rename setting TOWER_VENV_PATH to AWX_VENV_PATHAlanCoding2017-07-241-1/+1
|
* remove ANSIBLE_USE_VENV and TOWER_USE_VENVRyan Petrello2017-06-191-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 pluginRyan Petrello2017-03-141-0/+8
|
* enforce a sane default OPT_NETWORK_TIMEOUT for LDAP connectionsRyan Petrello2017-02-071-1/+1
| | | | see: #5208
* add unit tests for awx.confRyan Petrello2017-01-301-1/+1
|
* Default to not running old testsJames Laska2016-07-221-1/+1
|
* Only run unit and function testsJames Laska2016-07-221-1/+1
|
* Be sure to install ansibleJames Laska2016-07-221-0/+1
| | | | Enable the mongodb travis service too
* Additional travis/tox tweaksJames Laska2016-07-221-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 workingJames Laska2016-07-221-38/+34
|
* Updated all vendored third-party packages.Chris Church2013-11-151-6/+18
|
* AC-474. Updates to contributing doc, along with related Makefile, testing ↵Chris Church2013-09-251-6/+5
| | | | and settings changes.
* Tox updates.Chris Church2013-09-121-4/+5
|
* Updated third-party requirements to latest versions.Chris Church2013-08-281-5/+5
|
* Include local versions of third-party dependencies, particularly those ↵Chris Church2013-06-241-1/+2
| | | | unavailable or outdated as OS packages.
* Rename ansibleworks to awx.Chris Church2013-06-231-1/+1
|
* Updated to be compatible with Django 1.4.5, added tox settings for automated ↵Chris Church2013-06-221-0/+37
testing with Python 2.6/2.7 and Django 1.4/1.5.