Commit Graph

55 Commits

Author SHA1 Message Date
Vincent Fiduccia bbc65a1c13 Performance improvements
- Rename `actions` in JSON to `actionLinks`
- Move actions from controllers to models, remove `{{#with}}s`
  (deprecated)
- Move resource-action-menus from a component per entry to a single
  global menu
- Disable transitioning resource polling except on resources that really
  need it
- Disable static/relative positioning based on content height (white
  boxes all the way to the bottom)
2015-10-07 10:20:05 -07:00
Vincent Fiduccia 2c17985804 Sidekick bugfixes 2015-10-05 12:54:11 -07:00
Vincent Fiduccia e2649594dc Hosts view grouping and sidekicks 2015-10-02 17:14:14 -07:00
Vincent Fiduccia b8b16949d1 Move generic proxy from /proxy to /v1/proxy 2015-09-23 10:15:08 -07:00
Vincent Fiduccia c5f22cfd47 Merge pull request #254 from vincent99/icons
Support local hosting without internet access
2015-09-16 16:06:57 -07:00
Vincent Fiduccia 61cbb70eb0 Support airgap install with all local resources 2015-09-15 18:06:00 -07:00
arion 4c682e03f5 Fixes issue rancher/rancher#1923
* Added mixin for resizing dropdowns when dynamically adding content to the dropdown

Add some comments and rename a variable

refactor resize bootstrap dropdown function into util

