1
0
mirror of https://github.com/ansible/tower-cli.git synced 2026-02-06 00:48:50 +01:00

51 Commits

Author SHA1 Message Date
AlanCoding
fb1772b9d8 Improve error handling for users using the schema command 2020-03-12 12:54:10 -04:00
AlanCoding
b3d49ce2cf Prepare patch for release 2020-01-14 11:54:08 -05:00
AlanCoding
020da26191 Mention new field in release notes 2019-10-25 12:55:39 -04:00
AlanCoding
fd051703b4 Update docs and tests for credential fixes 2019-10-25 08:58:11 -04:00
AlanCoding
ca6d0d2279 Redirect to new AWX CLI 2019-09-11 22:21:44 -04:00
AlanCoding
f2bcc3a3c5 Prepare administrative release for packaging fix 2019-07-19 16:10:09 -04:00
AlanCoding
3d09cb4bd9 extend underlines because PyPI complained 2019-07-19 15:23:27 -04:00
AlanCoding
9bad0fc23d Prepare for 3.3.5 release 2019-07-19 12:15:00 -04:00
AlanCoding
f3b922adfe Prepare release 3.3.4 2019-04-22 10:47:38 -04:00
AlanCoding
7d646936c2 Prepare release 3.3.3 2019-03-22 11:10:27 -04:00
David Kirwan
6a2c3b46fe Fixing typo with the associate_success_node command usage 2019-02-18 12:03:00 +00:00
AlanCoding
f1d388d2e9 add note for missed bug fix 2019-01-28 12:36:38 -05:00
AlanCoding
c79d795df2 bump version for fast minor release 2019-01-28 11:45:22 -05:00
AlanCoding
50a5c4c981 attempting release today 2019-01-24 09:35:42 -05:00
AlanCoding
c48799af52 Prepare release 3.3.1 2019-01-23 08:22:17 -05:00
Alan Rominger
442296774f Merge pull request #634 from jpmens/patch-3
typo
2019-01-02 10:23:25 -05:00
Alan Rominger
d3b74fb7e4 Merge pull request #632 from jpmens/patch-1
Fix link to fake data creator
2019-01-02 10:23:06 -05:00
Alan Rominger
e3c6204b5d Merge pull request #633 from jpmens/patch-2
Improve formatting of 1st column of table
2019-01-02 10:22:38 -05:00
Saurabh Thakre
def634fcc4 Updated Survey with multiple choice single select
Creating Survey with multiple choice single select using tower-cli
2018-12-04 04:30:05 +00:00
JP Mens
a901897adb typo 2018-11-27 23:26:07 +01:00
JP Mens
697ebbed13 Improve formatting of 1st column of table 2018-11-27 23:16:12 +01:00
JP Mens
5024cb1f34 Fix link to fake data creator 2018-11-20 13:47:04 +01:00
AlanCoding
6e5bf0d8f1 fix reported problems associating labels 2018-08-15 14:48:17 -04:00
adamscmRH
6a29cf012f update login error & docs 2018-06-29 13:08:00 -04:00
Alan Rominger
0a6ebff386 Merge pull request #547 from willthames/application_organization
Update application resource and documentation
2018-06-13 21:49:32 -04:00
Will Thames
786bed383c Update application resource and documentation
application requires an organization field, and doesn't
use the user field at all.

Add documentation of the application resource
2018-06-14 10:15:05 +10:00
John Westcott IV
7a707ffb5f Added --ask-tower-pass 2018-06-12 15:18:47 -04:00
Shane McDonald
42560505e7 Remove non-ascii character from changelog
I was trying to use https://github.com/fedora-python/pyp2rpm and it broke because we do this: https://github.com/ansible/tower-cli/blob/master/setup.py#L152-L155
2018-05-22 17:32:34 -04:00
adamscmRH
c3976b6890 add login logout example 2018-05-03 15:57:29 -04:00
Alan Rominger
852b0a57be Merge pull request #518 from AlanCoding/release33
Version bump and details for 3.3.0
2018-04-25 11:26:40 -04:00
AlanCoding
4074a5c33a version bump and details for 3.3.0 2018-04-25 11:20:19 -04:00
AlanCoding
0fe39da720 make fake data script work with login command 2018-04-23 09:56:32 -04:00
Matthew Jones
4afe1c9635 Merge pull request #496 from AlanCoding/actual_docs
Put docs into the actual docs site
2018-03-26 12:57:56 -07:00
AlanCoding
8d456fca24 flatten and touch up the index page 2018-03-19 08:01:57 -04:00
AlanCoding
e8f76c2f31 move old docs into actual docs 2018-03-16 16:03:10 -04:00
John Westcott IV
090da3fd3c Send/Receive feature PR
Added dependencies and related to POSSIBLE_TYPES

They are needed for the import functionality

i before e except after c

Fixed typo in receive

Added receive option

Changed classname from Destroyer to Cleaner

Added empty command

