jaredevantabor
9d0f8b0191
query for failed projects to include canceled
2017-01-27 15:13:48 -08:00
John Mitchell
a83b518399
workaround for first line to be put in the correct place
2017-01-27 17:00:34 -05:00
John Mitchell
352df064f9
fix stdout order
2017-01-27 16:57:34 -05:00
Matthew Jones
66426aa7dd
Store project update and inventory update stdout in the database
...
So things work across the cluster
2017-01-27 16:51:03 -05:00
Chris Meyers
50970f2c31
disable playbook when permission denied to list
2017-01-27 16:31:30 -05:00
Bill Nottingham
e99d974ea8
Fix some apparent syntax errors in po file.
2017-01-27 16:09:29 -05:00
Chris Meyers
0a5b037236
Merge pull request #4962 from chrismeyersfsu/fix-4354
...
ensure manually modifying hosts adhears to license
2017-01-27 15:03:25 -05:00
jaredevantabor
fd54cc7ab3
Style Audit of Host Event Modal
2017-01-27 11:57:02 -08:00
AlanCoding
0dbd9e4839
get WFJT nodes in activity stream
2017-01-27 14:10:28 -05:00
Chris Meyers
08832428cc
don't be looping if there ain't nothing to loop on
2017-01-27 13:53:57 -05:00
Shane McDonald
a467d20341
Update po files
2017-01-27 13:34:09 -05:00
Shane McDonald
9ec99cd026
Update pot files
2017-01-27 13:34:09 -05:00
AlanCoding
813cbdbbc2
include null prompted situation in JT validator
2017-01-27 11:48:22 -05:00
Alan Rominger
6d590ca985
Merge pull request #4974 from AlanCoding/job_event_need_for_speed
...
job_event speedups, async filter removed, RBAC changes
2017-01-27 11:23:25 -05:00
Michael Abashian
2dbc3abc34
Make sure to delete any nodes that need to be deleted before attempting to associate
2017-01-27 11:23:20 -05:00
Alan Rominger
ae057d2bd5
Merge pull request #4912 from AlanCoding/as_mods
...
WFJT activity stream for org admins + other polishing
2017-01-27 11:17:34 -05:00
Alan Rominger
1b0c2cbb32
Merge pull request #4986 from AlanCoding/destroyer_of_notifications
...
Add notifications to cleanup_jobs
2017-01-27 10:54:24 -05:00
Chris Meyers
ef3a3b3b2f
super-user requests to HostDetail go through rbac
2017-01-27 10:51:26 -05:00
Alan Rominger
4f3916cab7
Merge pull request #4985 from AlanCoding/sys_job_words
...
Elaborate on system job defaults
2017-01-27 10:48:43 -05:00
Michael Abashian
5552d0b6f9
Merge pull request #4976 from mabashian/launch-job-with-prompts
...
Launch job with prompts
2017-01-27 10:44:56 -05:00
Michael Abashian
55d74f0975
Launch job with prompts fixes
2017-01-27 10:36:38 -05:00
Michael Abashian
99cd9d9d4b
Merge pull request #4982 from mabashian/4860-delete-tags
...
Smart search tag deletion (again)
2017-01-27 10:01:20 -05:00
Matthew Jones
cf084850c2
Merge pull request #4960 from ansible/priv_esc_hangs
...
Fixes some issues where Tower would not emit the password on prompts
2017-01-27 09:51:57 -05:00
AlanCoding
33e97d5c5a
add notifications to cleanup_jobs
2017-01-27 09:31:11 -05:00
Chris Meyers
6aaf6a3150
allow can_add to be called for permission info
...
* can_add() is called through our generic permission/access framework
for api creation (POST). However, can_add() may also be called for
purposes of determining if a user has perms to do something. Thus, the
data field may not contain 'name' in this case. Allow for that.
2017-01-27 09:19:20 -05:00
Chris Meyers
4367e4a9ae
Merge pull request #4942 from chrismeyersfsu/fix-vmware_link
...
update vmware inventory ini link
2017-01-27 09:18:32 -05:00
Chris Meyers
10a3e972df
Merge pull request #4977 from chrismeyersfsu/fix-4725
...
bump vmware inventory script
2017-01-27 09:18:03 -05:00
AlanCoding
a5be524101
Elaborate on system job default
2017-01-27 08:47:39 -05:00
Wayne Witzel III
7807ee09f9
Merge pull request #4915 from wwitzel3/issue-4636
...
Mask the default value for password fields in survey_spec.
2017-01-27 02:37:16 -05:00
jaredevantabor
6df36ce038
i accidentally removed the "-1" from this check, adding it back in
2017-01-26 16:29:12 -08:00
AlanCoding
18aa0dcb1f
remove job_event text filters, tweaked RBAC
...
see issue 4958 for the RBAC details
2017-01-26 19:22:03 -05:00
Jared Tabor
8ec7808751
Merge pull request #4948 from jaredevantabor/job-results-error-event_type
...
Standard out wasn't being shown for all possible event_types
2017-01-26 15:29:46 -08:00
jaredevantabor
6223cb6921
fixing jshint
2017-01-26 14:52:49 -08:00
Jared Tabor
c01936d714
Merge pull request #4950 from jaredevantabor/job-explanation
...
Fix for job results explanation and traceback
2017-01-26 14:49:18 -08:00
Michael Abashian
f7f92c961d
Adding tags was creating this nested array structure which was causing buggy behavior. This should fix that.
2017-01-26 17:36:51 -05:00
Chris Meyers
608975ff2f
bump vmware inventory script
2017-01-26 16:01:57 -05:00
Matthew Jones
bfda6ff8b5
Fix up some unit tests
2017-01-26 16:01:54 -05:00
kensible
f25edf63bf
Merge pull request #4973 from kensible/4874-category-dropdown
...
Fixed location of sub-category dropdowns
2017-01-26 15:54:52 -05:00
jaredevantabor
2be7a9ded7
moving appendToBottom function elsewhere
2017-01-26 12:48:05 -08:00
jaredevantabor
c751c56355
rearranging logic to match integrity of existing logic
2017-01-26 12:36:15 -08:00
Jared Tabor
7488e09763
Merge pull request #4927 from jaredevantabor/projects-sockets
...
Preventing page from refreshing when project list updates via the socket
2017-01-26 12:20:25 -08:00
Jared Tabor
a86f3d61c2
Merge pull request #4925 from jaredevantabor/groups-pagination
...
Groups pagination
2017-01-26 12:19:27 -08:00
Ken Hoes
2ed75a0a16
Fixed location of sub-category dropdowns
2017-01-26 15:18:42 -05:00
Chris Meyers
fbebc58267
add tests for license add host duplicate or not logic
2017-01-26 15:16:33 -05:00
jaredevantabor
484eda4aa1
fix for traceback
2017-01-26 12:11:31 -08:00
Matthew Jones
90caa2fbb7
Merge pull request #4961 from ansible/purge_old_events_endpoints
...
These old endpoints are hacky, ugly, and no longer used
2017-01-26 14:33:19 -05:00
jaredevantabor
bad9e9fcf0
fixing unit test failures
2017-01-26 10:43:18 -08:00
Chris Meyers
e09a0fb886
ensure manually modifying hosts adhears to license
...
* Super user or not, don't allow adding NOR editing (changing the name
of) a host to exceed the host license count.
2017-01-26 12:13:06 -05:00
Matthew Jones
6388e9b055
Putting back the inadvertantly removed job_events
2017-01-26 12:00:13 -05:00
Matthew Jones
37d8e57c4f
These old endpoints are hacky, ugly, and no longer used
...
They were strictly shortcuts for UI querying which can be performed
more efficiently on `/job_events` without any special processing
2017-01-26 11:55:44 -05:00