Closed
Conversation
eereiter
approved these changes
Mar 5, 2025
eereiter
reviewed
Mar 5, 2025
eereiter
reviewed
Mar 5, 2025
eereiter
reviewed
Mar 5, 2025
eereiter
reviewed
Mar 5, 2025
eereiter
requested changes
Mar 5, 2025
Contributor
eereiter
left a comment
There was a problem hiding this comment.
The spacing is off for the routes.clj namespace.
jceaser
reviewed
Mar 5, 2025
jceaser
requested changes
Mar 5, 2025
Contributor
jceaser
left a comment
There was a problem hiding this comment.
I think the questions on spacing need to be answered for routes.clj
jmaeng72
requested changes
Mar 5, 2025
TylerHeald1
reviewed
Mar 5, 2025
TylerHeald1
reviewed
Mar 5, 2025
jmaeng72
reviewed
Mar 13, 2025
| providers)] | ||
| {:status 200 | ||
| :body (json/generate-string s3-list)})) | ||
| (defn- get-allowed-s3-buckets |
Contributor
There was a problem hiding this comment.
the spacing on this file is still off. Why is there a space in front of the func names?
jmaeng72
reviewed
Mar 13, 2025
| (let [provider-id (acls/acl->provider-id acl)] | ||
| (when (and provider-id | ||
| (not (some #{provider-id} (map :provider-id (mdb/get-providers context))))) | ||
| (not-any? #{provider-id} (map :provider-id (mdb/get-providers context)))) |
Contributor
There was a problem hiding this comment.
is there a unit test on this func that makes sure the functionality of it has not changed?
Contributor
|
let's have a chat about this, I think it would be easier than back and forth PR comments |
d223e38 to
86e42d9
Compare
86e42d9 to
56bf291
Compare
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.
Overview
What is the feature/fix?
Resolves lint errors and warnings in ACL-related files, enhancing code quality and consistency across the codebase.
What is the Solution?
search-for-groups,context->sids)zero?,pos?,not-any?)What areas of the application does this impact?
Checklist