mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
67d1a86d81
* release_3.2.0: (138 commits) Pull Dutch and Spanish translations Increase verbosity of CTiT Logging test error handling fix to console error of conditional toggle showing Fix error message when calling remove on undefined DOM element fix ctit logging toggle from being showed for log types other than https Remove delete and edit buttons from smart inventory host list. Only option should be view. feedback from PR Enhance query string in ad hoc command event save to consider smart inventory Fixed host filter clearall fuller validation for host_filter On JT form, Show credential tags from summary_fields if user doesn't have view permission on the credential Align key toggle button to role dropdown in user team permissions modal Removed rogue console.logs Removed extra refresh call Enhace query string in job event save to consider smart inventory Fix typo in scan_packages plugin Switch running_jobs and capacity table columns Disable insights cred when user doesn't have edit permissions Disallow changing credential_type of an existing credential fix bug with host_filter RBAC check ... |
||
---|---|---|
.. | ||
docker-compose-shippable.yml | ||
docker-compose.yml | ||
Dockerfile | ||
entrypoint.sh | ||
README.md |
Run from the root of the repo:
$ docker-compose -f tools/docker-compose/unit-tests/docker-compose.yml run unit-tests
This will start the container, install the dependencies, and run the unit tests.
To rebuild:
$ docker-compose -f tools/docker-compose/unit-tests/docker-compose.yml build
If you just want to pop into a shell and poke around, run:
$ docker-compose -f tools/docker-compose/unit-tests/docker-compose.yml run unit-tests bash
If you run into any weirdness, it's probably a good idea to just give up and make clean
.