Stitch any CI into Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update module out of github

+5 -5
+1 -1
go.mod
··· 1 - module github.com/mitchellh/tack 1 + module go.mitchellh.com/tack 2 2 3 3 go 1.25.7 4 4
+1 -1
http.go
··· 31 31 "github.com/gorilla/websocket" 32 32 "tangled.org/core/api/tangled" 33 33 34 - "github.com/mitchellh/tack/internal/buildkite" 34 + "go.mitchellh.com/tack/internal/buildkite" 35 35 ) 36 36 37 37 // runHTTP starts the spindle's HTTP server and blocks until ctx is
+1 -1
main.go
··· 16 16 17 17 charmlog "github.com/charmbracelet/log" 18 18 19 - "github.com/mitchellh/tack/internal/buildkite" 19 + "go.mitchellh.com/tack/internal/buildkite" 20 20 ) 21 21 22 22 // config is the runtime configuration, sourced from environment variables and
+1 -1
provider_buildkite.go
··· 29 29 "go.yaml.in/yaml/v2" 30 30 "tangled.org/core/api/tangled" 31 31 32 - "github.com/mitchellh/tack/internal/buildkite" 32 + "go.mitchellh.com/tack/internal/buildkite" 33 33 ) 34 34 35 35 // Buildkite-side meta_data keys carrying the Tangled identity of a
+1 -1
provider_buildkite_test.go
··· 22 22 23 23 "tangled.org/core/api/tangled" 24 24 25 - "github.com/mitchellh/tack/internal/buildkite" 25 + "go.mitchellh.com/tack/internal/buildkite" 26 26 ) 27 27 28 28 // newBuildkiteTestProvider wires a buildkiteProvider against an