10968 Commits

Author SHA1 Message Date
Matthew Jones
a06b44ae38 Add sync launch type 2017-01-19 09:47:10 -05:00
Matthew Jones
94ffce07a4 Fix an issue processing job events when uuid isn't present 2017-01-19 09:47:10 -05:00
Chris Meyers
fdeff70244 Merge pull request #4794 from chrismeyersfsu/fix-2827
rectifiy dashboard proj sync count with UI link
2017-01-19 09:46:09 -05:00
Chris Meyers
f5bde47dd8 Merge pull request #4795 from chrismeyersfsu/fix-4611
"reload" page when project deleted
2017-01-19 09:45:50 -05:00
Matthew Jones
e8c7db930f Merge pull request #4641 from ansible/multi_worker_callbacks
Implement a worker-based callback receiver system
2017-01-18 20:45:45 -05:00
Matthew Jones
7ca496b6ef Merge branch 'release_3.1.0' into multi_worker_callbacks 2017-01-18 20:39:15 -05:00
Ryan Petrello
1b73865477 Merge pull request #4799 from ryanpetrello/release_3.1.0
Properly encode prev/next pagination links when URL contains unicode
2017-01-18 16:45:04 -05:00
Alan Rominger
5f65464a0e Merge pull request #4805 from AlanCoding/bulk_data_bug
Fix bulk data creator bugs for jobs and job events
2017-01-18 16:38:57 -05:00
AlanCoding
13bcf4b090 fix bulk data creator bugs for jobs and job events 2017-01-18 16:32:33 -05:00
Alan Rominger
56e2e28dc8 Merge pull request #4800 from AlanCoding/bad_node_redo
Avoid signal_start override for workflow job spawn
2017-01-18 16:31:39 -05:00
Bill Nottingham
798b33000a Merge pull request #4762 from wenottingham/upgrade-or-perish
Ensure that the user is running is ansible 2.1 or later, for censoring reasons.
2017-01-18 16:24:25 -05:00
Alan Rominger
f8f08afbb9 Merge pull request #4798 from AlanCoding/workflow_removal
Add workflow jobs to cleanup_jobs management job
2017-01-18 16:24:00 -05:00
Alan Rominger
f5d4cbb482 Merge pull request #4753 from AlanCoding/WJ_delete
Limit workflow job delete access to org admin
2017-01-18 16:09:30 -05:00
Matthew Jones
6ed86e1934 Revert "bump pkg info tower version to 3.1.0"
This reverts commit dea4c873e8d89f3e2ed5e74f8d3eb480e57f927d.
2017-01-18 14:30:06 -05:00
Jared Tabor
94b9d6f95a Merge pull request #4776 from jaredevantabor/portal-mode
fixing filter and sockets for portal jobs
2017-01-18 10:23:50 -08:00
Ryan Petrello
d418e41f7e Properly encode prev/next pagination links when URL contains unicode chars.
Resolves #4767
2017-01-18 12:43:27 -05:00
AlanCoding
a8e46021f8 conservative method to validating that a job can be launched from a node 2017-01-18 12:16:45 -05:00
Matthew Jones
73f92bba5d Integrate multiprocessing writer worker in callback receiver 2017-01-18 12:05:29 -05:00
AlanCoding
81eb16523c add workflow jobs to cleanup_jobs management job 2017-01-18 11:50:28 -05:00
Chris Meyers
49a29168e6 "reload" page when project deleted
related to #4611
2017-01-18 11:00:07 -05:00
Chris Meyers
7bc720b435 rectifiy dashboard proj sync count with UI link
* The dashboard project sync failure count only includes project syncs
that have failed, not that have been canceled. Thus, the link from the
dashboard that displays the list of failed project updates should only
include the failed ones, not the canceled ones.

