forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into overflow-menu
* main: fix missed RenderLabel change in card template (go-gitea#29772) Fix incorrect locale Tr for gpg command (go-gitea#29754) Improve a11y document and dropdown item (go-gitea#29753) Improve QueryEscape helper function (go-gitea#29768) Use relative links for commits, mentions, and issues in markdown (go-gitea#29427) Move fork router functions to a standalone file (go-gitea#29756) Configure pinned JS dependencies via updates.config.js (go-gitea#29696) Refactor to use optional.Option for issue index search option (go-gitea#29739) Fix user router possbile panic (go-gitea#29751) Refactor label.IsArchived() (go-gitea#29750) Fix date rendering by adding `<gitea-absolute-date>` (go-gitea#29725) Update to labeler v5 (go-gitea#29721) Update Chroma to v2.13.0 (go-gitea#29732)
- Loading branch information
Showing
44 changed files
with
677 additions
and
542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,84 @@ | ||
modifies/docs: | ||
- "**/*.md" | ||
- "docs/**" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.md" | ||
- "docs/**" | ||
|
||
modifies/frontend: | ||
- "web_src/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "web_src/**" | ||
- "tailwind.config.js" | ||
- "webpack.config.js" | ||
|
||
modifies/templates: | ||
- all: ["templates/**", "!templates/swagger/v1_json.tmpl"] | ||
- changed-files: | ||
- all-globs-to-any-file: | ||
- "templates/**" | ||
- "!templates/swagger/v1_json.tmpl" | ||
|
||
modifies/api: | ||
- "routers/api/**" | ||
- "templates/swagger/v1_json.tmpl" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "routers/api/**" | ||
- "templates/swagger/v1_json.tmpl" | ||
|
||
modifies/cli: | ||
- "cmd/**" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "cmd/**" | ||
|
||
modifies/translation: | ||
- "options/locale/*.ini" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "options/locale/*.ini" | ||
|
||
modifies/migrations: | ||
- "models/migrations/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "models/migrations/**" | ||
|
||
modifies/internal: | ||
- "Makefile" | ||
- "Dockerfile" | ||
- "Dockerfile.rootless" | ||
- "docker/**" | ||
- "webpack.config.js" | ||
- ".eslintrc.yaml" | ||
- ".golangci.yml" | ||
- ".markdownlint.yaml" | ||
- ".spectral.yaml" | ||
- ".stylelintrc.yaml" | ||
- ".yamllint.yaml" | ||
- ".github/**" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ".air.toml" | ||
- "Makefile" | ||
- "Dockerfile" | ||
- "Dockerfile.rootless" | ||
- ".dockerignore" | ||
- "docker/**" | ||
- ".editorconfig" | ||
- ".eslintrc.yaml" | ||
- ".golangci.yml" | ||
- ".gitpod.yml" | ||
- ".markdownlint.yaml" | ||
- ".spectral.yaml" | ||
- ".stylelintrc.yaml" | ||
- ".yamllint.yaml" | ||
- ".github/**" | ||
- ".gitea/" | ||
- ".devcontainer/**" | ||
- "build.go" | ||
- "build/**" | ||
- "contrib/**" | ||
|
||
modifies/dependencies: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "package.json" | ||
- "package-lock.json" | ||
- "poetry.toml" | ||
- "poetry.lock" | ||
- "go.mod" | ||
- "go.sum" | ||
- "pyproject.toml" | ||
|
||
modifies/go: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.go" | ||
|
||
modifies/js: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.js" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.