Skip to content

Commit

Permalink
Merge agent package into pipeline package (#395)
Browse files Browse the repository at this point in the history
These two packages are closely related. They were separate for
historical reasons but should be brought together to simplify the
codebase.
  • Loading branch information
djaglowski authored Feb 18, 2022
1 parent 41c66a8 commit aa3577f
Show file tree
Hide file tree
Showing 11 changed files with 209 additions and 603 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ALL_MODULES := $(shell find . -type f -name "go.mod" -exec dirname {} \; | sort
ALL_SRC := $(shell find . -name '*.go' -type f | sort)
ADDLICENSE=addlicense
ALL_COVERAGE_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | egrep -v '^./internal/tools' | sort)
FIELDALIGNMENT_DIRS := ./agent/ ./pipeline/
FIELDALIGNMENT_DIRS := ./pipeline/

TOOLS_MOD_DIR := ./internal/tools
.PHONY: install-tools
Expand Down
54 changes: 0 additions & 54 deletions agent/agent.go

This file was deleted.

85 changes: 0 additions & 85 deletions agent/agent_test.go

This file was deleted.

78 changes: 0 additions & 78 deletions agent/builder.go

This file was deleted.

101 changes: 0 additions & 101 deletions agent/builder_test.go

This file was deleted.

Loading

0 comments on commit aa3577f

Please sign in to comment.