[PR #5363] [MERGED] feat: remove minimum length restriction on shared workspace names #5177

Closed
opened 2026-03-17 02:39:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5363
Author: @nivedin
Created: 9/1/2025
Status: Merged
Merged: 9/2/2025
Merged by: @jamesgeorge007

Base: patchHead: chore/remove-workspace-name-length


📝 Commits (2)

  • 8f85afe chore: make workspace name validation to non empty string
  • 13f119e chore: fix test

📊 Changes

4 files changed (+7 additions, -7 deletions)

View changed files

📝 packages/hoppscotch-backend/src/team/team.service.spec.ts (+4 -4)
📝 packages/hoppscotch-backend/src/team/team.service.ts (+1 -1)
📝 packages/hoppscotch-common/locales/en.json (+1 -1)
📝 packages/hoppscotch-common/src/helpers/backend/types/TeamName.ts (+1 -1)

📄 Description

Closes FE-943 #5271

This PR updates the shared workspace name validation to check for a non-empty string instead of enforcing a minimum length of 6 characters.


🔄 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/hoppscotch/hoppscotch/pull/5363 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 9/1/2025 **Status:** ✅ Merged **Merged:** 9/2/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `chore/remove-workspace-name-length` --- ### 📝 Commits (2) - [`8f85afe`](https://github.com/hoppscotch/hoppscotch/commit/8f85afe2b79cd794ba638467d5c65ed09f00e96c) chore: make workspace name validation to non empty string - [`13f119e`](https://github.com/hoppscotch/hoppscotch/commit/13f119ed3dbc1c0ea4a7cd7e796dc9d7b3d2fa37) chore: fix test ### 📊 Changes **4 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-backend/src/team/team.service.spec.ts` (+4 -4) 📝 `packages/hoppscotch-backend/src/team/team.service.ts` (+1 -1) 📝 `packages/hoppscotch-common/locales/en.json` (+1 -1) 📝 `packages/hoppscotch-common/src/helpers/backend/types/TeamName.ts` (+1 -1) </details> ### 📄 Description Closes FE-943 #5271 This PR updates the shared workspace name validation to check for a non-empty string instead of enforcing a minimum length of 6 characters. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:39:01 +03:00
Sign in to join this conversation.
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
starred/hoppscotch#5177
No description provided.