Commit Graph

1086 Commits

Author SHA1 Message Date
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
chouseknecht 39ceceb18e AC-450 initialize SCM Branch title value when editing a project. Added awValidUrl directive. 2013-09-11 15:35:45 -04:00
chouseknecht 85833914ff Fixed Date column on Job Events page. 2013-09-11 14:52:23 -04:00
chouseknecht 77ef04de55 Support 1222 - Set form to state when user clicks clear PW button. 2013-09-11 14:06:08 -04:00
chouseknecht 5308278aa4 Fixed issue benno discovered where non-privileged user could not change password. 2013-09-11 13:33:23 -04:00
chouseknecht c4f8872ae4 AC-447 Fixed bug in /lib/directive.js-> awRequiredWhen. 2013-09-11 12:49:13 -04:00
chouseknecht fd16c0827a Fixed zip code in footer. Changed job navigation to match inventory navigation (links at top of page rather than buttons). 2013-09-11 11:50:26 -04:00
James Laska ab6a20c525 Update the official build URL 2013-09-11 10:52:07 -04:00
chouseknecht 395c8e1c21 Fixed title on inventory-> hosts-> group edit dialog 2013-09-11 03:00:05 -04:00
chouseknecht f102fb8ed1 AC-435 Added 'working' spinner to login dialog 2013-09-11 00:43:53 -04:00
chouseknecht 695a2da790 AC-435 latest LDAP changes for UI. 2013-09-10 23:42:07 -04:00
chouseknecht 7246ab2674 AC-441,442,443 2013-09-10 17:12:36 -04:00
chouseknecht 365f327887 AC-442 project status OK now displayed as NA. Updated help also. Status badge still shows as green. Lost the Status button, replacing with link. Column Status is now Update Status.t 2013-09-10 16:51:11 -04:00
chouseknecht 0d99ecdb3d synced the favicon.ico file so both UI and API use same. 2013-09-10 15:32:54 -04:00
chouseknecht 0f10f23ab0 Fixed typo in SCM update messages. 2013-09-10 14:36:06 -04:00
Chris Church 505b2b9998 AC-435. Fix JS error for making LDAP-managed fields readonly. 2013-09-10 13:58:52 -04:00
Chris Church 75aeb0cb84 AC-436. Fixed bug introduced in changes to save project. 2013-09-10 13:20:04 -04:00
chouseknecht b3772a473d AC-435 enable/disable/require User fields based on LDAP settings. 2013-09-10 12:19:09 -04:00
Chris Church 661fc5b0f2 AC-156. Update to default LDAP settings. 2013-09-10 04:40:33 -04:00
Chris Church c0ea2527ec AC-156. Expose user_ldap_fields via API config to indicate which fields should not be editableon LDAP users. Add ldap_dn attribute to user record, prevent changing any LDAP-managed fields on LDAP users. 2013-09-10 03:28:59 -04:00
chouseknecht 106023e530 Inventory cleanup. Added tooltip to host status indicators. Did same for project status indicator. Fixed inventory host create button color. 2013-09-10 03:11:29 -04:00
chouseknecht de9c8a258c AC-423, AC-424, AC-425, AC-426 resolved issues. 2013-09-10 02:40:20 -04:00
Chris Church eff8a6426a AC-430. Add project status and last_updated as database fields for filtering/sorting. 2013-09-10 02:06:17 -04:00
Chris Church 27948a8dd9 AC-431. Fixed misspelled project status. 2013-09-10 01:13:14 -04:00
Chris Church 3c23e479bf AC-412. Flag playbook_on_stats event as failed when there are dark hosts. 2013-09-10 01:09:50 -04:00
Chris Church cdfc56667a AC-132. Mask passwords in project update args and stdout. 2013-09-09 20:28:11 -04:00
Chris Church 63c9a5b4ac AC-132. Mask passwords in project update args and stdout. 2013-09-09 20:27:28 -04:00