Skip to content

Commit

Permalink
Extract dag function out of v1alpha1 ⚙
Browse files Browse the repository at this point in the history
The dag function shouldn't really be in v1alpha1 or even depend on
that package.

This removes `dag*.go` files from `v1alpha1` and move them to
`pkg/reconciler/pipeline/dag` package. This also removes dependency
from those function to `v1alpha1`, making it abstract and usable with
any other type that satisfy the `dag` package interface. This also
renames the `DAG` struct into `Graph` 👼

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Nov 16, 2019
1 parent f5fee88 commit f2e7ee9
Show file tree
Hide file tree
Showing 10 changed files with 606 additions and 672 deletions.
136 changes: 0 additions & 136 deletions pkg/apis/pipeline/v1alpha1/dag.go

This file was deleted.

0 comments on commit f2e7ee9

Please sign in to comment.