This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
trailbase
Watch
1
Star
0
Fork
0
You've already forked trailbase
mirror of
https://github.com/trailbaseio/trailbase.git
synced
2026-05-21 17:18:51 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7fe146e1a5df52845155f64f69929d0f7c858e92
trailbase
/
crates
/
core
/
tests
T
History
Sebastian Jeltsch
c0981c01af
Make config validation rely only on SQLite schemas, rather than metadata. This avoids initialization order issue, where config loading depends on JSON Schema metadata and loading custom JSON schemas depends on the config. Now we can avoid double metadata init and more importantly propagate errors when JSON schemas referenced by the SQLite schemas are missing.
2025-11-02 20:54:16 +01:00
..
admin_permissions_test.rs
Remove built-in auth ui in favor of component. To install the comoponentized auth-ui run
trail components add trailbase/auth_ui
.
2025-09-23 22:24:47 +02:00
integration_test.rs
Make config validation rely only on SQLite schemas, rather than metadata. This avoids initialization order issue, where config loading depends on JSON Schema metadata and loading custom JSON schemas depends on the config. Now we can avoid double metadata init and more importantly propagate errors when JSON schemas referenced by the SQLite schemas are missing.
2025-11-02 20:54:16 +01:00
tls_test.rs
Remove built-in auth ui in favor of component. To install the comoponentized auth-ui run
trail components add trailbase/auth_ui
.
2025-09-23 22:24:47 +02:00