Gusted
e2aa9adad7
feat(api): add more sorting to own repository list ( #7256 )
...
- Add more sorting options, by leveraging the existing `repo_model.OrderByFlatMap` map, to the `/api/v1/user/repos` endpoint.
- Swagger has been updated.
- Add (non-exhaustive) integration testing.
- Ref: gitnex/GitNex#1266
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7256
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-03-17 20:03:24 +00:00
Renovate Bot
9786982c6e
Lock file maintenance (forgejo) ( #7247 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7247
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-17 19:57:41 +00:00
Earl Warren
83e186c00c
fix: discard v25 secrets migrations errors instead of failing ( #7251 )
...
Failing the migration when a corrupted record is found is problematic because there is no transaction and the database may need to be restored from a backup to attempt the migration again, after deleting the corrupted records.
Each documented case of failed migration was resolved by removing the corrupted records. There is no instance of a failed migration that was caused by non corrupted record.
In the unlikely event of a false negative where a two_factor record is discarded although it is in use, the only consequence is that the user will have to enroll again. Detailed logs are displayed so the Forgejo admin can file a bug report if that happens.
Refs: https://codeberg.org/forgejo/forgejo/issues/6637
<!--start release-notes-assistant-->
## Release notes
<!--URL:https://codeberg.org/forgejo/forgejo-- >
- Bug fixes
- [PR](https://codeberg.org/forgejo/forgejo/pulls/7251 ): <!--number 7251 --><!--line 0 --><!--description V2hlbiBtaWdyYXRpbmcgdG8gRm9yZ2VqbyB2MTAsIHRoZSBUT1RQIHNlY3JldHMgZm91bmQgdG8gYmUgY29ycnVwdGVkIGFyZSBub3cgdHJhbnNwYXJlbnRseSByZW1vdmVkIGZyb20gdGhlIGRhdGFiYXNlIGluc3RlYWQgb2YgZmFpbGluZyB0aGUgbWlncmF0aW9uLiBUT1RQIGlzIG5vIGxvbmdlciByZXF1aXJlZCB0byBsb2dpbiB3aXRoIHRoZSBhc3NvY2lhdGVkIHVzZXJzLiBUaGV5IHNob3VsZCBiZSBpbmZvcm1lZCBiZWNhdXNlIHRoZXkgd2lsbCBuZWVkIHRvIHZpc2l0IHRoZWlyIHNlY3VyaXR5IHNldHRpbmdzIGFuZCBjb25maWd1cmUgVE9UUCBhZ2Fpbi4gTm8gb3RoZXIgYWN0aW9uIGlzIHJlcXVpcmVkLg==-->When migrating to Forgejo v10, the TOTP secrets found to be corrupted are now transparently removed from the database instead of failing the migration. TOTP is no longer required to login with the associated users. They should be informed because they will need to visit their security settings and configure TOTP again. No other action is required.<!--description-->
<!--end release-notes-assistant-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7251
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-03-17 16:25:37 +00:00
Renovate Bot
d40ff8c1c1
Update dependency @vitejs/plugin-vue to v5.2.3 (forgejo) ( #7248 )
...
/ release (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme ) ([source](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue )) | devDependencies | minor | [`5.1.5` -> `5.2.3`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/5.1.5/5.2.3 ) |
---
### Release Notes
<details>
<summary>vitejs/vite-plugin-vue (@​vitejs/plugin-vue)</summary>
### [`v5.2.3`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small523-2025-03-17-small )
- Revert "fix: generate unique component id" ([#​548](https://github.com/vitejs/vite-plugin-vue/issues/548 )) ([4bc5517](https://github.com/vitejs/vite-plugin-vue/commit/4bc5517 )), closes [#​548](https://github.com/vitejs/vite-plugin-vue/issues/548 )
### [`v5.2.2`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small522-2025-03-17-small )
- feat: pass descriptor vapor flag to compileTemplte ([219e007](https://github.com/vitejs/vite-plugin-vue/commit/219e007 ))
- feat(css): tree shake scoped styles ([#​533](https://github.com/vitejs/vite-plugin-vue/issues/533 )) ([333094f](https://github.com/vitejs/vite-plugin-vue/commit/333094f )), closes [#​533](https://github.com/vitejs/vite-plugin-vue/issues/533 )
- fix: generate unique component id ([#​538](https://github.com/vitejs/vite-plugin-vue/issues/538 )) ([2704e85](https://github.com/vitejs/vite-plugin-vue/commit/2704e85 )), closes [#​538](https://github.com/vitejs/vite-plugin-vue/issues/538 )
- fix: properly interpret boolean values in `define` ([#​545](https://github.com/vitejs/vite-plugin-vue/issues/545 )) ([46d3d65](https://github.com/vitejs/vite-plugin-vue/commit/46d3d65 )), closes [#​545](https://github.com/vitejs/vite-plugin-vue/issues/545 )
- fix(deps): update all non-major dependencies ([#​482](https://github.com/vitejs/vite-plugin-vue/issues/482 )) ([cdbae68](https://github.com/vitejs/vite-plugin-vue/commit/cdbae68 )), closes [#​482](https://github.com/vitejs/vite-plugin-vue/issues/482 )
- fix(deps): update all non-major dependencies ([#​488](https://github.com/vitejs/vite-plugin-vue/issues/488 )) ([5d39582](https://github.com/vitejs/vite-plugin-vue/commit/5d39582 )), closes [#​488](https://github.com/vitejs/vite-plugin-vue/issues/488 )
- fix(index): move the if check earlier to avoid creating unnecessary ssr when entering return block ( ([2135c84](https://github.com/vitejs/vite-plugin-vue/commit/2135c84 )), closes [#​523](https://github.com/vitejs/vite-plugin-vue/issues/523 )
- fix(plugin-vue): default value for compile time flags ([#​495](https://github.com/vitejs/vite-plugin-vue/issues/495 )) ([ae9d948](https://github.com/vitejs/vite-plugin-vue/commit/ae9d948 )), closes [#​495](https://github.com/vitejs/vite-plugin-vue/issues/495 )
- fix(plugin-vue): ensure HMR updates styles when SFC is treated as a type dependency ([#​541](https://github.com/vitejs/vite-plugin-vue/issues/541 )) ([4abe3be](https://github.com/vitejs/vite-plugin-vue/commit/4abe3be )), closes [#​541](https://github.com/vitejs/vite-plugin-vue/issues/541 )
- fix(plugin-vue): resolve sourcemap conflicts in build watch mode with cached modules ([#​505](https://github.com/vitejs/vite-plugin-vue/issues/505 )) ([906cebb](https://github.com/vitejs/vite-plugin-vue/commit/906cebb )), closes [#​505](https://github.com/vitejs/vite-plugin-vue/issues/505 )
- fix(plugin-vue): support external import URLs for monorepos ([#​524](https://github.com/vitejs/vite-plugin-vue/issues/524 )) ([cdd4922](https://github.com/vitejs/vite-plugin-vue/commit/cdd4922 )), closes [#​524](https://github.com/vitejs/vite-plugin-vue/issues/524 )
- fix(plugin-vue): support vapor template-only component ([#​529](https://github.com/vitejs/vite-plugin-vue/issues/529 )) ([95be153](https://github.com/vitejs/vite-plugin-vue/commit/95be153 )), closes [#​529](https://github.com/vitejs/vite-plugin-vue/issues/529 )
- fix(plugin-vue): suppress warnings for non-recognized pseudo selectors form lightningcss ([#​521](https://github.com/vitejs/vite-plugin-vue/issues/521 )) ([15c0eb0](https://github.com/vitejs/vite-plugin-vue/commit/15c0eb0 )), closes [#​521](https://github.com/vitejs/vite-plugin-vue/issues/521 )
- chore(deps): update dependency rollup to ^4.27.4 ([#​479](https://github.com/vitejs/vite-plugin-vue/issues/479 )) ([428320d](https://github.com/vitejs/vite-plugin-vue/commit/428320d )), closes [#​479](https://github.com/vitejs/vite-plugin-vue/issues/479 )
- chore(deps): update dependency rollup to ^4.28.1 ([#​484](https://github.com/vitejs/vite-plugin-vue/issues/484 )) ([388403f](https://github.com/vitejs/vite-plugin-vue/commit/388403f )), closes [#​484](https://github.com/vitejs/vite-plugin-vue/issues/484 )
- chore(deps): update dependency rollup to ^4.29.1 ([#​493](https://github.com/vitejs/vite-plugin-vue/issues/493 )) ([b092bc8](https://github.com/vitejs/vite-plugin-vue/commit/b092bc8 )), closes [#​493](https://github.com/vitejs/vite-plugin-vue/issues/493 )
- chore(deps): update upstream ([#​503](https://github.com/vitejs/vite-plugin-vue/issues/503 )) ([8c12b9f](https://github.com/vitejs/vite-plugin-vue/commit/8c12b9f )), closes [#​503](https://github.com/vitejs/vite-plugin-vue/issues/503 )
- chore(deps): update upstream ([#​511](https://github.com/vitejs/vite-plugin-vue/issues/511 )) ([d057351](https://github.com/vitejs/vite-plugin-vue/commit/d057351 )), closes [#​511](https://github.com/vitejs/vite-plugin-vue/issues/511 )
- chore(deps): update upstream ([#​526](https://github.com/vitejs/vite-plugin-vue/issues/526 )) ([59946d3](https://github.com/vitejs/vite-plugin-vue/commit/59946d3 )), closes [#​526](https://github.com/vitejs/vite-plugin-vue/issues/526 )
- chore(plugin-vue): simplify `resolved` declaration ([7288a59](https://github.com/vitejs/vite-plugin-vue/commit/7288a59 ))
### [`v5.2.1`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small521-2024-11-26-small )
- chore: add vite 6 peer dep ([#​481](https://github.com/vitejs/vite-plugin-vue/issues/481 )) ([4288652](https://github.com/vitejs/vite-plugin-vue/commit/4288652 )), closes [#​481](https://github.com/vitejs/vite-plugin-vue/issues/481 )
- chore: fix lint ([378aea3](https://github.com/vitejs/vite-plugin-vue/commit/378aea3 ))
- chore(deps): update dependency rollup to ^4.27.2 ([#​476](https://github.com/vitejs/vite-plugin-vue/issues/476 )) ([b2df95e](https://github.com/vitejs/vite-plugin-vue/commit/b2df95e )), closes [#​476](https://github.com/vitejs/vite-plugin-vue/issues/476 )
### [`v5.2.0`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#520-2024-11-13 )
- feat: add a feature option to support custom component id generator ([#​461](https://github.com/vitejs/vite-plugin-vue/issues/461 )) ([7a1fc4c](https://github.com/vitejs/vite-plugin-vue/commit/7a1fc4c )), closes [#​461](https://github.com/vitejs/vite-plugin-vue/issues/461 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNS4xIiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7248
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-17 15:53:54 +00:00
Gusted
2b79c23686
chore: add @vitejs/plugin-vue
to renovate automerge ( #7252 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7252
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-03-17 14:52:31 +00:00
Renovate Bot
736adbde23
Update dependency eslint-import-resolver-typescript to v4 (forgejo) ( #7253 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-17 14:40:58 +00:00
Renovate Bot
3901ae6ab1
Update module github.com/editorconfig/editorconfig-core-go/v2 to v2.6.3 (forgejo) ( #7214 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7214
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-17 13:49:34 +00:00
Gusted
7d6d4f94ee
feat(api): add sort parameter to list issues API ( #7211 )
...
- Add the `sort` parameter to the `/api/v1/{repo}/{owner}/issues` API endpoint. Default behavior is preserved.
- Resolves forgejo/forgejo#4173
- Add (non-exhaustive) integration testing.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7211
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-03-17 09:02:57 +00:00
Earl Warren
a624b6a8f4
[gitea] week 2025-12 cherry pick (gitea/main -> forgejo) ( #7220 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7220
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2025-03-17 09:01:34 +00:00
Gusted
d5c8091e08
perf: optimize converting releases to feed items ( #7221 )
...
- `releasesToFeedItems` is called to convert release structs to feed items, which is then used to render RSS or Atom feeds.
- Optimize the loading of attributes for the releases, introduce `ReleaseList` type which uses caching to load repository and publishers. It also no longer loads release attachments and downloads counts as that is not used in feed items.
- Optimize the composing of meta by introducing caching, this operation is especially slow when the owner is an organization.
- Add unit test (ensures new `LoadAttributes` works correctly).
- Add integration test (ensures that feed output is still as expected).
Loading https://codeberg.org/forgejo/forgejo/releases.rss reduced from ~15s to ~1s. (It is currently is deployed on codeberg.org)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7221
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-03-17 09:00:34 +00:00
Gusted
ccd87001c8
chore(runner): return errors created by connect
( #7222 )
...
- Instead of creating errors via `google.golang.org/grpc`, use `connectrpc.com/connect`.
- This _avoids_ another dependency (still indirectly referenced in testing).
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7222
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-03-17 09:00:24 +00:00
Gusted
511148dbc3
perf: avoid sorting team names for ComposeMetas
( #7223 )
...
- `ComposeMetas` is called to compose meta information for the markdown processer (which is called a lot), one of those information is the team names that have access to the repository. This is used to decide if a mention is a team mention or not.
- The SQL query sorts the names, this is unnecessary and not required for within the processer; it does a simple `strings.Contains(teams, ","+teamName+",")`, which doesn't rely on sorted values.
- Doing the SQL query with sorting against Codeberg's MariaDB took ~0.180s and without sorting took ~0.03s. Although the returned values are often a few rows (the query I tested returned 8 values) it seems that doing any sorting will create an temporary index and is mainly optimized where it has to sort a huge amount of rows.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7223
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-03-17 09:00:12 +00:00
Renovate Bot
5e338062c5
Update renovate to v39.205.0 (forgejo) ( #7246 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7246
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-17 08:17:54 +00:00
0ko
ae8dca8423
branding: update API descriptions ( #7244 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7244
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org>
2025-03-17 07:12:11 +00:00
Codeberg Translate
1132fde45f
i18n: update of translations from Codeberg Translate
...
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Adolfo Jayme Barrientos <fito@noreply.codeberg.org>
Co-authored-by: Anonymous <anonymous@noreply.codeberg.org>
Co-authored-by: Atalanttore <atalanttore@noreply.codeberg.org>
Co-authored-by: Benedikt Straub <benedikt-straub@web.de>
Co-authored-by: Codeberg Translate <translate@codeberg.org>
Co-authored-by: Dirk <dirk@noreply.codeberg.org>
Co-authored-by: Edgarsons <edgarsons@noreply.codeberg.org>
Co-authored-by: Fjuro <fjuro@noreply.codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-authored-by: Kita Ikuyo <kitakita@disroot.org>
Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org>
Co-authored-by: SomeTr <sometr@noreply.codeberg.org>
Co-authored-by: justbispo <justbispo@noreply.codeberg.org>
Co-authored-by: nykula <nykula@noreply.codeberg.org>
Co-authored-by: tacaly <frederick@tacaly.com>
Co-authored-by: xtex <xtexchooser@duck.com>
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/ca/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/cs/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/da/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/de/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/el/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/eo/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/es/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/et/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/fi/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/fil/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/fr/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/hu/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/it/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/ja/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/lt/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/lv/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/nds/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/nl/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/pl/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/pt_PT/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/ru/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/sv/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/tr/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/uk/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/zh_Hans/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/zh_Hant/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/cs/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/da/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/de/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/es/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/fil/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/lv/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/nds/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/nl/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/pt_PT/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/ru/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/uk/
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo/zh_Hans/
Translation: Forgejo/forgejo
Translation: Forgejo/forgejo-next
2025-03-16 06:50:16 +00:00
Renovate Bot
61787b54c3
Update dependency yamllint to v1.36.1 (forgejo) ( #7236 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7236
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-16 06:50:11 +00:00
Renovate Bot
67431ad107
Update module github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker to v3.2.1 (forgejo) ( #7237 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7237
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-16 06:49:16 +00:00
Renovate Bot
2ca5405120
Update linters (forgejo) ( #7226 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-15 15:28:04 +00:00
Renovate Bot
983264d873
Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.64.7 (forgejo) ( #7227 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-15 01:05:01 +00:00
Renovate Bot
7a430d6b43
Update dependency @playwright/test to v1.51.0 (forgejo) ( #7229 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-15 01:03:32 +00:00
Renovate Bot
66b7e1f34b
Update data.forgejo.org/oci/bitnami/postgresql Docker tag to v16 (forgejo) ( #7230 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7230
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-14 23:56:37 +00:00
Renovate Bot
5162c887df
Update vitest monorepo to v3.0.8 (forgejo) ( #7228 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-14 23:41:30 +00:00
Renovate Bot
5507b25d65
Update dependency happy-dom to v17.4.4 (forgejo) ( #7225 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-14 23:41:01 +00:00
Renovate Bot
d1882a3213
Update dependency @stoplight/spectral-cli to v6.14.3 (forgejo) ( #7224 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-14 23:39:16 +00:00
Gusted
cbd772873a
fix: handle deleted user modifying event state in gitlab migration ( #7210 )
...
- In the case that a deleted user modified the state of an issue or pull request, the user field in the API response for that state event will be `null`. Handle this by falling back to Forgejo's internal Ghost user.
- No testing, this bug was hit on Codeberg with a instance that is only IPv6-accessible and otherwise might be phased out. So I will do some mental gymnastics and argue, migration feature will someday be replaced by F3 and considering the logic that was added its not worth the tradeoff to add testing for this by trying to recreate the same scenario on another Gitlab instance and then use that as a testing vector. To still give some confidence in this patch, it was confirmed that this exact fix worked on Codeberg.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7210
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-03-14 16:03:22 +00:00
markturney
7a19d3c2be
feat(api): return run info for dispatched workflows ( #7193 )
...
- When the API endpoint `/repos/{owner}/{repo}/actions/workflows/{workflowname}/dispatches` is used to launch a workflow, it currently returns no data; `/repos/{owner}/{repo}/actions/tasks` can be used to track the progress of a workflow, but you need at least that workflow's run_id and the quantity of its child jobs. Tracking workflow progress is especially important if you want to chain together multiple workflows that exist within different repositories, which is desired for https://codeberg.org/forgejo/forgejo/issues/6312 .
- Make it possible to track the progress of manually triggered workflows by modifying the `/repos/{owner}/{repo}/actions/workflows/{workflowname}/dispatches` to return a JSON object containing the triggered workflow's id and a list of its child job names.
Co-authored-by: Andrii Chyrva <achyrva@amcbridge.com>
Co-authored-by: Andrii Chyrva <andrii.s.chyrva@hotmail.com>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7193
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: markturney <markturney@gmail.com>
Co-committed-by: markturney <markturney@gmail.com>
2025-03-14 16:01:15 +00:00
Renovate Bot
c7cb5f9978
Update dependency mermaid to v11.5.0 (forgejo) ( #7219 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7219
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-14 15:57:23 +00:00
Ellen Emilia Anna Zscheile
d40c444d07
feat(build): linter for missing msgid definitions ( #7109 )
...
Add a new linter that checks that basic usages (those with an constant string) of the `Tr` function in Go and template files are referring to an existing translation value. Add it to the CI stack but not make it fail yet.
Signed-off-by: Ellen Emilia Anna Zscheile <fogti+devel@ytrizja.de>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7109
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Ellen Emilia Anna Zscheile <fogti+devel@ytrizja.de>
Co-committed-by: Ellen Emilia Anna Zscheile <fogti+devel@ytrizja.de>
2025-03-14 15:50:30 +00:00
wxiaoguang
0dfa5d0c7d
Ignore trivial errors when updating push data ( #33864 )
...
Fix #23213
(cherry picked from commit cb6b33c9cd1efa619351a458e2bce8ad1e6cd623)
2025-03-14 11:26:16 +01:00
wxiaoguang
f8dfb5905f
Remove "noscript" tag from html head ( #33846 )
...
(cherry picked from commit 7fa47de7e96f6d05cdc6d920b0264ce8115de5a8)
2025-03-14 10:57:54 +01:00
Ellen Emilia Anna Zscheile
bd9719918c
chore(ui): remove unused template "shared/user/blocked_users" ( #7213 )
...
This was found during PR #7109 .
It can be removed according to Gusted,
see also: https://codeberg.org/forgejo/forgejo/pulls/7109#issuecomment-2942122
Signed-off-by: Ellen Emilia Anna Zscheile <fogti+devel@ytrizja.de>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7213
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Ellen Emilia Anna Zscheile <fogti+devel@ytrizja.de>
Co-committed-by: Ellen Emilia Anna Zscheile <fogti+devel@ytrizja.de>
2025-03-13 18:17:09 +00:00
0ko
3c014a8f0e
ui: improve branch/tag dropdown selector consistency ( #7187 )
...
Improve consistency of these tag/branch selector menus between these areas: repo file/dir view, issue branch selection, compare page.
Improve the look slightly by aligning icons properly, adding consistent gap and ensuring consistent vertical gaps with no excessive space waste.
Preview:
https://codeberg.org/attachments/0740a811-d6bf-4c27-a16d-bdc7e2aa63eb
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7187
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2025-03-13 18:11:01 +00:00
Renovate Bot
d53dfcbccb
Update dependency yamllint to v1.36.0 (forgejo) ( #7208 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7208
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-12 10:40:18 +00:00
Renovate Bot
380e2879bc
Update renovate to v39.191.4 (forgejo) ( #7188 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-12 10:38:40 +00:00
0ko
534d3ca93e
i18n: ensure consistent indent style for next locales ( #7205 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7205
Reviewed-by: floss4good <floss4good@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2025-03-12 06:05:08 +00:00
Shiny Nematoda
3816db68aa
feat(code search): replace fuzzy search with union search for indexer ( #6947 )
...
Fuzzy searching for code has been known to be problematic #5264 and in my personal opinion isn't very useful.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6947
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
Co-committed-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
2025-03-11 21:22:51 +00:00
Renovate Bot
cb46a036aa
Update module github.com/minio/minio-go/v7 to v7.0.88 (forgejo) ( #7196 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7196
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-11 20:40:23 +00:00
Renovate Bot
d733bdf1db
Update module github.com/go-webauthn/webauthn to v0.12.2 (forgejo) ( #7198 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7198
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-11 14:29:58 +00:00
Gusted
168b0ea9d4
[gitea] week 2025-11 cherry pick (gitea/main -> forgejo) ( #7176 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7176
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2025-03-11 14:14:59 +00:00
Gusted
a479fef432
chore: modernize import ( #7170 )
...
Since go1.24 this is available in the standard library, error values were added to the API. We simply continue to panic on error.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7170
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-03-11 13:31:31 +00:00
luxzi
7c05c8faac
fix(api): typo in API description for repoSearch
( #7199 )
...
Corrected miss-spelled description for the `is_private` field on `repoSearch`, in which 'public' was spelled as 'pubic'.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7199
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: luxzi <lesson085@gmail.com>
Co-committed-by: luxzi <lesson085@gmail.com>
2025-03-11 13:25:24 +00:00
Renovate Bot
54ec6daa2d
Lock file maintenance (forgejo) ( #7189 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7189
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-10 09:35:06 +00:00
Renovate Bot
756fc48534
Update dependency eslint-plugin-unicorn to v57 (forgejo) ( #7181 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-09 20:49:49 +00:00
Renovate Bot
3dc222e46c
Update module github.com/msteinert/pam to v2 (forgejo) ( #7186 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7186
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-09 20:00:27 +00:00
Renovate Bot
91a791bfed
Update linters (forgejo) ( #7185 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-09 19:01:47 +00:00
Renovate Bot
88e0549c33
Update dependency happy-dom to v17.4.3 (forgejo) ( #7184 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-09 18:58:35 +00:00
Renovate Bot
474cc60451
Update Node.js to v22 (forgejo) ( #7179 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7179
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-09 17:43:19 +00:00
Renovate Bot
69e8496c99
Update dependency globals to v16 (forgejo) ( #7183 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7183
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-09 17:12:55 +00:00
Renovate Bot
1327acccad
Update dependency eslint-plugin-vue to v10 (forgejo) ( #7182 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-09 17:09:14 +00:00
Renovate Bot
8e868580e5
Update dependency @stylistic/eslint-plugin-js to v4 (forgejo) ( #7180 )
...
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-03-09 17:07:18 +00:00