Content-Length: 410029 | pFad | https://github.com/sebadob/rauthy/commit/7c7a380bdac520df7c29d0d0f4b3b7d3d48be943

24 Merge pull request #3 from sebadob/sqlx-07-migration · sebadob/rauthy@7c7a380 · GitHub
Skip to content

Commit

Permalink
Merge pull request #3 from sebadob/sqlx-07-migration
Browse files Browse the repository at this point in the history
sqlx migration
  • Loading branch information
sebadob authored Jul 28, 2023
2 parents 884f599 + 70dee39 commit 7c7a380
Show file tree
Hide file tree
Showing 48 changed files with 1,936 additions and 1,073 deletions.
535 changes: 340 additions & 195 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ members = [
"rauthy-service",
]

[workspace.package]
version = "0.13.3"
edition = "2021"
authors = ["Sebastian Dobe <sebastiandobe@mailbox.org>"]
license = "AGPLv3"

# TODO switch to global workspace version
#[workspace.package]
#version = "0.13.2"

[profile.release]
codegen-units = 1
lto = true
panic = "abort"

[workspace.dependencies]
#sqlx = { version = "0.7", features = ["any", "macros", "migrate", "postgres", "runtime-tokio", "sqlite", "tls-rustls", "uuid"] }
sqlx = { version = "0.7", features = ["macros", "migrate", "postgres", "runtime-tokio", "sqlite", "tls-rustls", "uuid"] }
6 changes: 6 additions & 0 deletions dev_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ in another terminal:

### CURRENT WORK

- refactor code and migrate away from sqlx `Any` driver

### Stage 1 - essentials

[x] finished

### Stage 2 - features - do before v1.0.0

- more clear error messages for "/auth_check_admin"
- add more documentation
- cleanup
- check why DB migration returned an error inside OCI Pods only (and nowhere else)
Expand All @@ -57,3 +60,6 @@ since postgres has pg_backrest and a lot of well established tooling anyway
- NATS events stream or maybe internal one?
- store MFA App secrets encrypted?
- PoW verification can potentially be performance optimized with 1 less allocation per iteration

#[cfg(feature = "postgres")]
#[cfg(feature = "sqlite")]
Loading

0 comments on commit 7c7a380

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/sebadob/rauthy/commit/7c7a380bdac520df7c29d0d0f4b3b7d3d48be943

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy