Skip to content

Commit

Permalink
Import path github.com/eBay/fabio -> github.com/fabiolb/fabio
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Apr 14, 2017
1 parent 68ea0e4 commit 056d3d2
Show file tree
Hide file tree
Showing 36 changed files with 195 additions and 195 deletions.
250 changes: 125 additions & 125 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/api/manual.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"net/http"

"github.com/eBay/fabio/registry"
"github.com/fabiolb/fabio/registry"
)

// ManualHandler provides a fetch and update handler for the manual overrides api.
Expand Down
2 changes: 1 addition & 1 deletion admin/api/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sort"
"strings"

"github.com/eBay/fabio/route"
"github.com/fabiolb/fabio/route"
)

type RoutesHandler struct{}
Expand Down
8 changes: 4 additions & 4 deletions admin/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
"fmt"
"net/http"

"github.com/eBay/fabio/admin/api"
"github.com/eBay/fabio/admin/ui"
"github.com/eBay/fabio/config"
"github.com/eBay/fabio/proxy"
"github.com/fabiolb/fabio/admin/api"
"github.com/fabiolb/fabio/admin/ui"
"github.com/fabiolb/fabio/config"
"github.com/fabiolb/fabio/proxy"
)

// Server provides the HTTP server for the admin UI and API.
Expand Down
4 changes: 2 additions & 2 deletions admin/ui/manual.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ var tmplManual = template.Must(template.New("manual").Parse(`
<a href="/" class="brand-logo">fabio{{if .Title}} - {{.Title}}{{end}}</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="/routes">Routes</a></li>
<li><a href="https://github.com/eBay/fabio/blob/master/CHANGELOG.md">{{.Version}}</a></li>
<li><a href="https://github.com/eBay/fabio">Github</a></li>
<li><a href="https://github.com/fabiolb/fabio/blob/master/CHANGELOG.md">{{.Version}}</a></li>
<li><a href="https://github.com/fabiolb/fabio">Github</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions admin/ui/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ var tmplRoutes = template.Must(template.New("routes").Parse(`
<a href="/" class="brand-logo">fabio{{if .Title}} - {{.Title}}{{end}}</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="/manual">Overrides</a></li>
<li><a href="https://github.com/eBay/fabio/blob/master/CHANGELOG.md">{{.Version}}</a></li>
<li><a href="https://github.com/eBay/fabio">Github</a></li>
<li><a href="https://github.com/fabiolb/fabio/blob/master/CHANGELOG.md">{{.Version}}</a></li>
<li><a href="https://github.com/fabiolb/fabio">Github</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion build/homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ -z "$v" ]] ; then
exit 1
fi

srcurl=https://github.com/eBay/fabio/archive/v${v}.tar.gz
srcurl=https://github.com/fabiolb/fabio/archive/v${v}.tar.gz
shasum=$(wget -O- -q "$srcurl" | shasum -a 256 | awk '{ print $1; }')
echo -e "/urlDAurl \"$srcurl\"/sha256DAsha256 \"$shasum\":wq" > $prgdir/homebrew.vim

Expand Down
2 changes: 1 addition & 1 deletion build/issue-225-gen-cert.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# This script addresses issue #225 (https://github.com/eBay/fabio/issues/225)
# This script addresses issue #225 (https://github.com/fabiolb/fabio/issues/225)
# and generates a number of certificates for testing fabio with client
# certificate authentication with signed client certificates.
#
Expand Down
2 changes: 1 addition & 1 deletion cert/file_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"crypto/x509"
"io/ioutil"

"github.com/eBay/fabio/exit"
"github.com/fabiolb/fabio/exit"
)

// FileSource implements a certificate source for one
Expand Down
2 changes: 1 addition & 1 deletion cert/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"os"

"github.com/eBay/fabio/config"
"github.com/fabiolb/fabio/config"
)

// Source provides the interface for dynamic certificate sources.
Expand Down
2 changes: 1 addition & 1 deletion cert/source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

"golang.org/x/net/http2"

