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

4107 Commits

Author SHA1 Message Date
Matthew Jones
b3c24279ad Initial file scanning module 2015-03-25 16:25:32 -04:00
Matthew Jones
4252845b0d Make the service scanner more closely match the package scanner output 2015-03-25 13:23:55 -04:00
Joe Fiorini
529fa935c9 Extract library for tests 2015-03-25 12:18:38 -04:00
Joe Fiorini
09d631c2c1 Support isolated build for documentation examples 2015-03-25 12:18:19 -04:00
Joe Fiorini
0a2a297dcb Add back disabled label on InventoryHosts 2015-03-24 17:07:24 -04:00
James Laska
2e3b82d5eb Merge pull request #110 from wenottingham/cert-foo
AnsibleWorks -> Ansible, AWX -> Tower.
2015-03-24 16:31:50 -04:00
Luke Sneeringer
086b164655 Select the user along with the auth token. 2015-03-23 14:06:36 -05:00
John Mitchell
aa7c7ddd20 adding show password button for user stuff 2015-03-23 14:48:21 -04:00
Matthew Jones
e4e07277cc Initial docker packaging experiments 2015-03-23 12:11:10 -04:00
Matthew Jones
5f66fbb7c4 Include some more systemd information in the data structure 2015-03-23 12:08:42 -04:00
Tim Gerla
90f194c6db implement basic galaxy integration in the Project Update playbook 2015-03-20 12:36:15 -07:00
John Mitchell
579ad85553 fixing 0 bug on cleanup job details form 2015-03-20 14:03:59 -04:00
Matthew Jones
dd44c0a0f2 Initial implementation of the service scanner module 2015-03-19 13:21:45 -04:00
Jared Tabor
fc72a662b5 Fix hanging 'Wait' message when JT form times out 2015-03-19 13:11:15 -04:00
Jared Tabor
1044390a82 fixed click event element selector for smart status 2015-03-19 11:58:15 -04:00
Joe Fiorini
863376ad45 Fix jshint error 2015-03-19 09:08:30 -04:00
Matthew Jones
926b3f775d Support new casing/wording for sudo on Ansible 1.9 2015-03-18 16:37:09 -04:00
Jared Tabor
fecb51ad89 Add inventories fix
adding pararnthesis for inventory form definition. I had added this on the edit inventory controller but not the add inventory controller
2015-03-18 11:38:44 -04:00
Joe Fiorini
2ef9779cd6 Add useful console debugging tool 2015-03-17 13:44:10 -04:00
Joe Fiorini
144044f4dc Fix jshint errors 2015-03-17 13:16:20 -04:00
Jared Tabor
83e9553015 Socket.js
adding check in socket service functions to ensure that socket exists before checking the status of hte socket connection
2015-03-16 13:52:00 -04:00
James Laska
d3134fea86 Merge pull request #102 from wenottingham/cert-branch
Add some comments about replacing the cert in the place people are most likely to notice it.
2015-03-16 13:08:40 -04:00
Joe Fiorini
143305749f Merge pull request #104 from joefiorini/extract-button-directive
Extract button helper into directive
2015-03-16 12:10:05 -04:00
jaredevantabor
136efd9724 Merge pull request #105 from jaredevantabor/scan-jobs-list
Scan jobs list
2015-03-16 09:18:59 -04:00
Joe Fiorini
a33241e796 Refactor show/hide on toolbar buttons 2015-03-13 16:07:31 -04:00
Jared Tabor
64de7de53e cleaning up js hint 2015-03-13 15:53:37 -04:00
Jared Tabor
45513ca4bd added scan jobs list to inventory properties
added the scan jobs list in an accordion underneath the inventory properties.
2015-03-13 15:37:21 -04:00
Matthew Jones
bed6f6db5e Fix flake8 warnings 2015-03-13 13:30:45 -04:00
Joe Fiorini
9aba3bfa6a Remove accidental priority attribute from awToolTip 2015-03-13 13:02:43 -04:00
Matthew Jones
446e15314c Use transaction atomic for the entire request, just bail on transaction
problems to prevent a deadlock scenario
2015-03-13 12:39:26 -04:00
Joe Fiorini
ef422d33b1 Extract toolbar button into directive 2015-03-13 12:06:09 -04:00
Joe Fiorini
9aed0ad63a Extract list actions to directive 2015-03-13 12:06:09 -04:00
Joe Fiorini
cb1787816f Correctly import generateList module into inventories 2015-03-13 12:04:29 -04:00
Joe Fiorini
7b38bacca0 Uncomment and jshint ignore console statement 2015-03-13 11:50:35 -04:00
Matthew Jones
0f5beca9ae Major fixes for job callback receiver processing
* Add logic to ansible callback plugin to prevent it from waiting
  forever to submit events to Tower
