fixup some syntax issues due to v3 update

This commit is contained in:
techknowlogick 2023-11-11 01:46:43 -05:00
parent f1c38da702
commit 41164abf27
17 changed files with 28 additions and 32 deletions

View File

@ -55,8 +55,6 @@ After two years of research and discussion, development task of Gitea's built-in
### Implement
> <https://github.com/go-gitea/gitea/issues/13539>
Gitea Actions implements a built-in CI/CD system framework, compatible with GitHub Actions' YAML workflow format, and compatible with most existing Actions plugins in GitHub Marketplace.
The system has three parts:
@ -135,8 +133,8 @@ Then register the Runner to the Gitea server.
And you will be asked to input:
- Gitea instance URL, like <http://192.168.1.100:3000/>. You should use your gitea instance ROOT_URL as the instance argument and you should not use localhost or 127.0.0.1 as instance IP;
- Runner token, you can get it from <http://192.168.1.100:3000/admin/runners>;
- Gitea instance URL, like `http://192.168.1.100:3000/`. You should use your gitea instance ROOT_URL as the instance argument and you should not use localhost or 127.0.0.1 as instance IP;
- Runner token, you can get it from `http://192.168.1.100:3000/admin/runners`;
- Runner name, you can just leave it blank;
- Runner labels, you can just leave it blank.

View File

