TheThingsArchive / ttn

The Things Network Stack V2
https://www.thethingsnetwork.org
MIT License
461 stars 276 forks source link

Migrate to github.com/TheThingsNetwork/api #665

Closed rvolosatovs closed 7 years ago

rvolosatovs commented 7 years ago

Closes #662

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling ba277cf38dda30151597725d31657f7d812494d5 on issue/662-api into on develop.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling ba277cf38dda30151597725d31657f7d812494d5 on issue/662-api into on develop.

htdvisser commented 7 years ago
ttnctl/cmd/components_check.go:33: undefined: "github.com/TheThingsNetwork/ttn/api".NotEmptyAndValidID
ttnctl/cmd/devices_delete.go:32: undefined: "github.com/TheThingsNetwork/ttn/api".NotEmptyAndValidID
ttnctl/cmd/devices_info.go:46: undefined: "github.com/TheThingsNetwork/ttn/api".NotEmptyAndValidID
ttnctl/cmd/devices_personalize.go:36: undefined: "github.com/TheThingsNetwork/ttn/api".NotEmptyAndValidID
ttnctl/cmd/devices_register.go:38: undefined: "github.com/TheThingsNetwork/ttn/api".NotEmptyAndValidID
ttnctl/cmd/devices_register_on_join.go:33: undefined: "github.com/TheThingsNetwork/ttn/api".NotEmptyAndValidID
ttnctl/cmd/devices_set.go:32: undefined: "github.com/TheThingsNetwork/ttn/api".NotEmptyAndValidID
ttnctl/cmd/devices_simulate.go:23: undefined: "github.com/TheThingsNetwork/ttn/api".NotEmptyAndValidID
ttnctl/cmd/downlink.go:37: undefined: "github.com/TheThingsNetwork/ttn/api".NotEmptyAndValidID
ttnctl/cmd/gateways_delete.go:25: undefined: "github.com/TheThingsNetwork/ttn/api".NotEmptyAndValidID
ttnctl/cmd/gateways_delete.go:25: too many errors
rvolosatovs commented 7 years ago

I assumed CI tests ttnctl build also, will fix

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 08d7c2cd2b5554581970d248c7b0144a24023dc7 on issue/662-api into on develop.

rvolosatovs commented 7 years ago

Fixed the issue and rebased, should be ready to merge

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling e2711c4f06a4bc4802116f987cf35b7c453faebb on issue/662-api into on develop.