-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add slug support for group, org, and projects API (#117)
* Used Query Builder * Error Handling for query builder * Typo corrected in a function call * Rectified error in GetGroup() function * feat: Used Query Builder in user.go * feat: Used Query Builder in user.go * Rectified errors in user.go * Delete user_test.go * Update gitignore * Locally generated proto * Implemented pagination, filteration - query params * feat: Implemented Pagination, filtration * Error handling and global scope for dialect * Updated user_test.go test structure * feat(shield): Cursor pagination and fiter * Test func paramas changed TODO: Test func returns and validations * Add constants for freq used strings * Fix: user_test.go * Refactor raw queries namespace.go relation.go org.go * lint changes * Uncomment Admin APIs * Pagination changes * Refactor: Used Query builder * feat(shield): Offset pagination and filter * Lint changes * Sync with pagination * Sync with pagination * feat: add support for slug in groups API * .gitignore * Add slug support APIs: Groups, Org, Projects * feat: allow storing bool and num in metadata * golang version upgrade 1.16 -> 1.18 * golang version upgrade 1.16 -> 1.18 * lint changes * Update .gitignore * Go version upgrade from 1.16 -> 1.18 * Go version upgrade from 1.16 -> 1.18 * Add slug support for update API * Add slug support for update API * increase slug support for APIs * increase slug support for APIs * slug support for add/rem admin APIs * fix: errors
- Loading branch information
1 parent
e7930c5
commit 9723d67
Showing
10 changed files
with
247 additions
and
102 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -17,4 +17,4 @@ rules/test.yaml | |
ignore/ | ||
vendor/ | ||
buf.lock | ||
buf.yaml | ||
buf.yaml |
This file contains 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 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 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 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.