This website requires JavaScript.
Explore
Help
Sign In
mthomson
/
todo
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
feature/users
#4
Merged
mthomson
merged 9 commits from
feature/users
into
main
2025-05-24 01:42:47 +00:00
Conversation
0
Commits
9
Files Changed
28
+1657
-424
mthomson
commented
2025-05-24 01:38:40 +00:00
Owner
Copy Link
Copy Source
users and auth
users and auth
mthomson
added 9 commits
2025-05-24 01:38:40 +00:00
sql driver to pgx driver
f1bbd06ef7
add users table
651bcce12f
merged postgres repository with base repository
26992f9579
update dependencies
922ba98f6b
add uuid support
af4b0190d0
use gofrs uuid
b4b634fd3f
user repository
1ffbbcec15
user service
70bb4e66b4
auth services, middleware, and other stuff
ci/woodpecker/pr/build
Pipeline was successful
Details
ci/woodpecker/pr/lint
Pipeline was successful
Details
ci/woodpecker/pr/test
Pipeline was successful
Details
e55d419d44
mthomson
merged commit
9b4353a6f7
into
main
2025-05-24 01:42:47 +00:00
mthomson
referenced this issue from a commit
2025-05-24 01:42:49 +00:00
Merge pull request 'feature/users' (#4) from feature/users into main
Sign in
to join this conversation.
Reviewers
No Reviewers
Labels
No items
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
Clear assignees
mthomson
(Michael Thomson)
No Assignees
1 Participants
Notifications
Subscribe
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mthomson/todo#4
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
mthomson/todo
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
users and auth