Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feat/128-frontend-merge-multi-select at MilkyShots/MilkyShots 2026-07-16 17:27:50 +00:00
2c292d2d81 feat: add frontend service methods for merge, bulk update, and bulk delete people
REDCODE created branch feat/128-frontend-merge-multi-select in MilkyShots/MilkyShots 2026-07-16 17:27:11 +00:00
REDCODE pushed to feat/128-frontend-merge-multi-select at MilkyShots/MilkyShots 2026-07-16 17:27:11 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-16 17:17:54 +00:00
f064277c31 Merge pull request 'feat: add rate limiting with configurable buckets' (#139) from feature/rate-limit into develop
c5ea749517 test: added rate limiting stress test
ebe83fe691 chore: use record for config classes
ab58ac7dd8 Merge branch 'develop' into feature/rate-limit
58014a37bd feat: apply rate-limit buckets to controllers
Compare 6 commits »
REDCODE deleted branch feature/rate-limit from MilkyShots/MilkyShots 2026-07-16 17:17:54 +00:00
REDCODE merged pull request MilkyShots/MilkyShots#139 2026-07-16 17:17:53 +00:00
feat: add rate limiting with configurable buckets
REDCODE pushed to feature/rate-limit at MilkyShots/MilkyShots 2026-07-16 17:17:40 +00:00
c5ea749517 test: added rate limiting stress test
REDCODE pushed to feature/rate-limit at MilkyShots/MilkyShots 2026-07-16 17:17:22 +00:00
ebe83fe691 chore: use record for config classes
REDCODE pushed to feature/rate-limit at MilkyShots/MilkyShots 2026-07-16 16:56:36 +00:00
ab58ac7dd8 Merge branch 'develop' into feature/rate-limit
17d3f0f2a7 Merge pull request 'feat: backend merge endpoints, bulk visibility fix, and tests' (#138) from feat/backend-merge-endpoints into develop
1e2bc83b20 fix: guard against null PersonOwnerId in MergePeople albums query
e48da562fa test: flatten test numbering to sequential 1–137
b943d2e595 fix: split multi-request test blocks into single-request blocks
Compare 11 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-16 16:46:54 +00:00
17d3f0f2a7 Merge pull request 'feat: backend merge endpoints, bulk visibility fix, and tests' (#138) from feat/backend-merge-endpoints into develop
1e2bc83b20 fix: guard against null PersonOwnerId in MergePeople albums query
e48da562fa test: flatten test numbering to sequential 1–137
b943d2e595 fix: split multi-request test blocks into single-request blocks
0950106609 test: add merge and bulk visibility tests to WepApiTest.http
Compare 10 commits »
REDCODE deleted branch feat/backend-merge-endpoints from MilkyShots/MilkyShots 2026-07-16 16:46:54 +00:00
REDCODE merged pull request MilkyShots/MilkyShots#138 2026-07-16 16:46:53 +00:00
feat: backend merge endpoints, bulk visibility fix, and tests
REDCODE closed issue MilkyShots/MilkyShots#137 2026-07-16 16:46:53 +00:00
Backend: merge endpoints, bulk visibility fix, and tests
REDCODE commented on pull request MilkyShots/MilkyShots#139 2026-07-16 16:44:35 +00:00
feat: add rate limiting with configurable buckets

should be either a record class or a struct, contains only data, doesn't change, doesn't have methods.

REDCODE pushed to feat/backend-merge-endpoints at MilkyShots/MilkyShots 2026-07-16 16:31:31 +00:00
1e2bc83b20 fix: guard against null PersonOwnerId in MergePeople albums query
REDCODE pushed to feat/backend-merge-endpoints at MilkyShots/MilkyShots 2026-07-16 16:15:45 +00:00
e48da562fa test: flatten test numbering to sequential 1–137
b943d2e595 fix: split multi-request test blocks into single-request blocks
Compare 2 commits »
REDCODE pushed to feat/backend-merge-endpoints at MilkyShots/MilkyShots 2026-07-16 16:00:32 +00:00
0950106609 test: add merge and bulk visibility tests to WepApiTest.http
7ba1ab1551 feat: add merge endpoints to AlbumController and PersonController
656e6fa9bf feat: add MergePeople to person repository
5e1306e466 feat: add MergeAlbums to album repository
22565c4f92 feat: add AlbumMergeDto and PersonMergeDto
Compare 6 commits »
REDCODE pushed to feat/backend-merge-endpoints at MilkyShots/MilkyShots 2026-07-16 15:54:33 +00:00