Evan Almloff
|
8eda785ace
|
try to pull the default out directory for the fullstack server from the config
|
2024-01-31 16:50:54 -06:00 |
|
Evan Almloff
|
0932130e87
|
include more platforms in the launch builder
|
2024-01-22 08:58:35 -06:00 |
|
Jonathan Kelley
|
85c7c22619
|
Make router work on web
|
2024-01-19 16:36:40 -08:00 |
|
Jonathan Kelley
|
6ed3aafb2f
|
Get cargo check --all working
|
2024-01-18 19:27:55 -08:00 |
|
Jonathan Kelley
|
d8af9b7ed1
|
Fix compile checks on numerous packages using --all --all-features
|
2024-01-18 16:27:43 -08:00 |
|
Evan Almloff
|
0c532c5e0c
|
work on restoring fullstack
|
2024-01-17 14:02:49 -06:00 |
|
Evan Almloff
|
af1749d7be
|
re export renderers in dioxus
|
2024-01-15 19:14:11 -06:00 |
|
Evan Almloff
|
e004c1722f
|
set the required environment variable for manganis support
|
2024-01-10 11:19:51 -06:00 |
|
Evan Almloff
|
663296ae45
|
make collect-assets not optional in dioxus fullstack
|
2024-01-09 13:58:28 -06:00 |
|
Jonathan Kelley
|
28a9dc6805
|
Pin assets sha to keep CI in check
|
2024-01-08 14:54:02 -08:00 |
|
ealmloff
|
01c2691953
|
fix duplicate serde dependancy
|
2024-01-08 13:30:08 -06:00 |
|
Evan Almloff
|
b180b501f7
|
Merge branch 'master' into fullstack-binary-size-compile-times
|
2024-01-08 13:18:05 -06:00 |
|
Evan Almloff
|
b1de7d850c
|
Merge branch 'master' into intigrate-collect-assets
|
2024-01-04 18:44:29 -06:00 |
|
Evan Almloff
|
37e9876a70
|
bump salvo
|
2023-12-20 15:18:20 -06:00 |
|
Evan Almloff
|
66e2c02bf7
|
Merge branch 'master' into intigrate-collect-assets
|
2023-12-08 08:49:17 -06:00 |
|
Evan Almloff
|
23090cb56b
|
optimize fullstack compile times
|
2023-11-21 14:46:47 -06:00 |
|
Joshua Wolfe
|
8ea7f076e5
|
Updated server_fn to 0.5.2 (#1620)
|
2023-11-08 08:33:41 -06:00 |
|
Evan Almloff
|
426a342700
|
add logs when the desktop or fullstack application is collecting assets
|
2023-10-10 10:26:16 -05:00 |
|
Evan Almloff
|
f976e08f71
|
Merge branch 'master' into intigrate-collect-assets
|
2023-09-17 19:40:14 -05:00 |
|
Evan Almloff
|
c55c17cb81
|
switch to tracing for logging
|
2023-09-06 17:47:33 -05:00 |
|
Evan Almloff
|
d33ea087d0
|
make server function features flexible
|
2023-08-03 11:13:43 -07:00 |
|
Jonathan Kelley
|
39e89c1fac
|
Bump crate versions, fix any publish errors
|
2023-07-31 18:49:54 -07:00 |
|
Jonathan Kelley
|
8a875acdd2
|
Adjust versions, add authors, move server macro to top level
|
2023-07-31 17:59:36 -07:00 |
|
Evan Almloff
|
3eab363e51
|
Add authors to all crates
|
2023-07-31 17:30:18 -07:00 |
|
Jonathan Kelley
|
e1dcc335c0
|
Merge pull request #1263 from Demonthos/builder-launch-fullstack
Switch to launch builder instead of macro for fullstack
|
2023-07-31 11:44:36 -07:00 |
|
Evan Almloff
|
fcb993a2cb
|
don't spawn a new runtime every request
|
2023-07-28 13:14:26 -07:00 |
|
Evan Almloff
|
9f891f9478
|
switch to launch builder instead of macro for fullstack
|
2023-07-28 12:58:34 -07:00 |
|
Jonathan Kelley
|
91d4207fa7
|
Merge branch 'master' into feature/use-shared-state-better-diagnostics
|
2023-07-20 10:51:10 -07:00 |
|
Andrea Frigido
|
dccad58f1d
|
Update license field following SPDX 2.1 license expression standard
|
2023-07-20 18:00:07 +01:00 |
|
niedzwiedzw
|
f159779af4
|
make thiserror a workspace dependency everywhere else
|
2023-07-11 22:54:24 +02:00 |
|
ealmloff
|
39ec5f498c
|
Merge branch 'master' into router-typesafe
|
2023-07-10 19:16:39 -05:00 |
|
Evan Almloff
|
0e83d48c04
|
Fix salvo fullstack builds
|
2023-07-10 18:48:55 -05:00 |
|
Marc Espín
|
32d4472bfd
|
fix: Remove duplicated doc links and improved some descriptions (#1167)
|
2023-07-08 11:04:27 -05:00 |
|
Evan Almloff
|
14883bb711
|
add server function middleware
|
2023-07-07 18:25:45 -07:00 |
|
Evan Almloff
|
c49c75cb60
|
remove props compression
|
2023-07-07 11:08:27 -07:00 |
|
Evan Almloff
|
4f6e6a7c0d
|
add extractors to server-fn
|
2023-07-06 17:54:05 -07:00 |
|
Evan Almloff
|
040055ba9d
|
compress assets by default in the launch macro
|
2023-06-30 19:22:43 -07:00 |
|
Evan Almloff
|
a7f7aad947
|
fix errors for nested routes
|
2023-06-28 11:27:11 -07:00 |
|
Evan Almloff
|
7b1f0c9412
|
Merge branch 'master' into router-typesafe
|
2023-06-28 08:56:07 -07:00 |
|
Jon Kelley
|
dfa4d8d989
|
Merge pull request #1105 from Demonthos/workspace-dependancies
Workspace Dependancies
|
2023-06-27 10:17:12 -07:00 |
|
Evan Almloff
|
a165e13564
|
add cache headers
|
2023-06-24 13:21:12 -07:00 |
|
Evan Almloff
|
99674fcf94
|
create server launch macro
|
2023-06-23 18:23:03 -07:00 |
|
Evan Almloff
|
1704ee0068
|
router/fullstack/ssr intigration
|
2023-06-22 16:51:48 -07:00 |
|
Evan Almloff
|
495fd22bfd
|
Merge branch 'master' into router-typesafe
|
2023-06-22 12:52:11 -07:00 |
|
Evan Almloff
|
07215924bc
|
WIP: fullstack router intigration
|
2023-06-22 12:51:10 -07:00 |
|
Evan Almloff
|
158852e5a0
|
make regestering server functions optional
|
2023-06-19 16:08:46 -05:00 |
|
Evan Almloff
|
5f873511c5
|
use workspace dependancies
|
2023-06-19 14:29:11 -05:00 |
|
Nikita Pekin
|
71888f484e
|
add default-tls and rustls features
|
2023-05-24 18:11:17 +02:00 |
|
Evan Almloff
|
e6c540320e
|
rename package to dioxus-fullstack
|
2023-05-02 10:15:34 -05:00 |
|