* Lower process recycle threshold for tower callback receiver
* Make recycle threshold configurable
* Properly exit the main callback receiver management process if
  the event receiver process is dead so we don't leave dead worker
  processes
* Set a configurable maximum number of messages that can be waiting
  in a worker process queue before it is skipped instead of filling
  up memory on a dead worker process
* Skip over a dead worker process if it's queue is full
* Force restart callback receiver if all queues are dead
* Roll back transaction.atomic with the thought that it is causing
  deadlocks in the worker process.  Use the old commit_on_success
  mechanism with retry logic
* Seperate queue nonblocking expected exception from any other type
  of exception that could be encountered on the queue fetch operation
2015-03-13 11:18:18 -04:00
James Laska
6258035ca8 Make ValidationError consistent with rest-framework
This is silly, but rest-framework returns an error with a '.' at the
end.  Test automation validates the error responses. Rather than special
case this condition, I've chosen to raise an Exception with a msg
consistent with rest-framework.
2015-03-13 08:52:23 -04:00
James Laska
aa55f96316 Cleanup remaining flake8 issue 2015-03-13 08:50:12 -04:00
Jared Tabor
757e77e9a3 fixing jshint errors 2015-03-12 15:49:08 -04:00
Jared Tabor
333adea673 Merge branch 'edit-inv-page' into upstream_master
Conflicts:
	awx/ui/static/js/controllers/Inventories.js
	awx/ui/static/js/lists/InventoryHosts.js
2015-03-12 15:37:19 -04:00
Jared Tabor
5e22c86c45 link to manage page from inv list 2015-03-12 14:32:41 -04:00
Jared Tabor
698f2e7b8f Added icon on inventories view for manage inventory
With the Manage Inventory page being essentially nested below the Edit Inventory page, I have added a new icon and a new button for getting to these pages.
2015-03-12 12:16:47 -04:00
Jared Tabor
9ed89f9622 fixing breadcrumbs for new inventory page/manage
fixing breadcrumbs to reflect the level of nesting of hte manage page.
2015-03-12 11:41:36 -04:00
Jared Tabor
c2b5d27333 Inventory manage row height and icon col width
adjusted the heights of the rows for the groups/hosts on the manage view, and made the column width greater for icons on the page too
2015-03-12 10:41:43 -04:00
Jared Tabor
8e91c36593 Inventory edit properties
Adding the methods for filling the form with data from the API, resetting the form, saving variables, and for saving the form to the API. Also ensured activity stream worked.
2015-03-11 18:14:50 -04:00
Bill Nottingham
076ba3fd4e Add some comments about replacing the cert in the place people are most likely to notice it.
(AKA, Not Just The Manual.)
2015-03-11 17:01:02 -04:00
Joe Fiorini
31dc43d669 Merge pull request #101 from joefiorini/move-list-generator
Move list generator into new modular structure
2015-03-11 14:49:50 -04:00
Joe Fiorini
f09080c931 Move list-generator into new structure 2015-03-11 14:49:26 -04:00
Joe Fiorini
a687bb7cdc Merge pull request #99 from joefiorini/inventory-remove-checkbox
Remove checkbox on inventory list for enabling/disabling
2015-03-11 14:42:04 -04:00
Jared Tabor
286fd04498 changing name of inv manage partial 2015-03-11 13:37:07 -04:00
Jared Tabor
42081077c5 Moving inventory pages
the view that displayed the groups/hosts is now mapped to inventories/id/manage and the page for editing an inventory is an inventories/id
2015-03-11 13:30:03 -04:00