"github.com/eBay/fabio/config"
"github.com/fabiolb/fabio/config"
consulapi "github.com/hashicorp/consul/api"
vaultapi "github.com/hashicorp/vault/api"
"github.com/pascaldekloe/goe/verify"
Expand Down
2 changes: 1 addition & 1 deletion demo/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ resource "aws_instance" "web" {
"sudo apt-get -y update",
"sudo apt-get -y install unzip",
"wget https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip",
"wget https://github.com/eBay/fabio/releases/download/v1.1.2/fabio-1.1.2-go1.6.2_linux-amd64",
"wget https://github.com/fabiolb/fabio/releases/download/v1.1.2/fabio-1.1.2-go1.6.2_linux-amd64",
"unzip consul*.zip"
]
}
Expand Down
2 changes: 1 addition & 1 deletion demo/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import (

"golang.org/x/net/websocket"

"github.com/eBay/fabio/proxy/tcp"
"github.com/fabiolb/fabio/proxy/tcp"
"github.com/hashicorp/consul/api"
)

Expand Down
26 changes: 13 additions & 13 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ import (
"sync/atomic"
"time"

"github.com/eBay/fabio/admin"
"github.com/eBay/fabio/cert"
"github.com/eBay/fabio/config"
"github.com/eBay/fabio/exit"
"github.com/eBay/fabio/logger"
"github.com/eBay/fabio/metrics"
"github.com/eBay/fabio/proxy"
"github.com/eBay/fabio/proxy/tcp"
"github.com/eBay/fabio/registry"
"github.com/eBay/fabio/registry/consul"
"github.com/eBay/fabio/registry/file"
"github.com/eBay/fabio/registry/static"
"github.com/eBay/fabio/route"
"github.com/fabiolb/fabio/admin"
"github.com/fabiolb/fabio/cert"
"github.com/fabiolb/fabio/config"
"github.com/fabiolb/fabio/exit"
"github.com/fabiolb/fabio/logger"
"github.com/fabiolb/fabio/metrics"
"github.com/fabiolb/fabio/proxy"
"github.com/fabiolb/fabio/proxy/tcp"
"github.com/fabiolb/fabio/registry"
"github.com/fabiolb/fabio/registry/consul"
"github.com/fabiolb/fabio/registry/file"
"github.com/fabiolb/fabio/registry/static"
"github.com/fabiolb/fabio/route"
dmp "github.com/sergi/go-diff/diffmatchpatch"
)

Expand Down
2 changes: 1 addition & 1 deletion metrics/circonus.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"

cgm "github.com/circonus-labs/circonus-gometrics"
"github.com/eBay/fabio/config"
"github.com/fabiolb/fabio/config"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion metrics/circonus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

"github.com/eBay/fabio/config"
"github.com/fabiolb/fabio/config"
)

func TestRegistry(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
"strings"
"text/template"

"github.com/eBay/fabio/config"
"github.com/eBay/fabio/exit"
"github.com/fabiolb/fabio/config"
"github.com/fabiolb/fabio/exit"
)

// DefaultRegistry stores the metrics library provider.
Expand Down
2 changes: 1 addition & 1 deletion proxy/gzip/gzip_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strconv"
"testing"

"github.com/eBay/fabio/assert"
"github.com/fabiolb/fabio/assert"
)

var contentTypes = regexp.MustCompile(`^(text/.*|application/(javascript|json|font-woff|xml)|.*\+(json|xml))(;.*)?$`)
Expand Down
2 changes: 1 addition & 1 deletion proxy/http_headers.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"strings"

"github.com/eBay/fabio/config"
"github.com/fabiolb/fabio/config"
)

// addHeaders adds/updates headers in request
Expand Down
2 changes: 1 addition & 1 deletion proxy/http_headers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"testing"

"github.com/eBay/fabio/config"
"github.com/fabiolb/fabio/config"
"github.com/pascaldekloe/goe/verify"
)

Expand Down
8 changes: 4 additions & 4 deletions proxy/http_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ import (
"testing"
"time"

"github.com/eBay/fabio/config"
"github.com/eBay/fabio/logger"
"github.com/eBay/fabio/proxy/internal"
"github.com/eBay/fabio/route"
"github.com/fabiolb/fabio/config"
"github.com/fabiolb/fabio/logger"
"github.com/fabiolb/fabio/proxy/internal"
"github.com/fabiolb/fabio/route"
"github.com/pascaldekloe/goe/verify"
)

Expand Down
10 changes: 5 additions & 5 deletions proxy/http_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import (
"strings"
"time"

"github.com/eBay/fabio/config"
"github.com/eBay/fabio/logger"
"github.com/eBay/fabio/metrics"
"github.com/eBay/fabio/proxy/gzip"
"github.com/eBay/fabio/route"
"github.com/fabiolb/fabio/config"
"github.com/fabiolb/fabio/logger"
"github.com/fabiolb/fabio/metrics"
"github.com/fabiolb/fabio/proxy/gzip"
"github.com/fabiolb/fabio/route"
)

