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

912 Commits

Author SHA1 Message Date
chouseknecht
44c6bca6f0 Fixed 'refresh' routine to refresh on the current url (which includes current page, sort and search criteria). In other words refresh now respects the current page state rather than resetting it back to thebeginning. Also added first attempt at a dashboard and widget. 2013-09-26 01:50:34 -04:00
Chris Church
879936ab37 AC-482. Fix missing import for PyYAML. 2013-09-25 14:47:52 -04:00
Chris Church
7a2f5811e3 Update requirements to support CentOS/Python2.6. 2013-09-24 23:13:27 -04:00
Chris Church
981819fdc3 Remove readline from dev requirements for Jenkins unit tests to pass (hopefully). 2013-09-24 22:51:56 -04:00
Chris Church
e85cf35ed9 Fixes AC-479. Make job_args fields text instead of varchar. 2013-09-24 22:13:36 -04:00
Chris Church
9fc46e6292 AC-474. Updates to contributing doc, along with related Makefile, testing and settings changes. 2013-09-24 21:41:00 -04:00
chouseknecht
4b09ba4c83 AC-466. Fixed issue with refresh timer randomly quitting. Fixed project authorization checkbox. 2013-09-24 03:42:23 +00:00
chouseknecht
f2eb9ff343 Breadcrumb drop-down icon to 12px 2013-09-21 00:37:06 -04:00
chouseknecht
daebe4b3ef Adjusted width of search widget for smaller screens. Fixed main menu collapse issue. 2013-09-21 00:24:42 -04:00
chouseknecht
1a590c6cf6 Fixed breadcrumbs on Job detail page. Breadcrumb title for an item can now be different from the active menu name, allowing in this case the breadcrumb to job_id and job_name while the menu shows 'Job detail'. 2013-09-20 17:30:09 -04:00
chouseknecht
93e53034c1 Applied same navigation/drop-down changes to jobs that we applied to inventory. 2013-09-20 16:42:58 -04:00
chouseknecht
c47168dce2 Search widget now activate on hover. Restored click activation to all drop downs and the search widget, so things should still work OK on touch screens/mobile devices. 2013-09-20 15:20:25 -04:00
chouseknecht
50ebe9d165 Better inventory navigation. Breadcrumbs now includes a hover activated drop-down. Debating whether using hover activation is a good thing. Obviously doesn't work on mobile, so will need to build a work around. 2013-09-20 12:06:08 -04:00
chouseknecht
c2e428aca0 Added custom class to related set accordions in hopes of helping QA test scripting effort. 2013-09-19 13:57:00 -04:00
chouseknecht
cfa8f5bbe3 Error on User detail page with checkbox ID property. 2013-09-19 05:32:51 +00:00
chouseknecht
c02ff6f013 Adding development setup documentation 2013-09-18 21:44:22 +00:00
chouseknecht
6e7425a046 Latest changes to add ID attribute to all elements. Lists and tables now have IDs. 2013-09-18 20:17:16 +00:00
chouseknecht
bc4f27ef8f Latest changes to add ID element to form elements. 2013-09-18 16:28:12 +00:00
chouseknecht
f8069ec02d Modified form generator, adding ID attribute to all form elements 2013-09-18 11:46:22 -04:00
James Cammarata
1a1859a203 Remove settings.py from the debian/rpm packaging 2013-09-17 14:02:37 -05:00
chouseknecht
b7488b7043 AC-463 Latest changes automating refresh button on Projects and Jobs tab. Cleaned up Cancel/Delete buttons on Jobs tab. 2013-09-17 12:05:25 -04:00
chouseknecht
f97b889a9b AC-463. Reduced refresh button to automatic page refreh every 10 sec. Duration btwn refreshes can be adjusted in config.js. 2013-09-17 03:36:35 -04:00
chouseknecht
fb3aa968f7 AC-456 Moved project status badge to Update Status column. 2013-09-16 11:54:19 -04:00
chouseknecht
2e805f75a1 AC-455 Replaced job.name with job.template. Re-configured line item actions so that buttons now have labels, making the page consistent with the rest of the applicaiton. 2013-09-16 10:13:51 -04:00
Chris Church
4b5620806c Fixes AC-472. Workaround for django-taggit breaking dumpdata command. 2013-09-13 16:22:20 -04:00
Chris Church
ac7c300948 Fixes AC-470. Disable host name validation for now. 2013-09-13 12:29:34 -04:00
Chris Church
c557ba6681 Updated REST API footer. Updated style for admin and error pages. 2013-09-13 09:37:10 -04:00
chouseknecht
fef625445f User related.current_update for SCM project status detail when availble (i.e. while an update is running). Otherwise use related.last_update. 2013-09-13 00:01:58 -04:00
chouseknecht
d79d20a630 Labels for inline checkboxes found outside of a group are now bold.s 2013-09-12 22:38:59 -04:00
chouseknecht
bf40a034d3 AC-457 Fixed non-collapse issue with new help widget. Need to remember to set forceListeners: true in form definition. 2013-09-12 17:07:37 -04:00
chouseknecht
9abf6cd2db AC-457 Fixed help text wording 2013-09-12 17:05:11 -04:00
chouseknecht
460ec55cee AC-457 dynamic help panel widget 2013-09-12 16:58:25 -04:00
Chris Church
d44722e4ae AC-464. Fix to pass correct username when using svn+ssh. 2013-09-12 16:21:39 -04:00
Chris Church
00e3787f5a AC-454. Update SCM URL validation and error messages, check for special github/bitbucket URLs. 2013-09-12 16:02:56 -04:00
Michael DeHaan
e01bd85f45 Remove warning about file being overwritten given force=no now being used on settings.py.j2
NOTE: config/* files should be removed in next release.  Ticket filed.
2013-09-12 15:50:39 -04:00
Michael DeHaan
9ed555379d Add comments to LDAP settings 2013-09-12 15:08:46 -04:00
Chris Church
95934d9b67 Changed project updates to use -v instead of -vvv. 2013-09-12 13:41:04 -04:00
Chris Church
ef5835d9d0 AC-459. Remove rsync:// and file:// from allowed URL schemes. 2013-09-12 11:23:20 -04:00
Chris Church
e3f64c5860 Tox updates. 2013-09-12 10:10:06 -04:00
chouseknecht
c9ed4fab37 AC-454 deferring scm_url validation to the API. 2013-09-12 07:54:46 -04:00
chouseknecht
9b11bb6f69 AC-453 Fixed ongoing job template issue where changing form elements does not cause the Save button to enable. Issue was playbook value was set before list of playbook options was loaded. Now during process of loading playbooks we check for the scope.playbook value. If a match is found, set validity property of scope.form.plabyook.required to true. 2013-09-12 07:37:36 -04:00
Chris Church
1c97cb202e Skip SCM URL validation for projects without SCM. 2013-09-12 03:40:54 -04:00
Chris Church
c7240dfd83 AC-432. Handle responding to SSH password prompt. 2013-09-12 03:26:38 -04:00
Chris Church
9ea649050a AC-432, AC-437. Updated SCM URL validation, add additional tests for SSH URLs. 2013-09-12 03:07:27 -04:00
Chris Church
e42d408750 AC-432, AC-437. Update SCM URL handling and testing, add tests for local file repository. 2013-09-12 03:07:26 -04:00
Chris Church
5ca766c91e Fixed address in browsable API footer. 2013-09-12 03:07:26 -04:00
Chris Church
733ead9ab2 AC-437. Attempt to automatically cancel project updates and jobs that are obviously stuck. 2013-09-12 03:07:26 -04:00
chouseknecht
e5c5fd3d80 Finished security around user->permissions and team->permissions. Found bugs in permission controller that appeared as though some development had not been finished. User was denied access to edit/view when clicking button but not when entering URL directly in browser. Now non-privileged user can view permssions for Users and Teams to which access is granted. Add and Delete buttons are now hidden where access is disallowed and navigating directly to add page throws an error when Save button clicked.
Fixed issue where new CSS for adding asterisk to required fields caused login dialog fields to display multiple asterisks.
  Modified form generator to show help icon to the left of * on required fields.
2013-09-12 00:23:02 -04:00
chouseknecht
5f3eb290ef AC-452 fixed buttons to not wrap on desktop. At width of 768px or less buttons will wrap. Added CSS to make wrapped buttons on small screens all have same width and some space between them- wrapping now appears much more intentional or planned. 2013-09-11 17:31:30 -04:00
chouseknecht
55292c9d08 Initial stab URL validation. Adding '*' to label is now done via CSS :before rather than jquery DOM manipulation. 2013-09-11 16:44:17 -04:00