summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make some needed updates to docker-refresh target (#11089)Alan Rominger2021-09-171-4/+6
* Allow manually running a health check, and make other adjustments to the heal...Alan Rominger2021-09-031-1/+1
* Delete images by id instead of tag in docker-refresh (#10957)Alan Rominger2021-08-271-1/+1
* create default IG when bringing up dev envJim Ladd2021-08-261-0/+1
* Add an option to create a cluster with control-only nodes (#10946)Alan Rominger2021-08-261-1/+2
* Minor tweaks for the mesh_code branch from review (#10902)Alan Rominger2021-08-241-1/+1
* Allow for dynamically scaling automation mesh in dev envShane McDonald2021-08-241-5/+4
* Template docker receptor yaml file, update Makefile to reflect this changebeeankha2021-08-241-1/+1
* Remove some diff that we dont want from PoCAlan Rominger2021-08-241-5/+0
* implement an initial development environment for receptor-based clustersRyan Petrello2021-08-241-1/+17
* Add new COMPOSE_OPTS variable to docker-compose up targetChristian M. Adams2021-08-191-1/+2
* Merge ui and ui_next in one dirnixocio2021-08-021-24/+24
* Fix docker-clean-volumes target when not using minikubeShane McDonald2021-07-231-1/+3
* Merge pull request #10481 from brigzzy/compose_up_fixShane McDonald2021-07-221-1/+1
|\
| * Reorder docker compose up optionsBrigzzy2021-06-201-1/+1
* | Set maxworkers to 4Jake McDermott2021-07-201-1/+1
* | Split out UI test and linters into different GHA jobsShane McDonald2021-07-201-1/+4
* | Properly compile translated API stringsChristian M. Adams2021-07-191-1/+2
* | Fix conditional to check that minikube should startSeth Foster2021-07-191-1/+1
* | Incorporates Minikube to devel environmentMarcelo Moreira de Mello2021-07-151-2/+16
|/
* Create make target for api linter tasksShane McDonald2021-06-161-0/+5
* Only install ansible-core for collection testsShane McDonald2021-06-091-1/+1
* Merge pull request #10390 from rooftopcellist/update-translationssoftwarefactory-project-zuul[bot]2021-06-081-3/+6
|\
| * Update translation make target for ui_nextChristian M. Adams2021-06-081-3/+6
* | Introduce distinct controlplane instance groupShane McDonald2021-06-071-1/+1
|/
* Remove code and settings no longer usedAlan Rominger2021-05-241-2/+1
* Add a check for the existence of pre-commit.shJeff Bradberry2021-05-181-1/+3
* Handle and document potential memory limit issuesJake McDermott2021-05-131-1/+1
* Use npm ci as default package installation commandJake McDermott2021-05-131-1/+1
* Break out the pre-commit hook into an explicit scriptJeff Bradberry2021-05-121-1/+1
* Merge pull request #10106 from rooftopcellist/compose-opts-ordersoftwarefactory-project-zuul[bot]2021-05-051-1/+1
|\
| * Docker-compose requires the options to be passed before upChristian M. Adams2021-05-041-1/+1
* | Chop out the dev environment isolated nodeJeff Bradberry2021-04-221-6/+1
|/
* Update to react-scripts 4Jake McDermott2021-04-211-1/+1
* Always overwrite the contents of .git/hooks/pre-commitJeff Bradberry2021-04-151-1/+2
* Fix docker-compose up optionsJohn Gleason2021-04-051-1/+1
* Add wheel in venv creationYanis Guenane2021-04-011-1/+1
* Hide commands that are being run for `make black`Shane McDonald2021-03-261-4/+4
* Merge pull request #9707 from shanemcd/quaysoftwarefactory-project-zuul[bot]2021-03-251-1/+1
|\
| * Devel images are now on QuayShane McDonald2021-03-251-1/+1
* | only run black on files added or modified in the commitRyan Petrello2021-03-251-1/+1
|/
* Python: Bump to python 3.8Yanis Guenane2021-03-241-4/+4
* add a helpful error message for people who want to run `make black`Ryan Petrello2021-03-241-1/+2
* Merge pull request #9664 from jakemcdermott/fix-cred-plugin-devsoftwarefactory-project-zuul[bot]2021-03-231-1/+1
|\
| * Fix service reference error for cred plugin dev envJake McDermott2021-03-231-1/+1
* | add the ability to ignore black linting on commit with AWX_IGNORE_BLACKRyan Petrello2021-03-231-1/+1
* | automatically add a dev environment pre-commit hook to run code lintingRyan Petrello2021-03-231-1/+5
* | move black CLI arguments into a pyproject.tomlRyan Petrello2021-03-231-1/+1
* | move code linting to a stricter pep8-esque auto-formatting tool, blackRyan Petrello2021-03-231-19/+4
|/
* Merge pull request #9480 from wenottingham/burn-itsoftwarefactory-project-zuul[bot]2021-03-051-62/+3
|\