Commit Graph

2485 Commits

Author SHA1 Message Date
Neil MacDougall fb46348ea5
Merge pull request #4900 from nwmac/rke-template-compare
Add ability to compare RKE template revisions
2022-12-13 10:28:44 +00:00
Neil MacDougall 9208846b01 Add message for error case 2022-10-20 14:24:38 +01:00
Neil MacDougall 2579c35de8 Deployments: Check name for underscores 2022-10-19 09:14:45 +01:00
Neil MacDougall 5bd3f2b1a6 Add ability to compare RKE template revisions 2022-10-19 08:28:59 +01:00
yuzeng 4fbc7340f9 Harvester: node/pod affinity enhancement on harvester cluster(RKE1) 2022-08-04 14:58:41 +08:00
yuzeng da6ac324b6 Harvester: Add Node/Pod Scheduling to Harvester node driver 2022-07-20 18:11:47 +08:00
Neil MacDougall fff6312779 Fix workload port wrapping 2022-04-29 18:58:10 +01:00
Neil MacDougall 670f7d589d Fix lint issue 2022-01-14 15:22:41 +00:00
Neil MacDougall b9febae382 Add missing template change 2022-01-13 19:12:30 +00:00
Neil MacDougall 5c92d787ca Fix issue with constantly reqested catalog image 2022-01-13 19:08:33 +00:00
Neil MacDougall 7406e370d4 Show legacy banner for project secrets when embedded 2021-08-19 08:31:19 +01:00
Nancy Butler bc710929a6 remove leading white spaces 2021-07-21 11:13:45 -07:00
Neil MacDougall 5684520732 More style fixes to address problems from recent update 2021-07-15 09:40:20 +01:00
Lauren Harden fce4e2de9f
iframe issues in vue from ember (#4690)
* 3370

* fix

* 33449

* 33450

* 33469

* lint

* spacing in hbs

* manual tidy part 1

* fixes part 2

* Fix reformatting issues

* Fix more formatting changes

* More formatting fixes

* Fix more formatting

* Fix test due to style changes

Co-authored-by: Neil MacDougall <nmacdougall@suse.com>
2021-07-15 09:36:49 +01:00
Lauren Harden 85ad5adb0b
theme changes for vue (#4655)
* theme changes for vue WIP

* banners

* header fixes

* rm blarp

* avatar fix

* table and header fixes

* table fix

* modal

* fix annotation

* right button headers

* accordion

* header color fixes

* banner fix
2021-06-30 09:45:00 -07:00
Westly Wright 5dc0e43b25
Update Ember 3.24
This puts back the fixes from the revert with the exception of ember-concurrency
Something in the internals of this is breaking when we iframe into the vue dashboard.
Reverting this particular change fixes it. Since this was not a required change but a nicety I've decided to revert until I have more time to investigate.
2021-06-21 10:48:45 -07:00
Westly Wright 29103e4f2f
Revert "Ember LTS and Dependency Upgrades" 2021-06-18 12:46:15 -07:00
Westly Wright 1feb2118a7
v3.20.2...v3.21.2
v3.21.2...v3.24.0

update node 10 -> 12 lts

audit updates

hide link-to-external when switching scopes

this action causes the route info to be unavailable to the current route lookup before we transition out of the alert lib
2021-06-17 15:53:11 -07:00
Westly Wright 4fc2d9e52c
Update docs base logic for 2.5+
Addeded docsBase to translations that were missing it as well.

rancher/rancher#31860
2021-04-20 14:07:14 -07:00
Vincent Fiduccia e61761e8ce
Don't produce a dotfile-hidden images list 2021-02-24 14:55:26 -07:00
Westly Wright c2d84f3ad9
update rotate encryption key logs for new requirements
exposes the kubeApi Secrets config enabled property which allows users to rotate keys
disable rotate action when prop is not set, we are rotating or, the cluster is transitioning

rancher/rancher#30077
2020-12-17 11:42:33 -07:00
Westly Wright 6c459cc8d0
Expose rotate encryption keys action and modal
rancher/rancher#30077
2020-12-16 16:18:47 -07:00
Westly Wright 06b18441e2
undefined error in workload stratgey switching
rancher/rancher#30399
2020-12-09 10:28:01 -07:00
Westly Wright bf8f5071b5
Add conditions list to PVC detail page
rancher/rancher#30319
2020-12-03 11:46:47 -07:00
Westly Wright cc83938284
Update PV and PVC pages to allow volume expansion
rancher/rancher#27746
2020-11-30 09:31:52 -07:00
Westly Wright 6bf4074da8
allow default event pass through so download cli works
rancher/rancher#29990
2020-11-09 19:53:45 -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 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 3dbe85e78f
set correct volume attributes on view/edit longhornpv
rancher/rancher#29484
2020-10-14 16:09:47 -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 0d49cadf12
Move continuous delivery from global tools nav -> global nav
rancher/rancher#29300
2020-10-01 10:17:26 -07:00
Westly Wright cc3a19d765
Update fleet references
rancher/rancher#29287
2020-09-30 14:22:44 -07:00
Westly Wright 7e7b53898a
Merge pull request #4200 from onpaws/full-width-template
Cosmetic - project apps preview
2020-09-29 15:15:23 -07:00
Pat fa505cd8c1 project apps preview 2020-09-30 00:02:11 +02:00
Matt Nikkel 503928f2a1
Fix frozen settings modal when parsing invalid JSON setting 2020-09-28 17:58:07 -04:00
Vincent Fiduccia f22b132346
Whats new again 2020-09-26 04:22:38 -07:00
Vincent Fiduccia 8c043f68e1
Bring back the view choice 2020-09-26 04:22:38 -07:00
Vincent Fiduccia 775b00a0b3
What's new in 2.5, Volume 1: The fellowship of the gitops 2020-09-24 15:23:11 -07:00
Vincent Fiduccia 1fe33392d8
Move fleet to global 2020-09-17 01:28:45 -07:00
Westly Wright 3c711f7518
Merge pull request #4155 from codyrancher/ttl-forwardport
[forwardport] api keys ttl
2020-09-10 08:57:02 -07:00
Cody Jackson 4378d464d7 Adding custom field to the simple expire and converting to ms
- We wanted to allow users to enter a custom date when there isn't a default ttl
- We also wanted to switch from minites to ms to be consistent with the past

rancher/rancher#28678
2020-09-02 11:53:53 -07:00
Cody Jackson 8fbd86a081 Implementing max token ttl for api keys
- added 'auth-token-max-ttl-minutes' setting
- modified api-key modal to better handle the max-ttl when it is set

rancherlabs/rancher-security#466
2020-09-02 11:53:45 -07:00
Vincent Fiduccia 2591e188a3
First login & Dashboard switch bugs 2020-08-31 15:28:59 -07:00
Vincent Fiduccia 84c4aa4464
Dashboard bugs 2020-08-28 17:57:54 -07:00
Vincent Fiduccia c903d22099
Short display version for master builds 2020-08-28 17:57:54 -07:00
Vincent Fiduccia aa4799e9ac
More ember vs vue and new in 2.5 stuff 2020-08-27 17:52:07 -07:00
Vincent Fiduccia d7436d4059
Ember<->Vue integration & login 2020-08-26 03:47:59 -07:00
Westly Wright 322010d292
Allow pod scale to be set 0 or null
Pod scale minimum was incorrectly set to 1. This sets the default back
to 0. Adds a nullible flag to input-int as this is allowed in most cases
where we are using the component. Defaults to false.

Formatting fixes

rancher/rancher#28168
2020-08-10 12:28:17 -07:00
Westly Wright bfc9398119
Merge pull request #4085 from vincent99/master
Add in-progress state
2020-07-21 14:02:55 -07:00
GGGitBoy bbfe4bd8d1
Add notifiers DingTalk and Microsoft Teams 2020-07-21 13:52:26 -07:00