-
Notifications
You must be signed in to change notification settings - Fork 5
cargo fmt #122
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
Conversation
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
4d279d2 to
2340471
Compare
d8ea735 to
df77c74
Compare
obelisk
approved these changes
May 15, 2025
harry-anderson
pushed a commit
to harry-anderson/plaid
that referenced
this pull request
Jun 21, 2025
obelisk
added a commit
that referenced
this pull request
Jul 10, 2025
* Slack API Refactor (#115) * Restructure * Remove Display impl because it wasn't valuable * moving more code around; attempting to make it cleaner * More clean up and variadic type refactor * Finally made this a red diff * last bit of reorganization * Fix comments * Last little bit of clean up...I hope * Make Bearer token interpolation happen in a more sensible place * Add test for Slack webhook * Add tests for the code I refactored * Add new get_presence and user_info APIs * Add new API for requesting reviewers (#117) * Split config (#118) * Split Plaid config across multiple TOML files * Fix integration tests script * Fix dockerfiles and sort files alphabetically * Rebase on top of Slack API changes * Fix integration tests * Skip Slack tests if secrets are not available --------- Co-authored-by: Michele Minelli <michele.minelli@smartcontract.com> * Move to Wasmer 6 (#126) * Fix modules gitignore * Dedicated threads per log type (#121) * cargo fmt (#122) * Per-MNR timeout & certificate support (#129) * Add overwrite functionality to secrets manager binary (#136) * Support request bodies and headers on `GET` routes (#131) * Have GET routes accept a body * Remove content length check * Allow GET routes to receive headers * Add an example of building a GET service (#138) * Keep logbacks and DB in sync (#130) * Remove unused InternalConfig * Remove comments that were obsolete after DB migration * Fix Ord for DelayedMessage * Ensure consistency between DB and logback heap; add in-memory DB * Add is_persistent * Remove shortcut for 0-delay logbacks * Allow for specifying what a Plaid instance runs (#135) * Add perPage param when listing npm tokens (#166) * Add first load test rule (#139) * Allow for specifying what a Plaid instance runs * Add first load test rule * Restart execution threads if they fail (#164) * Restart execution threads if they fail * fix * fix for real * Bring back shortcut for 0-delay logbacks (#167) * Update api.rs * Add Slack API to get a user's DND info (#168) --------- Co-authored-by: Mitchell Grenier <mitchell@confurious.io> Co-authored-by: wbssbw <140412462+wbssbw@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Apply
cargo fmtto the entire code base.