@ -29,7 +29,7 @@ We would also like to thank all of our supporters on [Open Collective](https://o
* Fix deleted branch not removed when pushing the branch again ([#9516](https://github.com/go-gitea/gitea/pull/9516)) ([#9524](https://github.com/go-gitea/gitea/pull/9524))
* Fix missing repository status when migrating repository via API ([#9511](https://github.com/go-gitea/gitea/pull/9511))
* Trigger webhook when deleting a branch after merging a PR ([#9510](https://github.com/go-gitea/gitea/pull/9510))
* Fix pagination on /repos/{owner}/{repo}/git/trees/{sha} API endpoint ([#9482](https://github.com/go-gitea/gitea/pull/9482))
* Fix pagination on `/repos/{owner}/{repo}/git/trees/{sha}` API endpoint ([#9482](https://github.com/go-gitea/gitea/pull/9482))
* Fix NewCommitStatus ([#9434](https://github.com/go-gitea/gitea/pull/9434)) ([#9435](https://github.com/go-gitea/gitea/pull/9435))
* Use OriginalURL instead of CloneAddr in migration logging ([#9418](https://github.com/go-gitea/gitea/pull/9418)) ([#9420](https://github.com/go-gitea/gitea/pull/9420))
* Fix Slack webhook payload title generation to work with Mattermost ([#9404](https://github.com/go-gitea/gitea/pull/9404))

View File

@ -262,7 +262,7 @@ _Thanks to [**@zeripath**](https://github.com/zeripath)_
* Wrap the code indexer (#9476)
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)
* Set default ssh.minimum_key_sizes (#9466)
* Fixed issue with paging in /repos/{owner}/{repo}/git/trees/{sha} api (#9459)
* Fixed issue with paging in `/repos/{owner}/{repo}/git/trees/{sha}` api (#9459)
* Fix wrong notification on merge (#9450)
* Issue with Migration rule v111 (#9449)
* Trigger webhook when deleting a branch after merging a PR (#9424)
@ -553,7 +553,7 @@ _Thanks to [**@zeripath**](https://github.com/zeripath)_
* Add margin to title_wip_desc (#8705)
* Improve visibility of "Pending" indicator (#8685)
* Improve accessibility of dropdown menus (#8638)
* Make /users/{username}/repos list private repos the current user has access to (#8621)
* Make `/users/{username}/repos` list private repos the current user has access to (#8621)
* Prevent .code-view from overriding font on icon fonts (#8614)
* Add id references on all issue events to allow internal linking (#8608)
* Upgrade xorm to v0.8.0 (#8536)

View File

@ -281,7 +281,7 @@ _Thanks to [**@mnsh**](https://github.com/mnsh)_
* Remove nonexistent serviceworker entries (#11091)
* Simplify and fix GetApprovalCounts (#11086)
* Fix wiki revision template and simplify some tmpl conditions (#11080)
* Make branch parameter optional for /api/v1/repos/{owner}/{repo}/contents/{filepath} (#11067)
* Make branch parameter optional for `/api/v1/repos/{owner}/{repo}/contents/{filepath}` (#11067)
* Align review-item svg octicons (#11065)
* Automatically remove Watches, Assignments, etc if user loses access due to being removed as collaborator or from a team (#10997)
* Users should not be able to prohibit their own login (#10970)
@ -365,7 +365,7 @@ _Thanks to [**@mnsh**](https://github.com/mnsh)_
* When migrating from Gitlab map Approvals to approving Reviews (#11147)
* Improve representation of attachments in issues (#11141)
* Protect default branch against deletion (#11115)
* Add X-Total-Count on /repos/{owner]/{repo}/pulls API endpoint (#11113)
* Add X-Total-Count on `/repos/{owner}/{repo}/pulls` API endpoint (#11113)
* Fix status label on branches list vertical alignment (#11109)
* Add single release page and latest redirect (#11102)
* Add missing commit states to PR checks template (#11085)

View File

@ -241,7 +241,7 @@ _Additional thanks to [**@silverwind**](https://github.com/silverwind) for a **t
* Fix avatar autogeneration (#13233) (#13282)
* Add migrated pulls to pull request task queue (#13331) (#13334)
* Issue comment reactions should also check pull type on API (#13349) (#13350)
* Fix links to repositories in /user/setting/repos (#13360) (#13362)
* Fix links to repositories in `/user/setting/repos` (#13360) (#13362)
* Remove obsolete change of email on profile page (#13341) (#13347)
* Fix scrolling to resolved comment anchors (#13343) (#13371)
* Storage configuration support `[storage]` (#13314) (#13379)
@ -288,7 +288,7 @@ _Additional thanks to [**@silverwind**](https://github.com/silverwind) for a **t
* Fix signing.wont_sign.%!s(`<nil>`) if Require Signing commits but not signed in. (#12581)
* Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563)
* Set context for running CreateArchive to that of the request (#12555)
* Prevent redirect back to /user/events (#12462)
* Prevent redirect back to `/user/events` (#12462)
* Re-attempt to delete temporary upload if the file is locked by another process (#12447)
* Mirror System Notice reports are too frequent (#12438)
* Do not show arrows on comment diffs on pull comment pages (#12434)
@ -430,7 +430,7 @@ _Additional thanks to [**@silverwind**](https://github.com/silverwind) for a **t
* Fix message wrapping on PR commit list (#11616)
* Right-align status icon on pull request commit history (#11594)
* Add missing padding for multi-commit list on PR view (#11593)
* Do not show avatar for "{{user}} added X commits" (#11591)
* Do not show avatar for `"{{user}} added X commits"` (#11591)
* Fix styling and padding for commit list on PR view (#11588)
* Style code review comment for arc-green (#11572)
* Use default commit message for wiki edits (#11550)

View File

@ -166,7 +166,7 @@ _Thanks to [**@sapk**](https://github.com/sapk)_
* Get pull, return head branch sha, even if deleted ([#14931](https://github.com/go-gitea/gitea/pull/14931))
* Export LFS & TimeTracking function status ([#14753](https://github.com/go-gitea/gitea/pull/14753))
* Show Gitea version in swagger ([#14654](https://github.com/go-gitea/gitea/pull/14654))
* Fix PATCH /repos/{owner}/{repo} panic ([#14637](https://github.com/go-gitea/gitea/pull/14637))
* Fix PATCH `/repos/{owner}/{repo}` panic ([#14637](https://github.com/go-gitea/gitea/pull/14637))
* Add Restricted Field to User ([#14630](https://github.com/go-gitea/gitea/pull/14630))
* Add support for ref parameter to get raw file API ([#14602](https://github.com/go-gitea/gitea/pull/14602))
* Add affected files of commits to commit struct ([#14579](https://github.com/go-gitea/gitea/pull/14579))

View File

@ -401,7 +401,7 @@ _Thanks to [**@jpraet**](https://github.com/jpraet)_
* Fix missing icons and colorpicker when mounted on suburl ([#15501](https://github.com/go-gitea/gitea/pull/15501))
* Create a session on ReverseProxy and ensure that ReverseProxy users cannot change username ([#15304](https://github.com/go-gitea/gitea/pull/15304))
* Prevent double-login for Git HTTP and LFS and simplify login ([#15303](https://github.com/go-gitea/gitea/pull/15303))
* Resolve Object { type: "error", data: undefined } in stopwatch.js ([#15278](https://github.com/go-gitea/gitea/pull/15278))
* Resolve Object `{ type: "error", data: undefined }` in stopwatch.js ([#15278](https://github.com/go-gitea/gitea/pull/15278))
* Fix heatmap activity ([#15252](https://github.com/go-gitea/gitea/pull/15252))
* Remove vendored copy of fomantic-dropdown ([#15193](https://github.com/go-gitea/gitea/pull/15193))
* Update repository size on cron gc task ([#15177](https://github.com/go-gitea/gitea/pull/15177))

View File

@ -38,7 +38,7 @@ We would also like to thank all of our supporters on [Open Collective](https://o
## [1.15.8](https://github.com/go-gitea/gitea/releases/tag/v1.15.8) - 2021-12-20
* BUGFIXES
* Move POST /{username}/action/{action} to simply POST /{username} ([#18045](https://github.com/go-gitea/gitea/pull/18045)) ([#18046](https://github.com/go-gitea/gitea/pull/18046))
* Move POST `/{username}/action/{action}` to simply POST `/{username}` ([#18045](https://github.com/go-gitea/gitea/pull/18045)) ([#18046](https://github.com/go-gitea/gitea/pull/18046))
* Fix delete u2f keys bug ([#18040](https://github.com/go-gitea/gitea/pull/18040)) ([#18042](https://github.com/go-gitea/gitea/pull/18042))
* Reset Session ID on login ([#18018](https://github.com/go-gitea/gitea/pull/18018)) ([#18041](https://github.com/go-gitea/gitea/pull/18041))
* Prevent off-by-one error on comments on newly appended lines ([#18029](https://github.com/go-gitea/gitea/pull/18029)) ([#18035](https://github.com/go-gitea/gitea/pull/18035))

View File

@ -40,7 +40,7 @@ We would also like to thank all of our supporters on [Open Collective](https://o
* Make the vscode clone link respect transport protocol ([#20557](https://github.com/go-gitea/gitea/pull/20557)) ([#21128](https://github.com/go-gitea/gitea/pull/21128))
* BUGFIXES
* Do DB update after merge in hammer context ([#21401](https://github.com/go-gitea/gitea/pull/21401)) ([#21416](https://github.com/go-gitea/gitea/pull/21416))
* Add Num{Issues,Pulls} stats checks ([#21404](https://github.com/go-gitea/gitea/pull/21404)) ([#21414](https://github.com/go-gitea/gitea/pull/21414))
* Add `Num{Issues,Pulls}` stats checks ([#21404](https://github.com/go-gitea/gitea/pull/21404)) ([#21414](https://github.com/go-gitea/gitea/pull/21414))
* Stop logging CheckPath returns error: context canceled ([#21064](https://github.com/go-gitea/gitea/pull/21064)) ([#21405](https://github.com/go-gitea/gitea/pull/21405))
* Parse OAuth Authorization header when request omits client secret ([#21351](https://github.com/go-gitea/gitea/pull/21351)) ([#21374](https://github.com/go-gitea/gitea/pull/21374))
* Ignore port for loopback redirect URIs ([#21293](https://github.com/go-gitea/gitea/pull/21293)) ([#21373](https://github.com/go-gitea/gitea/pull/21373))
@ -62,4 +62,4 @@ We would also like to thank all of our supporters on [Open Collective](https://o
* TESTING
* Fix missing m.Run() in TestMain ([#21341](https://github.com/go-gitea/gitea/pull/21341))
* BUILD
* Use Go 1.19 fmt for Gitea 1.17, sync emoji data ([#21239](https://github.com/go-gitea/gitea/pull/21239))
* Use Go 1.19 fmt for Gitea 1.17, sync emoji data ([#21239](https://github.com/go-gitea/gitea/pull/21239))

View File

@ -24,7 +24,7 @@ Thanks to [@Gusted](https://gusted.xyz) for the report about the default hashing
Thanks to [@zeripath](https://gitea.com/zeripath) as well for the new admin command to force multiple users to change their password.
:exclamation: This release will also contain an updated `git` binary in the docker images to fix the recent CVEs. Anyone not using docker will need to update their `git` binary manually! More information can be found at <https://cve.circl.lu/cve/CVE-2023-22490> and <https://cve.circl.lu/cve/CVE-2023-23946>.
:exclamation: This release will also contain an updated `git` binary in the docker images to fix the recent CVEs. Anyone not using docker will need to update their `git` binary manually! More information can be found at https://cve.circl.lu/cve/CVE-2023-22490 and https://cve.circl.lu/cve/CVE-2023-23946.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
@ -73,4 +73,4 @@ We would also like to thank all of our supporters on [Open Collective](https://o
* Upgrade golangcilint to v1.51.0 ([#22764](https://github.com/go-gitea/gitea/pull/22764))
* MISC
* Use proxy for pull mirror ([#22771](https://github.com/go-gitea/gitea/pull/22771)) ([#22772](https://github.com/go-gitea/gitea/pull/22772))
* Use `--index-url` in PyPi description ([#22620](https://github.com/go-gitea/gitea/pull/22620)) ([#22636](https://github.com/go-gitea/gitea/pull/22636))
* Use `--index-url` in PyPi description ([#22620](https://github.com/go-gitea/gitea/pull/22620)) ([#22636](https://github.com/go-gitea/gitea/pull/22636))

View File

@ -282,7 +282,7 @@ Lastly, we also want to thank all the maintainers of Gitea who support the commu
* Add cron method to gc LFS MetaObjects (#22385)
* Add new captcha: cloudflare turnstile (#22369)
* Enable `@<user>`- completion popup on the release description textarea (#22359)
* make /{username}.png redirect to user/org avatar (#22356)
* make `/{username}.png` redirect to user/org avatar (#22356)
* Add Conda package registry (#22262)
* Support org/user level projects (#22235)
* Add Mermaid copy button, avoid unnecessary tooltip hide (#22225)
@ -539,7 +539,7 @@ Lastly, we also want to thank all the maintainers of Gitea who support the commu
* Fix some more hidden problems (#23074) (#23075)
* Bump golang.org/x/net from 0.4.0 to 0.7.0 (#22980)
* Get rules by id when editing branch protection rule (#22932)
* Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921)
* Fix panic when call api `/repos/{owner}/{repo}/pulls/{index}/files` (#22921)
* Increase Content field size of gpg_import_key to MEDIUMTEXT (#22897)
* Fix hidden commit status on multiple checks (#22889)
* Fix .golangci.yml (#22868)

View File

@ -162,9 +162,8 @@ Gitea now supports the following package registries as well:
- RPM ([#23380](https://github.com/go-gitea/gitea/pull/23380))
- Swift ([#22404](https://github.com/go-gitea/gitea/pull/22404))
So,
<details><summary>the complete list of supported package registries is now</summary>
<details>
<summary>The complete list of supported package registries is now</summary>
|Name |Language| Package client|
|-------|--------|----------------|
|Alpine|-|`apk`|
@ -188,7 +187,6 @@ So,
|RubyGems|Ruby|`gem`, `Bundler`|
|Swift|Swift|`swift`|
|Vagrant|-|`vagrant`|
</details>
### :rocket: Gitea Actions

View File

@ -37,7 +37,7 @@ We recommend that you upgrade. However, the Golang team has already pre-announce
* Avoid writing config file if not installed ([#26107](https://github.com/go-gitea/gitea/pull/26107)) ([#26113](https://github.com/go-gitea/gitea/pull/26113))
* Fix escape problems in the branch selector ([#25875](https://github.com/go-gitea/gitea/pull/25875)) ([#26103](https://github.com/go-gitea/gitea/pull/26103))
* Fix handling of Debian files with trailing slash ([#26087](https://github.com/go-gitea/gitea/pull/26087)) ([#26098](https://github.com/go-gitea/gitea/pull/26098))
* Fix Missing 404 swagger response docs for /admin/users/{username} ([#26086](https://github.com/go-gitea/gitea/pull/26086)) ([#26089](https://github.com/go-gitea/gitea/pull/26089))
* Fix Missing 404 swagger response docs for `/admin/users/{username}` ([#26086](https://github.com/go-gitea/gitea/pull/26086)) ([#26089](https://github.com/go-gitea/gitea/pull/26089))
* Use stderr as fallback if the log file can't be opened ([#26074](https://github.com/go-gitea/gitea/pull/26074)) ([#26083](https://github.com/go-gitea/gitea/pull/26083))
* Fix wrong workflow status when rerun a job in an already finished workflow ([#26119](https://github.com/go-gitea/gitea/pull/26119)) ([#26124](https://github.com/go-gitea/gitea/pull/26124))
* Fix duplicated url prefix on issue context menu ([#26066](https://github.com/go-gitea/gitea/pull/26066)) ([#26067](https://github.com/go-gitea/gitea/pull/26067))

View File

@ -41,7 +41,7 @@ We would also like to thank all of our supporters on [Open Collective](https://o
* Fix context cache bug & enable context cache for dashabord commits' authors([#26991](https://github.com/go-gitea/gitea/pull/26991)) ([#27017](https://github.com/go-gitea/gitea/pull/27017))
* Fix INI parsing for value with trailing slash ([#26995](https://github.com/go-gitea/gitea/pull/26995)) ([#27001](https://github.com/go-gitea/gitea/pull/27001))
* Fix PushEvent NullPointerException jenkinsci/github-plugin ([#27203](https://github.com/go-gitea/gitea/pull/27203)) ([#27249](https://github.com/go-gitea/gitea/pull/27249))
* Fix organization field being null in POST /orgs/{orgid}/teams ([#27150](https://github.com/go-gitea/gitea/pull/27150)) (#27167 & [#27162](https://github.com/go-gitea/gitea/pull/27162))
* Fix organization field being null in POST `/orgs/{orgid}/teams` ([#27150](https://github.com/go-gitea/gitea/pull/27150)) (#27167 & [#27162](https://github.com/go-gitea/gitea/pull/27162))
* Fix bug of review request number ([#27406](https://github.com/go-gitea/gitea/pull/27406)) ([#27104](https://github.com/go-gitea/gitea/pull/27104))
* TESTING
* services/wiki: Close() after error handling ([#27129](https://github.com/go-gitea/gitea/pull/27129)) ([#27137](https://github.com/go-gitea/gitea/pull/27137))

View File

@ -145,7 +145,7 @@ _Thanks to [**@JonasFranzDEV**](https://github.com/JonasFranzDEV)_
* You can now sort repos in Explore and the admin panel by stars or forks.
([#3969](https://github.com/go-gitea/gitea/pull/3969))
* If you use drone, there is now a handy plugin to create releases and
attachments: <http://plugins.drone.io/drone-plugins/drone-gitea-release/>
attachments: http://plugins.drone.io/drone-plugins/drone-gitea-release/
* Starting from 1.5.0, we'll sign all our releases with our
[GPG Key,](http://pool.sks-keyservers.net/pks/lookup?op=get&hash=on&fingerprint=on&search=0x2D9AE806EC1592E2)
so you can be sure it's us.

View File

@ -86,7 +86,7 @@ _Thanks to [**@adelowo**](https://github.com/adelowo)_
It is now possibe to enable automatic Let's Encrypt certificates for easier HTTPS configuration.
_Thanks to [**@Fluf**](fluf@warpmail.net)_
_Thanks to **@Fluf**_
## Add push webhook support for mirrored repositories ([#4127](https://github.com/go-gitea/gitea/pull/4127))
@ -100,7 +100,7 @@ _Thanks to [**@lafriks**](https://github.com/lafriks)_
You can enable recaptcha when registering in Gitea.
_Thanks to [**@Fluf**](fluf@warpmail.net)_
_Thanks to **@Fluf**_
## Other changes
@ -210,7 +210,7 @@ _Thanks to [**@Fluf**](fluf@warpmail.net)_
* Add missing History link to directory listings v2 (#4829)
* Locale for Edit and Remove due date issue (#4802)
* Disable 'May Import Local Repository' when is disabled by setting (Is… (#4780)
* API /admin/users/{username} missing parameter (#4775)
* API `/admin/users/{username}` missing parameter (#4775)
* Display error when adding a user to a team twice (#4746)
* Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722)
* Focus title input when clicking helper link (#4696)

View File

@ -21,7 +21,7 @@ who are also helping us with financial sustainment.
* BUGFIXES
* Fix server 500 when trying to migrate to an already existing repository ([#6188](https://github.com/go-gitea/gitea/pull/6188)) ([#6197](https://github.com/go-gitea/gitea/pull/6197))
* Load Issue attributes for API /repos/{owner}/{repo}/issues/{index} ([#6122](https://github.com/go-gitea/gitea/pull/6122)) ([#6185](https://github.com/go-gitea/gitea/pull/6185))
* Load Issue attributes for API `/repos/{owner}/{repo}/issues/{index}` ([#6122](https://github.com/go-gitea/gitea/pull/6122)) ([#6185](https://github.com/go-gitea/gitea/pull/6185))
* Fix bug whereby user could change private repository to public when force private enabled. ([#6156](https://github.com/go-gitea/gitea/pull/6156)) ([#6165](https://github.com/go-gitea/gitea/pull/6165))
* Fix bug when update owner team then visit team's repo return 404 ([#6119](https://github.com/go-gitea/gitea/pull/6119)) ([#6166](https://github.com/go-gitea/gitea/pull/6166))
* Fix heatmap and repository menu display in Internet Explorer 9+ ([#6117](https://github.com/go-gitea/gitea/pull/6117)) ([#6137](https://github.com/go-gitea/gitea/pull/6137))