Commit Graph

299 Commits

Author SHA1 Message Date
Chris Houseknecht
c720e5d51c Search.js now supports up to 3 search filters on a page. First search widget can be regular or an object selector, which is used on the activity stream widget. Activity stream now has 2 filter widgets allowing a search to combine object and responsible user in a single query. 2013-11-18 08:16:51 +00:00
Chris Houseknecht
7952cb560b AC-640 Added additional help text explaining why an organization is required on a project. 2013-11-17 06:58:11 +00:00
Chris Houseknecht
ce7688d252 Added 'working' spinner to all save/delete/select actions. This is to compensate for places where activity log is slowing down the API. AC-646 changes Rackspace credentials to show API Key in place of password. Fixed a bug on machine credential that caused username to not be passed to the API when adding and editing. 2013-11-17 06:37:34 +00:00
Chris Church
f254f8bc92 AC-613 Change rackspace to rax for inventory source field value. 2013-11-16 16:48:27 -05:00
Chris Houseknecht
4b111d61c1 AC-611 Latest activity widget features. Tweaked current filter, but still does not include an object type. Added activty stream to Organization tab. 2013-11-15 16:28:54 +00:00
Chris Houseknecht
8d72192849 AC-627 Fixed password/ssh_password collision in Credentials.js form. This was also fixed in auditlog branch. 2013-11-13 18:32:02 +00:00
Chris Houseknecht
d5d3495494 Found and fixed another bug on the Credentials form. Changing the ssh password value was causing a hidden password field to become invalid. Form definition for ssh password cleared the incorrect associated confirmation field. 2013-11-13 17:11:15 +00:00
Chris Houseknecht
5a62ba3a32 AC-502 Finally figured out how to fix the awToolTip directive so that it watches a variable for tool tip text changes and updates the tool tip text. Pass in the variable name using badgeTipWatch. Used on home/hosts page and inventory/N/hosts page when toggling the enabled flag. 2013-11-11 22:24:15 +00:00
Chris Houseknecht
5a3977495a First iteration of Activity Stream. Added Home/Groups page. Increased icon size for icon-only buttons. Dashboard jobs widget- group and job links now work. Closed AC-621, AC-618. 2013-11-08 17:58:40 +00:00
Chris Houseknecht
fa9ccf1d0a AC-595 for form/list definitions using \{\{ \}\} replacement variables in the title, include the capitalize filter. 2013-11-06 15:30:37 +00:00
Chris Houseknecht
49a8de4efe AC-570 Added host enabled flag on Hosts page, allowing one-click editing for manually managed hosts. Fixed one more bug with prepending '*' to labels of required fileds. 2013-11-06 08:09:02 +00:00
Chris Houseknecht
1497d128f3 Jobs list on Job Templates detail page now closely matches the Jobs tab. Status looks the same, is clickable and offers matching tooltip. 2013-11-05 22:28:31 +00:00
Chris Houseknecht
51aae28a1e AC-471 Added back client session timeout. Fixed Rest service library to bubble up expired session and invalid token errors via promise object, enabling correct error handling. Now tracking last URL in session cookie and returning user to last URL after successful login. 2013-11-05 17:36:28 +00:00
Chris Houseknecht
2a58d50cfa Added collapsible help panel to Credential detail page for Kind. Added auto collapse/expand based on whether or not a kind has been selected. 2013-11-04 16:49:43 +00:00
Chris Houseknecht
a5c44a391c Fixed form validation issues on Projects detail for manual projects. When editing an existing project, local_path value was not being set, even though it diplayed properly. Changed local_path from array of strings to array of objects. Now local_path values are sorted and the correct object in the list is selected. 2013-11-04 10:16:57 -05:00
Chris Houseknecht
bac22205a8 Fixed form-generator and awRequiredWhen directive to not overlap when setting * on required field labels. Fixed job submission to work with new cloud credential implementation. 2013-11-04 10:16:56 -05:00
Chris Houseknecht
0466629718 Finally fixed issue with editing a credential. Need to call Owner change after loading data and after resetting form. Also removed default from Owner radio button on create and set to required so that user has to actively make a choice. Started working on Job Template detail changes. Job Template is currently broke. 2013-11-04 10:16:56 -05:00
Chris Houseknecht
72aacfd972 Fixed create operation on Credentials. Credential lookups on Groups and Projects now working. 2013-11-04 10:16:56 -05:00
Chris Houseknecht
a5bb145f70 Credential now working on Project detail and Group detail pages. 2013-11-04 10:16:56 -05:00
Chris Houseknecht
f327be5811 Added Owner radio button to Credential detail page. Lookup for Credential on Groups page is working now. 2013-11-04 10:16:56 -05:00
Chris Houseknecht
6a7d8b52aa Changes to Credentials for supporting various Kinds. 2013-11-04 10:16:56 -05:00
Chris Church
d668991899 AC-537 Some UI field/name changes for cloud credentials. 2013-11-04 10:16:54 -05:00
chouseknecht
5ed32c7062 Added support for long node names on tree. Fixed tree styling issues. Fixed node copy. Fixed tree collapse/expand bug. Added dynamic tooltips to the status icon that account for inventory updates and jobs, giving precedence to inventory updates. 2013-10-29 07:01:45 +00:00
chouseknecht
102ebdfbb6 Latest tree and Groups page modifications 2013-10-27 08:38:13 +00:00
Chris Church
27ad680f4d AC-567 Remove source_tags from API/UI. Modify EC2 inventory to not return instance ID groups. 2013-10-23 22:46:04 -04:00
chouseknecht
1068e190cb Removed auto refresh. It polls too frequently and potential fills web server logs too quickly. 2013-10-17 17:57:50 +00:00
chouseknecht
47261bd069 Changed status flags on Invnentory, Groups and Hosts pages 2013-10-17 07:49:11 +00:00
chouseknecht
1cb74b8ccc AC-562 fixed CSS issue causing inventory status to appear as blue rather than green. Updated help for all elements on Groups page. 2013-10-16 19:45:15 +00:00
chouseknecht
78852bfb86 Added new help generator to Hosts page. 2013-10-15 16:10:33 -04:00
chouseknecht
edc0f2f774 Fixed update_interval save/load issues. Handling of multiple API calls to save group with source was wrong. Now form status is not checked until all calls complete. update_interval value is correctly translated btwn API integer value and UI drop-down list. 2013-10-15 12:41:17 -04:00
chouseknecht
43aca1972a Latest UI changes, fixes and enhancements. 2013-10-10 03:40:43 -04:00
chouseknecht
832b892528 AC-503 cleanup of has_inventory_source indicators and links on inventory and inventory->host pages. added new query on inventory groups page. 2013-10-08 22:59:01 -04:00
chouseknecht
0389476336 Fixed compile errors 2013-10-08 18:33:46 -04:00
chouseknecht
78e0d4c0f5 AC-503 Add inventory->groups update interval. Appears as a dropdown with a seemingly reasonable list of choices. 2013-10-08 17:54:35 -04:00
Chris Church
ea9e73726b AC-503 Inventory source field changes corresponding to API changes. 2013-10-07 23:50:53 -04:00
chouseknecht
b97fbe1905 AC-503 Cloud inventory process results now visible. 2013-10-08 02:00:10 +00:00
chouseknecht
ac7f4af94d Fixed issue with related set action buttons. 2013-10-07 17:21:48 -04:00
chouseknecht
0604718953 Latet UI changes to Inventory-> Groups page. 2013-10-07 13:59:42 -04:00
chouseknecht
7418b133be Fixed compilation error. 2013-10-07 09:11:37 -04:00
chouseknecht
b28fe1254e AC-414 Making red/green bubbles consistent throughout the application. Changes made to Inventory and jobs pages. Tooltip text now dynamic. Improved deep linking, especially on status fields. 2013-10-07 03:19:30 -04:00
chouseknecht
32d3914270 AC-503 Latest cloud inventory changes. 2013-10-01 21:39:53 -04:00
chouseknecht
8fa1c66caf Latest UI changes for AC-503 2013-10-01 21:39:53 -04:00
chouseknecht
6d9ef4dfa6 AC-525 Found and fixed inconsistencies and bugs in links from Inventories->Hosts to Jobs. Changed Job->Hosts to Job->Summaries so that it works or is consistent with Host->All summaries title. When viewing Host->All summaries disable the breadcrumb drop-down menu. Made breadcrumbs work after browser refresh. 2013-09-27 13:40:47 -04:00
chouseknecht
7bfa0c4b0c AC-525 Fixed inventory and job navigation issues. Fixed nagging horizontal scroll in dialogs with accordions. 2013-09-26 22:08:00 -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
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
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
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
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