You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GEP-2162] Updated a new field on supported features inference from boolean to enum and remove from report. (#3885)
* Update inferred supported features report from bool to enum to account for exceptional case when only Mesh profile is being tested and no GWC available to determine supported features.
* Changed enum names.
* Added comment to report enum
* Revert change caused by merge.
* Converted enums from int to string for better readability.
* Removed unused import.
* Updated unit tests to reflect enum change to strings.
* Removed skip tests from determining if supported features are inferred or manually selected.
* Removed source update.
* Updated unit tests.
* Removed source enum from report.
* start error string with lowercase.
* Removed source getter.
* removed undefined enum and added check for mesh features.
* return error if mesh features are populated in gwc.
* Updated unit tests.
* Removed check for mesh profile before throwing error for publishing mesh features. As with this error we want to prevent mesh features under GWC, not mesh profiles for testing.
* removed extra else
* Removed not needed field from function.
* Cleanup of extra field
0 commit comments