mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 13:12:17 +01:00
Merge branch 'main' of github.com:gotenberg/gotenberg
This commit is contained in:
8
.github/dependabot.yml
vendored
Normal file
8
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
|
||||||
|
# Maintain dependencies for GitHub Actions
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
8
.github/workflows/continuous_delivery.yml
vendored
8
.github/workflows/continuous_delivery.yml
vendored
@@ -11,13 +11,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Log in to Docker Hub Container Registry
|
- name: Log in to Docker Hub Container Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|||||||
10
.github/workflows/continuous_integration.yml
vendored
10
.github/workflows/continuous_integration.yml
vendored
@@ -15,9 +15,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: v1.51.2
|
version: v1.51.2
|
||||||
|
|
||||||
@@ -30,11 +30,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Build testing environment
|
- name: Build testing environment
|
||||||
run: make build build-tests
|
run: make build build-tests
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
@@ -79,6 +79,8 @@ paths:
|
|||||||
$ref: '#/components/responses/SuccessfulPDF'
|
$ref: '#/components/responses/SuccessfulPDF'
|
||||||
'400':
|
'400':
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
|
'503':
|
||||||
|
$ref: '#/components/responses/Timeout'
|
||||||
|
|
||||||
/forms/chromium/convert/html:
|
/forms/chromium/convert/html:
|
||||||
post:
|
post:
|
||||||
@@ -128,6 +130,8 @@ paths:
|
|||||||
$ref: '#/components/responses/SuccessfulPDF'
|
$ref: '#/components/responses/SuccessfulPDF'
|
||||||
'400':
|
'400':
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
|
'503':
|
||||||
|
$ref: '#/components/responses/Timeout'
|
||||||
|
|
||||||
/forms/chromium/convert/markdown:
|
/forms/chromium/convert/markdown:
|
||||||
post:
|
post:
|
||||||
@@ -181,6 +185,8 @@ paths:
|
|||||||
$ref: '#/components/responses/SuccessfulPDF'
|
$ref: '#/components/responses/SuccessfulPDF'
|
||||||
'400':
|
'400':
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
|
'503':
|
||||||
|
$ref: '#/components/responses/Timeout'
|
||||||
|
|
||||||
/forms/libreoffice/convert:
|
/forms/libreoffice/convert:
|
||||||
post:
|
post:
|
||||||
@@ -244,6 +250,8 @@ paths:
|
|||||||
$ref: '#/components/responses/SuccessfulPDF'
|
$ref: '#/components/responses/SuccessfulPDF'
|
||||||
'400':
|
'400':
|
||||||
description: Bad Request, e.g. Both 'pdfFormat' and 'nativePdfA1aFormat' form values are provided
|
description: Bad Request, e.g. Both 'pdfFormat' and 'nativePdfA1aFormat' form values are provided
|
||||||
|
'503':
|
||||||
|
$ref: '#/components/responses/Timeout'
|
||||||
|
|
||||||
/forms/pdfengines/merge:
|
/forms/pdfengines/merge:
|
||||||
post:
|
post:
|
||||||
@@ -300,6 +308,8 @@ paths:
|
|||||||
$ref: '#/components/responses/SuccessfulPDF'
|
$ref: '#/components/responses/SuccessfulPDF'
|
||||||
'400':
|
'400':
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
|
'503':
|
||||||
|
$ref: '#/components/responses/Timeout'
|
||||||
|
|
||||||
/forms/pdfengines/convert:
|
/forms/pdfengines/convert:
|
||||||
post:
|
post:
|
||||||
@@ -355,6 +365,8 @@ paths:
|
|||||||
'400':
|
'400':
|
||||||
description: >-
|
description: >-
|
||||||
Bad Request, e.g. Invalid form data: no form file found for extensions: [.pdf]; form value 'pdfFormat' is required
|
Bad Request, e.g. Invalid form data: no form file found for extensions: [.pdf]; form value 'pdfFormat' is required
|
||||||
|
'503':
|
||||||
|
$ref: '#/components/responses/Timeout'
|
||||||
|
|
||||||
components:
|
components:
|
||||||
schemas:
|
schemas:
|
||||||
@@ -728,3 +740,5 @@ components:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
format: binary
|
format: binary
|
||||||
|
Timeout:
|
||||||
|
description: Service Unavailable
|
||||||
|
|||||||
Reference in New Issue
Block a user