Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
croissanne pushed 7 commits to cockpit-test-poc croissanne/image-builder-frontend
- requestMapper: Fix snapshot date parsing Regex was wrong, would take "2025-01-01T00:00:00.000Z" even though it's a v... 5cc4791
- test/fixtures: add blueprint for cockpit This blueprint is a hack, when the cockpit mocks encounter this blueprint, ... f131454
- test/testUtils: support rendering with cockpit fcea228
- test/mocks: expand cockpit mocks Use the data from the regular fixtures, but through cockpit APIs. There are a few ... 00d1ed8
- test/ImagesTable: support basic render with cockpit 202a417
- package.json: add script to run unit tests with cockpit fa1876e
- .github/workflows: run cockpit unit tests in github workflows 1c8fe1e
croissanne pushed 4 commits to cockpit-test-poc croissanne/image-builder-frontend
- test/mocks: expand cockpit mocks Use the data from the regular fixtures, but through cockpit APIs. There are a few ... f98005c
- test/ImagesTable: support basic render with cockpit d22042a
- package.json: add script to run unit tests with cockpit d6f328d
- .github/workflows: run cockpit unit tests in github workflows 69bba09
croissanne pushed 6 commits to cockpit-test-poc croissanne/image-builder-frontend
- test/fixtures: add blueprint for cockpit This blueprint is a hack, when the cockpit mocks encounter this blueprint, ... b077b05
- test/testUtils: support rendering with cockpit 6b818b0
- test/mocks: expand cockpit mocks Use the data from the regular fixtures, but through cockpit APIs. There are a few ... d6d8d21
- test/ImagesTable: support basic render with cockpit 0c221b7
- package.json: add script to run unit tests with cockpit 5c1babc
- .github/workflows: run cockpit unit tests in github workflows 6efedf5
croissanne pushed 81 commits to cockpit-test-poc croissanne/image-builder-frontend
- Wizard: Add firewall services This adds firewall services, using the `<ChippingInput>` components. New tests were al... 4145157
- constants: use .cache for blueprints `.cache` is for writing, `.local/share` is technically static data. e453882
- store/cockpitApi: support building images from blueprint The structure of the local cache is now: ``` └── blueprint ... d13276e
- Blueprints/BuildImagesButton: switch to mixed api The mixed api supports both the service and on-prem. 449aad5
- store/cockpitApi: support getting composes Reads all of the image entries under the cache. 0775acd
- ImagesTable: switch to mixed api for getting composes 7bd5e2f
- store/cockpitApi: compose status support Finds the relevant compose, asks for its status and reads the original comp... c8c62dd
- src/test/mocks: add cockpit mocks Adds `mtime` tot fsinfo, and `replace` to `cockpit.file`. 75eb0af
- store/cockpitApi: invalidate cache after building an image With the custom query functions the cached data from getC... 1dc657a
- store/cockpitApi: write blueprints to disk fcbcbb3
- store/cockpitApi: hide cloud targets for now 40d1d4c
- store/cockpitApi: make cache dir in case it doesn't exist Pass `-p` when creating blueprint directories in case `~/.... 1f5afc6
- ImagesTable/Instance: open cockpit's file browser for local imgs Uses `cockpit.jump` to prevent the page actually lo... 9b9de0b
- cockpit/spec: depend on cockpit-files e249558
- Revert "Post release version bump" The last release failed. This reverts commit 18d59cf2018068949d8dce3e5e7605f1bad... 45c5892
- .github/workflows/release: fix release workflow 781c3a9
- Post release version bump [skip ci] 791d83a
- Revert "Post release version bump" This reverts commit 791d83a29a26b572d39846a042740c3b1bef7a59. 163c6ea
- .github/workflows/release: fix release workflow 2 The release event isn't present when a tag is pushed, so use ref_n... 79ca7c6
- Post release version bump [skip ci] 40da8c0
- and 61 more ...
croissanne created a review on a pull request on osbuild/image-builder-frontend
Indeed, ty!
croissanne pushed 1 commit to notifications croissanne/image-builder-frontend
- store/cockpit: Add notifications for blueprints Also just dump the entire `err` in the notification in case of error... d1c785a
croissanne created a comment on a pull request on osbuild/image-builder-frontend
/jira-epic COMPOSER-2411
croissanne pushed 4 commits to notifications croissanne/image-builder-frontend
- api: Add osbuild-composer's cloudapi a65d17b
- store/cockpit: Add osbuild-composer's cloudapi 16ae455
- src: Rely only osbuild-composer's cloudapi types Use the predefined types in the status row and the onprem to hosted... 90bf5cf
- store/cockpit: Add notifications for blueprints Also just dump the entire `err` in the notification in case of error... 00c6a98
croissanne created a branch on croissanne/image-builder-frontend
notifications - OSBuild Installer Frontend
croissanne created a comment on a pull request on osbuild/image-builder-frontend
/retest
croissanne opened a draft pull request on osbuild/image-builder-frontend
api: add composer's cloudapi
Just to use the types where appropriate.croissanne created a branch on croissanne/image-builder-frontend
composerapi - OSBuild Installer Frontend
croissanne created a review comment on a pull request on osbuild/image-builder-frontend
`isAdministrator` isn't support in the cloudapi, it's just an image builder api thing.
croissanne created a comment on a pull request on osbuild/image-builder-frontend
fedora-42 is broken due to the forking of rawhide.
croissanne pushed 8 commits to more-customizations-and-update croissanne/image-builder-frontend
- README: Update scripts for running prod and stage This updates the scripts used to run prod and stage locally. 3e542a6
- Utilities/useGetEnvironment: support feature flags on prem These are just hardcoded, but enable the new customizatio... 17895ee
- store/wizardSlice: default to 'register-later' when on-premise 9e3630a
- CreateImageWizard: support edit mode on premise The way the on premise wizard is initialized needed to be tweaked to... c043621
- store/cockpitApi: fix deleting blueprints a8b6829
- CreateImageWizard: fix systemd validator The naming of systemd services don't follow the RFC in the comments. See `m... 216c89c
- Blueprints/helpers: fix mapping hosted to on prem `isAdministrator` isn't an option onPrem. b36ff4e
- store/cockpitApi: add notification when composing images e0eb25b
croissanne pushed 3 commits to more-customizations-and-update croissanne/image-builder-frontend
croissanne created a comment on a pull request on osbuild/image-builder-frontend
/jira-epic COMPOSER-2411
croissanne pushed 8 commits to more-customizations-and-update croissanne/image-builder-frontend
- Post release version bump [skip ci] 0d1b264
- Utilities/useGetEnvironment: support feature flags on prem These are just hardcoded, but enable the new customizatio... 59e51a3
- store/wizardSlice: default to 'register-later' when on-premise 2d3cbe9
- CreateImageWizard: support edit mode on premise The way the on premise wizard is initialized needed to be tweaked to... d5f6a99
- store/cockpitApi: fix deleting blueprints ec0ae1e
- CreateImageWizard: fix systemd validator The naming of systemd services don't follow the RFC in the comments. See `m... 9c2241d
- Blueprints/helpers: fix mapping hosted to on prem `isAdministrator` isn't an option onPrem. a707156
- store/cockpitApi: add notification when composing images 59b1481
croissanne pushed 17 commits to more-customizations-and-update croissanne/image-builder-frontend
- fec: enable useFileHash this commmit enable useFileHash in fec.config.js - when set it to true Webpack will append a... 7d2ca8f
- Wizard: Add firewall to Review step This adds a firewall expandable to the Review step. d7a331b
- ImagesTable: Format status text This adds formatting to the status text, ensuring it's the same as on Repositories s... 7524bb1
- Wizard: remove confirmPassword from Mapper this commit remove confirmPassword from Mapper because we decide that thi... 2c414fb
- Wizard: Add users to on-prem mapper this adds users to on-prem mapper. 3cd3aa0
- Wizard: Add inputs for disabled and enabled services This adds inputs for disabled and enabled systemd services. New... 1e0cf96
- Wizard: Add validation to Systemd services step This adds validation to ChippingInputs on the Systemd services step. 8bafe6c
- CreateImageWizard: fix users ssh key naming in mapper The naming of the ssh key was misspelled, this commit fixes it... 608b0f1
- Wizard: Add services to on-prem mapper This adds services to on-prem mapper. 9e4cd30
- Components/Cockpit: add a not ready component Add a component to display when the osbuild-composer socket is not run... abca3ac
- Utilities: add useComposerStatus hook Add a custom hook to check to see if the osbuild-composer.socket is enabled & ... 87ce805
- AppCockpit: render not ready component Render the nont ready component when the osbuild-composer.socket is not running. a27c300
- Components/Cockpit: NotReady Add a secondary button that takes the user to the `osbuild-composer.socket` services fi... b469775
- Utilities/useGetEnvironment: support feature flags on prem These are just hardcoded, but enable the new customizatio... b3d6a4a
- store/wizardSlice: default to 'register-later' when on-premise 25a7880
- CreateImageWizard: support edit mode on premise The way the on premise wizard is initialized needed to be tweaked to... 7c07b40
- store/cockpitApi: fix deleting blueprints 97e1130
croissanne pushed 4 commits to main osbuild/image-builder-frontend
- Components/Cockpit: add a not ready component Add a component to display when the osbuild-composer socket is not run... abca3ac
- Utilities: add useComposerStatus hook Add a custom hook to check to see if the osbuild-composer.socket is enabled & ... 87ce805
- AppCockpit: render not ready component Render the nont ready component when the osbuild-composer.socket is not running. a27c300
- Components/Cockpit: NotReady Add a secondary button that takes the user to the `osbuild-composer.socket` services fi... b469775