// HTTPProxy is a dynamic reverse proxy for HTTP and HTTPS protocols.
Expand Down
2 changes: 1 addition & 1 deletion proxy/http_raw_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http"
"net/url"

"github.com/eBay/fabio/metrics"
"github.com/fabiolb/fabio/metrics"
)

// conn measures the number of open web socket connections
Expand Down
4 changes: 2 additions & 2 deletions proxy/listen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"testing"
"time"

"github.com/eBay/fabio/config"
"github.com/eBay/fabio/route"
"github.com/fabiolb/fabio/config"
"github.com/fabiolb/fabio/route"
)

func TestGracefulShutdown(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions proxy/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"sync"
"time"

"github.com/eBay/fabio/config"
"github.com/eBay/fabio/proxy/tcp"
"github.com/fabiolb/fabio/config"
"github.com/fabiolb/fabio/proxy/tcp"
)

type Server interface {
Expand Down
4 changes: 2 additions & 2 deletions proxy/tcp/tcptest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"net"

"github.com/eBay/fabio/proxy/internal"
"github.com/eBay/fabio/proxy/tcp"
"github.com/fabiolb/fabio/proxy/internal"
"github.com/fabiolb/fabio/proxy/tcp"
)

// Server is a TCP test server that binds to a random port.
Expand Down
12 changes: 6 additions & 6 deletions proxy/tcp_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import (
"testing"
"time"

"github.com/eBay/fabio/cert"
"github.com/eBay/fabio/config"
"github.com/eBay/fabio/proxy/internal"
"github.com/eBay/fabio/proxy/tcp"
"github.com/eBay/fabio/proxy/tcp/tcptest"
"github.com/eBay/fabio/route"
"github.com/fabiolb/fabio/cert"
"github.com/fabiolb/fabio/config"
"github.com/fabiolb/fabio/proxy/internal"
"github.com/fabiolb/fabio/proxy/tcp"
"github.com/fabiolb/fabio/proxy/tcp/tcptest"
"github.com/fabiolb/fabio/route"
)

var echoHandler tcp.HandlerFunc = func(c net.Conn) error {
Expand Down
4 changes: 2 additions & 2 deletions registry/consul/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"errors"
"log"

"github.com/eBay/fabio/config"
"github.com/eBay/fabio/registry"
"github.com/fabiolb/fabio/config"
"github.com/fabiolb/fabio/registry"

"github.com/hashicorp/consul/api"
)
Expand Down
2 changes: 1 addition & 1 deletion registry/consul/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"time"

"github.com/eBay/fabio/config"
"github.com/fabiolb/fabio/config"
"github.com/hashicorp/consul/api"
)

Expand Down
4 changes: 2 additions & 2 deletions registry/file/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"io/ioutil"
"log"

"github.com/eBay/fabio/registry"
"github.com/eBay/fabio/registry/static"
"github.com/fabiolb/fabio/registry"
"github.com/fabiolb/fabio/registry/static"
)

func NewBackend(filename string) (registry.Backend, error) {
Expand Down
2 changes: 1 addition & 1 deletion registry/static/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// backend which uses statically configured routes.
package static

import "github.com/eBay/fabio/registry"
import "github.com/fabiolb/fabio/registry"

type be struct{}

Expand Down
2 changes: 1 addition & 1 deletion route/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"sort"
"strings"

"github.com/eBay/fabio/metrics"
"github.com/fabiolb/fabio/metrics"
)

// Route maps a path prefix to one or more target URLs.
Expand Down
2 changes: 1 addition & 1 deletion route/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"sync"
"sync/atomic"

"github.com/eBay/fabio/metrics"
"github.com/fabiolb/fabio/metrics"
"github.com/ryanuber/go-glob"
)

Expand Down
2 changes: 1 addition & 1 deletion route/table_registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"sort"
"testing"

"github.com/eBay/fabio/metrics"
"github.com/fabiolb/fabio/metrics"
)

func TestSyncRegistry(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion route/target.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package route
import (
"net/url"

"github.com/eBay/fabio/metrics"
"github.com/fabiolb/fabio/metrics"
)

type Target struct {
Expand Down
2 changes: 1 addition & 1 deletion vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,5 @@
"revisionTime": "2015-10-20T22:50:55Z"
}
],
"rootPath": "github.com/eBay/fabio"
"rootPath": "github.com/fabiolb/fabio"
}

0 comments on commit 056d3d2

Please sign in to comment.