Faris Huskovic

Results 5 comments of Faris Huskovic

@d88naimi All of the batch work we have scoped out is related to items. We have not scoped out anything yet for supporting batch operations on fields.

One idea could be `LastRefreshTriggeredBy` where possible enum values could be `webhook` and `polling` probably makes more sense to have this as a status field.

> If I recall current implementation details correctly, it's possible for the Warehouse reconciler to respond to a refresh annotation, clear it, fail at discovery, and requeue the Warehouse for...

@tjlet Took a look at this. I added a test in [file_copier_test.go](https://github.com/akuity/kargo/blob/main/internal/promotion/runner/builtin/file_copier_test.go), : ```go { name: "create path if not exists", setupFiles: func(t *testing.T) string { tmpDir := t.TempDir() inPath...

Promotion steps are located at https://docs.kargo.io/user-guide/reference-docs/promotion-steps/ Can you provide some additional information on where exactly you clicked so I can try understanding how you were redirected to `user-guide/reference-docs/promotion-tasks/promotion-steps/`