1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 18:21:12 +03:00
Commit Graph

13082 Commits

Author SHA1 Message Date
Chris Meyers
6dec9d1014 per-jt most recent fact scan gathering
* Remove system tracking piggybacked most-recent-fact-gathering
* Add explicit per-jobtemplate configurable fact gathering
* Continue to support system tracking
* Fixed a bug where we weren't ack()ing system tracking rabbit msgs
2017-05-01 16:03:16 -04:00
Chris Meyers
4795fd28bf always gather facts
* bolt on the fact scan gather to all jobs
2017-05-01 16:03:16 -04:00
Michael Abashian
4820a3dca3 Removed inventory sync status from inventory list 2017-05-01 15:49:56 -04:00
John Mitchell
1a96e20a07 tacacs ui implementation 2017-05-01 15:27:30 -04:00
Marliana Lara
9b78a919fb Fix padding and wrap of Labels section in Template
Issue #5484
*Add top and bottom padding in Labels table cell
*Show View More link when there are more than 5 labels
*Add word-wrap to labels
*Add left padding between Activity and Label sections when page
shrinks
*Change table row border color to #E1E1E1
2017-05-01 15:18:08 -04:00
Jared Tabor
b7f3b7703f fixing jshint 2017-05-01 15:13:09 -04:00
Michael Abashian
d0985f742c Adhoc command button tooltip fix 2017-05-01 15:03:31 -04:00
Jared Tabor
8f11883553 Adding insights routes and files 2017-05-01 15:03:30 -04:00
Michael Abashian
a20805d50c Fixed redirects after adding an inventory and an inventory source 2017-05-01 15:03:30 -04:00
Michael Abashian
e3adc46e30 Fixed bug adding a normal inventory 2017-05-01 15:03:30 -04:00
Michael Abashian
fcc70f69fa Inventory sources socket work. Refactoring sources/factories. Small fixes to inventory sync stdout 2017-05-01 15:03:30 -04:00
Jared Tabor
11f3f057f6 related groups for host-edit form 2017-05-01 15:03:30 -04:00
Michael Abashian
5c79561b7d Fixed inventory codemirrors and tweaked delete source warning 2017-05-01 15:03:30 -04:00
Jared Tabor
832e55f964 Adjustments to nested groups edit
after feedback from Bill.
2017-05-01 15:03:30 -04:00
Michael Abashian
db8b36a057 Removed old failed hosts logic. Added logic to hide panels where more than two are present 2017-05-01 15:03:15 -04:00
Jared Tabor
0b6a5b14a3 adding extra file for nested group adding 2017-05-01 15:03:15 -04:00
Jared Tabor
fed34fff8b fixing add/edit for a related group 2017-05-01 15:03:15 -04:00
Jared Tabor
fe63303816 Adding the ability to add/edit hosts to a group
includes adding the ansible facts to that host form
2017-05-01 15:02:25 -04:00
Michael Abashian
0bec96ff28 Fixed jshint error 2017-05-01 15:00:15 -04:00
Michael Abashian
9fb8b6579f Hooked up copy/move hosts and groups 2017-05-01 15:00:15 -04:00
Michael Abashian
e435b6505a Implemented host facts related tab 2017-05-01 15:00:15 -04:00
Michael Abashian
0de2f7deb4 Hooked up inventory source scheduling. Fixed various small bugs 2017-05-01 15:00:15 -04:00
Michael Abashian
8734ad738f Implement adhoc commands for normal inventories 2017-05-01 15:00:15 -04:00
Jared Tabor
0fa9aa6bcb Adding nested-groups (related tab) and completed jobs to inventories 2017-05-01 15:00:15 -04:00
Michael Abashian
78ff5f5301 Removed scm inventory from add inventory dropdown 2017-05-01 14:58:09 -04:00
Jared Tabor
cca8f13a2f fixing sources-add function
the params were being sent as a nested function.
2017-05-01 14:58:09 -04:00
Michael Abashian
e58e593140 First pass implementation of fact searching on hosts 2017-05-01 14:58:09 -04:00
Jared Tabor
c22e4a5023 Adding first pass at inventory sources CRUD workflow
and breaking out sources info from groups and simplifying groups
workflows to disclude source info
2017-05-01 14:58:09 -04:00
Michael Abashian
a9ea639d9b Hook up system tracking from the host list 2017-05-01 14:58:09 -04:00
Michael Abashian
ad494bbb40 Navigate the user to the inventory edit form after creating basic inventory 2017-05-01 14:58:09 -04:00
Michael Abashian
8173ec4014 Added missing comma 2017-05-01 14:58:09 -04:00
Michael Abashian
cc80cd8549 Dynamic inventory add form work 2017-05-01 14:58:09 -04:00
jaredevantabor
62fafc9870 adding related-host-add/edit routes for inventories 2017-05-01 14:58:09 -04:00
Michael Abashian
9131ee59a2 Pass host filter through to the smart inv form. Fixed inventory list name link 2017-05-01 14:56:23 -04:00
Michael Abashian
e411d5c69b More inventory state setup. This should get basic/smart inventory forms working in conjunction 2017-05-01 14:56:23 -04:00
jaredevantabor
09f99b04f2 adding inventories related-host state 2017-05-01 14:56:23 -04:00
jaredevantabor
b85614082e Adding group add and group edit routes back in 2017-05-01 14:56:23 -04:00
Michael Abashian
c1ad7d69fd Moving some states around based on new smart inventory flow 2017-05-01 14:54:16 -04:00
jaredevantabor
a7dbd00192 fixing small issue i created with list-generator classes 2017-05-01 14:52:52 -04:00
jaredevantabor
f5141bcab9 Related Groups tab for inventories
I've added a way to hookin a custom "related" state without
needing to extend the state-generator directly. There is more work
that needs to happen here but this gets the scaffolding in place for
the related-groups tab.
2017-05-01 14:52:52 -04:00
Michael Abashian
3727c3a9a5 Disable the SMART INVENTORY button until the user performs a search on the host list 2017-05-01 14:52:52 -04:00
Michael Abashian
2dd1901649 Set up dynamic inventory org lookup state 2017-05-01 14:52:52 -04:00
jaredevantabor
8013f352ce fixing linkage to user on inventories.permissions
it was plain text instead of being a link to the user
2017-05-01 14:52:52 -04:00
Michael Abashian
570b7fde88 Added smart inventory add scaffolding 2017-05-01 14:52:52 -04:00
jaredevantabor
96c25fe464 adding related tabs for inventories
for groups, hosts, sources, and completed jobs. this is for the
tabs themselves.
2017-05-01 14:52:52 -04:00
jaredevantabor
14ec5183d2 fixes to edit->host and host list
removing the copy and delete icons from the top level host list,
as well as fixing the edit host view which was slightly bjorked.
2017-05-01 14:52:52 -04:00
Michael Abashian
54a92b5b5e Normalized inventory list/form. This was the way it used to be 2017-05-01 14:52:52 -04:00
Michael Abashian
2e177598c2 Fixed add inventory form 2017-05-01 14:52:52 -04:00
Michael Abashian
6608819c95 removed css rule targeting host/group search bar 2017-05-01 14:52:52 -04:00
Michael Abashian
b741354ad0 Removed old inventories code. Cleaned up new inventories code 2017-05-01 14:52:51 -04:00