Adam Majer adamm
  • Joined on 2023-07-21
adamm pushed to main at git-workflow/.profile 2025-11-07 16:26:39 +01:00
4e32f345a3 Add README.md
adamm created branch main in git-workflow/.profile 2025-11-07 16:26:38 +01:00
adamm created repository git-workflow/.profile 2025-11-07 16:23:10 +01:00
adamm pushed to main at git-workflow/autogits 2025-11-07 16:19:43 +01:00
ba66dd868e direct: fix running bot without any config params
adamm pushed to main at adamm/configs 2025-11-07 15:24:26 +01:00
9be02274c2 Initial commit
adamm created branch main in adamm/configs 2025-11-07 15:23:09 +01:00
adamm pushed to main at adamm/configs 2025-11-07 15:23:09 +01:00
699cb05449 Initial commit
adamm created repository adamm/configs 2025-11-07 15:06:42 +01:00
adamm pushed to main at git-workflow/autogits 2025-11-07 14:00:25 +01:00
17755fa2b5 status: fix repo links for monitor page
f94d3a8942 status: update README
Compare 2 commits »
adamm commented on issue git-workflow/autogits#96 2025-11-06 11:13:44 +01:00
BR is project-centric, not package-centric

We do not have it. The underlying data structure was to parse XML from OBS _results API. When that took 10+ seconds to just fetch data from openSUSE:Factory, we needed different solution. Adrian…

adamm commented on issue git-workflow/autogits#96 2025-11-06 11:00:21 +01:00
BR is project-centric, not package-centric

prior to using redis, I wanted to fetch this data via the _results endpoint, but it was terribly slow for projects like Factory. _results is mostly meant to be used for single package results, and…

adamm commented on issue git-workflow/autogits#96 2025-11-06 10:57:42 +01:00
BR is project-centric, not package-centric

Just fetch the json output. That's all the data that we have. There's additional data which host it's building on or scheduled on, if it's building or scheduled.

The "dirty" flag in json/xml is…

adamm commented on issue git-workflow/autogits#96 2025-11-06 09:45:19 +01:00
BR is project-centric, not package-centric

REDIS data knows nothing about SCMSYNC or project META here. It only knows repository data. It's being fed directly from OBS scheduler, not going through the frontend database.

adamm commented on issue git-workflow/autogits#94 2025-11-06 09:12:12 +01:00
BR image does not provide link to project when no build happened

func LinkToBuildlog(R *common.BuildResult, S *common.PackageBuildStatus) string {

Above is where the package link is…

adamm commented on issue git-workflow/autogits#96 2025-11-06 09:05:48 +01:00
BR is project-centric, not package-centric

This is "OBS" centric... If we want package-centric we'd probably need output like registry.opensuse.org to accommodate all the possibilities. It's definitely possible to do.

adamm commented on issue git-workflow/autogits#95 2025-11-06 09:03:04 +01:00
Cannot link to BR in another format

func ParseMimeHeader(req *http.Request) *MimeHeader {

This is the type function.

adamm commented on issue git-workflow/autogits#95 2025-11-06 09:01:53 +01:00
Cannot link to BR in another format

It's seemed to handle in the go library as alternative that popped in my head was file extensions and that is more messy.. And I've only had one case where someone wanted to use this and they…

adamm commented on issue git-workflow/autogits#95 2025-11-05 18:31:47 +01:00
Cannot link to BR in another format

What is the usecase to linking to JSON or XML results where you cannot specify accept header?

I'll entertain a patch for this (eg. via GET parameter) if there's an actual, valid use-case…

adamm commented on issue git-workflow/autogits#94 2025-11-05 18:28:13 +01:00
BR image does not provide link to project when no build happened

And not providing the link to last build result when build is blocked is also somewhat stupid

Patches welcome. We added recently last build results on the Redis backend, but that's not…

adamm commented on pull request pool/jameica#1 2025-11-05 17:29:19 +01:00
Update to 2.12.0

You are missing the tarball here. Also, please use osc sr Java:packages jameica openSUSE:Factory for Factory submissions.