JakobDev

Results 240 comments of JakobDev

Is there a way to customize the order?

I think ordering is a basic feature that belongs to this PR before merging

You could also sign existing packages

> Filename seems to conflict with uploaded file. Do we require a certain naming pattern? The Filename is only used by generic Packages. It's the filename under which the package...

> What do those package filenames look like? ![grafik](https://github.com/go-gitea/gitea/assets/15185051/2fbdd54a-2599-4254-aae0-0a5e49191433) `Hallo.txt` is the filename in this case. > I assume they are different per type of package? No. As I said,...

Just to note, there is filename related logic in other package types too Thanks. I will see that when I add those types. But for this PR, I think it's...

I had moved to upload code now to the specific service of each package rather than bundling all in one upload service

I have now added support for Alpine Packages. I also consider this PR now as ready. There are package types missing, but they can be added in a later PR,...

> Can you add some unit test cases, if applicable? I don't know how to do this. We don't have something like Selenium to write real frontend tests (I think...