Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/go-gitea/gitea
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://github.com/go-gitea/gitea
Remove syslog.target from service file, this target hasn't existed for
over a decade.
http...
cc896258b9ea9f60c33077c937ce9b3951b58b35 authored 10 months ago by Martin <[email protected]>![image](https://github.com/go-gitea/gitea/assets/24977596/be7e3f92-af3f-4628-b4ed-abf6439687f3)...
e3e6569c5fd8c69aa65384e6d1636cc14b23a32b authored 10 months ago by 6543 <[email protected]>
Before this change, if we had more than 200 entries being deferred in
loading, the entire table...
Add two "HTMLURL" methods for PackageDescriptor.
And rename "FullWebLink" to "VersionWebLink"
Fixes #29502
Our endpoint is not Github compatible.
https://docs.github.com/en/rest/rele...
70c126e6184872a6ac63cae2f327fc745b25d1d7 authored 10 months ago by KN4CK3R <[email protected]>
Without `case <-t.C`, the workers would stop incorrectly, the test won't
pass. For the worse ca...
and migrate affected code
_last refactoring bits to replace **util.OptionalBool** with
**opt...
To avoid conflicting with User.GetDisplayName, because there is no data
type in template.
An...
3f081d4b54261c1b4ee4f1df40c610fdd9581ef2 authored 10 months ago by wxiaoguang <[email protected]>![image](https://github.com/go-gitea/gitea/assets/2114189/b7a14ed6-db89-4f21-a590-66cd33307233)
27deea7330f83ddb37c918afbb4159053d8847cb authored 10 months ago by wxiaoguang <[email protected]>Partially caused by #29149
When use
```go
releases, err := getReleaseInfos(ctx, &repo_mo...
Close #29509
Windows, unlike Linux, does not have signal-specified exit codes.
Therefore, we...
This is only a quick fix to make it easier to backport.
After this PR gets merged, I will pro...
e650f64d812f5ebeb4a11d2ec20f2376c6d963bc authored 10 months ago by wxiaoguang <[email protected]>
* `$referenceUrl`: it is constructed by "Issue.Link", which already has
the "AppSubURL"
* `win...
Close #29484
![圖片](https://github.com/go-gitea/gitea/assets/30816317/b27e6e16-67e0-469c-8e04-...
90435847792d26ac3f23f1a8479706afadec6b15 authored 10 months ago by charles <[email protected]>
- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo tag edit ...
Fixes #28853
Needs both https://gitea.com/gitea/act_runner/pulls/473 and
https://gitea.com/...
- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the locale change ...
Follow #29447
Fix #29454
Extract from #20549
85ad4a0f7d3468a2e79270fd36f544202560143b authored 10 months ago by GiteaBot <[email protected]>
* Follow #17746: `HasIssueContentHistory` should use expr builder to
make sure zero value (0) b...
Fixes: https://github.com/go-gitea/gitea/issues/29498
I don't quite understand this code, but...
3b99066aa866e51e6a610716eaddfd1ea3645a67 authored 10 months ago by silverwind <[email protected]>
When debugging in VSCode now, the executable file generated will come
with a random string atta...
close #27496
1. Set pre-step (Set up job) status to `skipped` if job is skipped.
2. Apart from...
Close #29512
The "fork" URL:
* Before: `/repo/fork/{RepoID}`
* After: `/{OwnerName}/{Repo...
In the refactoring of the configuration file #15807,
some lines were accidentally deleted:
D...
2ca5daf07e5816343c1018f5773e7a2c671f3777 authored 10 months ago by Origami404 <[email protected]>
The value passed into "attachments" sub-template is from
"RedneredContent", so use the same nam...
Str2html was abused a lot. So use a proper name for it: SanitizeHTML
And add some tests to sh...
fb42972c057364a1dc99dfb528554e7a94415be7 authored 10 months ago by wxiaoguang <[email protected]>Fix #22785
---------
Co-authored-by: Lunny Xiao <[email protected]>
cb52b17f92e2d2293f7c003649743464492bca48 authored 10 months ago by techknowlogick <[email protected]>This PR touches the most interesting part of the "template refactoring".
1. Unclear variable ...
e71eb8930a5d0f60874b038c223498b41ad65592 authored 10 months ago by wxiaoguang <[email protected]>58ce1de994c2a036ebf7137c143ce193694d740d authored 10 months ago by Lunny Xiao <[email protected]>
This reduces the number of emails/notifications on outdated issues.
Co-authored-by: John Olhe...
5e32cd6beb1a4f11bd19e6d44ba2a50828b686ef authored 10 months ago by techknowlogick <[email protected]>a6eb298098983b7aae028fff4d80d15d5510f10b authored 10 months ago by GiteaBot <[email protected]>
just some refactoring bits towards replacing **util.OptionalBool** with
**optional.Option[bool]...
Close
https://github.com/go-gitea/gitea/issues/29338#issuecomment-1970363817
Improve contrast by lightening the text colors in dark theme by around
35%. Additionally, share...
The tests use an invalid `setting.AppSubURL`. The wrong behaviour
disturbs other PRs like #2922...
Before, double border on top, bad contrast on dark:
<img width="155" alt="Screenshot 2024-02-29...
- `e.error` can be undefined in some cases which would raise an error
inside this error handler...
The buttons on the repo release tab were larger in height than on other
tabs because one of the...
issue : #28239
The counter number script uses the 'checkbox' attribute to determine
whether ...
Fix #29472. Regression of #29236, a "if" check was missing.
10cfa0879a538a470598281d7093de3555c018be authored 10 months ago by wxiaoguang <[email protected]>
1. Fix incorrect `HookEventType` for issue-related events in
`IssueChangeAssignee`
2. Add `cas...
Ported the function as-is and added comments so we don't forget about
this in the future.
Fi...
82405f808d7b50c3580f26e5ca645e2ed6d284ab authored 10 months ago by silverwind <[email protected]>
- Switched to plain JavaScript
- Tested the file searching functionality and it works as before...
b5188cd55c535a588492fb4e153d646ec4f3232a authored 10 months ago by Lunny Xiao <[email protected]>
Fix #27906
According to GitHub's
[documentation](https://docs.github.com/en/actions/using-wo...
Now uses the same primary color as light theme. The secondary colors are
shifted towards a slig...
just some refactoring bits towards replacing **util.OptionalBool** with
**optional.Option[bool]**
replace #27187
close #23688
The badge has two parts: label(workflow name) and message(action
...
e9f4c2db8291c54044345aebd9381ac820ed9687 authored 10 months ago by Lunny Xiao <[email protected]>
Follow #29357
- Replace `gt-w-*` -> `tw-w-*` and remove `gt-w-*`
- Replace `gt-h-*` -> `tw-h-...
also point to the docs to explain why we do so
followup to #29433
0900c1552b51c5d1d883bd3662e67891a5dac80d authored 10 months ago by 6543 <[email protected]>6bdfc84e6c579861e034962acf9727bd39774f0f authored 10 months ago by wxiaoguang <[email protected]>
Follow #25581.
6ed74a3fc792669d2d15ab777bd7408265a67ea5 authored 10 months ago by Jason Song <[email protected]>
Thanks to inferenceus : some sort orders on the "explore/users" page
could list users by their ...
Previously, it will be treated as "re-run all jobs" when `jobIndex ==
0`. So when you click re-...
Since `modules/context` has to depend on `models` and many other
packages, it should be moved f...
As per discussion in https://github.com/go-gitea/gitea/pull/29423, I
think this is the right wa...
eb2fc1818b00b7ca6f8c21bb490a8e8be1e62f9a authored 10 months ago by wxiaoguang <[email protected]>
4f70ebb68494b23c5bce93efbe4c5f80b3aaf444 authored 10 months ago by delvh <[email protected]>
- Fix #29391
With this change, htmx will not follow the redirect in the AJAX request
but ins...
Fix #29415
403766cd81697288804fd218d68c458c6aa5b73d authored 10 months ago by yp05327 <[email protected]>
Regression of #18718. When submitting the form,
EditRepoFileForm.TreePath is marked as "Require...
There's a miss in #28138:
![image](https://github.com/go-gitea/gitea/assets/18380374/b1e0c5fc...
f8c1efe944c539396402fb014bbfdb67ba199ef2 authored 10 months ago by yp05327 <[email protected]>
Some specific events on Gitlab issues and merge requests are stored
separately from comments as...
Closes https://github.com/go-gitea/gitea/issues/16289
Add a new API `/repos/{owner}/{repo}/pu...
65952417a81631ee879d4d29ad798cbb6445fa7e authored 10 months ago by qwerty287 <[email protected]>f38888bc7834899777bda1a271e166d3836524cf authored 10 months ago by GiteaBot <[email protected]>
Comment the default path for repos and suggest using doctor for when
things are stuck
And add more tests. Remove a lot of fragile "if" blocks.
The old logic is kept as-is.
49e482674700e184aa84806acfb7edaae0554291 authored 10 months ago by wxiaoguang <[email protected]>
- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo archive d...
This will get tailwindcss working on a basic level. It provides only the
utility classes, e.g. ...
4ccf5ab330c9ce8959aa6734c2e6fee282619ba5 authored 10 months ago by KN4CK3R <[email protected]>
Fixes #26691
Revert #24972
The alpine package manager expects `noarch` packages in the index...
1c6858543ca976933004c21b3056a7301e1729d6 authored 10 months ago by KN4CK3R <[email protected]>Set maxlength attribute in frontend
to long file-name
![image](https://github.com/go-gitea...
756b952c52f1efbb137df36d5b97b370c8a45565 authored 10 months ago by Tim-Niclas Oelschläger <[email protected]>Follow #29165
* some of them are incorrect, which would lead to double escaping (eg:
`(print...
Because the icon is:
![image](https://github.com/go-gitea/gitea/assets/2114189/be7e78ab-bc64...
ea164aba4b697aa08e4d20d896a8f318c09a6523 authored 10 months ago by wxiaoguang <[email protected]>
Go 1.21 improved the performance of `crypto/sha256`. It's now similar to
`minio/sha256-simd`, s...
Co-authored-by: Yarden Shoham <[email protected]>
ad0a34b492c3d41952ff4648c8bfb7b54c376151 authored 10 months ago by KN4CK3R <[email protected]>
- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo notice se...
After this PR: no need to play with the Safe/Escape tricks anymore. See
the changes for more de...
Fixes #27960, #24411, #12183
---------
Co-authored-by: wxiaoguang <[email protected]>
2e33671f2c1e98759e4fd2a90944c534cfdf5776 authored 10 months ago by Jimmy Praet <[email protected]>Move some global variables into a struct to improve maintainability
1ef87773b1e75b99b4b842303542fd17d9c2e6f7 authored 10 months ago by wxiaoguang <[email protected]>
- Removed all jQuery AJAX calls and replaced with htmx
- Tested the code diff expansion buttons...
- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the markdown edito...
Use "closest" instead of "for-loop"
736c98be5c2bed26cef9f7f679c49a95af8161ef authored 10 months ago by wxiaoguang <[email protected]>
- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo collabora...
The citiation button shouldn't be controlled by
DisableDownloadSourceArchives (line 134)
So mov...
328d908b4fb67da0d9e5a031ee0fcd78927baaa3 authored 10 months ago by wxiaoguang <[email protected]>
- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo collabora...
RenderEmojiPlain(emoji.ReplaceAliases) should be called explicitly for
some contents, but not f...
ff9dc512438f1a3bc36cc8c419d8450f808517f9 authored 10 months ago by Tim-Nicas Oelschläger <[email protected]>
- Switched to plain JavaScript
- Tested the Unicode escape button functionality and it works as...
4197e2810081025a6614624e7b1731af91c8db72 authored 10 months ago by KN4CK3R <[email protected]>
This PR will also keep the consistent between list assigned users and
check assigned users.
Users could customize the "clone" menu with their own application URLs on the admin panel.
Re...
29a26d9d8c573c9fb7e79a66ac3d578e8b20dcae authored 10 months ago by wxiaoguang <[email protected]>Fix #14459
The following users can add/remove review requests of a PR
- the poster of the PR...
- Removed all jQuery calls
- Tested the context popup functionality and it works as before
#...
267dbb4e938cc42dc09a4a893cca631b2f755557 authored 10 months ago by Yarden Shoham <[email protected]>Fixes #29346
---------
Co-authored-by: wxiaoguang <[email protected]>
553d46e6f6a144905266d58315a2b0ff2e976380 authored 10 months ago by KN4CK3R <[email protected]>
This is the implementation of Recent Commits page. This feature was
mentioned on #18262.
It ...
d3982bcd814bac93e3cbce1c7eb749b17e413fbd authored 10 months ago by Şahin Akkaya <[email protected]>
Adds a new API `/repos/{owner}/{repo}/commits/{sha}/pull` that allows
you to get the merged PR ...
GitLab generates "system notes" whenever an event happens within the
platform. Unlike Gitea, th...