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 remote-tracking branch 'origin/main' into npmlink
* origin/main: (332 commits) Refactor external URL detection (go-gitea#29973) Refactor repo header/list (go-gitea#29969) Fix various loading states, remove `.loading` class (go-gitea#29920) Update register application URL for GitLab (go-gitea#29959) Refactor StringsToInt64s (go-gitea#29967) Switch to happy-dom for testing (go-gitea#29948) Performance improvements for pull request list page (go-gitea#29900) Refactor URL detection (go-gitea#29960) Solving the issue of UI disruption when the review is deleted without refreshing (go-gitea#29951) Fix JS error and improve error message styles (go-gitea#29963) Fix the bug that user may logout if he switch pages too fast (go-gitea#29962) Cancel previous runs of the same PR automatically (go-gitea#29961) Exclude `routers/private/tests` from air (go-gitea#29949) Remove codecov badge (go-gitea#29950) Misc color tweaks (go-gitea#29943) Fix and rewrite markup anchor processing (go-gitea#29931) Remove fomantic grid module (go-gitea#29894) Add background to dashboard navbar, fix missing padding (go-gitea#29940) Prevent layout shift in `<overflow-menu>` items (go-gitea#29831) Fix loadOneBranch panic (go-gitea#29938) ...
- Loading branch information
Showing
1,221 changed files
with
29,298 additions
and
21,035 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
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
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" | ||
- "pyproject.toml" | ||
- "poetry.lock" | ||
- "go.mod" | ||
- "go.sum" | ||
|
||
modifies/go: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.go" | ||
|
||
modifies/js: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.js" | ||
- "**/*.vue" |
This file was deleted.
Oops, something went wrong.
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.