[PR #973] [MERGED] feat: add email filter to user list command #1113

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

📋 Pull Request Information

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

Base: mainHead: codex/add-email-filtering-to-user-list-command


📝 Commits (2)

  • 4769c17 fix(cmd): simplify user list email filter
  • 57ff561 chore: cleanup

📊 Changes

1 file changed (+19 additions, -7 deletions)

View changed files

📝 pkg/cmd/user.go (+19 -7)

📄 Description

Summary

  • allow filtering the user list CLI command by email
  • simplify error handling for read-only command

Testing

  • mage lint:fix
  • mage test:feature

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


🔄 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/973 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/17/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/add-email-filtering-to-user-list-command` --- ### 📝 Commits (2) - [`4769c17`](https://github.com/go-vikunja/vikunja/commit/4769c17b0ed77926f33881839b206244f8156738) fix(cmd): simplify user list email filter - [`57ff561`](https://github.com/go-vikunja/vikunja/commit/57ff56117e56fdcc4e104dd47989c134db29265e) chore: cleanup ### 📊 Changes **1 file changed** (+19 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `pkg/cmd/user.go` (+19 -7) </details> ### 📄 Description ## Summary - allow filtering the `user list` CLI command by email - simplify error handling for read-only command ## Testing - `mage lint:fix` - `mage test:feature` ------ https://chatgpt.com/codex/tasks/task_e_68508ac3a6f48322b93f2881ab6bd413 --- <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:11:15 -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#1113