Commit Graph

10945 Commits

Author SHA1 Message Date
Westly Wright 55206e6ea6
Merge pull request #4255 from westlywright/bug.secret.field.desc
Incorrect secret cert labels
2020-10-26 10:12:58 -07:00
Westly Wright 12578e4a7e
Merge pull request #4253 from westlywright/bug.mcapp.console.error
Handle MC Apps Index Error
2020-10-26 10:12:34 -07:00
Westly Wright ddbd51bb16
Change incorrect secret cert labels
rancher/rancher#29734
2020-10-26 10:04:28 -07:00
Westly Wright f69a1499b9
Check for local cluster before checking local cluster id
Can't get id of an undefined object

rancher/rancher#29636
2020-10-26 09:50:14 -07:00
Westly Wright fcd6788254
Merge pull request #4250 from jlamillan/jlamillan/filter-out-ol8
Filter out OL-8.x images until it is supported by OCI machine driver.
2020-10-23 15:31:40 -07:00
jesse.millan 3671bc2c38
Filter out OL-8.x images until it is supported by OCI machine driver. 2020-10-23 14:16:17 -07:00
Westly Wright 33ddb57294
Merge pull request #4247 from westlywright/feature.hide.local
Hide Local Cluster
2020-10-22 16:59:46 -07:00
Westly Wright 77d6d3bee7
check for correct destroy prop 2020-10-22 16:53:16 -07:00
Westly Wright 3eda4eb71a
Change filtering for global cluster list and hide local
can't filter in the route as this is not any kind of property that will recompute. Instead create a new computed for all clusters that filters correctly.
2020-10-22 16:37:20 -07:00
Westly Wright b8ae49352b
hide local cluster from header & global clusters list if hide local true
if the new setting hide-local-cluster exists and is true we will hide the local cluster in the UI. this doesnt prevent api access.
additionally if the setting is true and a user attempts to navigate directly to a cluster or project route we will redirect them to the authenticated index route which redirects to global admin.

rancher/rancher#29325
2020-10-22 16:04:31 -07:00
Westly Wright 44925301a9
Merge pull request #4245 from westlywright/bug.gke.projectid
gke project id not set before fetching cluster resources
2020-10-22 14:12:22 -07:00
Westly Wright 0abb2bdb4e
fix broken azure cloud provider inputs 2020-10-22 13:16:50 -07:00
Westly Wright e227ba4e6e
Fix selecting cloud provider logic
rancher/rancher#29685
2020-10-22 11:42:37 -07:00
Westly Wright 692fe8514e
Add catch for nullable drain status and ember upgrade errors 2020-10-22 09:34:20 -07:00
Westly Wright 8906dd18cd
gke project id not set before fetching cluster resources
this issue cropped up after a large dependency upgrade and I believe it has to do with some underlying ember changes. Basically we'd hit a race condition where we'd click next before the observer has had a chance to update the project id.
Found an additional issue where the observer on zone change would cause all the fetchs to fire again after the cluster has saved because we merge the results, I added checks to see if we'd saved as saving was already set false but we hadn't started destroying yet.

