John Mitchell
|
2229d60c4e
|
speed up toggle by manually applying toggle
|
2016-06-27 11:30:16 -04:00 |
|
John Mitchell
|
ac6d985846
|
get click to close working for search bars
|
2016-06-27 11:16:46 -04:00 |
|
Akita Noek
|
db02b446e5
|
Merge pull request #2646 from anoek/2628
Better handle missing notification_type in patches to notification template
|
2016-06-27 10:47:04 -04:00 |
|
Akita Noek
|
7979ad3bc8
|
Merge pull request #2641 from anoek/2515
Don't update computed fields while mass group deleting until the end
|
2016-06-27 10:46:13 -04:00 |
|
Leigh Johnson
|
035d4ea42d
|
Merge pull request #2584 from leigh-johnson/1721
Brace Activity Stream against breaking errors / resolve AS Audit
|
2016-06-27 10:38:10 -04:00 |
|
Alan Rominger
|
9923728797
|
Merge pull request #2635 from AlanCoding/AS_test_pagination
Activity Stream update prefetched fields, avoid a .distinct().count()
|
2016-06-27 10:29:10 -04:00 |
|
jlmitch5
|
08178ce9ba
|
Merge pull request #2639 from jlmitch5/fixSurveyWording
fix survey wording
|
2016-06-27 10:20:41 -04:00 |
|
Leigh Johnson
|
0111787dff
|
remove zombie search code, resolves #2449 (#2604)
|
2016-06-27 10:02:05 -04:00 |
|
kensible
|
52e87bda3f
|
Merge pull request #2623 from kensible/2358-tooltip-width
Changed max-width of tooltip content
|
2016-06-27 09:57:59 -04:00 |
|
Akita Noek
|
2b323fc24e
|
Better handle notification template patches for notification_type
This makes it so patches don't require the notification_type to be present
|
2016-06-27 09:40:39 -04:00 |
|
Michael Abashian
|
c6edf2958f
|
Merge pull request #2621 from mabashian/2620
Adjusted the padding on the alert modal body to 10px
|
2016-06-27 09:38:17 -04:00 |
|
Michael Abashian
|
72b66224e1
|
Merge pull request #2608 from mabashian/invalid-gce-credential
Added custom error message when attempting to create gce/azure creds with encrypted key
|
2016-06-27 09:37:48 -04:00 |
|
kensible
|
ca68cf64f1
|
Merge pull request #2644 from kensible/2626-job-template-text
Added link out
|
2016-06-27 09:25:38 -04:00 |
|
Akita Noek
|
9494db583d
|
Better handle missing notification_type in patches to notification template
Addresses #2628
|
2016-06-24 16:50:27 -04:00 |
|
Leigh Johnson
|
358662765e
|
consume the /group/:id/all_hosts endpoint to build subgroups host list, resolves #2640 (#2642)
|
2016-06-24 16:07:35 -04:00 |
|
Ken Hoes
|
0cffc66126
|
Added link out
|
2016-06-24 16:04:13 -04:00 |
|
Akita Noek
|
198daf762e
|
Don't update computed fields while mass group deleting until the end
Significantly reduces the time it takes to delete bulk groups, re #2515
|
2016-06-24 15:28:49 -04:00 |
|
Leigh Johnson
|
c8abafc108
|
fix global pagination breakage, resolves #2633 (#2637)
|
2016-06-24 15:11:11 -04:00 |
|
John Mitchell
|
e6f61d364f
|
fix survey wording
|
2016-06-24 14:57:01 -04:00 |
|
Akita Noek
|
152675d610
|
Merge pull request #2632 from anoek/2631
Removed some missed things from our Group role removal work
|
2016-06-24 14:48:38 -04:00 |
|
Akita Noek
|
146fce2dc4
|
Merge pull request #2618 from anoek/2561
Fixed inventory edit editablity from update_role users
|
2016-06-24 14:19:59 -04:00 |
|
AlanCoding
|
02dac5299c
|
Activity Stream prefetch update to new fields, avoid distinct.count repeated queries
|
2016-06-24 14:19:41 -04:00 |
|
Akita Noek
|
ca2b4766a5
|
Removed some missed things from our Group role removal work
* Removed `groups/n/object_roles`
* Removed `groups/n/access_list`
* `active_roles` from the Group `summary_fields`
#2631
|
2016-06-24 14:17:20 -04:00 |
|
Michael Abashian
|
1b9b14d6f7
|
Merge pull request #2619 from mabashian/2617
Highlight group/host currently being edited
|
2016-06-24 12:00:12 -04:00 |
|
Ken Hoes
|
3ef607f1e2
|
Changed max-width of tooltip content
|
2016-06-24 11:59:25 -04:00 |
|
Michael Abashian
|
c427d17293
|
Adjusted the padding on the alert modal body to 10px
|
2016-06-24 11:57:13 -04:00 |
|
Michael Abashian
|
ac1f3e142f
|
Merge pull request #2599 from mabashian/stack-jt-checkboxes
Moved job template checkboxes into a group
|
2016-06-24 11:19:44 -04:00 |
|
Michael Abashian
|
2518d78f31
|
Merge pull request #2616 from mabashian/cache-timeout
Hide cache timeout on scm type: manual projects
|
2016-06-24 11:17:40 -04:00 |
|
Michael Abashian
|
d2dbc6a3f0
|
Added logic to highlight the appropriate row when editing groups and hosts
|
2016-06-24 11:14:05 -04:00 |
|
Akita Noek
|
291c8126d7
|
Fixed inventory edit editablity from update_role users
Now you'll need the expected admin_role access to do things like edit
inventory, groups, and hosts.
Resolves #2561
|
2016-06-24 11:03:54 -04:00 |
|
Akita Noek
|
20ba96ae84
|
Description update
With our role removal from inventory groups this description needed some
updating
|
2016-06-24 09:49:14 -04:00 |
|
Akita Noek
|
feaaac94a2
|
Merge pull request #2603 from anoek/2579
Removed roles per inventory group
|
2016-06-24 09:23:06 -04:00 |
|
Graham Mainwaring
|
111511c680
|
Merge pull request #2612 from ghjm/centos_scl
Correct handling of SCL repos per CentOS version
|
2016-06-23 17:12:49 -04:00 |
|
Graham Mainwaring
|
8110708043
|
Merge pull request #2613 from ghjm/ol_repo_fix_2
Use Oracle SCL only from preinstalled repo file
|
2016-06-23 17:12:42 -04:00 |
|
Michael Abashian
|
38d4be552d
|
Hide cache timeout when editing existing scm project and changing the type to manual
|
2016-06-23 16:56:48 -04:00 |
|
Matthew Jones
|
288ecc1c5b
|
Ignore management jobs on activity stream
|
2016-06-23 16:14:56 -04:00 |
|
Alan Rominger
|
bfe9319142
|
Merge pull request #2596 from AlanCoding/NT_orphan_access
Restrict editing of orphan notification templates to superusers
|
2016-06-23 15:32:02 -04:00 |
|
Ken Hoes
|
8f0d890fb9
|
Forced options to stack inline
|
2016-06-23 15:14:00 -04:00 |
|
Michael Abashian
|
169002b623
|
Merge pull request #2581 from mabashian/job-template-audit-items
Job template audit items
|
2016-06-23 15:05:22 -04:00 |
|
Chris Meyers
|
5a156ba688
|
Merge pull request #2610 from chrismeyersfsu/fix-ansible_1_9_install
provide defaults for loop vars so ansible 1.9 does not die. Also added needed psycopg dep for ubuntu
|
2016-06-23 14:57:25 -04:00 |
|
Graham Mainwaring
|
f97a03994c
|
Merge pull request #2609 from ghjm/ol_scl_fix
Enable Oracle SCL repo on OL6
|
2016-06-23 14:22:13 -04:00 |
|
Chris Meyers
|
c1d9b530ce
|
Merge pull request #2598 from chrismeyersfsu/fix-remove_mongo_backup_restore
remove backup and restore of mongo from backup restore path
|
2016-06-23 13:48:56 -04:00 |
|
kensible
|
909dd8c811
|
Merge pull request #2600 from kensible/2274-uncapitalize-license
Removed capitalization of license key field
|
2016-06-23 12:50:57 -04:00 |
|
Jared Tabor
|
3dae79769d
|
Merge pull request #2589 from jaredevantabor/notifications
Inserting ADD NOTIFICATION TEMPLATE button for related tabs
|
2016-06-23 09:34:10 -07:00 |
|
Jared Tabor
|
d9f8788fd7
|
Merge pull request #2595 from jaredevantabor/dash-pro-sync-failures
fixing project view of failed syncs from dash
|
2016-06-23 09:34:00 -07:00 |
|
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 |
|
Jared Tabor
|
862dc458c6
|
fixing project view of failed syncs from dash
to include failed jobs and canceled jobs
|
2016-06-23 09:01:06 -07:00 |
|
Jared Tabor
|
a26a4326ba
|
Fixing add notificaiton template button for mgmt jobs
|
2016-06-23 09:00:02 -07:00 |
|
Jared Tabor
|
3e9b86e024
|
Fix breadcrumb for notification templates page
It didn't include the Settings crumb first
|
2016-06-23 09:00:02 -07:00 |
|
Jared Tabor
|
c075aafd50
|
JSHint
|
2016-06-23 09:00:01 -07:00 |
|