| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
|/ |
|
|
|
|
| |
Signed-off-by: Cody Gula <cgula7@gmail.com>
|
|
|
|
|
|
| |
I don't recall us ever using Travis so I'm not sure why this is here.
https://tox.wiki/en/latest/changelog.html#v4-0-6-2022-12-10
|
|\
| |
| | |
Update install.rst
|
| |
| |
| | |
Fix doc for current pip==22.3
|
| |
| |
| |
| | |
This was removed from the InventorySource model a bit ago.
|
| | |
|
|\ \
| |/
|/|
| |
| | |
ArtsiomMusin/feature_13055_add_multiple_assert_export
Add multiple asset export for awx cli
|
| | |
|
| | |
|
| |
| |
| | |
Updated variables to reflect automation controller name.
|
| |
| |
| |
| |
| |
| |
| | |
Once since it is defined as a CustomCommand subclass, and once because
it is an endpoint at the /api/v2/ level. With Python 3.11 argparse
has become more strict and will raise an exception when you try to
inject duplicate subparsers.
|
|/
|
|
|
|
|
|
|
| |
Really these could get any of the unified job template types, not just
system job templates, so importing e.g. a project with a schedule was
doing them in the wrong order.
Also, bump the timeout of the project update and make sure that we
stash it in the page cache even if it doesn't finish in 5 minutes.
|
| |
|
|
|
|
|
| |
This includes exposing a new interface for Page objects, Page.bytes,
to return the full bytestring contents of the response.
|
| |
|
|
|
|
| |
new launch timeout
|
| |
|
|
|
|
| |
Also added additional payload fields to the wfjt model.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Added additional fields for the awskit to support prompts:
* ee
* labels
* forks
* timeout
* ig
* job_slices
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
properly exported
fixes https://github.com/ansible/awx/issues/7946
- added WorkflowApprovalTemplate page type to allow URL registration
- added resources regex that’s associated resource URL with WorkflowApprovalTemplate
- registered the new resource regex with WorkflowApprovalTemplate page type
- modified `DEPENDENT_EXPORT` handling (insisted by @jbradberry)
- added special case handling for WorkflowApprovalTemplate due to its unique nature
unique nature of WorkflowApprovalTemplate
- when exporting WorkflowJobTemplate with approval node the WorkflowJobTemplateNode need to contain a related "create_approval_template" the POST data for "create_approval_template" need to come from the "workflow_approval_template"
- during the export of a WorkflowJobTemplateNode that is an approval node we need to get the data from "workflow_approval_template" and use that to populate the "create_approval_template"
Co-Authored-By: Jeff Bradberry <685957+jbradberry@users.noreply.github.com>
Signed-off-by: Hao Liu <haoli@redhat.com>
|
|\
| |
| |
| |
| | |
sarabrajsingh/feature/new-awx-cli-import-export-error-codes
[new] bubble up an error code when something goes wrong with import/export
|
| |
| |
| |
| | |
(cherry picked from commit babd6f0975fc81c4524a0d6a35a334a75aa623bb)
|
|\ \
| |/
|/| |
Adds import export to awx cli for schedules as a top level object
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
ansible/revert-12335-feature/awx-cli-import-export-error-codes
Revert "import/export error codes when something bad happens"
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Allow for multiple --extra_vars or --variables flags in awx-cli
|
| |/
| |
| |
| |
| |
| |
| |
| | |
This is particularly useful when you are using the @filepath version
of the flag, since otherwise there would be no way to issue the
command with multiple vars files.
Also, add `-e` as an alias to `--extra_vars`
|
| | |
|
|\ \
| |/
|/| |
Look up the correct top-level resource name when reconstructing foreign keys
|
| |
| |
| |
| | |
during an awx-cli export.
|
|\ \
| | |
| | | |
Improve awxkit import -h
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Django 3.2 upgrade
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Django's PostgreSQL JSONField wraps values in a JsonAdapter, so deal
with that when it happens. This goes away in Django 3.1.
- Setting related *_id fields clears the actual relation field, so
trying to fake objects for tests is a problem
- Instance.objects.me() was inappropriately creating stub objects
every time while running tests, but some of our tests now create
real db objects. Ditch that logic and use a proper fixture where needed.
- awxkit tox.ini was pinned at Python 3.8
|
|/ |
|
|
|
|
|
|
| |
The Member role can derive from e.g. the Org Admin role, so basically
all organization and team roles should be assigned first, so that RBAC
conditions are met when assigning later roles.
|
|
|
|
|
|
|
| |
name is #11413 (#11679)
* Changing session cookie name and added a way for clients to know what the key name is
* Adding session information to docs
* Fixing how awxkit gets the session id header
|
| |
|