techknowlogick
  • Joined on 2023-02-08
techknowlogick commented on issue infrastructure/blender-projects-platform#77 2024-01-28 22:30:53 +01:00
Paste image from clipboard error

This may be resolved upstream: "copy/pasting an image and then showing as not found" https://github.com/go-gitea/gitea/issues/28915

techknowlogick commented on issue blender/blender#113222 2023-10-04 05:58:25 +02:00
Automatic Username Generation on Reporting a Bug

Hi @Kaszanas, thank you for your report. It was mentioned in the blender-coders chatroom. This is likely a combination of a few issues, with Gitea and Chrome, but not with the integration with…

techknowlogick commented on issue infrastructure/blender-projects-platform#2 2023-02-25 04:44:30 +01:00
Issue search problems

WIP meilisearch PR: https://github.com/go-gitea/gitea/pull/23136

WIP due to missing docs, conflicts with go.mod, and pending maintainer review

techknowlogick commented on issue infrastructure/blender-projects-platform#8 2023-02-24 06:34:43 +01:00
Gitea: Support badges

Related upstream PR: https://github.com/go-gitea/gitea/pull/23106 This is rather minimal, but it adds endpoints to manages user's relationships with badges.

techknowlogick created pull request blender/blender#104768 2023-02-15 06:43:58 +01:00
Cleanup: delete .arcconfig
techknowlogick commented on issue infrastructure/blender-projects-platform#34 2023-02-15 03:58:44 +01:00
Gitea: Split 'data' storage into seperate pools

One thing I wonder about is if blender and other repositories are in separate pools, are hard links between them still possible to avoid every fork taking up space?

With gitea.com, hardlinks…

techknowlogick commented on issue infrastructure/blender-projects-platform#32 2023-02-14 19:37:53 +01:00
Gitea: Deal with repo-archives bloat

Gitea.com has the following robots.txt: https://gitea.com/robots.txt

techknowlogick commented on issue infrastructure/blender-projects-platform#33 2023-02-14 18:06:16 +01:00
Policy: Decide what to do with 'private accounts' and 'private repos'

An upcoming PR may also be of interest for you https://github.com/go-gitea/gitea/pull/21820 instead of limiting on number of repos, you can also limit on total repo size for a user.

techknowlogick commented on issue infrastructure/blender-projects-platform#29 2023-02-14 00:05:10 +01:00
Gitea server running out of disk space due to archive downloads

Are you able to check the logs and see what is triggering these archive generting events? Is it a sewtch crawler, some other automated tooling, or is it user behaviour?

Based on the answers to…