Commit Graph

32 Commits

Author SHA1 Message Date
Westly Wright 5bc4737743
Fix sorting on cloud credentials page
While I was cleaning this up I found that groupByRef in cc this case did nothing
so I removed it. This exposed a bug in the sortable-table code where groupByRef
was coming back null but when we tried to get it, using embers getter, it would
fail because we passed a null value instead of an empty string.

Additionally I found that when using presorts we were continuously pushing into
the sort array on the component, which never gets reset, so I decided to clone
the array. We rarely use preSorts so it was never caught.

Additionally we never add/remove the descending key to our presorts so I've
added that. Without these when we pass the sort to embers sort we'd never
correctly sort any presorts based the descending flag.

rancher/rancher#23828
2019-11-01 09:14:20 -07:00
loganhz 8a825860a1 Support search in apps and multi-cluster apps list page 2019-09-11 20:32:43 +08:00
Vincent Fiduccia 8f22791e9d
Support disabling rows 2019-08-13 16:36:47 -07:00
Westly Wright 51dfc0c0e5
clean up backup translations
rancher/rancher#18999
2019-03-18 15:39:12 -07:00
Westly Wright 1ab1b9ab02
Fix pagination labels showing up when they shouldn't be
rancher/rancher#18967
2019-03-18 14:46:11 -07:00
loganhz e3b848e3c1 Fix table search issue
https://github.com/rancher/rancher/issues/18513
2019-03-04 10:05:19 -08:00
Westly Wright 4f0ad7ecbe
add correct returns to sortable search matches
also cleaned up code style

rancher/rancher#18288
2019-02-22 15:39:30 -07:00
Westly Wright 6a03df02d0
Global DNS & Multi Cluster App Routes and Components
Add Global DNS providers and re-org global dns page

update providers routes and translations

global dns providers add page mock

Hookup Global DNS Provider api

Hookup Global DNS Entry API

Update multi-cluster-app for new api

add targets to multi-cluster-apps creation

Multi cluster app component for list page

launch route upgrade button and clone

clone name

styles and clean up

add multi-cluster targets and projects to gdns

add project ids to dns entries index

address feedback from review
2019-01-21 15:14:58 -07:00
n313893254 3ef21a943e Click on checkbox for bulk action doesn't work
https://github.com/rancher/rancher/issues/16601
2018-12-07 17:26:53 +08:00
loganhz 18d789eea8 Fix group issue
https://github.com/rancher/rancher/issues/16591
2018-11-14 21:07:01 +08:00
Westly Wright ab192c9ffe
Amazon EKS session token bugs
rancher/rancher#16420
rancher/rancher#16421
rancher/rancher#16423
rancher/rancher#16425
2018-11-05 10:38:24 -07:00
Westly Wright 4895c20ed7
Add Cluster and Project level catalogs
rancher/rancher#15104
rancher/rancher#15106
2018-10-17 14:03:49 -07:00
loganhz ad64ec6411 Fix pagination issue for grouped resources
https://github.com/rancher/rancher/issues/15515
2018-09-11 14:58:38 +08:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 0686d4840d
Revert part of eslint fix 2018-07-16 17:50:16 -07:00
Westly Wright 877ed1f522
More lint files changes (see lib) 2018-07-11 14:06:27 -07:00
loganhz f1230a19b3 Fix selected issue
https://github.com/rancher/rancher/issues/13476
2018-05-15 16:09:36 +08:00
loganhz 954a2f23a6 Use defineProperty for dynamically created computed property 2018-05-10 14:34:41 +08:00
Westly Wright 5e6c056864
Upgrade ember -> 3.1
also linting errors
2018-05-09 11:24:36 -07:00
loganhz 09cc2221e5 Sort by Project when Grouped Project/Namespace
https://github.com/rancher/rancher/issues/13261
2018-05-05 14:28:48 +08:00
Westly Wright f21b258308
Review tweaks for project level namespaces 2018-04-27 17:49:02 -07:00
loganhz 9ccf237314 Fix bulk action issue
https://github.com/rancher/rancher/issues/12861
2018-04-19 22:42:59 +08:00
Vincent Fiduccia b1df988296
Centralized bulk actions 2018-04-16 17:50:37 -07:00
Vincent Fiduccia 18a7fe8d65
Move edit, yaml, remove, gotoapi into central actions 2018-04-16 02:35:28 -07:00
Aaron 1bd3e9c193 Modify Component `sortable-table`
Hide bulckActions if content is empty.
2018-02-23 07:46:29 +08:00
Vincent Fiduccia 2e67688308
Rename machine* to node* 2018-02-13 10:41:07 -07:00
Vincent Fiduccia aac22c74da
Search shouldn't match 'undefined' as a string 2017-12-24 21:29:31 -07:00
Vincent Fiduccia 996e9addf1
Fix sortable-table on IDs with colons in them 2017-12-05 00:38:52 -07:00
Vincent Fiduccia 1114dd0ba0
Global level cleanup 2017-12-04 01:54:04 -07:00
Westly Wright 8b10cb04ff
new modules and imports 2017-11-07 10:14:13 -07:00
Westly Wright 9a55be9c8e
more component moves 2017-11-03 14:32:28 -07:00
Westly Wright a78f199447
more moves for admin 2017-11-03 09:51:35 -07:00