Commit Graph

54 Commits

Author SHA1 Message Date
Richard Cox b36b39d077 manual yarn fixes 2024-07-30 15:27:49 +01:00
Richard Cox 29eb284f54 ember-cli-update --run-codemods 2024-07-30 15:27:49 +01:00
Richard Cox 3349beba87 Ensure embedded ember pages in dashboard work with cypress / e2e
- Create helper functions to determine if running in embedded mode, and the target window for dashboard messages
  - Wasn't sure where to put this, hopefully choice the right location
- isEmbedded `window.top !== window` weirdly didn't work in cypress runner, so now we check if window.top has ember available (only scenario where isEmbedded is false)
- window used for messaging dashboard is now window.parent, window.top can be cypress runner
2023-06-06 17:11:57 +01:00
Neil MacDougall 0ddcea51ab Add support for Embedding in the Dashboard UI 2021-05-06 09:56:02 +01:00
Westly Wright d3d78e87c8
Upgrade Ember & Dependencies for LTS support >3.12
There are changes required for the ember upgrade but additional changes
for individual libs are also present. Commit has been squashed, see
individual commits if needed.

There are a bunch of HBS changes as well. These are to deal with a
couple new rules and there impact is low. The button one has bitten us a
few time so this seemed great to add IMO.

update ember 3.12.4

ember 3.13

fixes for new eslint rules

ember 3.13->3.14

ember3.14->3.16

ember3.16->3.20

3.20 lint rules

yarn upgrade

update ember-optional-feature

update deps that can go to patch versions

upgrade major versions that are possible

update ansi_up

only reset term var if we're not destroying

prevents new ember 'same computation' error

update async

upgrade dot-object

new-catalog - add set to deal with new warning
marked-down - drop call into next to ensure its called at the correct time

upgrade ember-assign

update ember-cli-clipboard

remove unused & deprecated ember-cli-release

remove unused drag-drop lib

use set on tracked prop

update ember-flatpickr && cli-test-loader

upgrade ember-href-to

update filesaver

update liquid-fire and ipaddr

upgrade jsondiffpatch

upgrade marked

upgrade semver

update xterm

Update ember-basic-dropdown

the library has changed quite a bit and no longer provides an addon for the content-item where we handling the click event to close the dropdown,
thus click events must be added manually to the items being clicked to close the dropdown.

udpate dompurify

fix page header project styles

Bump ember api store, remove npm-run-all

Autofix button types from hbs linting

this change looks large but only adds `type` button to any buttons that dont have a type, which should help to reduce weird side effects

more hbs lint changes for no-negate-condition

