28 Mar 2023 |
wxiaoguang#7472 | Nope IIRC | 07:33:11 |
pj#7437 | hm, maybe I'll fix it today | 07:38:06 |
| Perflosopher9 joined the room. | 07:40:25 |
KN4CK3R#5857 | there is already a merged PR | 07:54:16 |
KN4CK3R#5857 | https://github.com/go-gitea/gitea/pull/23737 | 08:00:48 |
wxiaoguang#7472 | Oh , that's the one I also helped to edited. I misunderstood the original question. I thought it was about the generic downloading content. | 08:01:36 |
wxiaoguang#7472 | pj | 08:01:40 |
wxiaoguang#7472 | * Oh , that's the one I also helped to edit. I misunderstood the original question. I thought it was about the generic downloading content. | 08:01:57 |
| Douglas Parker joined the room. | 08:07:41 |
| Defolos4234[m] joined the room. | 09:14:38 |
| justusbunsi7135[ joined the room. | 09:14:39 |
| Adamo joined the room. | 10:52:33 |
Adamo | Hi, I have gitea server. In the wiki page when I edit files the api shows markdown editing icons, but when I try to edit in readme.md it is also markdown file the page is not show this. Is there any config option or same to add markdown editing for .md files ? | 10:54:59 |
wxiaoguang#7472 | No at the moment, the two pages use different editors. | 11:02:45 |
| notParappanon changed their display name from NekomaBSD to notParappanon#5134. | 11:27:11 |
| notParappanon changed their profile picture. | 11:27:17 |
| notParappanon changed their display name from notParappanon#5134 to notParappanon. | 11:27:19 |
Fascinated | yep sure | 15:39:31 |
wxiaoguang#7472 | This one: https://github.com/go-gitea/gitea/issues/23771 Reported container image size on UI seems incorrect #23771 | 15:48:15 |
Fascinated | thank you :) | 15:48:38 |
Adamo | In reply to @_discord_735885734396952638:t2bot.io No at the moment, the two pages use different editors. Thanks for the information | 16:48:29 |
| dachary.org joined the room. | 17:06:37 |
| EagleTrooper joined the room. | 19:11:13 |
| titanz joined the room. | 20:11:10 |
| lynxplay#0001 joined the room. | 22:39:33 |
lynxplay#0001 | Hey everyone o/ Quick question in here before I potentially spam the github issue tracker. We are having a small performance problem on our gitea instance. Pushing even the smallest commits takes around 8 seconds with a ~50ms ping to the machine. After enabling trace logs, the first "major" time jump happens in 2023/03/28 22:21:58 ...dules/git/command.go:255:Run() [D] [64236886-4] /home/gitea/gitea-repositories/org/repo.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= receive-pack --stateless-rpc /home/gitea/gitea-repositories/org/repo.git
2023/03/28 22:21:58 ...s/process/manager.go:170:Add() [T] [64236886-4] Start 64236886-5: /usr/bin/git receive-pack --stateless-rpc [repo_path: /home/gitea/gitea-repositories/org/repo.git] (from 64236886-4) (normal)
2023/03/28 22:22:01 ...s/process/manager.go:170:Add() [T] [64236862-35] Start 64236889: POST: /api/internal/hook/pre-receive/org/repo (request)
while the second time jump occurs at 2023/03/28 22:22:01 ...s/process/manager.go:207:remove() [T] [64236889] Done 64236889: POST: /api/internal/hook/pre-receive/org/repo
2023/03/28 22:22:05 ...s/process/manager.go:170:Add() [T] [64236862-35] Start 6423688d: POST: /api/internal/hook/post-receive/org/repo (request)
is this a known issue/just how git works ? Or is this worth opening an issue | 22:39:34 |
lynxplay#0001 | * Hey everyone o/ Quick question in here before I potentially spam the github issue tracker. We are having a small performance problem on our gitea instance. Pushing even the smallest commits (POST git-receive-pack (211 bytes)) takes around 8 seconds with a ~50ms ping to the machine. After enabling trace logs, the first "major" time jump happens in 2023/03/28 22:21:58 ...dules/git/command.go:255:Run() [D] [64236886-4] /home/gitea/gitea-repositories/org/repo.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= receive-pack --stateless-rpc /home/gitea/gitea-repositories/org/repo.git
2023/03/28 22:21:58 ...s/process/manager.go:170:Add() [T] [64236886-4] Start 64236886-5: /usr/bin/git receive-pack --stateless-rpc [repo_path: /home/gitea/gitea-repositories/org/repo.git] (from 64236886-4) (normal)
2023/03/28 22:22:01 ...s/process/manager.go:170:Add() [T] [64236862-35] Start 64236889: POST: /api/internal/hook/pre-receive/org/repo (request)
while the second time jump occurs at 2023/03/28 22:22:01 ...s/process/manager.go:207:remove() [T] [64236889] Done 64236889: POST: /api/internal/hook/pre-receive/org/repo
2023/03/28 22:22:05 ...s/process/manager.go:170:Add() [T] [64236862-35] Start 6423688d: POST: /api/internal/hook/post-receive/org/repo (request)
is this a known issue/just how git works ? Or is this worth opening an issue | 22:45:31 |
lunny#8949 | It’s not normal, please open an issue. But the log you post here have no time spent | 23:24:29 |
lynxplay#0001 | Any specific logs I should include then ? | 23:26:13 |
lynxplay#0001 | Beyond that trace logs that is ? | 23:26:24 |