summaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove Keycloak (#15567)jessicamack2024-10-151-1/+0
| | | remove keycloak
* Remove old UI (#15414)Hao Liu2024-08-221-21/+2
| | | | | | * Remove source code for old UI * Rename ui-next to ui * Remove license scan for javascript dependencies
* Editable dependencies in docker compose development environment (#14979)Hao Liu2024-03-191-0/+5
| | | | * Editable dependencies in docker compose development environment
* gitignore pyenv python-version fileHao Liu2024-02-131-0/+3
| | | | | | 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>
* Add readthedocs configuration (#14413)Don Naro2023-09-051-2/+3
|
* Create AWX docsite with RST content (#14328)Don Naro2023-09-011-0/+3
| | | | Co-authored-by: Thanhnguyet Vo <tvo@ansible.com> Co-authored-by: TVo <thavo@redhat.com>
* Use different dockerfile for docker-compose-buildHao Liu2023-04-191-1/+2
| | | | | | - 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
* Update UI_NEXT READMEHao Liu2023-03-211-1/+0
| | | | also cleanup some small things
* Build and serve UI_NEXTHao Liu2023-03-171-0/+4
| | | | | | | - 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
* Automate bootstrapping of Prometheus in the development environmentShane McDonald2022-08-291-3/+0
|
* Make the prometheus config file ignored by gitAlan Rominger2022-06-161-1/+3
|
* Add make prometheus and make grafana commands to dev environmentSeth Foster2022-05-311-1/+1
|
* Adding ability to run user level pre-commit hooks (#11923)John Westcott IV2022-03-241-0/+3
| | | | | * Adding ability to run user level pre-commit hooks * Adding pre-commit docs in CONTRIBUTING.md
* SAML user attribute flags issue #5303 (PR #11430)John Westcott IV2022-01-101-0/+1
| | | | * 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)
* Remove VERSION files, obtain version from git tags.Shane McDonald2021-10-061-0/+1
|
* Merge ui and ui_next in one dirnixocio2021-08-021-9/+7
| | | | | | | | | | | | 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`.
* Incorporates Minikube to devel environmentMarcelo Moreira de Mello2021-07-151-0/+1
|
* Instruct git to ignore the .vscode/ directoryJeff Bradberry2021-03-221-0/+3
|
* Update translation make targets and add init PO filesChristian M. Adams2021-03-021-1/+1
|
* Consolidate the Local Docker installer and the dev envChristian M. Adams2021-02-221-1/+4
| | | | | | | | | | | | | | - 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
* Minikube-based development environmentShane McDonald2021-01-261-0/+3
| | | | | | Works in conjunction with https://github.com/ansible/awx-operator/pull/71 See docs/development/minikube.md
* More sane way of building the official AWX imageShane McDonald2020-12-221-0/+1
|
* Speed up subsequent invocations of ui-devel / ui-releaseShane McDonald2020-12-221-0/+1
|
* New Instrumented script, package, and ignored filesJohn Hill2020-12-111-0/+1
|
* remove outdated license referencesChristian M. Adams2020-10-301-2/+0
|
* reimplement licensing to work with RHSM and entitlement uploadsRyan Petrello2020-10-301-0/+1
| | | | Co-authored-by: Christian Adams <chadams@redhat.com>
* Add extraction of strings to be translated as part of build processnixocio2020-07-011-0/+1
| | | | | | | | | 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
* ignore .env.local fileKeith Grant2020-06-291-0/+1
|
* Add devel make targets for ui_nextJake McDermott2020-06-251-1/+1
|
* Separate folder for templating collection stuffAlanCoding2020-06-191-0/+1
|
* Include a default galaxy.yml fileAlanCoding2020-06-191-1/+0
|
* Reorganize both dev and prod container buildsBill Nottingham2020-05-141-0/+1
| | | | | | | Use only one (templated) docker file for both builds. Move to two-stage container builds in order to save space in the final image.
* Properly handle logger paths and https/http configurationChristian Adams2020-04-131-0/+1
| | | | | | - 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
* Ignore import errors due to bugs in Ansible coreAlanCoding2019-10-291-4/+4
|
* New target for sanity testing of the collectionAlanCoding2019-10-291-0/+1
| | | | Do not run in Zuul
* Ignore unison and emacs temporary filesShane McDonald2019-10-041-1/+4
|
* update references to collection folderAlanCoding2019-09-271-2/+2
|
* Rename to collection, add license, galaxy buildAlanCoding2019-09-271-2/+3
|
* Integrate Ansible core tower modules content into AWXAlanCoding2019-09-271-0/+4
| | | | | | | | | | | | | | | | | | | | 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
* add akit config to gitignoreJake McDermott2019-08-201-0/+1
|
* Remove gitignore from awx/ui_next and add rules to base gitignoremabashian2019-06-281-0/+3
|
* remove sqlite db, add it to .gitignoreBill Nottingham2019-04-181-0/+1
|
* add prometheus data to gitignoreChristian Adams2019-04-151-0/+1
|
* skip chromium download when building releaseJake McDermott2019-01-171-0/+1
|
* Add tox target to detect schema changesElijah DeLee2018-11-151-0/+1
| | | | | Fetches reference schema from public bucket Still need define method for updating reference schema on merge.
* Reduce duplicated logic for genschema targetElijah DeLee2018-11-151-0/+3
|
* add package-lock.json to gitignorekialam2018-10-311-0/+2
|
* Updates to versioning system.Shane McDonald2018-09-281-1/+0
| | | | https://github.com/ansible/awx/issues?q=%22--first-parent%22
* ignore new test artifact being producedAlanCoding2018-05-241-0/+1
|
* update .gitignore to include root tower-license dirJohn Mitchell2018-03-261-0/+1
|