[PR #1139] [MERGED] feat: add keyvalue.Remember function #1267

Closed
opened 2025-11-01 21:14:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1139
Author: @kolaente
Created: 7/17/2025
Status: Merged
Merged: 7/17/2025
Merged by: @kolaente

Base: mainHead: codex/create-plan-for-keyvalue.remember-function


📝 Commits (2)

  • 7fb0b20 feat: add keyvalue.Remember function
  • f6e36c4 feat: use keyvalue.Remember where it makes sense

📊 Changes

8 files changed (+183 additions, -133 deletions)

View changed files

📝 pkg/models/task_attachment.go (+24 -37)
📝 pkg/modules/auth/openid/providers.go (+8 -7)
📝 pkg/modules/avatar/initials/initials.go (+28 -47)
📝 pkg/modules/avatar/upload/upload.go (+7 -16)
📝 pkg/modules/background/unsplash/unsplash.go (+7 -13)
📝 pkg/modules/keyvalue/keyvalue.go (+24 -0)
pkg/modules/keyvalue/keyvalue_test.go (+83 -0)
📝 pkg/routes/api/v1/task_attachment.go (+2 -13)

📄 Description

Summary

  • implement keyvalue.Remember helper
  • add unit tests for Remember

Testing

  • mage lint:fix
  • pnpm lint:fix
  • go test ./pkg/modules/keyvalue -run Remember -v

https://chatgpt.com/codex/tasks/task_e_686e185bde788322ba4897472d2cd6fe


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1139 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/create-plan-for-keyvalue.remember-function` --- ### 📝 Commits (2) - [`7fb0b20`](https://github.com/go-vikunja/vikunja/commit/7fb0b20f7196d18f24e7ca16af41425689e89896) feat: add keyvalue.Remember function - [`f6e36c4`](https://github.com/go-vikunja/vikunja/commit/f6e36c46a8ddd9fcb0237729a7f58546c5be7bbd) feat: use keyvalue.Remember where it makes sense ### 📊 Changes **8 files changed** (+183 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `pkg/models/task_attachment.go` (+24 -37) 📝 `pkg/modules/auth/openid/providers.go` (+8 -7) 📝 `pkg/modules/avatar/initials/initials.go` (+28 -47) 📝 `pkg/modules/avatar/upload/upload.go` (+7 -16) 📝 `pkg/modules/background/unsplash/unsplash.go` (+7 -13) 📝 `pkg/modules/keyvalue/keyvalue.go` (+24 -0) ➕ `pkg/modules/keyvalue/keyvalue_test.go` (+83 -0) 📝 `pkg/routes/api/v1/task_attachment.go` (+2 -13) </details> ### 📄 Description ## Summary - implement `keyvalue.Remember` helper - add unit tests for `Remember` ## Testing - `mage lint:fix` - `pnpm lint:fix` - `go test ./pkg/modules/keyvalue -run Remember -v` ------ https://chatgpt.com/codex/tasks/task_e_686e185bde788322ba4897472d2cd6fe --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:14:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1267