Signed-off-by: oppiliappan me@oppi.li
+42
-19
spindle/engine/engine.go
+42
-19
spindle/engine/engine.go
·········-func New(ctx context.Context, cfg *config.Config, db *db.DB, n *notifier.Notifier) (*Engine, error) {+func New(ctx context.Context, cfg *config.Config, db *db.DB, n *notifier.Notifier, vault secrets.Manager) (*Engine, error) {······func (e *Engine) StartWorkflows(ctx context.Context, pipeline *models.Pipeline, pipelineId models.PipelineId) {+if didSlashRepo, err := securejoin.SecureJoin(pipeline.RepoOwner, pipeline.RepoName); err == nil {·········-func (e *Engine) StartSteps(ctx context.Context, steps []models.Step, wid models.WorkflowId, image string) error {+func (e *Engine) StartSteps(ctx context.Context, wid models.WorkflowId, w models.Workflow, secrets []secrets.UnlockedSecret) error {
+9
-12
spindle/models/pipeline.go
+9
-12
spindle/models/pipeline.go
············
+3
spindle/models/setup_steps.go
+3
spindle/models/setup_steps.go
···
+7
-1
spindle/server.go
+7
-1
spindle/server.go
···