Renaming repo

This commit is contained in:
Christopher Speller
2017-09-06 23:05:10 -07:00
parent d8bd57901e
commit 29fca51821
326 changed files with 734 additions and 735 deletions

View File

@@ -6,9 +6,9 @@ import (
"errors"
"fmt"
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/utils"
"github.com/spf13/cobra"
)

View File

@@ -6,8 +6,8 @@ import (
"fmt"
"strings"
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/model"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/model"
)
const CHANNEL_ARG_SEPARATOR = ":"

View File

@@ -7,8 +7,8 @@ import (
"errors"
"os"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/utils"
"github.com/spf13/cobra"
)

View File

@@ -8,7 +8,7 @@ import (
"fmt"
"github.com/mattermost/platform/app"
"github.com/mattermost/mattermost-server/app"
"github.com/spf13/cobra"
)

View File

@@ -1,9 +1,9 @@
package main
import (
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/utils"
"github.com/spf13/cobra"
)

View File

@@ -8,9 +8,9 @@ import (
"syscall"
l4g "github.com/alecthomas/log4go"
"github.com/mattermost/platform/jobs"
"github.com/mattermost/platform/store"
"github.com/mattermost/platform/utils"
"github.com/mattermost/mattermost-server/jobs"
"github.com/mattermost/mattermost-server/store"
"github.com/mattermost/mattermost-server/utils"
"github.com/spf13/cobra"
)

View File

@@ -3,7 +3,7 @@
package main
import (
"github.com/mattermost/platform/einterfaces"
"github.com/mattermost/mattermost-server/einterfaces"
"github.com/spf13/cobra"
)

View File

@@ -6,7 +6,7 @@ import (
"errors"
"io/ioutil"
"github.com/mattermost/platform/app"
"github.com/mattermost/mattermost-server/app"
"github.com/spf13/cobra"
)

View File

@@ -8,14 +8,14 @@ import (
"fmt"
"os"
"github.com/mattermost/platform/app"
"github.com/mattermost/mattermost-server/app"
"github.com/spf13/cobra"
// Plugins
_ "github.com/mattermost/platform/model/gitlab"
_ "github.com/mattermost/mattermost-server/model/gitlab"
// Enterprise Imports
_ "github.com/mattermost/platform/imports"
_ "github.com/mattermost/mattermost-server/imports"
// Enterprise Deps
_ "github.com/dgryski/dgoogauth"

View File

@@ -5,7 +5,7 @@ package main
import (
"errors"
"github.com/mattermost/platform/app"
"github.com/mattermost/mattermost-server/app"
"github.com/spf13/cobra"
)

View File

@@ -10,16 +10,16 @@ import (
"time"
l4g "github.com/alecthomas/log4go"
"github.com/mattermost/platform/api"
"github.com/mattermost/platform/api4"
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/einterfaces"
"github.com/mattermost/platform/jobs"
"github.com/mattermost/platform/manualtesting"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
"github.com/mattermost/platform/web"
"github.com/mattermost/platform/wsapi"
"github.com/mattermost/mattermost-server/api"
"github.com/mattermost/mattermost-server/api4"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/einterfaces"
"github.com/mattermost/mattermost-server/jobs"
"github.com/mattermost/mattermost-server/manualtesting"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/utils"
"github.com/mattermost/mattermost-server/web"
"github.com/mattermost/mattermost-server/wsapi"
"github.com/spf13/cobra"
)

View File

@@ -6,8 +6,8 @@ import (
"errors"
"fmt"
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/model"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/model"
"github.com/spf13/cobra"
)

View File

@@ -3,8 +3,8 @@
package main
import (
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/model"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/model"
)
func getTeamsFromTeamArgs(teamArgs []string) []*model.Team {

View File

@@ -12,11 +12,11 @@ import (
"os/signal"
"syscall"
"github.com/mattermost/platform/api"
"github.com/mattermost/platform/api4"
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/utils"
"github.com/mattermost/platform/wsapi"
"github.com/mattermost/mattermost-server/api"
"github.com/mattermost/mattermost-server/api4"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/utils"
"github.com/mattermost/mattermost-server/wsapi"
"github.com/spf13/cobra"
)

View File

@@ -6,10 +6,10 @@ import (
"errors"
"fmt"
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/einterfaces"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/einterfaces"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/utils"
"github.com/spf13/cobra"
)

View File

@@ -3,8 +3,8 @@
package main
import (
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/model"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/model"
)
func getUsersFromUserArgs(userArgs []string) []*model.User {

View File

@@ -3,9 +3,9 @@
package main
import (
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/store"
"github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/store"
"github.com/spf13/cobra"
)