This commit is contained in:
@@ -34,5 +34,5 @@ jobs:
|
||||
file: Dockerfile.server
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: |
|
||||
gitea.auvem.com/end-internal/officeconvert-server:${{ github.sha }}
|
||||
gitea.auvem.com/end-internal/officeconvert-server:latest
|
||||
gitea.auvem.com/end/officeconvert-server:${{ github.sha }}
|
||||
gitea.auvem.com/end/officeconvert-server:latest
|
||||
|
||||
@@ -8,8 +8,8 @@ import (
|
||||
"time"
|
||||
|
||||
"connectrpc.com/connect"
|
||||
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
|
||||
"gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1/officeconvertapiv1connect"
|
||||
officeconvertapiv1 "gitea.auvem.com/end/officeconvert/gen/go/officeconvertapi/v1"
|
||||
"gitea.auvem.com/end/officeconvert/gen/go/officeconvertapi/v1/officeconvertapiv1connect"
|
||||
"github.com/segmentio/ksuid"
|
||||
)
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
|
||||
officeconvertapiv1 "gitea.auvem.com/end/officeconvert/gen/go/officeconvertapi/v1"
|
||||
)
|
||||
|
||||
// DownloadedArtifact records a downloaded slide image destination path.
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"path/filepath"
|
||||
|
||||
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
|
||||
officeconvertapiv1 "gitea.auvem.com/end/officeconvert/gen/go/officeconvertapi/v1"
|
||||
)
|
||||
|
||||
// ConversionResult groups the terminal status and deck payload for one conversion.
|
||||
|
||||
@@ -3,8 +3,8 @@ package officeconvertclient
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
officeconvertapiv1 "gitea.auvem.com/end/officeconvert/gen/go/officeconvertapi/v1"
|
||||
"github.com/segmentio/ksuid"
|
||||
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
|
||||
)
|
||||
|
||||
// CreateConversionResponse embeds the API message and adds a parsed KSUID alongside the wire ConversionId string.
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ services:
|
||||
- seaweedfs_data:/data
|
||||
|
||||
server:
|
||||
image: gitea.auvem.com/end-internal/officeconvert-server:${OFFICECONVERT_IMAGE_TAG:-latest}
|
||||
image: gitea.auvem.com/end/officeconvert-server:${OFFICECONVERT_IMAGE_TAG:-latest}
|
||||
depends_on:
|
||||
- seaweedfs
|
||||
environment:
|
||||
|
||||
@@ -1394,7 +1394,7 @@ const file_officeconvertapi_v1_conversion_proto_rawDesc = "" +
|
||||
"\x0fStartConversion\x12+.officeconvertapi.v1.StartConversionRequest\x1a,.officeconvertapi.v1.StartConversionResponse\"\x00\x12z\n" +
|
||||
"\x13GetConversionStatus\x12/.officeconvertapi.v1.GetConversionStatusRequest\x1a0.officeconvertapi.v1.GetConversionStatusResponse\"\x00\x12e\n" +
|
||||
"\fGetSlideDeck\x12(.officeconvertapi.v1.GetSlideDeckRequest\x1a).officeconvertapi.v1.GetSlideDeckResponse\"\x00\x12q\n" +
|
||||
"\x10DeleteConversion\x12,.officeconvertapi.v1.DeleteConversionRequest\x1a-.officeconvertapi.v1.DeleteConversionResponse\"\x00BZZXgitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1;officeconvertapiv1b\x06proto3"
|
||||
"\x10DeleteConversion\x12,.officeconvertapi.v1.DeleteConversionRequest\x1a-.officeconvertapi.v1.DeleteConversionResponse\"\x00BQZOgitea.auvem.com/end/officeconvert/gen/go/officeconvertapi/v1;officeconvertapiv1b\x06proto3"
|
||||
|
||||
var (
|
||||
file_officeconvertapi_v1_conversion_proto_rawDescOnce sync.Once
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
connect "connectrpc.com/connect"
|
||||
context "context"
|
||||
errors "errors"
|
||||
v1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
|
||||
v1 "gitea.auvem.com/end/officeconvert/gen/go/officeconvertapi/v1"
|
||||
http "net/http"
|
||||
strings "strings"
|
||||
)
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
module gitea.auvem.com/end-internal/officeconvert
|
||||
module gitea.auvem.com/end/officeconvert
|
||||
|
||||
go 1.25.0
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ package officeconvertapi.v1;
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
option go_package = "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1;officeconvertapiv1";
|
||||
option go_package = "gitea.auvem.com/end/officeconvert/gen/go/officeconvertapi/v1;officeconvertapiv1";
|
||||
|
||||
// ConversionService orchestrates presentation conversion jobs.
|
||||
service ConversionService {
|
||||
|
||||
Reference in New Issue
Block a user