Since this is just a migration code path, I'm okay with it.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jun 5 2023
Jun 2 2023
Looks fine to me, let bartek have a look
rust looks fine. Not a big fan of parsing text for certain values though.
Jun 1 2023
but I'm not clear on how all of them connect to the JS.
Use SORT_KEY
May 31 2023
Rebase on master and feedback in other diffs
Rebase on previous changes
Rebase on master
Address feedback
Apply feedback, rebase on master
Rebase on master
May 30 2023
May 25 2023
May 24 2023
May 12 2023
Rebase on master
Rebase on master
Rebase on master
Rebase on master
Rebase on master
Rebase on master
Rebase on master
Rebase on master
Minor fixups, rebase on master
May 10 2023
Add SORT_KEY alias
Apply feedback
Address feedback
May 5 2023
Just noticed that VerifyUserAccessTokenRequest requires userID – does that need to be included in TBSharedConnectionInitializationMessage too?
Remove JS commits in git history to avoid CI failures
Address feedback
May 4 2023
Rename SessionRequest to ConnectionInitializationMessage
Update aws_config
removed deviceOS and deviceAppVersion. As I think those were "legacy" concepts from the previous tunnelbroker paradigms. Those details should exist in the identity server, and should be available once we authenticate sessions.
Address feedback
Address feedback
May 3 2023
I think a better solution long term would be to have a struct which reflects the values specific to the config in question:
#[derive(Serialize, Deserialize)]
pub struct KeyserverConfig {
password: String,
database: String,
dbType: String,
host: String
user: String
}