related to #2827
2017-01-18 10:52:07 -05:00
jlmitch5
cf07e08c54 Merge pull request #4771 from jlmitch5/fixPrivEscCredLabels
fix priv escalation field labels from not showing up
2017-01-18 10:40:26 -05:00
Chris Meyers
89b950c3a2 Merge pull request #4775 from chrismeyersfsu/fix-4759
remove token from stdout download
2017-01-18 09:55:09 -05:00
Chris Meyers
942a3eb99d Merge pull request #4781 from chrismeyersfsu/fix-4698
replace all instances of , with \n
2017-01-18 09:54:40 -05:00
Chris Meyers
e0ffb7814d replace all instances of , with \n
related to #4698
2017-01-17 18:25:26 -05:00
Chris Meyers
01c1c513f9 remove token from stdout download
related to #4759
2017-01-17 17:27:13 -05:00
jaredevantabor
e2288f81b6 fixing filter and sockets for portal jobs 2017-01-17 14:17:16 -08:00
Chris Meyers
0d8d9b3643 Merge pull request #4761 from chrismeyersfsu/fix-3326
add org to permission team role
2017-01-17 16:41:52 -05:00
John Mitchell
b4e44d0c56 fix priv escalation field labels from not showing up 2017-01-17 16:03:47 -05:00
Matthew Jones
1cdeb4d2af Refactor event emitter to not use event partials
event emitter now caches to memcache where it is eventually picked up
by the stdout event emitter. This obviates event reassembly in the
callback receiver.
2017-01-17 15:59:43 -05:00
Alan Rominger
8433f647ec Merge pull request #4718 from AlanCoding/more_simple_relaunch
require constituent resource access to relaunch WJ
2017-01-17 15:02:10 -05:00
Chris Meyers
e904deb3e7 subvert potential monkey punch 2017-01-17 15:00:20 -05:00
Bill Nottingham
bfe17f3bfc Merge pull request #4764 from wenottingham/ansible-1.8-omg
Remove some cruft for pre-1.8 ansible
2017-01-17 14:50:02 -05:00
Chris Meyers
4fdc8f6d35 Merge pull request #4738 from chrismeyersfsu/fix-4185
activity stream, display name of resource as title
2017-01-17 14:47:12 -05:00
Alan Rominger
c5ae2ddb5d Merge pull request #4732 from AlanCoding/null_job_fd
Graceful handling of null project and inventory in workflow
2017-01-17 14:38:25 -05:00
AlanCoding
5bfb0f229c graceful handling of null project and inventory in workflow 2017-01-17 14:19:46 -05:00
Jared Tabor
044df78e11 Merge pull request #4735 from jaredevantabor/ssl-tls-radios
Notification Templates -> email "Use TLS/Use SSL" should be radio buttons
2017-01-17 11:16:40 -08:00
jlmitch5
223827e104 Merge pull request #4750 from jlmitch5/readonlyWorkflowsExtraVars
make workflow extra vars look disabled
2017-01-17 13:56:46 -05:00
jaredevantabor
176a3cc399 send empty string for email username/password if no user input 2017-01-17 10:44:00 -08:00
Chris Meyers
768ddaed31 add org to permission team role
related to #3326

* Reduce confusion when 2 teams with the same name, belonging to diff
orgs, are given permission to the same resource. The confusion is
eliminated by showing the org that a team role belongs to in the
tooltip.
2017-01-17 13:31:21 -05:00
Ryan Petrello
e5792157c3 Merge pull request #4755 from ryanpetrello/release_3.1.0
Properly parse subversion revision info.
2017-01-17 13:10:22 -05:00
Alan Rominger
e3ee82ce64 Merge pull request #4733 from ansible/AlanCoding-patch-3
workflow doc RBAC rules audit
2017-01-17 10:12:28 -05:00
Ryan Petrello
9e09fd38a7 Properly parse subversion revision info.
The ansible subversion module returns revision info in an unanticipated format:

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/source_control/subversion.py#L194-L199

Parse out the revision number we actually care about.

Resolves #4654
2017-01-17 10:04:30 -05:00
AlanCoding
d7a41d9db7 limit workflow job delete access to org admin 2017-01-17 09:59:14 -05:00
kensible
a8802f38aa Merge pull request #4687 from kensible/4673-alert-modal-spacing
Updated spacing in modal elements
2017-01-17 09:56:02 -05:00
AlanCoding
ad3ca9acf8 Incorporate more feedback about RBAC logic regarding node deletion 2017-01-17 09:40:31 -05:00
kensible
c1a6f7b008 Merge branch 'release_3.1.0' into 4673-alert-modal-spacing 2017-01-17 09:32:44 -05:00
kensible
b046f66cd1 Added back alert padding and removed comments 2017-01-17 09:26:52 -05:00
Wayne Witzel III
8625d670ac Merge pull request #4745 from wwitzel3/release_3.1.0
remove extra censoring code from tower, not needed since Ansible 2.1+
2017-01-16 20:29:44 -05:00
John Mitchell
d8e94f3f15 make workflow extra vars look disabled 2017-01-16 16:36:06 -05:00