Skip to content

Clarify cloud database variable names#3004

Merged
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/add-py314-support
Feb 22, 2026
Merged

Clarify cloud database variable names#3004
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/add-py314-support

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Feb 22, 2026

Summary

Refactors variable names in admin/create_secrets_files.py to make it explicit which databases are cloud databases versus VuMark databases. This improves code clarity by distinguishing between database types in variable naming conventions.

Changes

  • Renamed _create_and_get_database_details() to _create_and_get_cloud_database_details()
  • Updated parameters: license_namecloud_license_name, database_namecloud_database_name
  • Updated local variables: database_detailscloud_database_details
  • Updated generated resource names to use "cloud" prefix for clarity

Related to

Issue #3002, first item

🤖 Generated with Claude Code


Note

Low Risk
Pure renaming/clarity refactor within an admin script; minimal behavior change risk aside from potential missed rename causing runtime errors.

Overview
Refactors admin/create_secrets_files.py to make it explicit which Vuforia resources are cloud databases vs VuMark resources.

Renames _create_and_get_database_details to _create_and_get_cloud_database_details, updates related parameter/local variable names (e.g., license_name/database_name -> cloud_license_name/cloud_database_name), and adjusts generated resource name prefixes and log messages accordingly; secrets file output values remain sourced from the same cloud database details.

Written by Cursor Bugbot for commit 5fa142c. This will update automatically on new commits. Configure here.

Rename variables and function names in admin/create_secrets_files.py to make it explicit which databases are cloud databases versus VuMark databases. Changes include:
- _create_and_get_database_details -> _create_and_get_cloud_database_details
- database_name/license_name -> cloud_database_name/cloud_license_name
- database_details -> cloud_database_details
- Generated resource names use "cloud" prefix for clarity

This addresses the first item in issue #3002 to improve code clarity.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@adamtheturtle adamtheturtle merged commit 22973e8 into main Feb 22, 2026
12 checks passed
@adamtheturtle adamtheturtle deleted the adamtheturtle/add-py314-support branch February 22, 2026 23:49
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.

1 participant