make test pass
2015-09-09 15:35:27 -07:00
Vincent Fiduccia cc3b0dfb3c Show errors from resource actions 2015-08-28 11:23:14 -07:00
Vincent Fiduccia dd76c00672 SSL Termination 2015-08-26 14:46:10 -07:00
Vincent Fiduccia 435d5af9ca Small bugfixes 2015-07-17 10:19:47 -07:00
Vincent Fiduccia e57e4aa560 Dropdowns should go upward when necessary (rancher/rancher#1509) 2015-07-13 17:38:54 -07:00
Vincent Fiduccia 65568033d8 Ember 1.13: Growl service, APIKey edit as stateless modal 2015-07-01 16:06:09 -07:00
Vincent Fiduccia 80d2cf4eb2 Ember 1.13: Split out app/utils/cattle, apikeys, projects 2015-06-30 01:15:20 -07:00
Vincent Fiduccia 90afecfee2 Project -> Stack 2015-06-26 01:37:40 -07:00
Vincent Fiduccia e57d8ecebb Ember 1.12 updates 2015-06-26 01:37:39 -07:00
Vincent Fiduccia 289f6053b5 Use cookie for auth instead of header
- Move github, session, cookies to service
2015-06-16 18:26:01 -07:00
Vincent Fiduccia 4ccfb3c7d7 Cookie support 2015-06-16 12:38:42 -07:00
Vincent Fiduccia c123d85e10 Move volumes into host 2015-06-09 12:41:19 -07:00
Vincent Fiduccia cdf0c396f9 DNS Service 2015-05-31 21:45:22 -07:00
Vincent Fiduccia d229acbca1 Remove session token if auth is off (rancherio/rancher#808) 2015-05-27 12:26:03 -07:00
Vincent Fiduccia 3869ef506c Redirect instead of popup for login, Github Enterprise 2015-05-26 23:20:17 -07:00
Vincent Fiduccia e322e09efa Fix stats scale, clone EC2, small bugs 2015-05-25 10:42:29 -07:00
Vincent Fiduccia c004ee874b Bug fixes 2015-05-22 00:23:42 -07:00
Vincent Fiduccia aefebb5c0a EC2 wizard WIP 2015-05-20 10:33:46 -07:00
Vincent Fiduccia 15cc9ab119 blocker bug fixes 2015-05-14 12:48:39 -07:00
Vincent Fiduccia 66cec22b87 Fix clone, support API without userpreferences 2015-05-13 12:23:53 -07:00
Vincent Fiduccia 38a7df2dec Store prefs in userPreferences resource 2015-05-13 10:21:40 -07:00
Vincent Fiduccia 7cb10d8147 Bug fixes 2015-05-13 10:20:57 -07:00
Vincent Fiduccia ce2eace4bb Clone other machine drivers 2015-05-13 10:01:36 -07:00
Vincent Fiduccia 6805a92a97 Bug fixes, restyle container 2015-04-30 00:49:35 -07:00
Vincent Fiduccia 5d213e8d59 Service edit, fix goToPrevious route 2015-04-25 22:58:02 -07:00
Vincent Fiduccia 82d4b86456 Projects WIP 2015-04-22 01:09:10 -07:00
Vincent Fiduccia c88475c619 Projects WIP 2015-04-22 01:08:50 -07:00
Vincent Fiduccia 5727520a6f Bug fixes, LB httpchk 2015-04-15 11:23:10 -07:00
Vincent Fiduccia 3940800d75 Load balancer bug fixes, validation, multiple errors 2015-04-14 18:32:38 -07:00
Vincent Fiduccia f7f17a2e5d Service Discovery 2015-04-14 12:17:54 -07:00
Vincent Fiduccia a30bd2b00a Global resource hover actions, Service code view 2015-04-13 22:39:20 -07:00
Vincent Fiduccia 23a8ddb478 Service Discovery WIP 2015-04-09 18:10:22 -07:00
Vincent Fiduccia 6853064ea1 Load Balancer WIP 2015-04-06 11:29:39 -07:00
Vincent Fiduccia 7eeefb936b More LB WIP 2015-04-03 20:47:27 -07:00
Vincent Fiduccia 0445e56c70 Access Control disabled message
- Move access control is not configured message to top ("ARTICLE"s)
- Add preference to hide the access control message
- Show the logged-in-user box in the top right even when auth is off
- Add host registration screen to the user menu
- Rearrange how HEADER, NAV, and ASIDE are rendered
2015-03-19 15:37:46 -07:00
Vincent Fiduccia 8880ab68a0 Back on container page goes back to the screen you were previous on
- Remember the previous route as a property on the application route
- Move overlay goToPrevious into application route
- Alternate action key -> Cmd on Mac, Ctrl on others
- Document initializers
2015-02-27 18:02:26 -07:00
Vincent Fiduccia 078866b61b Switch icons to Gizmo
- More responsive layout
- Aside bubbles
- SVG graphics

Stopped/Inactive icon

Remove underline on nav links
2015-02-23 11:58:26 -07:00
Vincent Fiduccia ca06c8c0e7 Project switching, Reskin part 1 2015-02-03 11:30:53 -07:00
Vincent Fiduccia 8890a91aed GitHub avatar in header 2015-01-30 18:39:28 -07:00
Vincent Fiduccia 8d8c2486af Store JSON in session store, send projectId header 2015-01-30 12:06:50 -07:00
Vincent Fiduccia 1da13cf854 Bug fixes, rearrange routes, Slack notification
- Fix bug where hosts show up twice when one is added
- Fix API key delete/alt-key delete
- Rearrange routes so that underlying pages stay rendered
- Send notification on build to slack
2015-01-29 13:49:49 -07:00
Vincent Fiduccia 9895f3a89f Show dropdown of user's organizations
- Save all properties of the token response into session, so orgs can be read later
2015-01-27 14:38:28 -07:00
Vincent Fiduccia 9f5c1eb701 Authentication-related fixes
- Remove zones from view, componentize dot view
- Add host dialog
- Only show the Access Control settings if admin
- Fall back to host state if agent state not available
- Fix random login fail in Firefox
- Show error messages from Torii
- Reorganize user/org labels to make clearer
2015-01-27 00:48:27 -07:00
Vincent Fiduccia b4940855e8 Access Control config enhancements
- Check Github API and automatically remove users/orgs that don't exist
- Saving/Saved state on the authorization save button to show state
- Waiting state on test button to show state
- Size GitHub popup window bigger to show content
2015-01-13 15:21:23 -07:00