starting accounts #2

Open
qpismont wants to merge 15 commits from accounts into main
Owner

Implements accounts module

Implements accounts module
qpismont added 1 commit 2025-03-11 22:48:17 +01:00
qpismont added 1 commit 2025-03-12 22:37:05 +01:00
qpismont added 1 commit 2025-03-18 22:19:55 +01:00
qpismont added 1 commit 2025-03-18 22:20:11 +01:00
Update Go version to 1.24.1 in go.mod
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/tests Pipeline failed
ci/woodpecker/push/build unknown status
c2a78d820e
qpismont added 1 commit 2025-03-24 21:43:08 +01:00
qpismont added 1 commit 2025-03-24 21:56:00 +01:00
Update CI configuration to use Go 1.24.1-alpine for build, lint, and test steps. Fix test database setup path in account tests and improve error handling in JWT verification.
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
9d544c7e8a
qpismont added 1 commit 2025-03-24 22:18:07 +01:00
Update dependencies and improve account tests: add objx library, replace assert library with testify, enhance password assertions, and modify SQL fixtures for password hashing.
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline failed
ci/woodpecker/push/build unknown status
7c810ded85
qpismont added 1 commit 2025-03-24 22:19:31 +01:00
Remove magiconair/properties dependency from go.mod and go.sum
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
923083cc5f
qpismont added 1 commit 2025-03-27 23:08:52 +01:00
Add run arguments to devcontainer configuration: set network to 'dev-network' and name to 'trepa-dev'.
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
dabfc43678
qpismont added 1 commit 2025-03-31 21:47:02 +02:00
Refactor devcontainer configuration: update network settings and container name for improved development environment consistency.
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
3ea22fd39d
qpismont added 1 commit 2025-04-08 18:50:41 +02:00
upgrade go 1.24.2
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build unknown status
3f7fe22392
qpismont added 1 commit 2025-04-17 22:24:12 +02:00
qpismont added 1 commit 2025-04-17 22:24:27 +02:00
Remove FetchOneByRoleId method and its corresponding SQL constant from the account repository to streamline account management functionality.
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build unknown status
edc9aeb471
qpismont added 1 commit 2025-04-17 22:34:20 +02:00
Update VSCode settings and CI lint configuration: modify Go lint flags for improved performance and update golangci-lint version to 2.1.2.
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build unknown status
f8f0f0eca2
qpismont added 1 commit 2025-04-17 23:21:11 +02:00
Update golangci-lint version to 2.1.2 and adjust CI lint command for improved performance.
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
2445b82395
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin accounts:accounts
git checkout accounts

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff accounts
git checkout accounts
git rebase main
git checkout main
git merge --ff-only accounts
git checkout accounts
git rebase main
git checkout main
git merge --no-ff accounts
git checkout main
git merge --squash accounts
git checkout main
git merge --ff-only accounts
git checkout main
git merge accounts
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: qpismont/trepa#2
No description provided.