Commit Graph

1690 Commits

Author SHA1 Message Date
Masen Furer
86563b66a4
integration: bump listening timeout to 1200 seconds 2024-08-23 14:07:25 -07:00
Masen Furer
56f278dc8e
poetry.lock: relock dependencies 2024-08-23 13:03:56 -07:00
Masen Furer
f09d2e2151
Merge remote-tracking branch 'origin/main' into immutable-vars 2024-08-23 13:03:19 -07:00
Masen Furer
8b512445c2
pyproject.toml: depend on reflex-chakra>=0.6.0a
New Var system support in reflex-chakra 0.6.0a1
2024-08-23 13:01:43 -07:00
Masen Furer
7d7f788c49
pyproject.toml: bump to 0.6.0a1 2024-08-23 13:01:23 -07:00
Masen Furer
56c24f5432
Upper bound for reflex-chakra dependency (#3824)
* Upper bound for reflex-chakra dependency

We have to make a breaking change in reflex-chakra, and it will happen in 0.6.0, so ensure that reflex 0.5.10 never installs the breaking version of reflex-chakra.

* Relock deps
2024-08-23 12:59:34 -07:00
Elijah Ahianyo
9c656a0f9c
Fix benchmark tests (#3822) 2024-08-23 11:55:18 -07:00
Masen Furer
02def8c077
Merge branch 'main' into immutable-vars 2024-08-22 16:16:34 -07:00
Masen Furer
26002a809b
[REF-3591] Remove chakra-related files from immutable vars PR (#3821)
* Add comments to html metadata component (#3731)

* fix: add verification for path /404 (#3723)

Co-authored-by: coolstorm <manas.gupta@fampay.in>

* Use the new state name when setting `is_hydrated` to false (#3738)

* Use `._is_mutable()` to account for parent state proxy (#3739)

When a parent state proxy is set, also allow child StateProxy._self_mutable to
override the parent's `_is_mutable()`.

* bump to 0.5.9 (#3746)

* add message when installing requirements.txt is needed for chosen template during init (#3750)

* #3752 bugfix add domain for XAxis (#3764)

* fix appharness app_source typing (#3777)

* fix import clash between connectionToaster and hooks.useState (#3749)

* use different registry when in china, fixes #3700 (#3702)

* do not reload compilation if using local app in AppHarness (#3790)

* do not reload if using local app

* Update reflex/testing.py

Co-authored-by: Masen Furer <m_github@0x26.net>

---------

Co-authored-by: Masen Furer <m_github@0x26.net>

* Bump memory on relevant actions (#3781)

Co-authored-by: Alek Petuskey <alekpetuskey@Aleks-MacBook-Pro.local>

* [REF-3334] Validate Toast Props (#3793)

* [REF-3536][REF-3537][REF-3541] Move chakra components into its repo(reflex-chakra) (#3798)

* fix get_uuid_string_var (#3795)

* minor State cleanup (#3768)

* Fix code wrap in markdown (#3755)

---------

Co-authored-by: Alek Petuskey <alek@pynecone.io>
Co-authored-by: Manas Gupta <53006261+Manas1820@users.noreply.github.com>
Co-authored-by: coolstorm <manas.gupta@fampay.in>
Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com>
Co-authored-by: Shubhankar Dimri <dimrishubhi@gmail.com>
Co-authored-by: benedikt-bartscher <31854409+benedikt-bartscher@users.noreply.github.com>
Co-authored-by: Khaleel Al-Adhami <khaleel.aladhami@gmail.com>
Co-authored-by: Alek Petuskey <alekpetuskey@Aleks-MacBook-Pro.local>
Co-authored-by: Elijah Ahianyo <elijahahianyo@gmail.com>
2024-08-22 16:15:12 -07:00
Alek Petuskey
13a6d538a9
Fix code wrap in markdown (#3755) 2024-08-20 12:11:39 -07:00
benedikt-bartscher
2d9380a6fd
minor State cleanup (#3768) 2024-08-20 12:10:13 -07:00
Shubhankar Dimri
9c70971dc6
fix get_uuid_string_var (#3795) 2024-08-20 10:25:37 -07:00
Elijah Ahianyo
1f3779f40e
[REF-3536][REF-3537][REF-3541] Move chakra components into its repo(reflex-chakra) (#3798) 2024-08-19 13:41:31 -07:00
Khaleel Al-Adhami
9fb4b67da5 small dict to large dict 2024-08-19 11:50:40 -07:00
Khaleel Al-Adhami
bf1d052795 only choose the ones that are defined in the same module 2024-08-19 11:35:03 -07:00
Khaleel Al-Adhami
397683a9c1 use even better logic for finding state wrt computedvar 2024-08-16 18:37:11 -07:00
Khaleel Al-Adhami
dd13dbad81 better logic for finding parent class 2024-08-16 17:47:18 -07:00
Khaleel Al-Adhami
85c1590a70 fix immutable call var 2024-08-16 17:21:13 -07:00
Khaleel Al-Adhami
69f0d1db0b make integration tests pass 2024-08-16 16:28:21 -07:00
Khaleel Al-Adhami
3d7ea3735c override get all var data for var operations call 2024-08-15 17:06:57 -07:00
Khaleel Al-Adhami
4978b20ec1 fix another silly issue 2024-08-15 16:41:36 -07:00
Khaleel Al-Adhami
0ad21fe357 add type ignore 2024-08-15 16:23:46 -07:00
Khaleel Al-Adhami
9deda27450 add test for html issue 2024-08-15 16:19:27 -07:00
Khaleel Al-Adhami
5a8ca046de remove weird comment 2024-08-15 16:14:22 -07:00
Khaleel Al-Adhami
ab63e570db remove unnecessary print message 2024-08-15 16:10:29 -07:00
Khaleel Al-Adhami
9e1a35f514 use less boilerplate 2024-08-15 16:05:10 -07:00
Khaleel Al-Adhami
1603e0606d go back to passing test cases 2024-08-15 12:58:10 -07:00
Elijah Ahianyo
4190a79835
[REF-3334] Validate Toast Props (#3793) 2024-08-15 09:30:32 -07:00
Khaleel Al-Adhami
8de75b7d08 various optimizations 2024-08-14 18:51:56 -07:00
Khaleel Al-Adhami
75ef7737be use fixed_type logic 2024-08-14 17:17:03 -07:00
Khaleel Al-Adhami
777e8bc60e use get origin more 2024-08-14 16:07:35 -07:00
Khaleel Al-Adhami
1d45f70dfe reorder things 2024-08-14 15:19:06 -07:00
Khaleel Al-Adhami
e92218da94 fix pyright issues 2024-08-14 15:00:47 -07:00
Khaleel Al-Adhami
d516b3bfc4 pass all testcases 2024-08-14 14:36:37 -07:00
Khaleel Al-Adhami
39bc0c0b57 down to 13 errors 2024-08-13 17:13:43 -07:00
Khaleel Al-Adhami
82a3498d02 down to 20 errors 2024-08-13 17:02:50 -07:00
Alek Petuskey
b01c4b6c6a
Bump memory on relevant actions (#3781)
Co-authored-by: Alek Petuskey <alekpetuskey@Aleks-MacBook-Pro.local>
2024-08-13 15:49:43 -07:00
Thomas Brandého
634c0916f6
do not reload compilation if using local app in AppHarness (#3790)
* do not reload if using local app

* Update reflex/testing.py

Co-authored-by: Masen Furer <m_github@0x26.net>

---------

Co-authored-by: Masen Furer <m_github@0x26.net>
2024-08-13 23:14:38 +02:00
Khaleel Al-Adhami
2f49ce0201 solve more CI issues, down to 94 failures 2024-08-13 13:06:58 -07:00
Khaleel Al-Adhami
2c26dadacd improve test_cond 2024-08-12 16:07:06 -07:00
Khaleel Al-Adhami
0fd423712b overload equals to special case immutable var 2024-08-12 15:59:26 -07:00
Khaleel Al-Adhami
5bfc0c0446 fix silly mistake 2024-08-12 15:48:13 -07:00
Khaleel Al-Adhami
e0c4e971cd dicts are unusable sadly 2024-08-12 15:24:27 -07:00
Khaleel Al-Adhami
854d729ca6 put plotly inside of a catch 2024-08-12 15:20:40 -07:00
Khaleel Al-Adhami
4349d693ff use override from typing_extension 2024-08-12 15:17:32 -07:00
Khaleel Al-Adhami
0ae88314da fix pyi 2024-08-12 15:14:41 -07:00
Khaleel Al-Adhami
f6938cffa6 fix tests 2024-08-12 15:03:37 -07:00
Khaleel Al-Adhami
910bcdb017
use different registry when in china, fixes #3700 (#3702) 2024-08-12 03:06:34 -07:00
Thomas Brandého
0eff63eed4
fix import clash between connectionToaster and hooks.useState (#3749) 2024-08-12 03:04:55 -07:00
benedikt-bartscher
b58ce1082e
fix appharness app_source typing (#3777) 2024-08-11 17:42:39 -07:00