Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVP of self-hosting #1718

Merged
merged 131 commits into from
Nov 5, 2024

Move JWT initialization

7653c07
Select commit
Loading
Failed to load commit list.
Merged

MVP of self-hosting #1718

Move JWT initialization
7653c07
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 5, 2024 in 1s

0.00% of diff hit (target 90.96%)

View this Pull Request on Codecov

0.00% of diff hit (target 90.96%)

Annotations

Check warning on line 111 in quadratic-multiplayer/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-multiplayer/src/error.rs#L111

Added line #L111 was not covered by tests

Check warning on line 4 in quadratic-rust-shared/src/arrow/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/arrow/error.rs#L4

Added line #L4 was not covered by tests

Check warning on line 4 in quadratic-rust-shared/src/auth/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/auth/error.rs#L4

Added line #L4 was not covered by tests

Check warning on line 17 in quadratic-rust-shared/src/auth/jwt.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/auth/jwt.rs#L14-L17

Added lines #L14 - L17 were not covered by tests

Check warning on line 4 in quadratic-rust-shared/src/aws/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/aws/error.rs#L4

Added line #L4 was not covered by tests

Check warning on line 18 in quadratic-rust-shared/src/aws/s3.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/aws/s3.rs#L18

Added line #L18 was not covered by tests

Check warning on line 41 in quadratic-rust-shared/src/aws/s3.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/aws/s3.rs#L41

Added line #L41 was not covered by tests

Check warning on line 21 in quadratic-rust-shared/src/crypto/aes_cbc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/crypto/aes_cbc.rs#L16-L21

Added lines #L16 - L21 were not covered by tests

Check warning on line 27 in quadratic-rust-shared/src/crypto/aes_cbc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/crypto/aes_cbc.rs#L24-L27

Added lines #L24 - L27 were not covered by tests

Check warning on line 38 in quadratic-rust-shared/src/crypto/aes_cbc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/crypto/aes_cbc.rs#L30-L38

Added lines #L30 - L38 were not covered by tests

Check warning on line 50 in quadratic-rust-shared/src/crypto/aes_cbc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/crypto/aes_cbc.rs#L41-L50

Added lines #L41 - L50 were not covered by tests

Check warning on line 53 in quadratic-rust-shared/src/crypto/aes_cbc.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/crypto/aes_cbc.rs#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 4 in quadratic-rust-shared/src/crypto/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/crypto/error.rs#L4

Added line #L4 was not covered by tests

Check warning on line 60 in quadratic-rust-shared/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/error.rs#L58-L60

Added lines #L58 - L60 were not covered by tests

Check warning on line 64 in quadratic-rust-shared/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/error.rs#L62-L64

Added lines #L62 - L64 were not covered by tests

Check warning on line 67 in quadratic-rust-shared/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/error.rs#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 4 in quadratic-rust-shared/src/sql/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/sql/error.rs#L4

Added line #L4 was not covered by tests

Check warning on line 56 in quadratic-rust-shared/src/sql/mssql_connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/sql/mssql_connection.rs#L56

Added line #L56 was not covered by tests

Check warning on line 62 in quadratic-rust-shared/src/sql/mssql_connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/sql/mssql_connection.rs#L62

Added line #L62 was not covered by tests

Check warning on line 97 in quadratic-rust-shared/src/sql/mssql_connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/sql/mssql_connection.rs#L95-L97

Added lines #L95 - L97 were not covered by tests

Check warning on line 115 in quadratic-rust-shared/src/sql/mssql_connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/sql/mssql_connection.rs#L110-L115

Added lines #L110 - L115 were not covered by tests

Check warning on line 120 in quadratic-rust-shared/src/sql/mssql_connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/sql/mssql_connection.rs#L120

Added line #L120 was not covered by tests

Check warning on line 141 in quadratic-rust-shared/src/sql/mssql_connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/sql/mssql_connection.rs#L141

Added line #L141 was not covered by tests

Check warning on line 156 in quadratic-rust-shared/src/sql/mssql_connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/sql/mssql_connection.rs#L156

Added line #L156 was not covered by tests

Check warning on line 192 in quadratic-rust-shared/src/sql/mssql_connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

quadratic-rust-shared/src/sql/mssql_connection.rs#L192

Added line #L192 was not covered by tests