Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
croissanne created a comment on a pull request on osbuild/osbuild
> > Having thought about it a bit more, I think we should just expose the profiles for now. So you'd choose a modulestream + profile. And then the module_install makes sense, so we can drop the mod...
croissanne pushed 1 commit to main osbuild/osbuild-composer
- cloud/awscloud: exclude really old instance types RHEL 10 (nightly) builds fail on stage with "Fatal glibc error: CP... 38b799f
croissanne pushed 1 commit to exclude-instancetypes croissanne/osbuild-composer
- cloud/awscloud: exclude really old instance types RHEL 10 (nightly) builds fail on stage with "Fatal glibc error: CP... d85b18c
croissanne pushed 1 commit to exclude-instancetypes croissanne/osbuild-composer
- cloud/awscloud: exclude really old instance types RHEL 10 (nightly) builds fail on stage with "Fatal glibc error: CP... 37f75c7
croissanne created a comment on a pull request on osbuild/image-builder-frontend
/retest
croissanne created a comment on a pull request on osbuild/osbuild
Having thought about it a bit more, I think we should just expose the having to choose the profiles for now. So you'd choose a module stream + profile.
croissanne closed a pull request on osbuild/image-builder
image-builder-maintenance: fix typo in variable name
The main table to delete data from, is actually "composes". Data in the "clones" table is deleted implicitly.croissanne pushed 1 commit to hyperv-gen croissanne/image-builder-frontend
- src/test: Add test for HyperV generation 5b188be
croissanne created a branch on croissanne/image-builder-frontend
hyperv-gen - OSBuild Installer Frontend
croissanne pushed 1 commit to main osbuild/image-builder
- pr_check: Disable IQE parallel execution We don't have any tests marked for parallel execution. 76849ed
croissanne closed a pull request on osbuild/image-builder
pr_check: Disable IQE parallel execution
We don't have any tests marked for parallel execution.croissanne pushed 3 commits to verify-hyperv-gen croissanne/osbuild-composer
croissanne pushed 9 commits to main osbuild/image-builder
- image-builder-db-test: extract functions to tutils Will be used in more database tests like the image-builder-mainte... 8338cef
- image-builder-maintenance: initial version (HMS-4245) image-builder-maintenance for now runs vacuum and cleans all c... 5cf9bab
- internal/tutils/db_tutils: remove password from tests This avoids problems with snyk code checker. The password is s... 910dacb
- image-builder-maintenance: introduce context This touches also other code, due to dependent functions. dc961c1
- Makefile: extend `make push-check` with ubi-maintenance-container-test afc9ce5
- image-builder-maintenance/main: introduce timeout for maintenance The time is just a first starting point. Two hours... 73b1608
- image-builder-maintenance: implement graceful shutdown on signal Graceful shutdown on SIGTERM and SIGINT, even when ... 9c949b0
- image-builder-maintenance/db: remove explicit deletion of clones Clones are implicitly deleted by `ON DELETE CASCADE`. 1e4bbcb
- templates/maintenance.yml: use the existing container for maintenance Adds the `image-builder-maintenance` binary to... 4ecc626
croissanne closed a pull request on osbuild/image-builder
Implement image builder database maintenance (HMS-4244)
This implements the retention policy requested in https://issues.redhat.com/browse/HMS-4244 image-builder-maintenance for now runs vacuum and cleans all composes older than 2 years (by default)...croissanne created a review comment on a pull request on osbuild/image-builder
let's do it in a followup!
croissanne created a review comment on a pull request on osbuild/image-builder
We could change `internal/config`'s LoadConfigFromEnv to accept either this config or the ImageBuilderConfig by moving the clowder stuff into a separate function, as the clowder stuff should be app...
croissanne created a review comment on a pull request on osbuild/image-builder
While I understand the hesitance, I think it depends. For records that really should not exist without their 'principal' record I think it's fine. For instance composes -> clones; or in the worker ...
croissanne opened a pull request on osbuild/image-builder-frontend
Wizard: rely on feature flag constraints for openscap step title
Feature flags can be constrained to preview / stable.croissanne created a branch on croissanne/image-builder-frontend
ff-fix - OSBuild Installer Frontend