diff --git a/.woodpecker/arch-rel.yml b/.woodpecker/.arch-rel.yml similarity index 100% rename from .woodpecker/arch-rel.yml rename to .woodpecker/.arch-rel.yml diff --git a/.woodpecker/arch.yml b/.woodpecker/.arch.yml similarity index 100% rename from .woodpecker/arch.yml rename to .woodpecker/.arch.yml diff --git a/.woodpecker/build.yml b/.woodpecker/.build.yml similarity index 92% rename from .woodpecker/build.yml rename to .woodpecker/.build.yml index 9ee8085..580fa69 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/.build.yml @@ -1,6 +1,3 @@ -variables: - - &vlang_image 'chewingbever/vlang:0.3' - matrix: PLATFORM: - 'linux/amd64' @@ -10,7 +7,7 @@ platform: ${PLATFORM} pipeline: install-modules: - image: *vlang_image + image: 'chewingbever/vlang:0.3' pull: true commands: - export VMODULES=$PWD/.vmodules @@ -19,7 +16,7 @@ pipeline: event: [push, pull_request] debug: - image: *vlang_image + image: 'chewingbever/vlang:0.3' commands: - export VMODULES=$PWD/.vmodules - make @@ -29,7 +26,7 @@ pipeline: exclude: [main] prod: - image: *vlang_image + image: 'chewingbever/vlang:0.3' environment: - LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -lsqlite3 -static commands: @@ -47,7 +44,7 @@ pipeline: event: [push, pull_request] upload: - image: *vlang_image + image: 'chewingbever/vlang:0.3' secrets: [ s3_username, s3_password ] commands: # https://gist.github.com/JustinTimperio/7c7115f87b775618637d67ac911e595f diff --git a/.woodpecker/deploy.yml b/.woodpecker/.deploy.yml similarity index 100% rename from .woodpecker/deploy.yml rename to .woodpecker/.deploy.yml diff --git a/.woodpecker/docker.yml b/.woodpecker/.docker.yml similarity index 100% rename from .woodpecker/docker.yml rename to .woodpecker/.docker.yml diff --git a/.woodpecker/docs.yml b/.woodpecker/.docs.yml similarity index 93% rename from .woodpecker/docs.yml rename to .woodpecker/.docs.yml index 048b1ad..da495fc 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/.docs.yml @@ -1,6 +1,3 @@ -variables: - - &vlang_image 'chewingbever/vlang:0.3' - platform: 'linux/amd64' branches: exclude: [ main ] @@ -14,7 +11,7 @@ pipeline: - make docs api-docs: - image: *vlang_image + image: 'chewingbever/vlang:0.3' pull: true group: 'generate' commands: diff --git a/.woodpecker/gitea.yml b/.woodpecker/.gitea.yml similarity index 89% rename from .woodpecker/gitea.yml rename to .woodpecker/.gitea.yml index 8e3b9d4..55f991e 100644 --- a/.woodpecker/gitea.yml +++ b/.woodpecker/.gitea.yml @@ -1,6 +1,3 @@ -variables: - - &vlang_image 'chewingbever/vlang:0.3' - platform: 'linux/amd64' branches: [ 'main' ] depends_on: @@ -11,7 +8,7 @@ skip_clone: true pipeline: prepare: - image: *vlang_image + image: 'chewingbever/vlang:0.3' pull: true secrets: [ s3_username, s3_password ] commands: diff --git a/.woodpecker/lint.yml b/.woodpecker/.lint.yml similarity index 73% rename from .woodpecker/lint.yml rename to .woodpecker/.lint.yml index c80ce33..75a8105 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/.lint.yml @@ -1,6 +1,3 @@ -variables: - - &vlang_image 'chewingbever/vlang:0.3' - # These checks already get performed on the feature branches branches: exclude: [ main ] @@ -8,7 +5,7 @@ platform: 'linux/amd64' pipeline: lint: - image: *vlang_image + image: 'chewingbever/vlang:0.3' pull: true commands: - make lint diff --git a/.woodpecker/man.yml b/.woodpecker/.man.yml similarity index 92% rename from .woodpecker/man.yml rename to .woodpecker/.man.yml index 86a1bd8..1a30b03 100644 --- a/.woodpecker/man.yml +++ b/.woodpecker/.man.yml @@ -1,6 +1,3 @@ -variables: - - &vlang_image 'chewingbever/vlang:0.3' - platform: 'linux/amd64' branches: exclude: [ main ] @@ -12,7 +9,7 @@ skip_clone: true pipeline: generate: - image: *vlang_image + image: 'chewingbever/vlang:0.3' pull: true commands: - curl -o vieter -L "https://s3.rustybever.be/vieter/commits/$CI_COMMIT_SHA/vieter-linux-amd64" diff --git a/.woodpecker/test.yml b/.woodpecker/.test.yml similarity index 80% rename from .woodpecker/test.yml rename to .woodpecker/.test.yml index 08b7534..6c267fa 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/.test.yml @@ -1,6 +1,3 @@ -variables: - - &vlang_image 'chewingbever/vlang:0.3' - matrix: PLATFORM: - 'linux/amd64' @@ -12,7 +9,7 @@ platform: ${PLATFORM} pipeline: install-modules: - image: *vlang_image + image: 'chewingbever/vlang:0.3' pull: true commands: - export VMODULES=$PWD/.vmodules @@ -21,7 +18,7 @@ pipeline: event: [pull_request] test: - image: *vlang_image + image: 'chewingbever/vlang:0.3' pull: true commands: - export VMODULES=$PWD/.vmodules diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ceed4..60b70b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,8 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Refactor of web framework * API endpoints now return id of newly created entries * Repo POST requests now return information on published package -* `api` can no longer be used as a repository name -* CLI client now allows setting values to an empty value ### Removed diff --git a/docs/api/source/includes/_logs.md b/docs/api/source/includes/_logs.md index 1c14e71..2797e60 100644 --- a/docs/api/source/includes/_logs.md +++ b/docs/api/source/includes/_logs.md @@ -112,17 +112,6 @@ id | ID of requested log ## Publish build log -> JSON output format - -```json -{ - "message": "", - "data": { - "id": 15 - } -} -``` -