-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pulling feat/list-content into develop #233
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
c4edaab
feat(arangodb/statement.go): add new AQL queries for content listing …
cybersiddhu 5a53cc6
feat(arangodb.go): add getListContentStatement to handle content retr…
cybersiddhu ccbb4b9
feat(repository.go): add ListContents method and ContentListNotFoundE…
cybersiddhu 981d5dc
feat(arangodb.go): add ListContents method to fetch paginated content…
cybersiddhu 32ddc74
feat(arangodb_test.go): add TestListContents to validate content list…
cybersiddhu 2c1437b
test(arangodb_test.go): reduce test data size and enhance content lis…
cybersiddhu 91aba76
refactor(arangodb_test.go): extract content creation and validation i…
cybersiddhu 43501e6
chore(.gitignore): add .plandex to ignore list to prevent tracking of…
cybersiddhu 96c4dd8
refactor(arangodb_test.go): move ListContents tests to separate file
cybersiddhu cf02284
feat(arangodb_list_test.go): add createCustomTestContents function to…
cybersiddhu cef3aa0
feat(arangodb_list_test.go): add custom content creation in tests for…
cybersiddhu ed9c07d
refactor(arangodb_list_test.go): parameterize namespace and name in t…
cybersiddhu b8ea6be
feat(arangodb_list_test.go): add tests for content listing with filters
cybersiddhu 7dd31c4
feat(arangodb_list_test.go): add comprehensive test cases for content…
cybersiddhu ca56d82
refactor(arangodb_list_test.go): modularize test cases for content li…
cybersiddhu 79ba2b8
refactor(arangodb_list_test.go): centralize test case struct and gene…
cybersiddhu f7ea20d
feat(go.mod): update go-genproto to latest version and add new depend…
cybersiddhu 45e4217
feat(arangodb/field.go): add FilterMap function to map filter attribu…
cybersiddhu 180f40d
feat(service.go): add query parsing and AQL statement generation for …
cybersiddhu eec7386
feat(service.go): add ListContents method to ContentService for conte…
cybersiddhu cd8fcb2
feat(service_test.go): add validateListContents function to enhance t…
cybersiddhu 53a0e9f
feat(service_test.go): add storeMultipleContents function to handle b…
cybersiddhu 90b2afb
feat(service_test.go): add TestListContentsService to validate conten…
cybersiddhu 879f3a5
refactor(service_test.go): encapsulate parameters of storeMultipleCon…
cybersiddhu 13e9000
fix(service.go): correct pagination logic in ListContents function
cybersiddhu c92cfbb
feat(service_test.go): extend TestListContentsService to validate pag…
cybersiddhu c033cac
fix(service.go): enhance error messages to include underlying errors
cybersiddhu c46d4fd
refactor(service.go): remove unused jsonapi import and Healthz method
cybersiddhu e14b21f
refactor(service.go): improve variable naming and error messages in f…
cybersiddhu af022e0
fix(service.go): handle generic errors in ListContents function
cybersiddhu 81da92a
chore(.gitignore): add .aider* to ignore list to prevent tracking of …
cybersiddhu 6727c32
feat(service_test.go): add tests for content filtering in ListContent…
cybersiddhu 2d55411
test(service_test.go): rename and reformat test function for clarity …
cybersiddhu 0e144fd
feat(service_test.go): enhance ListContentsService tests with structu…
cybersiddhu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
vendor/ | ||
.plandex | ||
.aider* |
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix
Meta
assignment for consistency.Ensure that the
Meta
limit is consistently assigned, even when the data slice is equal to the limit.