This repository was archived by the owner on Aug 15, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Ground Zero: Implement polyproto-chat #95
Draft
bitfl0wer
wants to merge
12
commits into
polyphony-chat:main
Choose a base branch
from
bitfl0wer:flori/ground-zero/polyproto-chat
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 9 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
e747727
move migrations to migrations.old
bitfl0wer 09d0609
feat: start with fresh sql for polyproto-chat
bitfl0wer 11ffc41
feat: add sqlfluff + pre-commit for sql formatting/linting
bitfl0wer cc3e3af
feat: add more permisison override types
bitfl0wer 9e09cee
feat: messages, encrypted channels basics
bitfl0wer 6e4518b
feat: add git submodule: polyphony-chat/sonata
bitfl0wer 390e56c
feat: reorganize migrations, start creating missing tables
bitfl0wer 43c9ffb
chore: cargo-upgrades, add todo comment
bitfl0wer 895563d
chore: update readme
bitfl0wer 1f79928
chore: update submodule
bitfl0wer e0de1bf
feat: github admonition warning
bitfl0wer 4d14bd6
archive: add git forge migration notice
bitfl0wer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "crates/sonata"] | ||
path = crates/sonata | ||
url = https://github.com/polyphony-chat/sonata.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
repos: | ||
- repo: https://github.com/sqlfluff/sqlfluff | ||
rev: 27ef5db7053dfd00c93e1c5283e38780d7f6e0c5 | ||
hooks: | ||
- id: sqlfluff-lint | ||
args: [--dialect, "postgres", -e, "LT05"] | ||
- id: sqlfluff-fix | ||
args: [--dialect, "postgres", -e, "LT05"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
{ | ||
"rust-analyzer.cargo.features": "all" | ||
"rust-analyzer.cargo.features": "all", | ||
"sqltools.connections": [ | ||
{ | ||
"previewLimit": 50, | ||
"server": "localhost", | ||
"port": 5432, | ||
"driver": "PostgreSQL", | ||
"database": "symfonia", | ||
"username": "symfonia", | ||
"password": "symfonia", | ||
"name": "localdb" | ||
} | ||
], | ||
"sqlfluff.dialect": "postgres", | ||
"sqlfluff.excludeRules": ["LT05"] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.