Bill Nottingham
3cfc0131e1
Fix paste-o in tooltip.
...
Related: #2892
2016-07-11 10:55:45 -04:00
jlmitch5
53b705f1bb
Merge pull request #2888 from jlmitch5/fixTableRowLayout
...
give description column top/bottom padding, and center action cell for tall rows
2016-07-11 10:26:19 -04:00
Matthew Jones
6447434aa1
Hanele credential in notifications when deleted
2016-07-11 10:16:33 -04:00
Leigh Johnson
34523d59a2
fix parseTypeChange params in Projects, Inventory Source, Job Templates extra vars fields, resolves #2866 ( #2878 )
2016-07-11 09:48:12 -04:00
Leigh Johnson
5599b3fd1e
Merge pull request #2889 from leigh-johnson/1721
...
Fix activity stream urls, handle update operations separately
2016-07-09 01:05:06 -04:00
Leigh Johnson
53e9ca0ffb
Merge pull request #2883 from leigh-johnson/2858_2859_2761
...
Consolidate Job Detail > Host Events filter/search requests
2016-07-09 01:03:32 -04:00
Leigh Johnson
d3926fa2e8
Merge pull request #2890 from leigh-johnson/2855
...
Fix Inventory Manage > Hosts list disabled indicator style
2016-07-09 01:02:18 -04:00
Leigh Johnson
6acf6b80d7
fix Inventory Manage > Hosts list disabled indicator style, resolves #2855
2016-07-08 17:11:52 -04:00
Jared Tabor
d5877f7ca0
Merge pull request #2881 from jaredevantabor/completed-jobs
...
Using $state to determine to launch or relaunch jobs
2016-07-08 14:01:44 -07:00
Leigh Johnson
0b8bec3da6
remove log
2016-07-08 17:01:25 -04:00
Akita Noek
8bad695d26
Merge pull request #2886 from anoek/2804
...
Allow anyone who can read an inventory to see adhoc commands run on that inventory
2016-07-08 16:57:37 -04:00
Leigh Johnson
03af6b3507
fix activity stream inventory script url, handle update operations in a separate case, resolves #1721 kickback
2016-07-08 16:29:48 -04:00
Akita Noek
7733167693
Updated tests to reflect new expected behavior
2016-07-08 16:29:14 -04:00
John Mitchell
f106b596ea
give description column top/bottom padding, and center action cell for tall rows
2016-07-08 16:27:43 -04:00
Alan Rominger
fbde6355bf
Merge pull request #2880 from AlanCoding/2870_null_data_access
...
Browseable API POST box fixes
2016-07-08 15:30:18 -04:00
Leigh Johnson
7ac59d952b
Merge pull request #2874 from leigh-johnson/2862
...
Fix 400 error sorting by type in jobs > schedules tab list
2016-07-08 15:26:26 -04:00
Leigh Johnson
90466ea69e
Merge pull request #2872 from leigh-johnson/2865
...
Clear job list labels column if no label results are found
2016-07-08 15:25:51 -04:00
Leigh Johnson
52cce6424c
Merge pull request #2871 from leigh-johnson/2811
...
Update job list tooltips on status change
2016-07-08 15:25:32 -04:00
AlanCoding
5027027aba
update behavior of access.py to newer DRF, display POST box for most list endpoints
2016-07-08 15:18:40 -04:00
Leigh Johnson
8cfb25b240
consolidate host events filter/search requests, resolves #2858 , #2859 , kickback on #2761
2016-07-08 15:09:09 -04:00
Jared Tabor
ac42f7a0d5
Using $state to determine to launch or relaunch jobs
...
instead of $location
2016-07-08 11:39:46 -07:00
Jared Tabor
88d2a24e47
Merge pull request #2857 from jaredevantabor/activity-stream
...
redirect user to dashboard on refresh
2016-07-08 11:20:34 -07:00
Jared Tabor
f80c5c143c
Merge pull request #2856 from jaredevantabor/host-event-tooltip
...
fixing tooltip for host events on job detail panel
2016-07-08 11:19:46 -07:00
Matthew Jones
ae9b4d3e58
Revert "Fix up hook conditions for rbac activity stream"
...
This reverts commit 36c14f83bcb11fcdbd31140ce182ab87e3db4644.
2016-07-08 13:13:22 -04:00
Matthew Jones
26b0d345f8
Notification guarding for deleted inventory
2016-07-08 13:04:42 -04:00
Matthew Jones
1c860b81ac
Fix up hook conditions for rbac activity stream
2016-07-08 13:03:34 -04:00
Jared Tabor
4f219e2775
redirect user to dashboard if refresh
...
if changing targets on the activity stream page and then clicking the toggle
2016-07-08 10:00:40 -07:00
Jared Tabor
81d32e216d
fixing tooltip for host events on job detail panel
2016-07-08 09:59:52 -07:00
Matthew Jones
4c7f54cf72
Fix an activity stream associate with deleted obj
...
In some scenarios the activity stream associate could be invoked where
obj2 doesn't exist... the .get() will fail and tank the caller
preventing the save. This guards that and blocks the activity stream
event, saving the save (whew!)
2016-07-08 12:56:52 -04:00
Akita Noek
52997ae0ac
Merge pull request #2876 from anoek/test-skips
...
Skip troublesome old job tests
2016-07-08 12:54:43 -04:00
Akita Noek
a0017eb074
Skip troublesome old job tests
...
These are actively being worked on by matburt and cmeyers, merging these
skips because the otherwise unrelated test failures are causing
headaches for the UI team.
2016-07-08 12:33:32 -04:00
Akita Noek
6cb83052b4
Merge pull request #2873 from anoek/2803
...
Quick fix for 403 when editing groups with cloud credentials you don't have access to
2016-07-08 12:14:11 -04:00
Akita Noek
ee3d4dc42d
Allow anyone who can read an inventory to see adhoc commands run on that inventory
...
This implicitly solves one of the issues with #2804 , but is in general a
better behavior in general we believe.
2016-07-08 12:09:39 -04:00
Leigh Johnson
1aa6ae5307
fix outdated order_by params in jobs > schedules list, resolves #2862
2016-07-08 11:17:54 -04:00
Akita Noek
ffdcd1f20d
Don't fetch credential for inventory groups when all we need is the name and it exists in the summary fields
...
This implicitly solves #2803 by simply not doing the get that was
causing the problem.
2016-07-08 11:14:01 -04:00
John Mitchell
ad4841cc94
fix tooltip placement on permission role list team item
2016-07-08 11:12:59 -04:00
Leigh Johnson
6296e717cb
clear labels column if no label results are found, resolves #2865
2016-07-08 11:00:46 -04:00
Leigh Johnson
145d9bb758
update tooltips in job list on status change, resolves #2811
2016-07-08 10:11:43 -04:00
Akita Noek
33547259e2
Merge pull request #2840 from anoek/test-porting
...
Ported several old tests to our new test system
2016-07-08 09:25:35 -04:00
Jared Tabor
32633bb2aa
Merge pull request #2853 from jaredevantabor/hosts-disabled-search
...
Searching for disabled hosts was searching for enabled hosts
2016-07-07 15:28:48 -07:00
Chris Church
2387ef0d3a
Merge pull request #2850 from wenottingham/wording-tweak
...
Tweak system job template wording
2016-07-07 16:18:33 -04:00
Bill Nottingham
e0d76ec378
Tweak system job wording.
2016-07-07 16:12:51 -04:00
Alan Rominger
ace2f1e207
Merge pull request #2846 from AlanCoding/2842_proj_api
...
Show the project list POST text box for org admins in API browser
2016-07-07 15:30:46 -04:00
kensible
a9f1c12ac8
Merge pull request #2848 from kensible/2841-portal-job-sort-order
...
Default to descending order on job view toggle
2016-07-07 15:20:00 -04:00
jlmitch5
276795454e
Merge pull request #2851 from jlmitch5/putTeamNameTooltip
...
put team name in tooltip in rolelist
2016-07-07 15:07:53 -04:00
Jared Tabor
4c0a0f7936
Searching for disabled hosts was searching for enabled hosts
...
The API can only search hosts by "enabled": yes or no (t/f). However on the UI we want to search by "disabled" so needed to override the boolean values for this particular search
2016-07-07 12:00:19 -07:00
John Mitchell
a6d08eef1a
put team name in tooltip in rolelist
2016-07-07 14:51:50 -04:00
Akita Noek
521fa13662
More mock fixes for organizations.py tests
2016-07-07 14:41:11 -04:00
kensible
dc1c2117c4
Merge pull request #2837 from kensible/2774-edit-icon-new-object
...
Edit indicator removed after changing URLs and making new object
2016-07-07 14:21:41 -04:00
Ken Hoes
5b76df4d7f
Default to descending order on job view toggle
2016-07-07 14:17:40 -04:00