Alan Rominger
f893a26df3
Merge pull request #661 from AlanCoding/verify_default
...
Fix bug in processing verify_ssl default with cert
2019-01-28 12:33:03 -05:00
AlanCoding
c79d795df2
bump version for fast minor release
2019-01-28 11:45:22 -05:00
AlanCoding
c918a9834e
fix bug in processing verify_ssl default with cert
2019-01-28 10:49:59 -05:00
Kyle Fattig
566a91c659
Updating base list to call read for multiple pages, rather than recurse.
2019-01-24 15:18:40 -05:00
Alan Rominger
fcce251033
Merge pull request #658 from AlanCoding/changelog_331
...
Prepare release 3.3.1
2019-01-23 11:47:07 -05:00
AlanCoding
c48799af52
Prepare release 3.3.1
2019-01-23 08:22:17 -05:00
Alan Rominger
7594800fa6
Merge pull request #656 from jainnikhil30/master
...
add support for custom venv on project
2019-01-23 08:13:57 -05:00
Alan Rominger
0df4a1bc9a
Merge pull request #651 from kfattig/page_numbering_fix
...
Fixed page numbering when using all-pages and format human
2019-01-23 08:06:39 -05:00
jainnikhil30
75a804eff8
add custom venv to organization
2019-01-23 17:54:59 +05:30
jainnikhil30
c9d7ac1805
add support for custom venv on project
2019-01-22 18:15:11 +05:30
Bill Nottingham
36fb31718d
Allow workflows within workflows.
2019-01-18 21:00:11 -05:00
Kyle Fattig
3997c14a3c
Fixed page numbering when using all-pages and format human
2019-01-16 10:57:43 -06:00
Alan Rominger
867164ed42
Merge pull request #636 from mwiora/master
...
take care of schedules on workflow templates
2019-01-02 13:24:28 -05:00
AlanCoding
300b4e1e52
add NotFound to all exceptions list
2019-01-02 12:22:37 -05:00
AlanCoding
defd9fbb9f
fix python3 flake8 errors
2019-01-02 11:00:25 -05:00
Matthias R. Wiora
d654fa277a
take care of schedules on workflow templates
2018-12-03 16:25:37 +01:00
Alan Rominger
a3f9ce54cd
Merge pull request #618 from jainnikhil30/master
...
Checking if the field is read-only before trying to modify it
2018-10-18 08:19:14 -04:00
jainnikhil30
c67f673fdf
change the test condition
2018-09-26 11:01:08 +05:30
jainnikhil30
dec991219b
checking if the field is read-only before trying to modify it
2018-09-24 11:54:13 +05:30
AlanCoding
5f155e63a4
add JT custom virtualenv field
2018-09-17 11:48:52 -04:00
Alan Rominger
f6263b4fc2
Merge pull request #591 from AlanCoding/add_workflow
...
Allow creating schedules with workflow
2018-09-17 10:33:07 -04:00
Alan Rominger
426d5fdb2d
Merge pull request #608 from jainnikhil30/master
...
Fix for null check on a integer type value while modifying settings
2018-09-17 10:31:54 -04:00
Alan Rominger
fffcbd2fb0
Merge pull request #614 from john-westcott-iv/523-foreground-color
...
#523 Changed foreground color to default, not black
2018-09-17 10:25:21 -04:00
Alan Rominger
6a528b3144
Merge pull request #613 from AlanCoding/umlat
...
Make text unicode before format
2018-09-14 13:41:36 -04:00
John Westcott IV
42c06f27f7
Merge pull request #511 from pilou-/dont_fail_when_prevent_match
...
Don't fail when 'prevent' switch match an asset
2018-09-14 13:05:32 -04:00
John Westcott IV
58601be632
#523 Changed foreground color to default, not black
2018-09-14 13:01:50 -04:00
AlanCoding
98cec846d0
make text unicode before format
2018-09-13 11:09:01 -04:00
AlanCoding
1c923d3a01
copy new-name compatibility text
2018-09-13 09:26:12 -04:00
Alan Rominger
60960d2aeb
Merge pull request #557 from AlanCoding/exc_link
...
Avoid duplicating exception classes
2018-09-12 15:15:18 -04:00
jainnikhil30
626b705f37
fix for null check while coercing a integer value
2018-09-12 14:40:37 +05:30
Eric Lavarde
1c23b0dcad
Avoid duplicating twice the same object with same name
2018-09-10 19:21:22 +02:00
Eric Lavarde
63df311180
Avoid ignoring name provided while copying objects
...
Just switching two lines to first create the default name
with timestamp and then overwrite it with the CLI options.
Closes #471
2018-08-17 15:04:30 +02:00
AlanCoding
733b796819
Allow creating schedules with workflow
2018-08-15 15:08:14 -04:00
AlanCoding
6e5bf0d8f1
fix reported problems associating labels
2018-08-15 14:48:17 -04:00
Alan Rominger
9a22336649
Merge pull request #559 from john-westcott-iv/558-send-role-issue
...
#558 Fixed issue where roles were not properly identified
2018-07-23 10:45:59 -04:00
Mark Farrell
ed4f3a98ab
Pass outfile to wait to ensure that all output from monitor is directed to outfile
2018-07-12 23:31:37 +00:00
Alan Rominger
71de9de667
Merge pull request #561 from willthames/monitor_outfile
...
Improving writing job output to files
2018-07-11 20:26:34 -04:00
Will Thames
1b46f75782
Allow stdout to write to an output file
...
monitor has more functionality than we need just to obtain the stdout
results, whereas outputting stdout to a file would be helpful
Better document the stdout method
Ensure tests work
2018-07-06 09:21:47 +10:00
John Westcott IV
2753819007
#566 Fixed stack trace when exporting a workflow
...
If a Workflow had a node whose job template was removed from under it you would get a stack trace. This commit fixes that issue. Now, a message will be displayed:
tower-cli receive --tower-host http://localhost:8081 --workflow "Deleted Node Template"
Error: Workflow export exception: workflow Deleted Node Template has a node whose job template has been deleted
2018-07-05 12:49:20 -04:00
Pierre Roux
d3f2a8ba93
Add multiple statuses processed from the list cmd
...
This shortcut is handled using OR queries so that it respects
the original pagination and order of objects.
To achieve that, we had to remove the limitation of passing
identical query names to the params argument of the client
and to remove the related test.
2018-07-03 17:06:41 +00:00
adamscmRH
6a29cf012f
update login error & docs
2018-06-29 13:08:00 -04:00
Will Thames
f115909a2d
Ensure job output gets sent to outfile
...
Job output needs to be sent to outfile correctly, rather than
always stdout.
2018-06-26 17:02:41 +10:00
John Westcott IV
0bad8eebdf
#558 Fixed issue where roles were not properly identified
2018-06-21 09:11:40 -04:00
John Westcott IV
c863b92f37
#554 changing export process to not include nodes from a sourced resource
2018-06-20 12:33:03 -04:00
AlanCoding
7c2feb9082
avoid duplicating exception classes
2018-06-20 12:29:36 -04:00
Alan Rominger
c9b983e691
Merge pull request #541 from AlanCoding/exposed_values
...
Use the click expose_value flag instead of popping off
2018-06-18 07:24:41 -04:00
Alan Rominger
a2d526724b
Merge pull request #549 from AlanCoding/actually_json
...
Parse object-type settings as JSON
2018-06-15 15:22:38 -04:00
Alan Rominger
fb32433daf
Merge pull request #546 from AlanCoding/types_galore
...
Declare some more types
2018-06-15 15:21:58 -04:00
Alan Rominger
3ec025ace2
Merge pull request #534 from john-westcott-iv/rpm_build_fixes
...
Updated files for RPM packaging
2018-06-15 13:50:32 -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