Mention proc-receive in text for dashboard.resync_all_hooks func#35991
Mention proc-receive in text for dashboard.resync_all_hooks func#35991techknowlogick merged 2 commits intogo-gitea:mainfrom
Conversation
That hook is the one required for AGit workflow, or clients will get: remote: error: cannot find hook 'proc-receive'
Last I checked, gitea.com was not performing as well as github.com at least for european users, it often had multi-second page load times, so I refrained from using it. Also remember the barrier of entry for new users is much lower on github.com where everyone already has an account. |
Could you evaluate it again now? I believe the performance should be fast enough at this point. Since gitea.com already supports logging in directly with GitHub OAuth2, I think it’s a good time to proceed with the migration. |
It is not able to remember the login, makes it very annoying to use. |
Which service is failing to remember the login — Gitea.com or GitHub’s OAuth2? I’m unable to reproduce the issue on my side, so could you please open an issue with more details so we can investigate it further? |
|
Don't you see this? OIDC users don't stay logged in #28394 |
* giteaofficial/main: Fix various permission & login related bugs (go-gitea#36002) Allow empty commit when merging pull request with squash style (go-gitea#35989) [skip ci] Updated translations via Crowdin Mention proc-receive in text for dashboard.resync_all_hooks func (go-gitea#35991) Update JS deps (go-gitea#35978) wiki: reuse selectable style for wiki (go-gitea#35990)
Wouldn't this be an opportunity to improve performance in Gitea ?
If I recall correctly Gitea does support login-via-github |
It is certainly better than before, but it's still not quite the level as snappiness I'd expect. Here comparing repo home page:
So gitea.com takes ~350ms just to render the HTML body. The bigger a gitea instance gets the slower it gets to render body, which should not be. |
That hook is the one required for AGit workflow, or clients will get:
remote: error: cannot find hook 'proc-receive'
For the record: I tried creating this PR using AGit but GitHub doesn't suppor it... how long should we wait before Gitea development is moved to a Gitea instance ?