Commit b8fa65b
refactor: [M3-9616] - Move
* Move isNilOrEmpty
* Move createDevicesFromStrings
* Resolve TS errors in createDevicesFromStrings.text.ts
* Move createStringsFromDevices
* Move maybeCastToNumber
* Consolidate imports
* Fix TS error
* Added changeset: Move ramda dependent utils
* Keep DevicesAsStrings type import separate for better organization
* Added changeset: Migrated ramda dependent utils to @linode/utilities package
* Avoid importing from @linode/utilities from within the same package
* Update packages/manager/.changeset/pr-11913-added-1742915642212.md
Co-authored-by: Hana Xu <115299789+hana-akamai@users.noreply.github.com>
* Update packages/manager/.changeset/pr-11913-added-1742915642212.md
Co-authored-by: Purvesh Makode <pmakode@akamai.com>
* Move utils changeset to correct spot
* upcoming: [M3-9534] - Initial VPC Support in the `Add Network Interface` Drawer (linode#11887)
* initial vpc and subnet select
* add a shared firewallselect component
* use firewall select globally
* add jsdoc comments
* add some testing
* finish up testing for now
* Added changeset: Add VPC support to the Add Network Interface Drawer
* Added changeset: Added `FirewallSelect` component
* Added changeset: Add test for Add Linode Interface drawer
* clean up changesets
* support default chips in the Firewall Select
* fix spacing regression
* properly handle disableClearable in the new Firewall Select
* support default firewalls in the Add Interface drawer
* use newer copy @coliu-akamai
* fix unit test after UX tooltip changes
---------
Co-authored-by: Banks Nussman <banks@nussman.us>
* test: [M3-9486, M3-9487, M3-9557] - Allow Linode create tests to pass in alternative environments (linode#11886)
* Delete redundant Linode Create SSH key test
* Add "env:premiumPlans" test tag
* Apply "env:premiumPlans" tag to Linode premium plan e2e test
* Only require "Premium Plans" region capability for Premium Plans Linode create test
* refactor: [M3-9617] - Move `doesRegionSupportFeature` to `utilities` package (linode#11891)
* Move `doesRegionSupporFeature` to `utilities` pkg
* Added changeset: Move `doesRegionSupportFeature` from `manager` to `utilities` package
* Added changeset: Move `doesRegionSupportFeature` from `manager` to `utilities` package
* refactor: [M3-8247] - Remove ramda from Utilities (linode#11861)
* refactor: [M3-8247] - Remove ramda from Utilities
* Add changeset
* Add changeset
* updated comment
* increase coverage for isNilorEmpty()
* feat: [UIE-8600] - IAM RBAC: add new drawer for unassigning role flow (linode#11893)
* feat: [UIE-8600] - IAM RBAC: add new drawer for unassigning role flow
* Added changeset: Add a new confirmation dialog for the unassigning role flow in IAM
* fix the chip's color for dark theme
* fix conflict and small improvements
* upcoming: [UIE-8515] - DBaaS: Advanced Configuration - Drawer with existing configs (linode#11812)
* feat: [UIE-8515] - DBaaS: Advanced Configuration - Drawer with existing configs
* feat: [UIE-8515] - update mock data
* Added changeset: DBaaS Advanced Configurations: added `getDatabaseEngineConfig` request to fetch all advanced configurations and updated types for advanced configs
* Added changeset: DBaaS Advanced Configurations: added UI for existing engine options in the drawer
* upcoming: [UIE-8515] - review fix
* upcoming: [UIE-8515] - style update, add link
* update styles after token re-organization
---------
Co-authored-by: cpathipa <119517080+cpathipa@users.noreply.github.com>
* Resolve merge conflict
* Move createDevicesFromStrings
* Move createStringsFromDevices
* Avoid importing from @linode/utilities from within the same package
* refactor: [M3-8247] - Remove ramda from Utilities (linode#11861)
* refactor: [M3-8247] - Remove ramda from Utilities
* Add changeset
* Add changeset
* updated comment
* increase coverage for isNilorEmpty()
* Move isNilOrEmpty
* Move createDevicesFromStrings
* Move createStringsFromDevices
* refactor: [M3-8247] - Remove ramda from Utilities (linode#11861)
* refactor: [M3-8247] - Remove ramda from Utilities
* Add changeset
* Add changeset
* updated comment
* increase coverage for isNilorEmpty()
* Fix post merge conflict issues
---------
Co-authored-by: Hana Xu <115299789+hana-akamai@users.noreply.github.com>
Co-authored-by: Purvesh Makode <pmakode@akamai.com>
Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
Co-authored-by: Banks Nussman <banks@nussman.us>
Co-authored-by: jdamore-linode <97627410+jdamore-linode@users.noreply.github.com>
Co-authored-by: Harsh Shankar Rao <hrao@akamai.com>
Co-authored-by: aaleksee-akamai <aaleksee@akamai.com>
Co-authored-by: mpolotsk-akamai <157619599+mpolotsk-akamai@users.noreply.github.com>
Co-authored-by: cpathipa <119517080+cpathipa@users.noreply.github.com>ramda dependent utils (linode#11913)1 parent 6449d16 commit b8fa65b
File tree
16 files changed
+33
-13
lines changed- packages
- manager
- .changeset
- src
- features
- Domains/DomainDetail/DomainRecords
- Linodes/LinodesDetail
- LinodeConfigs
- LinodeRescue
- Volumes
- Drawers/VolumeDrawer
- utilities
- utilities
- .changeset
- src/helpers
16 files changed
+33
-13
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | | - | |
53 | | - | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | | - | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments