Skip to content

Conversation

@rakdutta
Copy link
Collaborator

@rakdutta rakdutta commented Dec 3, 2025

Closes issue #1505.

Replaces all occurrences of is_active with enabled across resources, prompts, and servers.

Updates resource and prompt identifiers from integer IDs to UUIDs in all API endpoints, models, and tests.

Refreshes all related test cases, mock data, and docstrings to align with the new field name and UUID-based ID format.

Improves several log messages and removes redundant logging.

Adds an Alembic migration to rename the field and convert existing integer IDs to UUIDs.

Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
@rakdutta rakdutta marked this pull request as ready for review December 3, 2025 09:07
@nmveeresh nmveeresh self-assigned this Dec 4, 2025
@nmveeresh
Copy link
Collaborator

✅ Verification Summary

Verified in the database tables — the expected column updates are present.

Table SQLite Result
resources id VARCHAR(36), enabled BOOLEAN
prompts id VARCHAR(36), enabled BOOLEAN
servers enabled BOOLEAN NOT NULL

UUID IDs and enabled field replacements have been correctly applied across all tables.

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.

3 participants