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

810 Commits

Author SHA1 Message Date
Chris Church
2e03a646a5 Fixes AC-402. Fix issues arising from unit tests. 2013-09-05 07:57:49 -04:00
chouseknecht
567aef5d1e AC-351 last bits of SCM Integration. Refresh button, and status and last_updated fields added. 2013-09-05 07:17:34 -04:00
Chris Church
fb8212b063 Implements AC-380. Add validation for host (and group) names. 2013-09-05 02:08:45 -04:00
Chris Church
a3a3e72b32 Fixes AC-390. Project SCM updates should never prompt for sudo password. 2013-09-05 01:27:57 -04:00
Chris Church
72d87fb908 AC-382, AC-352. Added status and last_updated fields for projects API. Various other updates to support projects using SCM. 2013-09-05 01:19:58 -04:00
chouseknecht
15fbf95c2a Tweaks to site footer. Added link to ansibleworks.com. Changed a:hover color to match header. 2013-09-04 23:44:03 -04:00
chouseknecht
8a7193f1e2 AC-282 added chk-pass directive. Password strength is now checked on Users detail page. 2013-09-04 23:18:13 -04:00
chouseknecht
7bd3177e0c Latest AC-351 changes. Halfway through AC-282. On users page the complexity progress bar is rendering correctly according to password strength. 2013-09-04 18:19:04 -04:00
root
54972c6038 The app_setup directory is legacy, the setup directory is the current one. 2013-09-04 17:13:53 -04:00
chouseknecht
21bfee9e70 AC-394 Fixed. 2013-09-04 16:51:14 -04:00
chouseknecht
c9ff6f7a99 AC-398 removed 404 error on Job Detail page when job template has gone missing. 2013-09-04 15:40:16 -04:00
chouseknecht
cadbf5f22d AC-395 Changed txt of 'No unassigned playbook directories' message. Message now displays in the form rather than via a modal dialog. The message is only displayed when scm_type is manual and all project directories are already assigned. 2013-09-04 15:11:21 -04:00
chouseknecht
d32240803e Fixes for AC-389, 391, 392, 397 2013-09-04 11:06:55 -04:00
chouseknecht
41ef7c1fec AC-391 Fix to inventory display. Fix to helpers/project.js not compiling. 2013-09-04 09:17:58 -04:00
chouseknecht
602bf49caf Fix in Utilities.LoadBreadCrumbs that broke Inventory->Groups page. 2013-09-04 09:14:28 -04:00
chouseknecht
12a4b2346c SCM status dialog changes. Title is now project name. Added created on date with formatting. 2013-09-04 09:05:49 -04:00
chouseknecht
a2d36a0c3f AC-333 support link prominently included in header and footer 2013-09-03 18:59:31 -04:00
chouseknecht
25a2e32082 AC-318 fixed Forks tooltip and validation on Job Templates page 2013-09-03 18:23:58 -04:00
chouseknecht
eae151ba31 AC-386 All Jobs and All Host Summaries links now work from Inventories-> Hosts page. 2013-09-03 17:38:28 -04:00
chouseknecht
78de6b360f SCM status info now available from Projects tab. 2013-09-03 16:08:10 -04:00
chouseknecht
a6c1e3385b Latest UI changes. 2013-09-03 12:30:06 -04:00
chouseknecht
1d19bd9c06 Lates UI changes 2013-09-03 11:04:41 -04:00
chouseknecht
011545035d Lates UI changes 2013-09-03 08:38:10 -04:00
chouseknecht
cde035f06d AC-378 applied new sort routine to inventory groups page. 2013-09-02 01:29:51 -04:00
chouseknecht
d9ba08e8cb AC-379 Only a single node is selected whenever the tree is initialized. Also added a sort routine to the data load process so that nodes are now sorted by name. 2013-09-01 23:55:11 -04:00
chouseknecht
503cdced2f AC-378 fixed broken pop-over. Using 'esc' to close now workd correctly. 2013-09-01 17:34:36 -04:00
chouseknecht
51333c0a8a AC-351 Latest changes. 2013-08-30 14:15:54 -04:00
Chris Church
67ae8effa4 AC-132 Added API support to prompt for SCM passwords when updating a project. 2013-08-30 03:08:24 -04:00
Chris Church
08a29f801a Added cleanup_jobs management command for AC-323. 2013-08-30 00:24:00 -04:00
Chris Church
290768c20d Add import command support for AC-332. Refactored import script to eliminate use of global variables, which breaks tests. 2013-08-29 23:46:38 -04:00
chouseknecht
d774327c68 AC-351 latest changes. Fixed project add/edit form issues. 2013-08-29 17:32:00 -04:00
Chris Church
45b7c44c09 Fixes AC-361. Host last_job is updated whenever job is marked inactive or deleted. 2013-08-29 17:15:31 -04:00
Chris Church
27c80c81e0 Fixes AC-376. Set description to empty string when passed as null to the API. 2013-08-29 16:22:19 -04:00
chouseknecht
33a9a7505f AC-369 Latest inventory changes. 2013-08-29 15:29:30 -04:00
chouseknecht
fba907ee93 AC-352 Latest. Expanded width of ssh key field and applied fixed width/mono-space font. Same changes made to Credentials page. 2013-08-28 22:35:55 -04:00
chouseknecht
ee220ba928 AC-352 First pass at SCM integration 2013-08-28 21:38:45 -04:00
chouseknecht
51033abe87 AC-369 Inventories->Groups page now loads from /api/v1/inventories/N/trees. All nodes are open on load. Drag-n-drop works. Node add/update/delete working. 2013-08-28 12:41:31 -04:00
Chris Church
5ce8328230 Fixes AC-334. Don't set failed flag on job events when ignore_errors is True. 2013-08-28 10:21:02 -04:00
Chris Church
92e0beb5cb Fixes AC-346. Allow playbooks with invalid YAML syntax to show up in list of available playbooks. 2013-08-28 09:58:36 -04:00
Chris Church
8d16485f7f Updated third-party requirements to latest versions. 2013-08-27 23:20:47 -04:00
chouseknecht
415fbc5362 AC-369 Inventories->Hosts page now uses the /api/vi/inventories/N/trees to load the tree. Tree is loaded fully expanded. 2013-08-27 18:31:19 -04:00
chouseknecht
fe03a789b6 AC-373 Inventory page layout changes. Removed tabs and menu to make better use of limited page real estate 2013-08-27 13:46:58 -04:00
Chris Church
0129036b40 For AC-332. Added support to inventory script view, inventory script and task engine to include hostvars inline when using Ansible >= 1.3. 2013-08-27 00:09:05 -04:00
Chris Church
2bb5374685 Added inventory tree view for AC-360. 2013-08-26 12:57:41 -04:00
Chris Church
e343c9386d Fix for 500 error when POST data is not a dict. 2013-08-26 11:26:03 -04:00
Chris Church
e661f96054 AC-132 Minor updates after testing via API, notes on remaining items to implement. 2013-08-26 10:31:39 -04:00
Chris Church
ee3ba2c0e1 More work in progress on AC-132. 2013-08-26 10:31:39 -04:00
Chris Church
e594296c9b Fix to maintain Django 1.4 compatibility. 2013-08-26 10:31:39 -04:00
Chris Church
fc68955bad For AC-132. Work in progress on project SCM support. 2013-08-26 10:31:39 -04:00
Chris Church
89f5182935 Add API doc templates to manifest so they are included in the build. 2013-08-22 14:59:11 -04:00