Commit Graph

1106 Commits

Author SHA1 Message Date
Jared Tabor
affa675819 changed vmware host credential label to read vCenter Host 2014-08-08 11:00:39 -04:00
Jared Tabor
0e9b1fa9e1 switched to cowsay About dialog, but still need correct logo from Todd 2014-08-08 10:50:57 -04:00
Chris Houseknecht
0db0972eb1 License
Started making language revisions per 8/7 status meeting notes.
2014-08-07 18:02:18 -04:00
Chris Houseknecht
b9b52f49fc Unit Testing
Looking at protractor as a possible option. It does end-to-end testing, which may be redundant with QA's work, but it may also be exactly what's needed.
2014-08-07 17:20:40 -04:00
Jared Tabor
638697ad6b fixed empty Host Count pie chart circle and centered text 2014-08-07 14:24:44 -04:00
Jared Tabor
da5673148c small fix to About Tower dialog 2014-08-07 13:57:37 -04:00
Jared Tabor
7466968941 added an about dialog that give copyright information about Tower 2014-08-07 13:45:21 -04:00
Luke Sneeringer
4723ad0a71 VMware support within Tower. 2014-08-07 11:09:33 -05:00
Chris Houseknecht
91df59611d License
30 day trial modifiations. Refactored Access helper and created a new License helper. Removed ansible/License module. Created a new license viewer that allows admin user to update the license key. Nag message at login now differentiates between admin and non-admin user.
2014-08-05 17:15:30 -04:00
Chris Houseknecht
9799e81f09 UI Unit Testing
Added plumbing for Karma test runner. Wrote first few tests for new license module.
2014-08-05 02:43:30 -04:00
Chris Houseknecht
07b9f6b12c License
Changed license nagging to a modal dialog with license status aware text and a form for updating the license key. Form provides JSON validation via CodeMirror.
2014-08-04 18:09:26 -04:00
Chris Houseknecht
d3cd99bdfc Min pagination size
Tweaked job page to make the minimum aware of taller rows as the width of the viewport shrinks.
2014-07-31 16:06:39 -04:00
Jared Tabor
1776bb3c8e updated Inventory Groups help dialog pictures 2014-07-31 15:49:46 -04:00
Jared Tabor
6f2da30f11 changed description on GCE key 2014-07-31 15:49:46 -04:00
Chris Houseknecht
4138a152c4 Websocket help dialogs
Fixed typo in Safari help text.
2014-07-31 15:37:45 -04:00
Chris Houseknecht
9270eb9049 Inventory breadcrumb
Inventory name is now clickable, navigating back to the top of the tree. 'All' has been removed.
2014-07-31 14:45:43 -04:00
Chris Houseknecht
bebdcde93b File drag-n-drop
Set validity of 'required' to true and field status to dirty upon successful read of file, otherwise the Save button is never enabled.
2014-07-31 14:04:50 -04:00
Jared Tabor
5646a8d4fe fixed alert dialog box 2014-07-31 13:52:37 -04:00
Chris Houseknecht
f7ed4eceb3 Fixed JS lint error. 2014-07-31 13:00:22 -04:00
Chris Houseknecht
21bd8d63e3 Minimum page sizes
Set minimum page sizing heights and row counts on inventory detail and jobs. On both pages we calculate container heights and page row counts based on the viewport width and height.
2014-07-31 12:25:29 -04:00
Jared Tabor
4c621aeae7 adjusted Alert popup, and added a check for the drag and drop file size 2014-07-31 11:55:52 -04:00
Jared Tabor
b8cd4d063e updated credential help descriptions 2014-07-31 10:38:47 -04:00
Jared Tabor
4992d1286f took help icon away from Private key field on credentials page 2014-07-31 08:42:18 -04:00
James Laska
290f6ca279 Correct jslint issue causing build failure 2014-07-31 08:06:54 -04:00
Jared Tabor
759a5775cb added tooltips for cloud credential options 2014-07-30 22:06:01 -04:00
Chris Houseknecht
0a44de3346 hintText form option
Add hintText:"some helpful text here" to a field in a form definition object. Form generator will display the text inside the <label> element on a new line with the fa-info-circle icon in a pleasant grey color.
2014-07-30 18:35:31 -04:00
Chris Houseknecht
5c7152dec1 File drag-n-drop
Added an onerror handler to the FileReader. If the file cannot be read for some reason, throw an alert dialog letting user know things went wrong.
2014-07-30 18:13:55 -04:00
Chris Houseknecht
ca607f2372 Drag-n-drop directive
Add aw-drop-file directive to a textarea form element. User can drop a file (any file) onto the field and the contents as text will be placed in the textarea. Added this directive to credentials ssh_key field.
2014-07-30 18:08:38 -04:00
Chris Houseknecht
10d0fa7631 Socket connection help
Revised help text, adding status icons. Added clear overlay under the modal dialog. Rotated the network icon left by 45 deg.
2014-07-30 17:07:56 -04:00
Luke Sneeringer
67ddbd6fd6 Fixed capitalization inconsistency.
This commit makes "FirefoxSocketHelp.js" be refered to with consistnent
capitalization to its filesystem represenation.

