Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation(documentation-website): Update API bench link on docs w… #965

Merged
merged 20 commits into from
May 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
6198640
documentation(documentation-website): Update API bench link on docs w…
arnabnandy7 May 4, 2024
55a3790
documentation(documentation-website): Update api-bench link on docs w…
arnabnandy7 May 4, 2024
a4904c4
Revert "documentation(documentation-website): Update api-bench link o…
arnabnandy7 May 4, 2024
4aad8fa
Revert "documentation(documentation-website): Update API bench link o…
arnabnandy7 May 4, 2024
30c4b5e
documentation(documentation-website): Update api-bench link on docs w…
arnabnandy7 May 4, 2024
81265dd
documentation(documentation-website): Comment resolution
arnabnandy7 May 4, 2024
5377174
documentation(documentation-website): Comment resolution
arnabnandy7 May 4, 2024
5f36331
documentation(documentation-website): Comment resolution
arnabnandy7 May 4, 2024
e513e76
documentation(documentation-website): Comment resolution
arnabnandy7 May 4, 2024
71452f3
documentation(documentation-website): Comment resolution
arnabnandy7 May 4, 2024
d2ab6e9
documentation(documentation-website): Comment resolution
arnabnandy7 May 5, 2024
1f7f0d2
Merge branch 'the-one' into issue-958-update-link
arnabnandy7 May 5, 2024
7817efc
documentation(documentation-website): Comment resolution
arnabnandy7 May 5, 2024
815e309
documentation(documentation-website): Comment resolution
arnabnandy7 May 5, 2024
d185534
Update autowiring.cy.ts
Idrinth May 5, 2024
cb136fc
Update contributors.cy.ts
Idrinth May 5, 2024
f30a7e4
Update middlewares.cy.ts
Idrinth May 5, 2024
c835d4b
Update not-found.cy.ts
Idrinth May 5, 2024
9aba326
Update sponsors.cy.ts
Idrinth May 5, 2024
cdbba58
Update header.tsx
Idrinth May 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/global.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('containers/api-bench-build/Dockerfile') }}
- run: docker build --build-arg="BUILD_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)" -t "idrinth/api-bench-build:$(git describe --tags `git rev-list --tags --max-count=1`)" --build-arg="BUILD_TIME=now" containers/api-bench-build
- run: docker build --build-arg="BUILD_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)" -t "idrinth-api-bench/api-bench-build:$(git describe --tags `git rev-list --tags --max-count=1`)" --build-arg="BUILD_TIME=now" containers/api-bench-build
build:
needs:
- builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/global.greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Welcome in and thank you for your contribution.\nUsually issues are responded to within 48 hours, but depending on the current workload that may be slightly longer.\n\nYou can also find us on slack at [idrinth-api-bench](https://join.slack.com/t/idrinth-api-bench/shared_invite/zt-2f4zmw2sz-c3etHzCFq3LtZpkR15xXMA)."
pr-message: "Thank you for contributing!\nPlease make sure the actions pass. Once your pull request has been merged, you will automatically be added to the contributor's list on the website.\nIf you want to be shouted out on Linkedin, have a look for the [shoutout issue](https://github.com/Idrinth/api-bench/labels/shoutout) of the specific version.\n\nYou can also find us on slack at [idrinth-api-bench](https://join.slack.com/t/idrinth-api-bench/shared_invite/zt-2f4zmw2sz-c3etHzCFq3LtZpkR15xXMA)."
pr-message: "Thank you for contributing!\nPlease make sure the actions pass. Once your pull request has been merged, you will automatically be added to the contributor's list on the website.\nIf you want to be shouted out on Linkedin, have a look for the [shoutout issue](https://github.com/idrinth-api-bench/api-bench/labels/shoutout) of the specific version.\n\nYou can also find us on slack at [idrinth-api-bench](https://join.slack.com/t/idrinth-api-bench/shared_invite/zt-2f4zmw2sz-c3etHzCFq3LtZpkR15xXMA)."
2 changes: 1 addition & 1 deletion .github/workflows/global.pull-request-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cli/package-lock.json
package-lock.json
- run: npm install -g "https://github.com/Idrinth/check-pr-length.git#patch-1"
- run: git remote add base https://github.com/idrinth/api-bench.git
- run: git remote add base https://github.com/idrinth-api-bench/api-bench.git
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "PRS"
- run: git fetch base the-one
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Testing new code is expected and adding tests or improving tests for old code is
For manual testing you can run `npm run coai` in the source folder to automatically check out and install all required files for testing.

```bash
git clone https://github.com/idrinth/api-bench
git clone https://github.com/idrinth-api-bench/api-bench
cd api-bench
npm run coai
```
Expand Down Expand Up @@ -137,7 +137,7 @@ useful for testing specific CI tasks before committing your changes.
Run the following commands to create the full project:

```sh
git clone https://github.com/idrinth/api-bench
git clone https://github.com/idrinth-api-bench/api-bench
cd api-bench
npm run setup
```
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @idrinth/api-bench
# @idrinth-api-bench/api-bench

[![Coverage Status](https://coveralls.io/repos/github/Idrinth/api-bench/badge.svg?branch=the-one)](https://coveralls.io/github/Idrinth/api-bench?branch=the-one)
[![Coverage Status](https://coveralls.io/repos/github/idrinth-api-bench/api-bench/badge.svg?branch=the-one)](https://coveralls.io/github/idrinth-api-bench/api-bench?branch=the-one)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Idrinth_api-bench&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Idrinth_api-bench)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3171affc728048da8df4fe36b6d4771e)](https://app.codacy.com/gh/Idrinth/api-bench/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Code Factor](https://www.codefactor.io/repository/github/idrinth/api-bench/badge/the-one)](https://www.codefactor.io/repository/github/idrinth/api-bench/overview/the-one)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3171affc728048da8df4fe36b6d4771e)](https://app.codacy.com/gh/idrinth-api-bench/api-bench/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Code Factor](https://www.codefactor.io/repository/github/idrinth-api-bench/api-bench/badge/the-one)](https://www.codefactor.io/repository/github/idrinth-api-bench/api-bench/overview/the-one)

| Tool |Version|
|-|-|
Expand Down Expand Up @@ -38,7 +38,7 @@ involved projects.

### [Examples](/examples)

These are examples based on @idrinth/api-bench (the framework). Try
These are examples based on @idrinth-api-bench/api-bench (the framework). Try
them out to see how it works and what the framework provides.

### [History Microservice](/history-microservice/README.md)
Expand Down Expand Up @@ -72,23 +72,23 @@ Additionally, we host the mindmap that assists the decision-making at the

We have ready-to-be-used CI Images:

- [Gitlab Runner](https://hub.docker.com/r/idrinth/api-bench-gitlab-runner)
- [Gitea Action](https://hub.docker.com/r/idrinth/api-bench-gitea-action)
- [Pure Alpine](https://hub.docker.com/r/idrinth/api-bench)
- [Gitlab Runner](https://hub.docker.com/r/idrinth-api-bench/api-bench-gitlab-runner)
- [Gitea Action](https://hub.docker.com/r/idrinth-api-bench/api-bench-gitea-action)
- [Pure Alpine](https://hub.docker.com/r/idrinth-api-bench/api-bench)

## Monitoring

We provide a monitoring solution out of the box.

- [Microservice](https://hub.docker.com/r/idrinth/api-bench-history-microservice)
- [Website](https://hub.docker.com/r/idrinth/api-bench-history-website)
- [Microservice](https://hub.docker.com/r/idrinth-api-bench/api-bench-history-microservice)
- [Website](https://hub.docker.com/r/idrinth-api-bench/api-bench-history-website)

## Setup

To get your project ready for development you need to run the following
commands in order:

- `git clone https://github.com/idrinth/api-bench`
- `git clone https://github.com/idrinth-api-bench/api-bench`
- `cd api-bench`
- `npm run setup`

Expand All @@ -109,7 +109,7 @@ Commercial support and training is provided via

## Privacy and Compliance

The `@idrinth/api-bench` framework and its CLI do not collect any kind of
The `@idrinth-api-bench/api-bench` framework and its CLI do not collect any kind of
information about its users or the APIs being tested. All data is local to
the device you run it on or the database server you configure it to dump data
in.
16 changes: 8 additions & 8 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# @idrinth/api-bench-cli
# @idrinth-api-bench/api-bench-cli

[![Coverage Status](https://coveralls.io/repos/github/Idrinth/api-bench/badge.svg?branch=the-one)](https://coveralls.io/github/Idrinth/api-bench?branch=the-one)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3171affc728048da8df4fe36b6d4771e)](https://app.codacy.com/gh/Idrinth/api-bench/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Coverage Status](https://coveralls.io/repos/github/idrinth-api-bench/api-bench/badge.svg?branch=the-one)](https://coveralls.io/github/idrinth-api-bench/api-bench?branch=the-one)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3171affc728048da8df4fe36b6d4771e)](https://app.codacy.com/gh/idrinth-api-bench/api-bench/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Idrinth_api-bench&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Idrinth_api-bench)
[![Code Factor](https://www.codefactor.io/repository/github/idrinth/api-bench/badge/the-one)](https://www.codefactor.io/repository/github/idrinth/api-bench/overview/the-one)
[![Code Factor](https://www.codefactor.io/repository/github/idrinth-api-bench/api-bench/badge/the-one)](https://www.codefactor.io/repository/github/idrinth-api-bench/api-bench/overview/the-one)

## Contents

- [@idrinth/api-bench-cli](#idrinthapi-bench-cli)
- [@idrinth-api-bench/api-bench-cli](#idrinthapi-bench-cli)
- [Contents](#contents)
- [What does this project do?](#what-does-this-project-do)
- [Usage \& Examples](#usage--examples)
Expand All @@ -18,7 +18,7 @@

## What does this project do?

This project provides a CLI tool for @idrinth/api-bench to generate code.
This project provides a CLI tool for @idrinth-api-bench/api-bench to generate code.

## Usage & Examples

Expand All @@ -33,7 +33,7 @@ As usual with my projects this is MIT-licensed.

Additionally, to support requests via GitHub issue, you can reach us via

[![GitHub URL](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Idrinth/api-bench)    [![LinkedIn URL](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/groups/9588634/)    [![Slack URL](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://idrinth-api-bench.slack.com/join/shared_invite/zt-2f4zmw2sz-c3etHzCFq3LtZpkR15xXMA#/shared-invite/email)
[![GitHub URL](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/idrinth-api-bench/api-bench)    [![LinkedIn URL](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/groups/9588634/)    [![Slack URL](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://idrinth-api-bench.slack.com/join/shared_invite/zt-2f4zmw2sz-c3etHzCFq3LtZpkR15xXMA#/shared-invite/email)

## Support

Expand All @@ -42,7 +42,7 @@ Commercial support and training is provided via

## Privacy and Compliance

The `@idrinth/api-bench` framework and its CLI do not collect any kind of
The `@idrinth-api-bench/api-bench` framework and its CLI do not collect any kind of
information about its users or the APIs being tested. All data is local to
the device you run it on or the database server you configure it to dump data
in.
4 changes: 2 additions & 2 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@idrinth/api-bench-cli",
"name": "@idrinth-api-bench/api-bench-cli",
"description": "A library to benchmark apis, no matter if rest or soap",
"license": "MIT",
"version": "2.7.4",
"homepage": "https://idrinth-api-ben.ch",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Idrinth/api-bench.git"
"url": "https://github.com/idrinth-api-bench/api-bench.git"
},
"keywords": [
"api",
Expand Down
2 changes: 1 addition & 1 deletion cli/src/cli/curl-route-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const write = (
stream.write(
`import {
Task,
} from '@idrinth/api-bench';
} from '@idrinth-api-bench/api-bench';

export default (): Task => ({
id: '${ name }',
Expand Down
2 changes: 1 addition & 1 deletion cli/src/cli/har-route-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const write = (
stream.write(
`import {
Task,
} from '@idrinth/api-bench';
} from '@idrinth-api-bench/api-bench';

export default (): Task => ({
id: '${ name }',
Expand Down
2 changes: 1 addition & 1 deletion cli/src/cli/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default (args: string[], cwd: string,) => {
private: true,
type: 'module',
dependencies: {
'@idrinth/api-bench': '^' + pkg.version,
'@idrinth-api-bench/api-bench': '^' + pkg.version,
},
devDependencies: {
typescript: '^5.3.3',
Expand Down
2 changes: 1 addition & 1 deletion cli/src/cli/open-api-route-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const write = (
stream.write(
`import {
Task,
} from '@idrinth/api-bench';
} from '@idrinth-api-bench/api-bench';

export default (/*String*/apiBaseUrl: string): Task => ({
id: '${ name.replace(/[^a-z0-9_\-/ ]+/iug, '',) }',
Expand Down
28 changes: 14 additions & 14 deletions containers/api-bench-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ARG BUILD_HASH

LABEL author="Björn 'Idrinth' Büttner"
LABEL maintainer="[email protected]"
LABEL org.label-schema.name="idrinth/api-bench/build"
LABEL org.label-schema.description="An image building the @idrinth/api-bench packages."
LABEL org.label-schema.name="idrinth-api-bench/api-bench/build"
LABEL org.label-schema.description="An image building the @idrinth-api-bench/api-bench packages."
LABEL org.label-schema.url="https://idrinth-api-ben.ch"
LABEL org.label-schema.vcs-url="https://github.com/idrinth/api-bench"
LABEL org.label-schema.vcs-url="https://github.com/idrinth-api-bench/api-bench"
LABEL org.label-schema.version=$BUILD_VERSION
LABEL org.label-schema.build-date=$BUILD_TIME
LABEL org.label-schema.vcs-ref=$BUILD_HASH
Expand All @@ -19,21 +19,21 @@ LABEL org.opencontainers.image.created=$BUILD_TIME
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.url="https://idrinth-api-ben.ch"
LABEL org.opencontainers.image.documentation="https://idrinth-api-ben.ch"
LABEL org.opencontainers.image.source="https://github.com/idrinth/api-bench"
LABEL org.opencontainers.image.source="https://github.com/idrinth-api-bench/api-bench"
LABEL org.opencontainers.image.version=$BUILD_VERSION
LABEL org.opencontainers.image.revision=$BUILD_HASH
LABEL org.opencontainers.image.vendor="Björn 'Idrinth' Büttner"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.title="idrinth/api-bench/build"
LABEL org.opencontainers.image.description="An image building the @idrinth/api-bench packages."
LABEL org.opencontainers.image.title="idrinth-api-bench/api-bench/build"
LABEL org.opencontainers.image.description="An image building the @idrinth-api-bench/api-bench packages."

ENV IDRINTH_API_BENCH_VERSION=$BUILD_VERSION
ENV IDRINTH_API_BENCH_BUILT=$BUILD_TIME

RUN apk add --no-cache "git=2.43.0-r0" \
&& npm install -g [email protected] \
&& mkdir /api-bench \
&& git clone https://github.com/idrinth/api-bench /api-bench
&& git clone https://github.com/idrinth-api-bench/api-bench /api-bench
WORKDIR /api-bench
RUN git fetch --tags \
&& git checkout ${BUILD_VERSION}
Expand All @@ -58,8 +58,8 @@ RUN npm ci \
&& (rm -r ./fixtures || true) \
&& (rm -r ./language || true) \
&& clean-modules clean --yes \
&& mkdir -p /usr/local/lib/node_modules/@idrinth/api-bench \
&& cp --recursive /api-bench/framework/* /usr/local/lib/node_modules/@idrinth/api-bench/
&& mkdir -p /usr/local/lib/node_modules/@idrinth-api-bench/api-bench \
&& cp --recursive /api-bench/framework/* /usr/local/lib/node_modules/@idrinth-api-bench/api-bench/

WORKDIR /api-bench/history-microservice
RUN npm ci \
Expand All @@ -69,15 +69,15 @@ RUN npm ci \
&& (rm /api-bench/history-microservice/src/**/*.ts || true) \
&& (rm /api-bench/history-microservice/src/**/*.ts || true) \
&& clean-modules clean --yes \
&& mkdir -p /project/@idrinth/api-bench/history-microservice \
&& cp --recursive /api-bench/history-microservice/* /project/@idrinth/api-bench/history-microservice/ \
&& cp /api-bench/history-microservice/.env /project/@idrinth/api-bench/history-microservice/
&& mkdir -p /project/@idrinth-api-bench/api-bench/history-microservice \
&& cp --recursive /api-bench/history-microservice/* /project/@idrinth-api-bench/api-bench/history-microservice/ \
&& cp /api-bench/history-microservice/.env /project/@idrinth-api-bench/api-bench/history-microservice/

WORKDIR /api-bench/history-website
RUN npm ci \
&& npm run language \
&& npm run build \
&& mkdir -p /project/@idrinth/api-bench/history-website \
&& cp --recursive /api-bench/history-website/dist/* /project/@idrinth/api-bench/history-website/
&& mkdir -p /project/@idrinth-api-bench/api-bench/history-website \
&& cp --recursive /api-bench/history-website/dist/* /project/@idrinth-api-bench/api-bench/history-website/

RUN rm -r /api-bench
2 changes: 1 addition & 1 deletion containers/api-bench-build/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @idrinth/api-bench build on alpine
# @idrinth-api-bench/api-bench build on alpine

This image builds api-bench on alpine and is mostly for internal usage.

Expand Down
14 changes: 7 additions & 7 deletions containers/api-bench-gitea-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
ARG BUILD_VERSION

FROM node:21.7.3-alpine AS node
FROM idrinth/api-bench-build:${BUILD_VERSION} AS build
FROM idrinth-api-bench/api-bench-build:${BUILD_VERSION} AS build
FROM gitea/act_runner:0.2.10 AS gitea

COPY --from=node /usr/lib /usr/lib
COPY --from=node /usr/local/lib /usr/local/lib
COPY --from=node /usr/local/include /usr/local/include
COPY --from=node /usr/local/bin /usr/local/bin

RUN mkdir -p /usr/local/lib/node_modules/@idrinth/api-bench
COPY --from=build /usr/local/lib/node_modules/@idrinth/api-bench /usr/local/lib/node_modules/@idrinth/api-bench
RUN mkdir -p /usr/local/lib/node_modules/@idrinth-api-bench/api-bench
COPY --from=build /usr/local/lib/node_modules/@idrinth-api-bench/api-bench /usr/local/lib/node_modules/@idrinth-api-bench/api-bench

ARG BUILD_VERSION
ARG BUILD_TIME
ARG BUILD_HASH

LABEL author="Björn 'Idrinth' Büttner"
LABEL maintainer="[email protected]"
LABEL org.label-schema.name="idrinth/api-bench/gitea-action"
LABEL org.label-schema.name="idrinth-api-bench/api-bench/gitea-action"
LABEL org.label-schema.description="A gitea action prepared for api-bench usage via global install."
LABEL org.label-schema.url="https://idrinth-api-ben.ch"
LABEL org.label-schema.vcs-url="https://github.com/idrinth/api-bench"
LABEL org.label-schema.vcs-url="https://github.com/idrinth-api-bench/api-bench"
LABEL org.label-schema.version=$BUILD_VERSION
LABEL org.label-schema.build-date=$BUILD_TIME
LABEL org.label-schema.vcs-ref=$BUILD_HASH
Expand All @@ -31,12 +31,12 @@ LABEL org.opencontainers.image.created=$BUILD_TIME
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.url="https://idrinth-api-ben.ch"
LABEL org.opencontainers.image.documentation="https://idrinth-api-ben.ch"
LABEL org.opencontainers.image.source="https://github.com/idrinth/api-bench"
LABEL org.opencontainers.image.source="https://github.com/idrinth-api-bench/api-bench"
LABEL org.opencontainers.image.version=$BUILD_VERSION
LABEL org.opencontainers.image.revision=$BUILD_HASH
LABEL org.opencontainers.image.vendor="Björn 'Idrinth' Büttner"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.title="idrinth/api-bench/gitea-action"
LABEL org.opencontainers.image.title="idrinth-api-bench/api-bench/gitea-action"
LABEL org.opencontainers.image.description="A gitea action prepared for api-bench usage via global install."

ENV IDRINTH_API_BENCH_VERSION=$BUILD_VERSION
Expand Down
2 changes: 1 addition & 1 deletion containers/api-bench-gitea-action/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @idrinth/api-bench + gitea/act_runner + alpine
# @idrinth-api-bench/api-bench + gitea/act_runner + alpine

This image prepares an action for use in gitea,
that brings along everything required to run API tests.
Expand Down
Loading
Loading