rancher/rancher#29646
2020-10-22 08:55:12 -07:00
Westly Wright 046f203b41
Merge pull request #4242 from deniseschannon/cluster-level-registry
Update cluster registry translation text to indicate that it is only …
2020-10-21 14:35:46 -07:00
Denise Schannon 4f46859514 Update cluster registry translation text to indicate that it is only for RKE components 2020-10-21 13:41:40 -07:00
Westly Wright 17a4ec8283
Merge pull request #4239 from cloudnautique/master_25_deprecated_fixes
Updated deprecation text
2020-10-20 08:16:38 -07:00
Bill Maxwell 159bea30a3 fix indent 2020-10-19 17:07:23 -07:00
Bill Maxwell f6ce8840aa Updated deprecation text 2020-10-19 15:18:24 -07:00
Westly Wright 8dd7960e4b
Merge pull request #4237 from deniseschannon/new-dep-text
Update deprecation text
2020-10-19 09:22:29 -07:00
Denise Schannon 965b21824c Update deprecation text 2020-10-16 21:37:42 -07:00
Westly Wright c986899654
Merge pull request #4235 from westlywright/feature.keycloak.field
keycloak entityId not required
2020-10-16 17:01:48 -07:00
Westly Wright 4d3528b826
remove required field from keycloak entityId
rancher/rancher#29553
2020-10-16 15:57:20 -07:00
Westly Wright c0de1dd7a3
Merge pull request #4232 from n313893254/master
[Forward port] Synchronize logging form to file
2020-10-16 11:18:32 -07:00
Westly Wright fc51862227
Merge pull request #4233 from westlywright/feature.keycloak.field
expose new entity id on keycloak
2020-10-16 10:34:59 -07:00
Westly Wright 84e7b17464
expose new entity id on keycloak
rancher/rancher#29553
2020-10-16 08:44:30 -07:00
n313893254 5af4c4668a Synchronize logging form to file
https://github.com/rancher/rancher/issues/29562
2020-10-16 16:04:14 +08:00
Westly Wright 8a6961345a
Merge pull request #4229 from westlywright/bug.ember.upgrade.nav
remove conflicting close action on page-header-project
2020-10-15 11:41:16 -07:00
Westly Wright 790231ff80
remove conflicting close action on page-header-project
when i ugpraded ember basic dropdown the mechanism we previously used to close the dropdown on click was removed and as a result I added the recommended method closing the dropdown.
the problem was that page-header-project and hover-drowndown worktogether to close the dropdown as well and the conflict was causing a full page refresh due to the close method.
ive dropped the conflicting action and instead moved the close logic to hover dropdown in the routeWillChange method since its knows its context in regards to the dropdown.
at this point the `a` in page header project will have been magically clicked and the component is done with publicDropDownApi so it can be set null.
2020-10-15 11:23:54 -07:00
Westly Wright a31dc33aba
Merge pull request #4227 from westlywright/bug.longhorn.pv.default
Longhorn Uses Default Values on View
2020-10-14 16:28:04 -07:00
Westly Wright 7c14b381e7
Merge pull request #4223 from westlywright/bug.eks.display.name
[master] EKS v2 displayName Bug
2020-10-14 16:25:24 -07:00
Westly Wright 3dbe85e78f
set correct volume attributes on view/edit longhornpv
rancher/rancher#29484
2020-10-14 16:09:47 -07:00
Westly Wright 10ea146135
ensure eksconfig display name always matches cluster name
rancher/rancher#29353
2020-10-14 15:00:52 -07:00
Westly Wright 82599b011c
Merge pull request #4221 from luthermonson/master-vsphere-rp
[master] Vsphere Resource Pool Sub-Directory Fix
2020-10-14 14:06:33 -07:00
Westly Wright 205fa75fe6
Merge pull request #4216 from paynejacob/update-eks-versions
added 1.18 and 1.14 eks versions
2020-10-14 14:05:06 -07:00
Westly Wright cefa5216f8
Merge pull request #4217 from westlywright/bug.product.selector
Rancher Welcome Screen
2020-10-14 14:00:02 -07:00
Luther Monson 1a82dfac99 fixing resource pool labels
resource pools can have subdirectories, changing the split to drop the
/dc/host portion and display the rest
2020-10-14 13:53:02 -07:00
Westly Wright ea4a4544a5
set image radio action to not prevent default
closure actions set preventDefault true by default.

rancher/rancher#29434
2020-10-14 10:59:20 -07:00
Jacob Payne bb50346b97 added 1.18 and 1.14 eks versions 2020-10-13 17:46:04 -07:00
Westly Wright 2ff05e1d77
Merge pull request #4213 from westlywright/upgrade.dependencies.2.5.1
Upgrade Ember & Dependencies for LTS support >3.12
2020-10-13 09:57:34 -07:00
Westly Wright 8fa50900b0
Login button should be submit 2020-10-08 09:41:11 -07: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
Westly Wright f994a39508
Merge pull request #4209 from westlywright/2.5.alpha.bugs
Move Continuous Delivery back to global tools
2020-10-02 09:26:20 -07:00
Westly Wright d8f049f4f1
Move Continuous Delivery back to global tools 2020-10-02 09:03:58 -07:00
Vincent Fiduccia 576a2cf667
Merge pull request #4208 from deniseschannon/tos
Change deprecation messages again.
2020-10-01 23:17:57 -07:00
Denise Schannon fb2678da6a Add ablity to have deprecation link open in new tab 2020-10-01 21:47:34 -07:00
Denise Schannon d80f93d9fc Change deprecation messages again. 2020-10-01 21:45:43 -07:00
Westly Wright 75f20e3e44
Merge pull request #4207 from westlywright/2.5.alpha.bugs
Restricted Admin User Roles
2020-10-01 16:54:53 -07:00
Westly Wright b51b28f5cc
Move new restricted admin to login access roles
rancher/rancher#29315
2020-10-01 16:44:37 -07:00