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.

@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.

@kevalmahajan kevalmahajan force-pushed the enhancement-uuid-and-active-state-1505 branch from aa4242c to 8bcc09c Compare December 8, 2025 10:36
Copy link
Collaborator

@nmveeresh nmveeresh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, working as expected.

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>
@kevalmahajan kevalmahajan force-pushed the enhancement-uuid-and-active-state-1505 branch from 8bcc09c to 6ddf903 Compare December 8, 2025 11:38
@kevalmahajan kevalmahajan merged commit f36af63 into main Dec 8, 2025
52 checks passed
@kevalmahajan kevalmahajan deleted the enhancement-uuid-and-active-state-1505 branch December 8, 2025 11:48
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.

4 participants