Antonio Scandurra
|
1b8f23eeed
|
Add failing test showcasing inviting existing user via different email
|
2022-12-07 14:06:59 +01:00 |
|
Joseph Lyons
|
5f31907127
|
Clean up test
|
2022-12-07 07:12:27 -05:00 |
|
Joseph Lyons
|
97989b04a0
|
Remove comment
|
2022-12-06 17:18:54 -05:00 |
|
Joseph Lyons
|
694840cdd6
|
Allow overwriting signup data if a user signs up more than once with the same email address
|
2022-12-06 17:12:12 -05:00 |
|
Antonio Scandurra
|
3b5b48c043
|
Query project count as i64 instead of i32 when gathering metrics
Using the latter will cause a type mismatch when performing the query.
|
2022-12-06 15:00:32 +01:00 |
|
Antonio Scandurra
|
969c314315
|
Merge branch 'main' into reconnections-2
|
2022-12-02 19:09:33 +01:00 |
|
Antonio Scandurra
|
48b6ee313f
|
Use i32 to represent Postgres INTEGER types in Rust
|
2022-12-02 13:58:54 +01:00 |
|
Antonio Scandurra
|
29a4baf346
|
Replace i32 with u32 for database columns
We never expect to return signed integers and so we shouldn't use
a signed type. I think this was a limitation of sqlx.
|
2022-12-01 17:47:51 +01:00 |
|
Antonio Scandurra
|
d2385bd6a0
|
Start using the new sea-orm backed database
|
2022-12-01 14:41:59 +01:00 |
|
Antonio Scandurra
|
ac24600a40
|
Start moving towards using sea-query to construct queries
|
2022-11-29 13:55:08 +01:00 |
|