Skip to content

Commit

Permalink
MAKE-390: revendor new gimlet
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish committed Apr 6, 2018
1 parent 8915ac0 commit ffd1050
Show file tree
Hide file tree
Showing 98 changed files with 622 additions and 135 deletions.
4 changes: 2 additions & 2 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Expand Up @@ -7,6 +7,6 @@ import:
- package: github.com/stretchr/testify
- package: github.com/mongodb/grip
- package: github.com/mongodb/mongo-go-driver
- package: github.com/tychoish/gimlet
- package: github.com/evergreen-ci/gimlet
- package: gopkg.in/mgo.v2
- package: gopkg.in/yaml.v2
4 changes: 2 additions & 2 deletions makefile
Expand Up @@ -173,8 +173,8 @@ vendor-sync:$(vendorDeps)
glide install -s
vendor-clean:
rm -rf vendor/gopkg.in/mgo.v2/harness/
rm -rf vendor/github.com/tychoish/gimlet/vendor/github.com/stretchr/testify/
rm -rf vendor/github.com/tychoish/gimlet/vendor/github.com/mongodb/grip/
rm -rf vendor/github.com/evergreen-ci/gimlet/vendor/github.com/stretchr/testify/
rm -rf vendor/github.com/evergreen-ci/gimlet/vendor/github.com/mongodb/grip/
rm -rf vendor/github.com/mongodb/grip/vendor/github.com/stretchr/testify/
rm -rf vendor/gopkg.in/mgo.v2/harness/
rm -rf vendor/gopkg.in/mgo.v2/testdb/
Expand Down
2 changes: 1 addition & 1 deletion rest/client.go
Expand Up @@ -9,11 +9,11 @@ import (
"strings"
"time"

"github.com/evergreen-ci/gimlet"
"github.com/mongodb/amboy"
"github.com/mongodb/amboy/registry"
"github.com/mongodb/grip"
"github.com/pkg/errors"
"github.com/tychoish/gimlet"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion rest/create.go
Expand Up @@ -3,10 +3,10 @@ package rest
import (
"net/http"

"github.com/evergreen-ci/gimlet"
"github.com/mongodb/amboy"
"github.com/mongodb/amboy/registry"
"github.com/mongodb/grip"
"github.com/tychoish/gimlet"
)

type createResponse struct {
Expand Down
2 changes: 1 addition & 1 deletion rest/fetch.go
Expand Up @@ -3,10 +3,10 @@ package rest
import (
"net/http"

"github.com/evergreen-ci/gimlet"
"github.com/mongodb/amboy"
"github.com/mongodb/amboy/registry"
"github.com/mongodb/grip"
"github.com/tychoish/gimlet"
)

// Fetch is an http handler that writes a job interchange object to a
Expand Down
2 changes: 1 addition & 1 deletion rest/job.go
Expand Up @@ -6,10 +6,10 @@ import (
"net/http"
"time"

"github.com/evergreen-ci/gimlet"
"github.com/mongodb/amboy"
"github.com/mongodb/grip"
"github.com/pkg/errors"
"github.com/tychoish/gimlet"
)

type jobStatusResponse struct {
Expand Down
2 changes: 1 addition & 1 deletion rest/service.go
Expand Up @@ -4,12 +4,12 @@ import (
"context"
"time"

"github.com/evergreen-ci/gimlet"
"github.com/mongodb/amboy"
"github.com/mongodb/amboy/queue"
"github.com/mongodb/amboy/registry"
"github.com/mongodb/grip"
"github.com/pkg/errors"
"github.com/tychoish/gimlet"
)

// Service is used as a place holder for application state and configuration.
Expand Down
2 changes: 1 addition & 1 deletion rest/stats.go
Expand Up @@ -5,9 +5,9 @@ import (
"net/http"
"time"

"github.com/evergreen-ci/gimlet"
"github.com/mongodb/amboy"
"github.com/mongodb/grip"
"github.com/tychoish/gimlet"
)

type status struct {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions vendor/github.com/evergreen-ci/gimlet/auth/interfaces.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions vendor/github.com/evergreen-ci/gimlet/counter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ffd1050

Please sign in to comment.