Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3179de1
feat(policy): add SortField proto and update PageRequest for sort sup…
dsm20 Mar 20, 2026
bfd92d4
add nil-element pointer test case for GetSortParams
dsm20 Mar 20, 2026
0160a99
Update selectors.proto
dsm20 Mar 23, 2026
c9c2d25
Regenerated Protos
dsm20 Mar 23, 2026
03c7728
Update selectors.proto
dsm20 Mar 23, 2026
5fa89d6
Regenerated protos and docs
dsm20 Mar 23, 2026
03d0e41
update protos
dsm20 Mar 30, 2026
b240713
add case-when sql (attributes.sql / .go)
dsm20 Mar 30, 2026
2fee483
GetAttributeSortParams helper function (utils.go)
dsm20 Mar 30, 2026
b34499b
added unit and integration tests
dsm20 Mar 30, 2026
861fcd9
listAttributesSummary support change
dsm20 Mar 31, 2026
e4f9284
go service test fail fix
dsm20 Mar 31, 2026
135df09
fix pgx encoding errors
dsm20 Mar 31, 2026
8988cd9
Resolving test failures + coderabbit suggestion
dsm20 Apr 1, 2026
6e63869
remove .claude
dsm20 Apr 1, 2026
ebd7668
Depreciate PageRequest.sort
dsm20 Apr 1, 2026
69031b5
regen protos
dsm20 Apr 1, 2026
752dfeb
remove duplicate test case
dsm20 Apr 1, 2026
1d8f5d0
Remove legacy SortField + PageRequest.Sort
dsm20 Apr 2, 2026
8dca7a6
fixed spacing
dsm20 Apr 2, 2026
5cfeb26
remove NoLimit bool
dsm20 Apr 2, 2026
6d595eb
added getSortDirection shared helper
dsm20 Apr 2, 2026
bcadacd
Integration test refactoring
dsm20 Apr 2, 2026
251dadc
trying to fix linting CI failure
dsm20 Apr 3, 2026
214b8f0
added api level tests (attributes_test.go)
dsm20 Apr 3, 2026
519d0a3
getSortDirection() default
dsm20 Apr 6, 2026
81fffd7
updated_at ASC & created_At DESC tests
dsm20 Apr 6, 2026
0617dd7
nolint:unparam to skip linting failure
dsm20 Apr 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ traces/
# Cucumber / BDD log files
*.log

.cache/*
.cache/*

# Claude AI files
.claude/
81 changes: 81 additions & 0 deletions docs/grpc/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 14 additions & 12 deletions docs/openapi/authorization/authorization.openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions docs/openapi/policy/attributes/attributes.openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading