Commit Graph

138 Commits

Author SHA1 Message Date
nixocio f85b2b6352 Merge ui and ui_next in one dir
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`.
2021-08-02 10:40:24 -04:00
Marcelo Moreira de Mello f6a71e770d Incorporates Minikube to devel environment 2021-07-15 10:42:04 -04:00
Jeff Bradberry c508695ed0 Instruct git to ignore the .vscode/ directory 2021-03-22 10:24:11 -04:00
Christian M. Adams 53d0611cf8 Update translation make targets and add init PO files 2021-03-02 09:51:04 -05:00
Christian M. Adams 9672e72834 Consolidate the Local Docker installer and the dev env
- 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
2021-02-22 13:44:19 -05:00
Shane McDonald 7c8bd47198 Minikube-based development environment
Works in conjunction with https://github.com/ansible/awx-operator/pull/71

See docs/development/minikube.md
2021-01-25 18:03:17 -05:00
Shane McDonald f951aa24bf More sane way of building the official AWX image 2020-12-22 14:27:47 -05:00
Shane McDonald 225c3d6a39 Speed up subsequent invocations of ui-devel / ui-release 2020-12-22 14:27:45 -05:00
John Hill 6e4c3b9a51 New Instrumented script, package, and ignored files 2020-12-11 16:20:19 -03:00
Christian M. Adams b609e4ee84 remove outdated license references 2020-10-30 16:39:58 -04:00
Ryan Petrello 4445d096f5 reimplement licensing to work with RHSM and entitlement uploads
Co-authored-by: Christian Adams <chadams@redhat.com>
2020-10-30 16:39:57 -04:00
nixocio fab94902a0 Add extraction of strings to be translated as part of build process
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
2020-07-01 12:05:37 -04:00
Keith Grant aa12e323b4 ignore .env.local file 2020-06-29 13:49:58 -07:00
Jake McDermott 1df91eece1 Add devel make targets for ui_next 2020-06-25 10:22:07 -04:00
AlanCoding 721ed516a4 Separate folder for templating collection stuff 2020-06-19 09:08:57 -04:00
AlanCoding 4848f1298a Include a default galaxy.yml file 2020-06-19 09:08:57 -04:00
Bill Nottingham 66245d3094 Reorganize both dev and prod container builds
Use only one (templated) docker file for both builds.

Move to two-stage container builds in order to save space in the
final image.
2020-05-14 15:02:32 -04:00
Christian Adams 4cd0d60711 Properly handle logger paths and https/http configuration
- 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
2020-04-13 11:43:59 -04:00
AlanCoding 2bc2e26cc7 Ignore import errors due to bugs in Ansible core 2019-10-29 11:24:16 -04:00
AlanCoding e097bc61c8 New target for sanity testing of the collection
Do not run in Zuul
2019-10-29 11:24:15 -04:00
Shane McDonald 7850e3a835 Ignore unison and emacs temporary files 2019-10-04 12:54:31 -04:00
AlanCoding 75bb7aae14 update references to collection folder 2019-09-27 14:29:04 -04:00
AlanCoding 35afa37417 Rename to collection, add license, galaxy build 2019-09-27 14:29:03 -04:00
AlanCoding 2f0f692f4a Integrate Ansible core tower modules content into AWX
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
2019-09-27 14:29:03 -04:00
Jake McDermott 2bda1db43e add akit config to gitignore 2019-08-20 11:10:08 -04:00
mabashian 051bbcaeb5 Remove gitignore from awx/ui_next and add rules to base gitignore 2019-06-28 09:23:45 -04:00
Bill Nottingham 63049fe99d remove sqlite db, add it to .gitignore 2019-04-18 12:03:04 -04:00
Christian Adams fb4495b1b5 add prometheus data to gitignore 2019-04-15 10:43:28 -04:00
Jake McDermott 6c7f11395b skip chromium download when building release 2019-01-16 20:48:12 -05:00
Elijah DeLee a68e22b114 Add tox target to detect schema changes
Fetches reference schema from public bucket
Still need define method for updating reference schema on merge.
2018-11-15 16:25:13 -05:00
Elijah DeLee d70cd113e1 Reduce duplicated logic for genschema target 2018-11-15 15:29:35 -05:00
kialam 47711bc007 add package-lock.json to gitignore 2018-10-31 11:04:11 -04:00
Shane McDonald 50fe0392ed Updates to versioning system.
https://github.com/ansible/awx/issues?q=%22--first-parent%22
2018-09-28 15:48:33 -04:00
AlanCoding 1790b1703f ignore new test artifact being produced 2018-05-24 15:48:13 -04:00
John Mitchell 02a97a2ec2 update .gitignore to include root tower-license dir 2018-03-26 12:13:00 -04:00
John Mitchell cf20943434 update .gitignore to include tower license dir 2018-03-16 15:33:18 -04:00
Bill Nottingham da25f4104c Update .gitignore for npm log files. 2017-10-25 21:37:29 -04:00
Matthew Jones b39db745d4 Integrate a migration-detector middleware
This attempts to detect if there are migrations in-progress and will
force display an interstitial page in the process that attempts to
load the index page every 10s until it succeeds.

This is only attached in production settings so the development
environment can proceed even if the migrations haven't been applied yet
2017-09-11 11:09:45 -04:00
gconsidine 7296bfd5ee Remove generated index.html file 2017-09-11 10:19:54 -04:00
Chris Houseknecht e2a0fd7b0b Adds docker installation steps (#15) 2017-08-31 22:21:25 -04:00
Chris Houseknecht c0c6170ba6 Ignore Pycharm droppings 2017-08-28 14:48:28 -04:00
Shane McDonald 7695cb6419 Fix version when installing from sdist
When installing an sdist, setup.py is invoked on the machine you're installing on. We extract the version from a git tag, but the repo is not included in the sdist. The git describe --long command will silently fail and cause the installed package to report version 0.0.0.0.
2017-07-25 11:09:51 -04:00
gconsidine 20f83b6c55 Update .gitignore, remove ui static file from wrong dir 2017-07-25 09:39:06 -04:00
Shane McDonald 55ca8d439b Add i18n flag to gitignore 2017-07-20 19:59:27 -04:00
Shane McDonald 8bab0a14ef Add requirements/vendor to gitignore 2017-03-29 14:30:58 -04:00
Shane McDonald 739f4e6a50 Add awx/ui/client/languages to .gitignore 2017-02-27 08:56:59 -05:00
AlanCoding d1a71fb7be add supervisor option to development environment 2017-02-13 17:36:34 -05:00
sundeep-co-in 03c774e968 update zanata config 2017-01-20 18:10:43 +05:30
Shane McDonald 8b7435ccd3 Manually add .mo files (for now) to get API l10 working. 2017-01-13 14:49:40 -05:00
sundeep-co-in 78a8ce9479 django i18n 2016-10-18 18:10:39 +05:30