Joe Li
151fb74075
fix(charts): render time comparison without a time grain ( #42054 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
(cherry picked from commit 157ef61fd8 )
2026-07-17 11:29:42 -07:00
Jean Massucatto
5606d5d2e3
perf(date_parser): bound regex quantifiers for deterministic parsing performance ( #36983 )
...
Cherry-picked from master commit 459b4cb23d
Accepted:
- Bounded \s+ to \s{1,5} and \s* to \s{0,5} in time_range_lookup regexes
- Added tests for bounded whitespace validation
Adapted:
- Preserved 6.0-release "first/1st of" patterns between modified sections
- Kept existing tests for "first of" expressions
Original author: Jean Massucatto <massucattoj@gmail.com >
2026-01-26 12:40:52 -08:00
Alexandru Soare
b5f3892b8c
feat(dates): adding handling for first of ( #37098 )
...
(cherry picked from commit 8f35cc93673a56ba499510fbefabf9e4a46d8b6f)
2026-01-26 12:40:52 -08:00
Mehmet Salih Yavuz
70117eb55f
fix(date_parser): add check for time range timeshifts ( #36039 )
...
(cherry picked from commit c9f65cf1c2 )
2025-11-10 10:08:45 -08:00
Daniel Vaz Gaspar
41ac8d8d9c
fix: unpin holidays and prophet ( #35771 )
...
Co-authored-by: Claude <noreply@anthropic.com >
(cherry picked from commit 51aad52e6c )
2025-10-28 10:47:02 -07:00
Alexandru Soare
e4e07eef5a
feat(CalendarFrame): adding previous calendar quarter ( #31889 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-01-22 17:54:29 +01:00
alexandrusoare
63843c5682
fix(date_parser): fixed bug for advanced time range filter ( #31867 )
2025-01-20 18:36:30 +01:00
Maxime Beauchemin
e51b95ffa8
chore: enforce more ruff rules ( #31447 )
...
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2024-12-18 17:41:34 -08:00
Pranav Sadagopan
066f6b1f8a
feat: add Current time-range options for time filter ( #28637 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2024-06-06 14:07:09 -06:00
Antonio Rivero
b1f85dce71
refactor(plugins): BigNumber Time Comparison with existing time_offset API ( #27718 )
...
Co-authored-by: lilykuang <jialikuang@gmail.com >
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com >
2024-05-16 18:47:50 +02:00
Yongjie Zhao
e89ec4d593
feat: datediff in datetime_parser ( #27368 )
...
Co-authored-by: Yongjie Zhao <yongjie.zhao@burda-forward.de >
2024-03-04 11:49:48 +01:00
Antonio Rivero
127df24c08
refactor(plugins): Time Comparison Utils ( #27145 )
2024-02-22 14:43:43 +01:00
John Bodley
07bcfa9b5f
chore(command): Organize Commands according to SIP-92 ( #25850 )
2023-11-22 16:55:54 -03:00
John Bodley
a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks ( #24197 )
2023-06-01 12:01:10 -07:00
Arkadii Yakovets
ff126542d8
fix(utils): evaluate date parser multiple holiday results correctly ( #23685 )
2023-04-26 13:59:31 +03:00
Evan Rusackas
6998f65e1d
chore: removing unnecessary double spaces, a.k.a. "shotgun holes" ( #22852 )
2023-01-26 11:48:41 -07:00
Yongjie Zhao
38cd696981
refactor: move date_parser to unittest ( #18810 )
2022-02-18 20:15:31 +08:00