Skip to content

Migrate USE_ENTERPRISE_CATALOG from waffle flag to waffle sample

Choose a tag to compare

@adamstankiewicz adamstankiewicz released this 10 Apr 15:26
· 2270 commits to master since this release
5a8739c
  • Add USE_ENTERPRISE_CATALOG waffle sample, and remove USE_ENTERPRISE_CATALOG waffle flag
  • Switch the use of waffle.flag_is_active to waffle.sample_is_active
  • Updates the EnterpriseCatalogApiClient to make the user argument optional. If the user argument is not provided, it will use the "enterprise_worker" user instead
  • No longer passes user to the EnterpriseCatalogApiClient during initialization in places where a request and/or user object doesn't already exist