Main#2
Open
theboringhumane wants to merge 5 commits into
Open
Conversation
- Update the key in the portAssignmentsMap from assignment.ID.String() to assignment.TokenID.String() to ensure proper mapping of port assignments to their corresponding tokens.
- Introduce SecurityMiddleware to handle rate limiting, DDoS protection, and IP blacklisting. - Add methods for validating connections and wrapping them with security features. - Update server to utilize the security middleware for both control and external connections. - Implement tests for security features including connection limits and burst detection.
…n method - Implement SQL query to delete port assignments associated with a team ID and token ID. - Enhance error handling for the deletion process to ensure proper feedback on failures.
- Change the runner for the create-release job from ubuntu-latest to self-hosted for improved performance. - Modify the method of retrieving the latest tag in the release process to ensure accurate versioning. - Add a new field 'Token' to the TokenInfo struct to include token information in API responses.
- Modify the release trigger to include both created and edited events. - Change the runner for the create-release job from self-hosted to arc-runners for better resource management. - Refactor the release creation step to utilize softprops/action-gh-release for streamlined release note generation and tagging.
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
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.
No description provided.