Moved to new namespace
the build was successful Szczegóły

This commit is contained in:
konrad 2018-03-05 12:53:12 +01:00 zatwierdzone przez kolaente
rodzic 8565772ab0
commit d553ca743b
Podpisane przez: konrad
ID klucza GPG: F40E70337AB24C9B
29 zmienionych plików z 32 dodań i 32 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
workspace:
base: /srv/app
path: src/git.mowie.cc/konrad/Library
path: src/git.kolaente.de/konrad/Library
clone:
git:

Wyświetl plik

@ -1,5 +1,5 @@
DIST := dist
IMPORT := git.mowie.cc/konrad/Library
IMPORT := git.kolaente.de/konrad/Library
SED_INPLACE := sed -i
@ -21,7 +21,7 @@ EXTRA_GOFLAGS ?=
LDFLAGS := -X "main.Version=$(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')" -X "main.Tags=$(TAGS)"
PACKAGES ?= $(filter-out git.mowie.cc/konrad/Library/integrations,$(shell go list ./... | grep -v /vendor/))
PACKAGES ?= $(filter-out git.kolaente.de/konrad/Library/integrations,$(shell go list ./... | grep -v /vendor/))
SOURCES ?= $(shell find . -name "*.go" -type f)
TAGS ?=

Wyświetl plik

@ -6,7 +6,7 @@
An application to manage your library, books and authors.
API Docs: https://git.mowie.cc/konrad/Library/wiki/API
API Docs: https://git.kolaente.de/konrad/Library/wiki/API
Download the latest release: https://storage.kolaente.de/minio/library-release/
(`master` is up-to-date with the master branch and can contain bugs, if you want a stable version, choose a version from the list)

Wyświetl plik

@ -1,8 +1,8 @@
package main
import (
"git.mowie.cc/konrad/Library/models"
"git.mowie.cc/konrad/Library/routes"
"git.kolaente.de/konrad/Library/models"
"git.kolaente.de/konrad/Library/routes"
"context"
"fmt"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -2,7 +2,7 @@ package v1
import (
"encoding/json"
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
)

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -2,7 +2,7 @@ package v1
import (
"encoding/json"
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -5,7 +5,7 @@ import (
"net/http"
"fmt"
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
)
// BookList is the handler to list books

Wyświetl plik

@ -2,7 +2,7 @@ package v1
import (
"encoding/json"
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
)

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -2,7 +2,7 @@ package v1
import (
"encoding/json"
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
)

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -2,7 +2,7 @@ package v1
import (
"fmt"
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/dgrijalva/jwt-go"
"github.com/labstack/echo"
)

Wyświetl plik

@ -2,7 +2,7 @@ package v1
import (
"encoding/json"
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -1,7 +1,7 @@
package v1
import (
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
"strconv"

Wyświetl plik

@ -4,7 +4,7 @@ import (
"net/http"
"strconv"
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
)

Wyświetl plik

@ -3,7 +3,7 @@ package v1
import (
"net/http"
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
)

Wyświetl plik

@ -3,7 +3,7 @@ package routes
import (
"crypto/md5"
"encoding/hex"
"git.mowie.cc/konrad/Library/models"
"git.kolaente.de/konrad/Library/models"
"github.com/dgrijalva/jwt-go"
"github.com/labstack/echo"
"net/http"

Wyświetl plik

@ -4,8 +4,8 @@ import (
"github.com/labstack/echo"
"github.com/labstack/echo/middleware"
"git.mowie.cc/konrad/Library/models"
apiv1 "git.mowie.cc/konrad/Library/routes/api/v1"
"git.kolaente.de/konrad/Library/models"
apiv1 "git.kolaente.de/konrad/Library/routes/api/v1"
)
// NewEcho registers a new Echo instance