Skip to content

Commit

Permalink
chore: database::models module refactoring (#295)
Browse files Browse the repository at this point in the history
* Typestate for Connection
* Typestate for `Tunnel`
* Refactor `Settings::init_default` method
* Typestate for `WireguardKeys`
* Typestate for LocationStats & TunnelStats
* Typestate for `InstanceInfo`
* Working transaction in polling
* All models transaction-ready
* Remove superfluous FromRow; code cleanup

---------

Co-authored-by: Adam Ciarciński <[email protected]>
  • Loading branch information
j-chmielewski and moubctez authored Sep 9, 2024
1 parent c47601c commit 774515c
Show file tree
Hide file tree
Showing 27 changed files with 931 additions and 661 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"typesafe-i18n": "^5.26.2",
"typescript": "^5.3.2",
"typescript-eslint-language-service": "^5.0.5",
"vite": "^4.5.2"
"vite": "^4.5.3"
},
"volta": {
"node": "20.5.1"
Expand Down
19 changes: 7 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 774515c

Please sign in to comment.