Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add is_active field #56

Merged
merged 5 commits into from
Aug 8, 2024
Merged

Add is_active field #56

merged 5 commits into from
Aug 8, 2024

Conversation

FranciscoLozCoding
Copy link
Contributor

Added a boolean field called is_active to Indicate whether an item is currently expected to be active (Defaults to True). Setting this to False marks the item as inactive without deleting it, maintaining its configuration. Field was added to Compute and AbstractSensor models. manifests and api/v-beta/nodes APIs will also now return this field.

Copy link
Contributor

@nconrad nconrad left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Member

@seanshahkarami seanshahkarami left a comment

Choose a reason for hiding this comment

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

Looks great! I'll merge and create a new release! Thanks a lot!

@seanshahkarami seanshahkarami merged commit f4458dc into main Aug 8, 2024
5 checks passed
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