• Joined on 2025-08-16
master pushed to main at toolz/linkding 2025-11-15 11:03:39 +01:00
448fe54e82 feat: header layout
master pushed to main at toolz/linkding 2025-11-15 10:56:20 +01:00
862e5dafaf feat: archiving
master deleted branch feature/epic2-core-services from toolz/goplt 2025-11-07 10:23:22 +01:00
master pushed to main at toolz/goplt 2025-11-07 10:23:21 +01:00
3a98b72ffd Merge pull request 'feature/epic2-core-services' (#6) from feature/epic2-core-services into main
a785cd73de perf(ci): pre-install all tools in pre-commit Docker image
75c5293c8c fix(lint): add bounds checking for integer conversions to fix gosec warnings
9712e50f6c fix(scripts): disable VCS stamping in pre-commit container
8eda9af769 fix(scripts): ensure working directory is correct for make commands
Compare 61 commits »
master merged pull request toolz/goplt#6 2025-11-07 10:23:20 +01:00
feature/epic2-core-services
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 10:18:34 +01:00
a785cd73de perf(ci): pre-install all tools in pre-commit Docker image
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 10:05:20 +01:00
75c5293c8c fix(lint): add bounds checking for integer conversions to fix gosec warnings
9712e50f6c fix(scripts): disable VCS stamping in pre-commit container
8eda9af769 fix(scripts): ensure working directory is correct for make commands
4b33ed522d fix(scripts): install make in pre-commit container
bc740f7b1f fix(scripts): use make fmt-check instead of go fmt
Compare 8 commits »
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 09:38:15 +01:00
31e8ca7ce9 fix(lint): use explicit safe type conversions for gosec
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 09:35:05 +01:00
e673fcae6f fix(lint): fix all linting errors
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 09:30:00 +01:00
131e44f3d4 fix(ci): install latest golangci-lint using official script
0d6094267a fix(ci): install golangci-lint v2.4.0 for Go 1.25 and config v2 support
4b8536e34a fix(ci): use official install script for golangci-lint
Compare 3 commits »
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 09:27:11 +01:00
e509faea25 fix(ci): install golangci-lint v2 for config compatibility
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 09:25:24 +01:00
355008a3a2 fix(ci): build golangci-lint from source for Go 1.25 support
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 09:23:09 +01:00
c8d944e9ea fix(ci): let golangci-lint-action auto-select compatible version
d24bb96d62 fix(ci): use golangci-lint v1.64.0
Compare 2 commits »
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 09:20:37 +01:00
61d614690f fix(ci): use golangci-lint v1.65.0 for Go 1.25 support
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 09:17:50 +01:00
5f2e1104f2 fix(ci): use golangci-lint latest version
7c0aefb7f4 fix(fmt): formatting
8cfdfbc951 fix(schema): remove duplicate auditlog.go schema
0912f0f81b feat(schema): restore complete Ent schema files
1f8c2626dc fix(gitignore): allow ent/schema/ directory
Compare 23 commits »
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 09:11:45 +01:00
78ef79e48d Fix CI: Use golangci-lint v2 GitHub Action
d79370a8bb fix(fmt): formatting
Compare 2 commits »
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 09:04:58 +01:00
9b89c45fef Remove duplicate auditlog.go schema
97c3b76697 Restore complete Ent schema files
Compare 2 commits »
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 08:45:32 +01:00
42b53b56cc Update .gitignore to allow ent/schema/ directory
410fae5922 Fix CI: Generate Ent from ent/schema and copy to internal/ent
12ea092a05 Fix CI: Correctly copy Ent files excluding schema directory
974821b78f Fix CI: Use find to copy all Ent generated files
e408ef9ba7 Add debug output to Ent generation step in CI
Compare 5 commits »
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 08:22:17 +01:00
6d0c03ddba Fix CI: Exclude generate.go from Ent code copy
dfd73dad08 Fix CI: Generate Ent code and copy to internal/ent
483e589c37 Fix CI: Use full module path for Ent target directory
Compare 3 commits »
master pushed to feature/epic2-core-services at toolz/goplt 2025-11-07 08:17:49 +01:00
a416d77766 Fix CI: Generate Ent code to internal/ent directory