Commit Graph

79 Commits

Author SHA1 Message Date
Vincent Fiduccia 1c31c892f3
Switch to API v3 2017-08-09 17:55:24 -07:00
Vincent Fiduccia 05bd283d3c
rmrf swarm and mesos 2017-07-31 15:22:36 -07:00
Vincent Fiduccia fdd829ecf3
Sidekick upgrade 2017-07-17 16:28:26 -07:00
Vincent Fiduccia 4c0bcf6915
Host tweaks 2017-06-05 01:23:28 -07:00
Vincent Fiduccia 4ec678ee41
Page containers, show sysetm services in dropdown 2017-06-02 00:08:16 -07:00
Vincent Fiduccia 71ae6d1d34
Split env/env templates 2017-05-24 12:31:15 -07:00
Vincent Fiduccia 04cce2a66b
Tweaks 2017-04-21 13:50:25 -07:00
Westly Wright 0d68b93c58
more fixes for upgrade 2017-03-30 15:53:51 -07:00
Westly Wright e72149e7f8
remove jshint ref 2017-03-30 15:04:36 -07:00
Westly Wright 927a3bad97
updates for eslint 2017-03-30 14:58:44 -07:00
Vincent Fiduccia 26c293813d
K8s dashboard 2017-03-28 02:04:12 -07:00
Vincent Fiduccia e609e7c1f6
Nested search 2017-03-04 16:48:02 -07:00
Vincent Fiduccia 2f18583006
Portainer UI 2017-03-04 02:41:50 -07:00
Westly Wright 083db0eec7
updates for caas payments 2017-02-23 15:14:40 -07:00
Westly Wright 2fa6790d3d
Add stripe user inputs and token fetch 2017-02-23 15:14:40 -07:00
Westly Wright a87558e6d9
adding new components and dependencies for stripe 2017-02-23 15:14:40 -07:00
Vincent Fiduccia 8e1ac47e2c
Cleanup & header 2017-02-03 15:08:25 -07:00
Vincent Fiduccia 9eaebb1ab9 Trim down k8s 2017-01-06 17:09:55 -07:00
Vincent Fiduccia a6f0f0d444 Bugs (#960) 2016-12-29 22:25:15 -07:00
Vincent Fiduccia d909c2aec3 bugs (#958) 2016-12-28 19:01:24 -07:00
Vincent Fiduccia cfec4833d5 Webhooks (#954)
* Webhook receivers
2016-12-27 16:33:04 -07:00
Vincent Fiduccia faa5d05610 Dev proxy tweaks, bump 2016-11-25 17:47:07 -07:00
Vincent Fiduccia 669f83ff30 Check branch for enable library/community (rancher/rancher#6648) 2016-11-17 10:41:23 -07:00
Westly Wright 606f2ae2da Update github auth to use new v1-auth service 2016-10-12 17:29:14 -07:00
Vincent Fiduccia 954b277909 System stacks flag and management on Environment edit 2016-10-03 22:15:04 -07:00
Vincent Fiduccia c75b4cbe03 More less includes 2016-10-03 20:58:17 -07:00
Vincent Fiduccia c35d2e7b52 Perf 2016-10-03 20:58:16 -07:00
Vincent Fiduccia 932895cf55 Legacy and Auth API proxies 2016-08-30 16:26:17 -07:00
Vincent Fiduccia bc87f57c5e v2 API links 2016-08-30 15:57:29 -07:00
Vincent Fiduccia 042ddf3a3f s/{env,environment,environmentId}/{stack,stack,stackId}/g 2016-08-30 14:13:21 -07:00
Westly Wright 78aecba2a9 Ember 2.6 upgrade (#766)
Refactor login views

Refactor out application view

Refactor out environments/new view

Refactor out k8s-tab view

Refactor out k8s rc and pods view

Refactor out k8s service view

Refactor out graph view to component

update components that use "didInitAttrs" for deprecation
2016-07-06 12:40:37 -07:00
Vincent Fiduccia 3559852a13 Bump ember-intl, show loading errors (rancher/rancher#5068) 2016-06-29 17:20:19 -07:00
Vincent Fiduccia 567da00e94 Fix k8s upgrade (rancher/rancher#5184) 2016-06-17 15:53:14 -07:00
Vincent Fiduccia b86b3a7287 Fix CI compilation of translations 2016-06-17 14:54:49 -07:00
Vincent Fiduccia 6cd939cd64 Translations in CI debugging 2016-06-17 12:42:52 -07:00
Vincent Fiduccia 51ba6440c2 Load IntlPolyfill for Safari (rancher/rancher#5058, rancher/rancher#5092) 2016-06-17 01:02:04 -07:00
Vincent Fiduccia 4587ac1dcf Disable pagination on subscribe socket 2016-05-26 10:12:41 -07:00
Vincent Fiduccia 1e2ebcb36e i18n fixes (#634)
* i18n fixes
2016-05-03 00:18:02 -07:00
Vincent Fiduccia f9a0c3cff6 Lang, header, merge fixes (#632)
* Fixes

* Lang, header, merge fixes
2016-05-02 17:36:17 -07:00
Vincent Fiduccia 7402968f05 Merge 625 2016-05-02 12:39:12 -07:00
Vincent Fiduccia 43e8b839ee i18n to master (#629)
* Add ember-intl (#612)
* Refactor pages to use new ember-intl (#628)
2016-05-02 12:17:49 -07:00
Vincent Fiduccia 67135812c3 Incorporate Mesos changes from #618 2016-05-02 00:30:12 -07:00
Vincent Fiduccia d8fe5378e5 Bug fixes (#616)
rancher/rancher#4535
rancher/rancher#4515
rancher/rancher#4503
rancher/rancher#4502
rancher/rancher#4457
rancher/rancher#4193
2016-04-27 10:55:58 -07:00
Vincent Fiduccia 015f3a693f Machine Driver fixes (#603)
* Machine Driver fixes

- Github activate must set setting on userStore
- Custom driver doesn't really need to extend driver
- Fix custom driver when new registrationToken needs to be created
- Add Machine driver needs to use userStore
- Wait for custom driver UI JS/CSS in beforeModel so custom UIs can load consistently
- CSP rules localhost:3000 custom UI host

* Show UI URL on drivers

* Use isRancher instead of isPrivateLabel

`{{#if settings.isRancher}}` will fail-safely if you forget to include
`settings.` or the injection or type something wrong, rather than
`{{#unless settings.isPrivateLabel}}` failing and showing Rancher stuff.

* Load UI and CSS through proxy if not local

* Remove unused helpers
2016-04-18 18:35:14 -07:00
Vincent Fiduccia 9025a4776a ProjectId bugfixes (#602) 2016-04-18 11:00:27 -07:00
Vincent Fiduccia 7e7a79f281 Promote catalog tab from sub to top-level nav 2016-03-09 10:41:23 -07:00
Vincent Fiduccia a04bf5b8c1 K8s view in api action 2016-03-02 01:27:30 -07:00
Vincent Fiduccia 123b606c94 Fix terminal close, k8s proxies 2016-02-25 09:56:03 -07:00
Vincent Fiduccia a78c46284e # This is a combination of 3 commits.
# The first commit's message is:
Namespace filter

# This is the 2nd commit message:

WIP

# This is the 3rd commit message:

WIP
2016-02-23 10:42:14 -07:00
Vincent Fiduccia 79f50be17c WIP 2016-02-23 10:41:34 -07:00