Marliana Lara
d5d80860e9
Merge pull request #1131 from marshmalien/fix/small_ui_improvements
...
UI Fix inventory list action buttons, upgrade screen, custom venv fields
2018-03-28 11:26:21 -04:00
Michael Abashian
81e85408eb
Merge pull request #1120 from mabashian/1066-workflow-node-credentials
...
Fixed workflow node credential bug
2018-03-28 11:22:51 -04:00
mabashian
767991fc2b
Complete removal of InitialPlaybookRun
2018-03-28 11:18:09 -04:00
AlanCoding
8c167e50c9
Continuously stream data from verbose jobs
...
In verbose unified job models (inventory updates, system jobs,
etc.), do not delay dispatch just because the encoded
event data is not part of the data written to the buffer.
This allows output from these commands to be submitted
to the callback queue as they are produced, instead
of waiting until the buffer is closed.
2018-03-28 11:05:49 -04:00
Chris Meyers
fe0e873108
Merge pull request #1144 from chrismeyersfsu/fix-auto_reprovision
...
delay looking up settings SYSTEM_UUID
2018-03-28 10:32:24 -04:00
chris meyers
eef6f7ecb0
delay looking up settings SYSTEM_UUID
2018-03-28 09:54:51 -04:00
Chris Meyers
bc34a74b7e
Merge pull request #1142 from chrismeyersfsu/fix-ldap_options_label
...
fix ldap group type params label
2018-03-28 09:15:39 -04:00
chris meyers
dc46a732bc
fix ldap group type params label
...
* copy pasted ldap group type label and did no previously update. This
updates.
2018-03-28 09:12:06 -04:00
Wayne Witzel III
3936b5e7a3
Merge pull request #1690 from ryanpetrello/coc
...
add a link to the community code of conduct
2018-03-28 08:55:57 -04:00
Jared Tabor
f10281e9ef
Reverts DeleteJob factory, fixes null provider to stdout pages
...
and removing unnecessary console.logs in app.js
2018-03-27 14:21:39 -07:00
Ryan Petrello
d9a0029ef7
add a link to the community code of conduct
2018-03-27 16:51:30 -04:00
Marliana Lara
492e74a345
Remove pending_deletion button bug from inventory list
2018-03-27 16:43:50 -04:00
Marliana Lara
9b30b02acb
Hide Ansible Environment form fields when there are no custom venvs
2018-03-27 16:43:39 -04:00
Marliana Lara
25c8bf93ec
Add AUTH_LDAP_GROUP_TYPE_PARAMS field to LDAP form
2018-03-27 16:06:26 -04:00
Chris Meyers
4740f90dc7
Merge pull request #1129 from chrismeyersfsu/enhancement-node_reregister
...
reregister node when they come back online
2018-03-27 15:24:58 -04:00
chris meyers
7ce8907b7b
reregister node when they come back online
...
* Nodes are marked offline, then deleted; given enough time. Nodes can
come back for various reasions (i.e. netsplit). When they come back,
have them recreate the node Instance if AWX_AUTO_DEPROVISION_INSTANCES
is True. Otherwise, do nothing. The do nothing case will show up in the
logs as celery job tracebacks as they fail to be self aware.
2018-03-27 14:30:47 -04:00
Ryan Petrello
96f85c4dd5
Merge pull request #1689 from ryanpetrello/security-issue-template
...
more issue template updates
2018-03-27 11:47:12 -04:00
Ryan Petrello
14886af969
more issue template updates
2018-03-27 11:44:25 -04:00
Ryan Petrello
4ea97c0f86
Merge pull request #1688 from ryanpetrello/security-issue-template
...
add instructions for responsible disclosure of security issues
2018-03-27 11:42:13 -04:00
Marliana Lara
4fab94d2ce
Add warning banner when Org Admin doesn't have manage auth
2018-03-27 11:41:16 -04:00
Ryan Petrello
e6d4aead65
add instructions for responsible disclosure of security issues
2018-03-27 11:38:22 -04:00
mabashian
d744679d22
Fixed bug where the machine credential was being stripped from a workflow node if the edge type was changed.
2018-03-27 11:21:24 -04:00
Shane McDonald
7002c6f1b1
Delete unused namespace file
...
Signed-off-by: Shane McDonald <me@shanemcd.com>
2018-03-27 10:57:22 -04:00
Shane McDonald
3072c3bd8d
Whitespace fix
...
Signed-off-by: Shane McDonald <me@shanemcd.com>
2018-03-27 10:57:22 -04:00
Matthew Jones
3a3c883504
Merge pull request #1115 from ryanpetrello/newer-dateutil
...
remove an RRULE parsing bug fix that landed upstream in python-dateutil
2018-03-26 20:36:10 -07:00
Ryan Petrello
21d629531f
remove an RRULE parsing bug fix that landed upstream in python-dateutil
...
related: a2a246a834ab34d36e53b38b34e8363f5c6b4167
2018-03-26 18:02:52 -04:00
Ryan Petrello
f3bf9bc34f
Merge pull request #1114 from ryanpetrello/newer-dateutil
...
update to a newer python-dateutil with more bug fixes we were vendoring
2018-03-26 17:21:45 -04:00
Ryan Petrello
a2a246a834
update to a newer python-dateutil with more bug fixes we were vendoring
...
related: dateutil/dateutil#649
2018-03-26 17:12:01 -04:00
Matthew Jones
9637058406
Merge pull request #1512 from chrismeyersfsu/feature-new_ldap_group_type
...
add ldap group type like posixGroupType
2018-03-26 12:29:01 -07:00
Matthew Jones
d6203b521f
Merge pull request #1679 from mabashian/workflow-node-start-bug
...
Fixed js error when adding first workflow node
2018-03-26 12:20:38 -07:00
Matthew Jones
d685815478
Merge pull request #1607 from AlanCoding/tower_verify_field
...
Sync tower verify_ssl parameter with tower-cli
2018-03-26 12:12:45 -07:00
Matthew Jones
71d2a4b4cf
Merge pull request #1610 from AlanCoding/group_related
...
Include related Jobs in group deletion protection
2018-03-26 12:09:45 -07:00
mabashian
6c321f810a
Tweaked isRoot logic to follow the same pattern as the rest of the function
2018-03-26 15:00:33 -04:00
mabashian
2c1fe14206
Fixed js error when adding first workflow node
2018-03-26 14:55:01 -04:00
Alan Rominger
3411721a2c
Merge pull request #1676 from AlanCoding/unused_settings
...
Removed unused settings (replaced by source_vars)
2018-03-26 14:16:42 -04:00
AlanCoding
9db0fdfc0b
sync tower verify_ssl parameter with tower-cli
...
Add new input for the tower type credential
elsewhere, tests are being added for verify_ssl in modules
tower-cli also updating to use the original tower.py var
2018-03-26 13:42:52 -04:00
Chris Meyers
09babbe862
Merge pull request #1677 from chrismeyersfsu/fix-traceback_msg
...
call celery method with celery context
2018-03-26 13:03:32 -04:00
John Mitchell
b1cd7dbd2f
Merge pull request #1678 from jlmitch5/removeTowerLicenseDir
...
remove tower-license dir
2018-03-26 12:17:58 -04:00
John Mitchell
02a97a2ec2
update .gitignore to include root tower-license dir
2018-03-26 12:13:00 -04:00
Alan Rominger
e38955e1fa
Merge pull request #1670 from AlanCoding/no_credential
...
Inventory source can_change - remove credential check
2018-03-26 12:06:57 -04:00
John Mitchell
012e644b9f
remove tower-license dir
2018-03-26 12:03:40 -04:00
chris meyers
1503e0505e
call celery method with celery context
...
* Tracebacks are more informative this way.
2018-03-26 12:02:42 -04:00
Ryan Petrello
7842b67bea
Merge pull request #1104 from ryanpetrello/fix-1101
...
properly sanitize module arguments with no_log (like uri:password)
2018-03-26 11:57:28 -04:00
chris meyers
b9b8502738
introspect ldap group types for param validation
...
* Instead of keeping a hard-coded mapping of valid args for each ldap
group type; introspect the subclass to determine valid/invalid fields
2018-03-26 11:40:49 -04:00
Alan Rominger
4c2cff7a63
Merge pull request #1666 from AlanCoding/fix_workflow_vars_again
...
Ignore workflow survey passwords when not applicable
2018-03-26 11:17:32 -04:00
Alan Rominger
fe6755eca8
Merge pull request #1659 from AlanCoding/relaunch_creds
...
New credential passwords system on relaunch
2018-03-26 11:16:03 -04:00
Matthew Jones
bddb288ac1
Merge pull request #1352 from ansible/network_ui_3_3
...
Graphical UI for Network Inventory
2018-03-26 08:11:21 -07:00
John Mitchell
ac70945071
Merge pull request #1657 from jlmitch5/jobsNewListUi
...
implement new style jobs list in ui
2018-03-26 11:07:56 -04:00
Michael Abashian
e486b16706
Merge pull request #1662 from mabashian/1555-permissions-checkboxes
...
Fixed permissions multi-select deselect bug
2018-03-26 10:30:42 -04:00
Michael Abashian
b1e959bdaa
Merge pull request #1671 from mabashian/t-1099-workflow-nodes
...
Fixed several workflow node bugs
2018-03-26 10:30:23 -04:00