1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
Commit Graph

14418 Commits

Author SHA1 Message Date
AlanCoding
e79ca131a6
initial commit to move folder isolated->expect 2017-08-15 11:32:44 -04:00
Chris Meyers
cdb37328ec Merge pull request #258 from chrismeyersfsu/fix-7431
presume 401 from insights means invalid credential
2017-08-15 11:04:33 -04:00
Michael Abashian
6b3dd7bfde Merge pull request #270 from mabashian/5177-workflows
Various workflow maker bug fixes
2017-08-15 10:31:26 -04:00
Michael Abashian
e478b6a5ea Merge pull request #269 from mabashian/4694-nodes-deleted-styling
Style nodes with deleted unified job templates
2017-08-15 10:26:39 -04:00
Michael Abashian
4de8747e70 Merge pull request #268 from mabashian/7410-jt-readonly-v2
Fixed job template view for user with read-only access
2017-08-15 10:26:12 -04:00
mabashian
fe2d4a77a7 Various workflow maker bug fixes 2017-08-15 10:21:08 -04:00
mabashian
a0e67da7e0 Style nodes with deleted unified job templates 2017-08-15 10:14:49 -04:00
mabashian
0342d5a6fd Fixed job template view for user with read-only access 2017-08-15 10:06:58 -04:00
Chris Meyers
90ea9b8bde presume 401 from insights means invalid credential
* Tell the user about the invalid credentials
2017-08-15 08:31:52 -04:00
Chris Meyers
5ad29c9081 pass through insights rule.ansible 2017-08-14 15:21:13 -04:00
Alan Rominger
4ee95259f3 Merge pull request #255 from AlanCoding/ws_ig
provide instance group name over websocket
2017-08-14 15:13:03 -04:00
Matthew Jones
687ae161d0 Removing old task engine system 2017-08-14 14:07:07 -04:00
AlanCoding
a6def691b7 provide instance group name over websocket 2017-08-14 13:56:12 -04:00
Alan Rominger
42ef2f265b Merge pull request #250 from AlanCoding/keep_on_truckin
pass over job-run exceptions & log ID
2017-08-14 12:14:37 -04:00
Alan Rominger
bfa33dea56 Merge pull request #254 from AlanCoding/fix_adhoc_del
fix adhoc IG bug and prevent related inventory deletion
2017-08-14 11:37:21 -04:00
Alan Rominger
dcfcfb6c7b Merge pull request #245 from AlanCoding/fix_supervisor
specify all group queues, get supervisor working
2017-08-14 11:31:00 -04:00
AlanCoding
eed5a5c924 fix adhoc IG bug and prevent related inventory deletion 2017-08-14 11:14:42 -04:00
Chris Meyers
80a90beae8 remove dead code 2017-08-14 10:37:57 -04:00
Ryan Fitzpatrick
1f7c438fd4 Merge pull request #249 from rmfitzpatrick/additional_ec2_import_group_vars
Add missing ec2 group_by choices
2017-08-14 10:10:05 -04:00
Michael Abashian
d2794e241b Merge pull request #243 from mabashian/1982-smart-float
Removed smart float leading character validation requirement
2017-08-14 10:08:36 -04:00
AlanCoding
5dfe0b205f pass over job-run exceptions & log ID 2017-08-14 09:57:32 -04:00
Alan Rominger
e2db4b9001 Merge pull request #241 from AlanCoding/mutable
hack around mutability problem for v1 launch
2017-08-14 09:19:52 -04:00
Alan Rominger
f2dc3e1b6f Merge pull request #253 from AlanCoding/another_log_fix
force log test to be DEBUG level
2017-08-14 08:49:21 -04:00
Alan Rominger
4145f2f3f3 Merge pull request #242 from AlanCoding/cancel_fallback
Automatically cancel job if cancel callback fails and log
2017-08-14 08:45:33 -04:00
AlanCoding
f114c01a6a force log test to be DEBUG level 2017-08-13 08:46:31 -04:00
Greg Considine
c6348cad93 Merge pull request #252 from gconsidine/ui/fix/credential-with-empty-type
Fix credential create/edit using type with no fields
2017-08-11 17:16:13 -04:00
gconsidine
4a37f049b0 Fix credential create/edit using type with no fields 2017-08-11 16:55:45 -04:00
AlanCoding
3d65dc48dc hack around mutability problem for v1 launch 2017-08-11 16:46:27 -04:00
AlanCoding
42ccd870d9 Automatically cancel job if cancel callback fails and log 2017-08-11 16:43:08 -04:00
Christian Adams
944e0bb304 Merge pull request #230 from rooftopcellist/si_no_match
Fix for no_match on grouped hosts in smart inventories
2017-08-11 15:33:10 -04:00
adamscmRH
079c8fe9c1 Separates normal & smart inventory logic for script endpoint 2017-08-11 15:15:08 -04:00
Ryan Fitzpatrick
7e7d438d7f Add missing ec2 group by choices 2017-08-11 14:02:37 -04:00
Alan Rominger
34f8b6c868 Merge pull request #222 from AlanCoding/better_task_logs
introduce log format for jobs inside of scheduler
2017-08-11 11:07:01 -04:00
AlanCoding
fd31dc9c63 use logger args for task log format 2017-08-11 10:56:45 -04:00
AlanCoding
33df1d8c8b introduce log format for jobs inside of scheduler 2017-08-11 10:56:15 -04:00
Matthew Jones
4f4293a8cd Rewording AWS in contributor doc
Add link to code of conduct
2017-08-11 10:55:37 -04:00
jlmitch5
9b27bc193f Merge pull request #246 from jlmitch5/fixStdOutOrdering
make skeleton lines check ordering as well as non-skeleton lines
2017-08-11 10:31:23 -04:00
Matthew Jones
dd44f7a640 Merge pull request #236 from matburt/contributing_and_other_docs
CONTRIBUTING.md and other docs
2017-08-11 10:30:55 -04:00
Ryan Petrello
42c77a9e74 Merge pull request #247 from ryanpetrello/fix-7414
don't run `debug_tree` for production inventory imports
2017-08-11 09:51:25 -04:00
Michael Abashian
88b5d7e847 Merge pull request #217 from mabashian/6444-delete-group-error
Fixed group delete/promote message tense
2017-08-11 09:23:53 -04:00
Shane McDonald
5dfa54943d Merge pull request #244 from ansible/pycrypto
Add pycrypto to Tower's requirements files
2017-08-10 18:53:19 -04:00
Shane McDonald
b02a6388d4 Pull updated po files from Zanata 2017-08-10 17:44:50 -04:00
Ryan Petrello
9d931e7f7e don't run debug_tree for production inventory imports
the output of the `debug_tree` function is *very* verbose, and is most
useful for people who are debugging inventory import code