Fixes a showstopping Tower bug on case-sensitive filesystems. :)
2014-07-30 15:43:42 -05:00
Chris Houseknecht
7093e95011 Form-generator
Change handling of labelBind in form generator. It now adds ng-bind directive to a <span> element inside <label> rather than to <label> directly. This stops Angular from wiping out anything else we may want to add inside <label> like help icon.
2014-07-30 16:30:49 -04:00
Jared Tabor
22f7dfce67 tooltip for subscription id for azure cred 2014-07-30 16:13:32 -04:00
Chris Houseknecht
6156e3c456 Credentials
Fixed form validation issues when adding a cloud credential. The email address field was being required even though it wasn't visible.
2014-07-30 16:07:34 -04:00
Chris Houseknecht
cef468d060 Inventory help
Tweaked the verbage and image sizes a bit.
2014-07-30 14:33:09 -04:00
Chris Houseknecht
2485f86471 Job templates
Added ability to launch a job from th job template detail page.
2014-07-30 14:06:31 -04:00
Chris Houseknecht
6fb89530cc Job events viewer
Made sure stdout, stderr and traceback don't end up on Results tab. Each of these already has a dedicated tab.
2014-07-29 16:57:36 -04:00
Chris Houseknecht
5b6d8e5c98 Job detail page
Added 'Loading...' message to each table. Loading message is turned on at initial page load. It is turned off at the last possible second after completion of page rendering. It is turned on before each API call and back off after the API call completes.
2014-07-29 16:41:44 -04:00
Jared Tabor
feb13b1f11 fixed issue in job template when user deletes credential and project 2014-07-29 16:24:56 -04:00
Chris Houseknecht
a960638b68 Lookup dialog
Fixed Select column so that it always appears all the way to the right and is always the same width. Looks much better :)
2014-07-29 15:17:59 -04:00
Chris Houseknecht
a2ddeb1f22 Event viewer
Fixed issue that occurred while launching event viewer from host event viewer. For a given host event on the host event viewer dialog, click the status link. The event viewer dialog failed to appear if there was only a single event.
2014-07-29 14:52:57 -04:00
Chris Houseknecht
74fa71b3f4 Event viewer
Show more data on the Results tab. Any items not explicitly listed in the event viewer form object are now added to the Results tab, excluding ansible_facts. Also added a JSON tab to show the full event object, again excluding ansible_facts.
2014-07-29 13:17:42 -05:00
Jared Tabor
e90b25f862 updated inventory groups help modal window 2014-07-29 13:17:42 -05:00
Chris Houseknecht
945e6d468f Websocket Help
Show browser aware help for troubleshooting web socket connection problems.
2014-07-29 13:17:42 -05:00
Jared Tabor
8d3c4c5e9a fixed dashboard graph resizing defect 2014-07-29 13:17:42 -05:00
Chris Houseknecht
e8a4aadb44 Site footer
Added a 15px margin to bottom of site layout. Fixed inventory detail page auto sizing. It had not been updated with all the layout changes.
2014-07-29 13:17:41 -05:00
Chris Houseknecht
5dd0ae14e4 Pagination
Changed collection name in pagination widget to '(X items)'.
2014-07-29 13:17:41 -05:00
Chris Houseknecht
a03309b52a Inventory hosts search
Removed used of dynamic placeholder. Left over from prior iterations.
2014-07-29 13:17:41 -05:00
Chris Houseknecht
e137ec7383 local_config
Load what's in local storage, if anything, while waiting for external file to load.
2014-07-29 13:17:41 -05:00
Chris Houseknecht
e7e52f3bf7 local_config
Fixed remaining fallout from delay of $AnsibleConfig object.
2014-07-29 13:17:41 -05:00
Jared Tabor
504b810418 changed azure labels and added them into inventory groups modal window 2014-07-28 17:06:30 -04:00