[PR #1372] [MERGED] fix: show error when user list filter is empty #7504

Closed
opened 2026-04-20 17:44:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1372
Author: @kolaente
Created: 9/1/2025
Status: Merged
Merged: 9/1/2025
Merged by: @kolaente

Base: mainHead: codex/show-error-when-no-users-found


📝 Commits (1)

  • 264ec44 fix: show error when user list filter is empty

📊 Changes

1 file changed (+5 additions, -4 deletions)

View changed files

📝 pkg/cmd/user.go (+5 -4)

📄 Description

Summary

  • return an error when user list with an email filter finds no matching users

Testing

  • mage fmt
  • mage lint:fix (fails: go1.24 build of golangci-lint lower than targeted Go version 1.25)
  • mage test:filter cmd

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


🔄 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/1372 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 9/1/2025 **Status:** ✅ Merged **Merged:** 9/1/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/show-error-when-no-users-found` --- ### 📝 Commits (1) - [`264ec44`](https://github.com/go-vikunja/vikunja/commit/264ec444b314d04e7314ca726f6d9c9059133d16) fix: show error when user list filter is empty ### 📊 Changes **1 file changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `pkg/cmd/user.go` (+5 -4) </details> ### 📄 Description ## Summary - return an error when `user list` with an email filter finds no matching users ## Testing - `mage fmt` - `mage lint:fix` *(fails: go1.24 build of golangci-lint lower than targeted Go version 1.25)* - `mage test:filter cmd` ------ https://chatgpt.com/codex/tasks/task_e_68b56a12358083229d2ac04ed76b4e95 --- <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 2026-04-20 17:44:19 -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#7504