pexpect reads large stdout/stderr streams *very slowly*;
when verbosity is set to `DEBUG` for inventory imports, it's not
uncommon for this function to write 50MB+ of data into stderr, causing
pexpect to read over a pseudoterminal for 30+ minutes

see: https://github.com/ansible/ansible-tower/issues/7414#issuecomment-321615104
2017-08-10 16:25:37 -04:00
John Mitchell
fbbc41e0cb make skeleton lines check ordering as well as non-skeleton lines 2017-08-10 15:17:51 -04:00
AlanCoding
2385f62311 specify all group queues, get supervisor working 2017-08-10 14:57:25 -04:00
mabashian
279d24e1b1 Removed smart float leading character validation requirement 2017-08-10 14:00:02 -04:00
mabashian
3d370ca9de Leveraged new pluralization pattern on group delete modal contents. 2017-08-10 13:09:44 -04:00
Aaron Tan
0c652f2a3a Merge pull request #237 from jangsutsr/7412_update_unified_job_deletion_behavior
Prevent deleting unified jobs with active status
2017-08-10 12:11:27 -04:00
Aaron Tan
497aa13562 Prevent deleting unified jobs with active status 2017-08-10 12:01:25 -04:00
Matthew Jones
adea85552d Change to CONTRIBUTING.md after feedback
This also adds a copy of the DCO
2017-08-10 10:59:21 -04:00