Michael Abashian
ee8ef617ca
Added error message under field when user attempts to create a gce/azure credential with an encrypted key
2016-06-23 12:22:18 -04:00
Matthew Jones
a9162278f8
Perform length validation on notification lists
...
Wherever we use a list for notification template configuration we'll now
validate that it contains at least one item at submission time.
2016-06-23 11:31:59 -04:00
jlmitch5
09c3762a08
Merge pull request #2575 from jlmitch5/fixTagSearchSingleClickable
...
make single tag search bars have their filter type non-clickable
2016-06-23 11:26:49 -04:00
Wayne Witzel III
62293341bf
Merge pull request #2592 from wwitzel3/issue-2349
...
filter out duplicate entires for the ActivityStream m2m relations
2016-06-23 11:01:42 -04:00
Leigh Johnson
e7615edd91
fix CodeMirror vars in host add/edit view, resolves #2518 ( #2590 )
2016-06-23 09:52:05 -04:00
Alan Rominger
a22cbebcb9
Merge pull request #2597 from AlanCoding/inv_scr_not_in_flake8
...
flake8 fix
2016-06-23 09:51:34 -04:00
Michael Abashian
2a98fbb9f5
Merge pull request #2588 from mabashian/as-schedule
...
Added activity stream buttons to job template/project schedule states
2016-06-23 09:11:56 -04:00
AlanCoding
d8f11459c9
flake8 fix membership in seralizer
2016-06-23 09:02:44 -04:00
Wayne Witzel III
68d47cfc93
Merge pull request #2574 from wwitzel3/fix-race
...
Ensure teams cannot have org roles as children.
2016-06-22 17:31:27 -04:00
Wayne Witzel III
5277d30d14
filter out duplicate entires for the ActivityStream m2m relations
2016-06-22 17:25:27 -04:00
Ryan Fitzpatrick
afa7bbda48
Merge pull request #2570 from rmfitzpatrick/no_issue_revert_acl_dependency
...
Revert "ensure that acl is available for setfacl calls"
2016-06-22 17:11:58 -04:00
Alan Rominger
fc8a2edcb3
Merge pull request #2583 from AlanCoding/2530_job_cancel_access
...
Allow job self-canceling and update other cancel logic
2016-06-22 16:52:38 -04:00
Alan Rominger
e67cc8ba38
Merge pull request #2562 from AlanCoding/2527_inv_update_access
...
Add can_delete to InventoryUpdateAccess
2016-06-22 16:47:29 -04:00
Chris Meyers
b53f753e0f
Merge pull request #2587 from chrismeyersfsu/enhancement-dont_drop_mongo
...
do not drop mongo after migration
2016-06-22 16:30:12 -04:00
Michael Abashian
d5f175546f
Added activity stream buttons to job template/project schedule states
2016-06-22 16:14:32 -04:00
Graham Mainwaring
7eb6fafd72
Merge pull request #2586 from ghjm/oracle_linux_bundle_setup
...
Add Oracle Linux support
2016-06-22 16:13:39 -04:00
AlanCoding
36513e96a2
add can_delete to inventory update access
2016-06-22 16:11:10 -04:00
Chris Meyers
ccd7b15b45
Merge pull request #2585 from chrismeyersfsu/fix-openstack_centos6
...
fixes openstack functools failure for py2.6
2016-06-22 16:09:29 -04:00
Chris Meyers
fd4875818f
do not drop mongo after migration
2016-06-22 16:06:47 -04:00
Wayne Witzel III
329e81b40e
no need for create=True
2016-06-22 15:39:40 -04:00
Chris Meyers
b2dd7990c2
fixes openstack functools failure for py2.6
2016-06-22 15:39:25 -04:00
Wayne Witzel III
1d329856f9
use MagicMock for content_type
2016-06-22 15:36:26 -04:00
Jared Tabor
dcad4171b0
Merge pull request #2580 from jaredevantabor/search-ux-audit
...
UX audit fixes for search bar on related tabs
2016-06-22 12:20:20 -07:00
Matthew Jones
960b6e22aa
Fix up broken CredentialOwnerTeams view
...
Missing the object when requesting whether the user can access it or not
2016-06-22 15:17:45 -04:00
AlanCoding
1f88d8b810
implement can_cancel for most unified job types
2016-06-22 14:57:30 -04:00
Matthew Jones
8d67d3a6fc
Don't auto-gen the demo project update on preload
2016-06-22 14:49:27 -04:00
kensible
4ddaf4568b
Merge pull request #2564 from kensible/2541-2542-2545
...
Audit items 2541-2542-2545
2016-06-22 14:39:48 -04:00
Michael Abashian
1c177a25f7
Merge pull request #2573 from mabashian/pie-chart-hover-padding
...
Tweaked the padding on our nv tooltips
2016-06-22 14:37:10 -04:00
Michael Abashian
fad2e1b1b7
Merge pull request #2566 from mabashian/inv-manage-breadcrumb-spacing
...
Tweaked some spacing on the inv manage breadcrumbs
2016-06-22 14:36:44 -04:00
kensible
73c8de2859
Merge pull request #2577 from kensible/2572-remove-close-schedules
...
Removed close (X) from schedules panel
2016-06-22 14:16:57 -04:00
Matthew Jones
0fda36116a
Change org admin role access for inventory scripts
...
Previously a super user was required to create and administer custom
inventory scripts. Since these are tied to organizations this commit
extends orgadmin admininstration abilities to custom scripts within
their organization
2016-06-22 13:58:14 -04:00
Jared Tabor
81402bd2ee
UX audit fixes for search bar on related tabs
2016-06-22 10:53:53 -07:00
Matthew Jones
87f1f6f8e6
Update inventory script visibility access level
...
admin roles on inv scripts can now see the actual script contents. Read
role doesn't convey that capability.
This should be pretty similar to before from a read_role
perspective... it now allows more folks to see the script contents
2016-06-22 13:48:38 -04:00
John Mitchell
aad4da3c39
add locale hack back in to scheduler date picker directive
2016-06-22 12:34:59 -04:00
Wayne Witzel III
67e516f263
update language in error message
2016-06-22 12:14:11 -04:00
John Mitchell
9b28e80e0c
make single tag search bars have their filter type non-clickable
2016-06-22 12:09:36 -04:00
Matthew Jones
2a4fa0ed9d
Increment sent messages for pagerduty backend
2016-06-22 12:09:04 -04:00
Wayne Witzel III
54e618db2e
test org role as child for team 400s
2016-06-22 12:00:32 -04:00
Wayne Witzel III
e07a06e990
Teams cannot be parents of Organization roles
2016-06-22 11:59:40 -04:00
Ken Hoes
be927c425d
Removed close (X) from schedules panel
2016-06-22 11:58:12 -04:00
Matthew Jones
c812e85f65
Change email notification formatting.
...
Instead of pretty printing the datastructure we'll now dump out the
result in json format with indent=4 for pretty viewing.
2016-06-22 11:52:49 -04:00
Michael Abashian
caa47a6a75
Tweaked the padding on our nv tooltips
2016-06-22 11:40:10 -04:00
Akita Noek
c6cd966fc8
Merge pull request #2546 from anoek/2335
...
Minor tweaks to the permissions list and modal on the Teams page
2016-06-22 10:53:30 -04:00
Wayne Witzel III
4278330032
Merge pull request #2565 from wwitzel3/3.0
...
Fix migration hierarchy updating
2016-06-22 10:29:47 -04:00
Michael Abashian
cec12d61d8
Tweaked some spacing on the inv manage breadcrumbs
2016-06-22 10:10:59 -04:00
Wayne Witzel III
2535b1fb7c
Fix migration hierarchy updating
2016-06-22 09:58:15 -04:00
Ken Hoes
d4e0dadcf5
Fixed audit items
2016-06-22 09:53:56 -04:00
Akita Noek
0bde637308
Hide the "Read" role key from the permissions modal
2016-06-22 09:50:56 -04:00
Akita Noek
705bacc32c
Merge pull request #2534 from anoek/2510
...
Fix funky layout on failed project job template warning
2016-06-22 09:44:07 -04:00
Michael Abashian
3b83fdbf82
Merge pull request #2559 from mabashian/ui-audit-5-21
...
Various UX audit fixes
2016-06-22 09:20:46 -04:00