Skip to content

Commit

Permalink
Add cmd history-exporter (#8)
Browse files Browse the repository at this point in the history
Added `cmd/history-exporter` to batch export historical data

---------

Co-authored-by: Alexander Bayandin <[email protected]>
  • Loading branch information
fedordikarev and bayandin authored Oct 22, 2024
1 parent 570b74a commit e70d2ba
Show file tree
Hide file tree
Showing 13 changed files with 644 additions and 358 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ WORKDIR /build
COPY go.mod go.sum ./
RUN go mod download

COPY pkg/ pkg/
COPY cmd/gh-action/ ./

ENV CGO_ENABLED=0
Expand Down
74 changes: 0 additions & 74 deletions cmd/gh-action/config.go

This file was deleted.

177 changes: 0 additions & 177 deletions cmd/gh-action/db.go

This file was deleted.

88 changes: 0 additions & 88 deletions cmd/gh-action/gh.go

This file was deleted.

Loading

0 comments on commit e70d2ba

Please sign in to comment.