summaryrefslogtreecommitdiffstats
path: root/setup.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use awx-plugins insteadChris Meyers2024-09-041-10/+1
| | | | | * Instead of sourcing cred and inv plugins from the awx repo awx_plugins local directory, source them from the python package awx-plugins-core.
* move inv and cred plugins into awx_pluginsChris Meyers2024-09-041-10/+10
|
* Add AWS Secretsmanager plugin (#13778)Gabriel Muniz2023-06-151-0/+1
| | | Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com>
* Transition from setup.py to setup.cfgShane McDonald2022-06-271-0/+24
|
* move code linting to a stricter pep8-esque auto-formatting tool, blackRyan Petrello2021-03-231-21/+0
|
* Consolidate the Local Docker installer and the dev envChristian M. Adams2021-02-221-2/+2
| | | | | | | | | | | | | | - 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
* fix busted flake8 CIRyan Petrello2020-08-101-9/+0
|
* revert back to the old way of calling flake8 linterChristian Adams2020-04-201-0/+1
|
* Fix new flake8 from pyflakes 2.2.0 releaseChristian Adams2020-04-201-1/+1
|
* awx-api-lint: Fix setup.cfg syntax for linter testYanis Guenane2020-02-261-2/+2
| | | | Signed-off-by: Yanis Guenane <yguenane@redhat.com>
* yamllint: Make all files in awx pass yamllintYanis Guenane2019-12-021-0/+8
| | | | | | | | | | | | | This commit updates all files that weren't passing yamllint for them to pass. A new yamllint target has been added. One can run `tox -e yamllint` or `yamllint -s .` locally to ensure yaml files are still passing. This check will be enabled in the CI so it can get on every new contributions, and prevent merging non-compliant code. Signed-off-by: Yanis Guenane <yguenane@redhat.com>
* update references to collection folderAlanCoding2019-09-271-1/+1
|
* Integrate Ansible core tower modules content into AWXAlanCoding2019-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* include awxkit CI in zuul runsRyan Petrello2019-08-091-1/+1
| | | | additionally, fix up some flake8 failures
* remove usage of import * and enforce F405 in our linterRyan Petrello2019-02-131-1/+1
| | | | import * is a scourge upon the earth
* fix flake8Ryan Petrello2018-10-241-1/+1
|
* Remove old south migrations from before a previous django upgradeMatthew Jones2018-03-061-2/+2
|
* enforce max line length of 160 charactersAlanCoding2017-10-111-3/+3
|
* Merge branch 'release_3.2.0' into devel1.0.1Matthew Jones2017-10-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release_3.2.0: (66 commits) fix workflow maker lookup issues adding extra logic check for ansible_facts in smart search adding "admin_role" as a default query param for insights cred lookup changing insights cred lookup to not use hard coded cred type fix rounding of capacity percentage Catch potential unicode errors when looking up addrinfo fixing typo with adding query params for instance groups modal move percentage capacitty to variable Add unit test for inventory_sources_already_updated Check for inventory sources already updated from start args Fixed inventory completed jobs pagination bug by setting default page size Remove the logic blocking dependent inventory updates on callbacks fix instance group percentage Remove host-filter-modal import Fix partial hover highlight of host filter modal row Removed leading slash on basePath Fixed host nested groups pagination Added trailing slash to basePath Fixed nested groups pagination Fixed host_filter searching related fields ...
| * more legacy azure deprecation cleanupRyan Petrello2017-09-181-1/+1
| |
* | fix broken shippable test suiteRyan Petrello2017-09-071-1/+1
|/
* Development documentation updatesMatthew Jones2017-08-091-1/+1
| | | | | | | | * 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
* Adding installer files to flake8 ignoreMatthew Jones2017-06-301-2/+2
|
* Resume flake8 E302.Aaron Tan2016-11-151-2/+2
|
* Fixes to get flake8 and unit/functional tests passing.Chris Church2016-09-191-1/+1
|
* ignore import splatChris Meyers2016-09-151-1/+1
|
* fix dev container pip init processChris Meyers2016-04-061-2/+2
|
* Update Django to 1.8 and DRF to 3.3, add new Django migrations, update ↵Chris Church2016-02-021-2/+2
| | | | serializers/pagination/metadata, update browsable API styling.
* tower api toolingChris Meyers2016-01-141-1/+1
| | | | | * flake8 ignore inventory plugins pulled from core * update Dockerfile to include redis-server
* added git pre commit hook to run flake8Chris Meyers2015-11-061-1/+1
|
* Add rax module to those not scanned by flake8Matthew Jones2015-10-121-1/+1
|
* Additional flake8 cleanupJames Laska2015-05-211-2/+2
| | | | | | | | The flake8 command was identifying several warnings and errors. This change addresses the flake8 warnings and updates the setup.cfg with additional exclusions. If accepted, jenkins will be updated to use the flake8 command, rather than using the django_jenkins plugin. This will expedite jenkins testing.
* make flake8 happyChris Meyers2015-02-181-1/+1
|
* Fixing flake8 errors, this should be almost all of them!Matthew Jones2015-02-111-1/+1
|
* Fix up flake8 runtime configuration, do a bit of flake8 work as itMatthew Jones2015-02-051-0/+4
| | | | relates to pyflakes)
* Fixing up more pep8 issuesMatthew Jones2015-02-041-1/+1
|
* More pep8 goodnessMatthew Jones2015-02-041-1/+1
|
* Ignore E265 in pep8, it's super noisyMatthew Jones2015-02-041-1/+1
|
* Enable django_jenkins flake8 reportingJames Laska2015-01-291-1/+1
| | | | Also exclude awx/ui from pep8 runs.
* Sort pep8 ignoresJames Laska2014-06-261-1/+1
|
* Restructure pep8 configuration and document it for what we excludeMatthew Jones2014-06-261-1/+15
|
* Add JENKINS_TASKS to django_jenkinsJames Laska2014-06-051-0/+3
New tasks include run_pylint, run_pep8, run_pyflakes, run_jshint and run_csslint.