Skip to content

Remove URL validation requirement from codespace API#2749

Closed
tomsmith8 wants to merge 1 commit into
masterfrom
feature/remove-codespace-url-validation
Closed

Remove URL validation requirement from codespace API#2749
tomsmith8 wants to merge 1 commit into
masterfrom
feature/remove-codespace-url-validation

Conversation

@tomsmith8
Copy link
Copy Markdown
Contributor

  • Add validation function that allows URLs but removes strict format requirement
  • Allow simple values like 'hive' or 'tribes'
  • Keep special character restrictions and 200 char limit
  • Update error messages to be more generic

- Add validation function that allows URLs but removes strict format requirement
- Allow simple values like 'hive' or 'tribes'
- Keep special character restrictions and 200 char limit
- Update error messages to be more generic

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@kevkevinpal
Copy link
Copy Markdown
Contributor

This seems to be adding validation for the URL for CreateCodeSpaceMap and UpdateCodeSpaceMap

@tomsmith8 if this is what you want we can merge this.

It is checking for less than 200 chars, if its empty or if it includes certain special characters

@tomsmith8
Copy link
Copy Markdown
Contributor Author

We only need to remove the URL requirement on the frontend. closing this PR

@tomsmith8 tomsmith8 closed this Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants