cds icon indicating copy to clipboard operation
cds copied to clipboard

feat(interpolate): add uuid support

Open ivan-velasco opened this issue 1 year ago • 1 comments

  1. Description Support to create UUID in venom api tests
  2. Related issues close https://github.com/ovh/venom/issues/748
  3. About tests
  4. Mentions

@ovh/cds

ivan-velasco avatar Jan 25 '24 17:01 ivan-velasco

CDS Report build-cds#20099.0 ✘

  • Build
    • Build and Package All ✘
    • Build Debpacker ✘
    • Build SMTPMock ✔
    • Lint UI Translate ✔
    • Test CLI ✔
    • Test Engine ✘
    • Test SDK ✘
    • Test UI ✔

ovh-cds avatar Feb 13 '24 09:02 ovh-cds

Closing the PR as the interpolate package cannot depends of the sdk one. This UUID generation should be handled directly in Venom sources.

richardlt avatar Mar 28 '24 13:03 richardlt

@richardlt do you have a recommendation on how to introduce in venom sources?

ivan-velasco avatar Apr 09 '24 00:04 ivan-velasco

@ivan-velasco we'll try to remove all cds deps from venom in the next major release (with ${{…}}).

But, Perhaps it's possible to extend interpolate with append(interpolate.InterpolateHelperFuncs,...) directly into venom sources

yesnault avatar Aug 14 '24 12:08 yesnault

@yesnault Forsure will give it a try.

ivan-velasco avatar Aug 14 '24 15:08 ivan-velasco