Tools / src /google_src /gcloud_wrapper.py

Commit History

refactor: Centralize logger import to src.logger_config across various modules.
f20025d

jebin2 commited on

Refactor: Standardize logging by replacing print statements with logger calls and adjusting verbosity levels.
503d4ac

jebin2 commited on

Refactor social publishers, fix asyncio/frontend crash, fix GCS project ID
05104b9

jebin2 commited on

refactor: Centralize configuration management by replacing direct os.getenv calls with the new get_config_value utility function.
3bba70c

jebin2 commited on

refactor: add singleton pattern for GCloudWrapper to avoid repeated auth requests
e79a06d

jebin2 commited on

fix: use load_credentials_from_file to support WIF credentials
92d0bae

jebin2 commited on

refactor: move google_src to src/google_src
93c69ee

jebin2 commited on