turned off a couple rules that could be too much to test right now
2020-10-07 16:52:22 -07:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 54725f2022
eslint --fix 2018-06-29 17:20:46 -07:00
Westly Wright 5e6c056864
Upgrade ember -> 3.1
also linting errors
2018-05-09 11:24:36 -07:00
Westly Wright e4e35ca28d
fixes 2017-11-15 14:24:06 -07:00
Westly Wright a9952ce5d0
Refactor projects service 2017-11-13 16:32:33 -07:00
Westly Wright 8b10cb04ff
new modules and imports 2017-11-07 10:14:13 -07:00
Vincent Fiduccia 12ae29afbf
Start reorganizing pages for multiple top-level navs 2017-10-16 10:58:58 -07:00
Vincent Fiduccia 00dc5762f3
Drop project upgrade 2017-08-07 11:54:31 -07:00
Vincent Fiduccia df41052370
Keyboard shortcuts 2017-04-21 13:51:06 -07:00
Vincent Fiduccia 1085068cb1 Clear github query params 2017-01-05 14:53:03 -07:00
Vincent Fiduccia 2f1b2091ca Handle old composeProjects (rancher/rancher#6836) 2016-11-30 10:29:33 -07:00
Vincent Fiduccia 99c2b9d527 Preference to set body background (rancher/rancher#5503) (#918) 2016-11-24 23:29:13 -07:00
Vincent Fiduccia 191d15dd7c Only owners can upgrade projects 2016-11-20 22:39:12 -07:00
Vincent Fiduccia 73a93bbd98 Project upgrade 2016-11-18 12:58:27 -07:00
Vincent Fiduccia 4666d3d422 Move machine into host 2016-10-03 20:58:18 -07:00
Vincent Fiduccia 253650717a Deployment and ReplicaSet support 2016-07-15 15:48:00 -07:00
Vincent Fiduccia e220e378a8 Subscribe logging, orchestation state fixes (#672)
* Better logging for socket/subscribe

* Fix waiting page/orchestration issues

* Activate machine driver on create
2016-05-19 11:58:26 -07:00
Vincent Fiduccia a6ec7d653b wip 2016-04-29 14:14:20 -07:00
Vincent Fiduccia 32bb55de6b wip 2016-04-29 14:14:20 -07:00
Vincent Fiduccia 2a10611de9 WIP: Orchestration ready/waiting page 2016-04-29 14:14:20 -07:00
Vincent Fiduccia 28e4c7d8a9 Match SSL ports correctly on balancer edit (rancher/rancher#4301) 2016-04-06 14:47:47 -07:00
Vincent Fiduccia a5bd428dc2 Hide swarm subnav if not ready 2016-04-06 00:09:42 -07:00
Vincent Fiduccia 64541dc2fa Swarm support 2016-03-15 23:53:41 -07:00
Westly Wright a7618c6d74 Change submodule term to point to rancher forked repo.
Update submodule dependencies

Add alt action for shell and logs to launch in new window
(rancher/rancher#2360)

Change new window name to _blank

Change isConsole to more generic isPopup

Add padding to shell popup

Add some extra height to logs view when in modal

fix styling on log popup

Add new vm logs and vm shell popup
2016-03-09 12:33:14 -07:00
Vincent Fiduccia 0f34c09181 Wait for K8S to be ready 2016-03-02 01:27:30 -07:00
Vincent Fiduccia be386b477b More K8s support 2016-02-11 12:31:12 -07:00
Vincent Fiduccia 443a2592f1 Initial K8s tab support 2016-02-11 12:27:31 -07:00
Vincent Fiduccia 1782db23e4 PL support 2016-02-02 16:17:10 -07:00
Vincent Fiduccia 98e86ae1c3 Longhorn support 2016-01-15 21:49:58 -07:00
Vincent Fiduccia a4523870a7 System stack display 2016-01-14 10:57:27 -07:00
Vincent Fiduccia e8665f6819 Bug fixes 2016-01-11 11:25:13 -07:00
Westly Wright c652ebf324 Minor fixes that got borked in a rebase
* fix the footer to hide rancher links when help is disabled
* move the download cli back to footer
2016-01-07 12:33:18 -07:00
Vincent Fiduccia 4460a03aa6 Bug fixes 2015-12-08 17:12:09 -07:00
Vincent Fiduccia d90565bcc1 Settings set functionality, vm.enabled setting 2015-12-07 00:10:38 -07:00
Vincent Fiduccia 979b777f32 Fix LB edit/clone 2015-11-24 16:34:04 -07:00
Vincent Fiduccia 9ca1213756 Update to Ember & CLI 1.13.8
- Update all helpers for new style
- Remove more controllers
- Move needs to injections
- MD5 external ID before creating identicon
- Fix confirm delete action
2015-10-07 16:48:05 -07:00
Vincent Fiduccia 1f6897b930 Ember 1.13: Service edit 2015-07-07 18:23:24 -07:00
Vincent Fiduccia 79ef757e66 Ember 1.13: Environments/Services 2015-07-07 14:44:46 -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 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 a64aea6652 Redesign WIP 2015-05-20 17:34:29 -07:00
Vincent Fiduccia 49ba0984ee Services WIP 2015-05-20 17:34:29 -07:00
Vincent Fiduccia c88475c619 Projects WIP 2015-04-22 01:08:50 -07:00