Added required=False to scm-type field.

This field is not required by the API to create a project

Removed items from export if managed_by_tower = True

Added credential_type to dependencies for a credential

This allows resoluation of a credential_type when importing a credential

Added send command

Missing __init__.py file

Added type parameter to cleaner

Send and Receive now can do json or yaml

Removed possible types, adding its items into resource objects

Changed how assets are specified for export

Added exception if nothing was passed in to process

Added all option to cleaner method

Fixed issue where properties added in the source were not caught as needed to be updated

Added send/recieve/empty docs

Updated help text for empty

Move removeEncryptedValues to common

Added deepclone of asset when determining if asset needs update

This fixed an issue when removing items in the asset that were later referenced

Fixed some issues when importing credentials

Added workflow nodes import/export

Initial commit of inventory groups/hosts/sources and fix for vault_creds in job_template

Updated API to strip off /api/vX if passed in as url

This allows you send URLs retreived from the API back into TowerCLI

Caught additional exception

If already parsed Java is passed in you could get a TypeError exception which was not caught.

Added notification types

Added workflow name to error message when extracting nodes

When this condition occurs the message is displayed but in a receive no details are present as to what workflow had the error

Added all_pages when requesting workflow_nodes

Allowed for multiple tokens to be saved in ~/.tower_cli_token.json

Added debug log if asset does not have POST options

Removed unused import and debug message

If an object does not have POST options, just return

Changed how errors are logged

Added project updates if asset was created or updated

Removed local_path from SCM based projects

Changed removal of encrypted values from asset to exported_asset

Added workflow inventory and credential resolution

Added inventory group import/export

Added additional credential types for export/import

Added options for passwords for new items

Variablized workdlow node types

Fixed workflow comparison

Spell checking

All post PR fixes for send/receive

Modified print statements for python3

Wrapped TowerCLI class in try

This should give us a better error when performing exports

Don't get source project if its None

Fixed user passwords

Moved projects before inventory

An inventory with a source from a project requires projects to be created first

Added inventory source_script resolution

Another change for comparing workflow nodes

Revert "Merge remote-tracking branch 'upstream/master'"

This reverts commit d8b0d2dbff2713a86aee4c7ca901d789b6e1d470, reversing
changes made to 87ea5d2c6118f797dd908404974e790df8e4059a.

Fixed unintended injection of documentation

Added todo

Removed comments for pull request

Removed commants on dropping format

Fixed bad merge

Updated for flake8

Added all_pages to lists

Better handeling of extra_vars

Multiple changes

Made empty take params like receive

Output of send and empty are now ansible-ish

Changed function name to python standards

Extracted 'work' into method for calling programatically

Fixed missing :

Fixed newline at end of file causing flake8 failure

removed closing #'s

Changed from passing on TypeError to continuing if not a string

Added min_value and max_value to list of known types

Changed from .prefix to .get_prefix()

Moved out touchup_extra_vars so that it applies to all asset_types

Fixed issue where tox was sending back a json_token of 'invalid' causing issues with the dict

Added missing POST endpoint

Use six for string compare
2018-03-14 13:52:04 -04:00
Ryan Petrello
23214bea6f add docs for tower-cli login 2018-03-09 09:40:50 -05:00
Ryan Petrello
e08fd58de8 remove support for old-style Tower Auth Tokens in 3.3 2018-02-28 13:29:59 -05:00
Arthur
a8997f0edb Fixing import error 2018-01-04 15:07:58 +08:00
adamscmRH
c120fdc3d7 Added job list CLI example 2017-12-19 16:34:28 -05:00
adamscmRH
d585483c1b Updates Versioning for 3.2.1 Release 2017-12-19 12:01:15 -05:00
Aaron Tan
842586d10e Revert "updating tower-cli docs to use the standard ansible tower themes and …" 2017-11-08 16:11:49 -05:00
AlanCoding
033e5f1943 add a user upgrade guide for API versions 2017-10-30 09:31:15 -04:00
AlanCoding
e3cc930fe7 break out versioning into new section of docs 2017-10-24 14:32:36 -04:00
Aaron Tan
5d77251173 Flake8 fixes
Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2017-10-23 10:55:08 -04:00
Sandra Wills
a2c50ed50f updating tower-cli docs to use the standard ansible tower themes and basic source files as other tower docs 2017-10-17 12:11:06 -04:00
Evgeni Golov
5c7d020a47 fix spelling mistakes spotted by Debian's lintian tool 2017-10-08 15:49:21 +02:00
Aaron Tan
bb80b53bd3 Prepare for 3.2.0 release
Specifically, updated docs, version number and release notes.

Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2017-10-04 12:27:47 -04:00
AlanCoding
f1bb8cc6e9 get rid of rackspace as an option in v2 2017-09-28 11:31:28 -04:00
AlanCoding
bcab8d11fb fix flake8 bug with py3 unicode 2017-09-19 15:54:52 -04:00