-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upcoming: [DI-23083] - Migrated CloudPulseTimeRangeSelect to DateTime…
…RangePicker (#11573) * upcoming: [DI-20931] - Replaced CloudPulseTimeRange with date time range picker * upcoming: [DI-20931] - Added preference capability to date time range picker * upcoming: [DI-20931] - Added date range picker support in contextual view * upcoming: [DI-20931] - Updated test cases * upcoming: [DI-20933] - Added default timezone value * upcoming: [DI-20933] - Added disabled state for timezone * upcoming: [DI-20933] - Added relative time duration in metric request for preset value * upcoming: [DI-20933] - Removed widget time duration from metric request * upcoming: [DI-20933] - Updated value to be saved in preferences * upcoming: [DI-20933] - Updated ifelse ladder to switch statement * upcoming: [DI-20933] - Updated contextual view * upcoming: [DI-20933] - Moved common methods to utils file * upcoming: [DI-20933] - Renamed type name * upcoming: [DI-20933] - Renamed disabledTimeZone to disableTimeZone * upcoming: [DI-20933] - Code refactoring * upcoming: [DI-20933] - Removed unused variabled * upcoming: [DI-20933] - Updatef failing test cases * upcoming: [DI-20931] - Updated logic to retain date time value for previous preset selected * upcoming: [DI-20931] - Updated metrics call logic * upcoming: [DI-20933] - Removed unused variable * upcoming: [DI-20933] - Added 1 hour in preset * upcoming: [DI-20933] - bug fix for 1 hour preset * upcoming: [DI-20933] - Updated failing test cases * upcoming: [DI-20932] - Made input readonly for time range picker * upcoming: [DI-20932] - Added qa id * upcoiming: [DI-20931] - Added default start & end date for undefined default value * upcoming: [DI-23187] - Changed end date for this month preset option * upcoming: [DI-23186] - Changed format of date in date picker * upcoming: [DI-20931] - Set 0 seconds to selected date * upcoming: [DI-20931] - Set seconds value to 0 in default value * upcoming: [DI-20931] - Set seconds value to 0 in default value * upcoming: [DI-20931] - Updated test cases * upcoming: [DI-20931] - Updated logic to set 0 seconds * upcoming: [DI-20931] - updated logic to set 0 for seconds * upcoming: [DI-20931] - Added support for multiple screen resolution * upcoming: [DI-23083] - Added changeset * upcoming: [DI-20931] - Added test cases * upcoming: [DI-23083 ] - Removed read-only from time picker * upcoming: [DI-23083] - Added styling for MuiOutlinedInput in light & dark theme ts file * added changeset * upcoming: [DI-23083] - Update function parameters * upcoming: [DI-23083] - Updated timezone value in date picker input field
- Loading branch information
1 parent
c19c8ce
commit be5d96c
Showing
26 changed files
with
550 additions
and
175 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
packages/api-v4/.changeset/pr-11573-upcoming-features-1738066060175.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/api-v4": Upcoming Features | ||
--- | ||
|
||
Add `DateTimeWithPreset` type in cloudpulse types ([#11573](https://github.com/linode/manager/pull/11573)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
packages/manager/.changeset/pr-11573-upcoming-features-1738066869988.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Upcoming Features | ||
--- | ||
|
||
Replace `CloudPulseTimeRangeSelect` with `CloudPulseDateTimeRangePicker`, Change metric request body to use `absolute_time_duration` for custom date and `relative_time_duration` for presets, add `1hr` preset option in `DateTimeRangePicker`, Change time select input field to `read-only` in `DateTimePicker ([#11573](https://github.com/linode/manager/pull/11573)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.