d28f005552
Fix limit for databases other than sqlite go mod tidy && go mod vendor Remove unneeded break statements Make everything work with the new xorm version Fix xorm logging Fix lint Fix redis init Fix using id field Fix database init for testing Change default database log level Add xorm logger Use const for postgres go mod tidy Merge branch 'master' into update/xorm # Conflicts: # go.mod # go.sum # vendor/modules.txt go mod vendor Fix loading fixtures for postgres Go mod vendor1 Update xorm to version 1 Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/323
53 lines
906 B
YAML
53 lines
906 B
YAML
# The full repository name
|
|
repo: xorm/xorm
|
|
|
|
# Service type (gitea or github)
|
|
service: gitea
|
|
|
|
# Base URL for Gitea instance if using gitea service type (optional)
|
|
# Default: https://gitea.com
|
|
base-url:
|
|
|
|
# Changelog groups and which labeled PRs to add to each group
|
|
groups:
|
|
-
|
|
name: BREAKING
|
|
labels:
|
|
- kind/breaking
|
|
-
|
|
name: FEATURES
|
|
labels:
|
|
- kind/feature
|
|
-
|
|
name: SECURITY
|
|
labels:
|
|
- kind/security
|
|
-
|
|
name: BUGFIXES
|
|
labels:
|
|
- kind/bug
|
|
-
|
|
name: ENHANCEMENTS
|
|
labels:
|
|
- kind/enhancement
|
|
- kind/refactor
|
|
- kind/ui
|
|
-
|
|
name: TESTING
|
|
labels:
|
|
- kind/testing
|
|
-
|
|
name: BUILD
|
|
labels:
|
|
- kind/build
|
|
- kind/lint
|
|
-
|
|
name: DOCS
|
|
labels:
|
|
- kind/docs
|
|
-
|
|
name: MISC
|
|
default: true
|
|
|
|
# regex indicating which labels to skip for the changelog
|
|
skip-labels: skip-changelog|backport\/.+
|