* Added GitLab Tag service * Added prettyMessage for when repo has no tags * Added pretty message for repo not found * core: esm-ify gitlab tag service * feat: support gitlab auth * feat: support custom gitlab url on tag badges * tests: add auth test for gitlab * docs: fix gitlab config key references * feat: support gitlab tag sorting options * docs: add custom gitlab instance example for tags badge * use v in gitlab route * fix: gitlab tag examples Co-authored-by: Ideotec <guille@ideotec.es> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
17 lines
393 B
YAML
17 lines
393 B
YAML
private:
|
|
# These are the keys which are set on the production servers.
|
|
discord_bot_token: ...
|
|
gh_client_id: ...
|
|
gh_client_secret: ...
|
|
gitlab_token: ...
|
|
redis_url: ...
|
|
sentry_dsn: ...
|
|
shields_secret: ...
|
|
sl_insight_userUuid: ...
|
|
sl_insight_apiToken: ...
|
|
twitch_client_id: ...
|
|
twitch_client_secret: ...
|
|
weblate_api_key: ...
|
|
wheelmap_token: ...
|
|
youtube_api_key: ...
|