Skip to content

Tags: jkozol/welder-web

Tags

0.2.0

Toggle 0.2.0's commit message
0.2.0

- Include ability to add a user to a blueprint
- Fix issue when blueprint contents include a package with more than one arch
- Fix issue with loading contents in Export modal on Blueprints page

0.1.9

Toggle 0.1.9's commit message
0.1.9

- Update Edit Description action to result in a version bump
- Include ability to specify a hostname for a blueprint

0.1.8

Toggle 0.1.8's commit message
0.1.8

- Provide visual indication when a blueprint component is a dependency (jgiardino)
- Enable Undo to retrieve changes after the Discard Changes action (jgiardino)
- Update how blueprint contents are depsolved when contents are added/removed (jgiardino)
- Display an error if a component is added that results in a depsolve failure (jgiardino)
- Show all versions available for a package (jgiardino)
- Provide ability to specify a wildcard version for a package (jgiardino)

0.1.7

Toggle 0.1.7's commit message
0.1.7

- Capitalize OpenStack corrently in the image create dialog (anilsson)
- Add AppStream metainfo (mpitt)
- Make cockpit-composer the only package name (mpitt)
- Lots of integration test improvements (henrywangxf)

0.1.6

Toggle 0.1.6's commit message

Verified

This tag was signed with the committer’s verified signature.
bcl Brian C. Lane
- Include spec into release tarball (mpitt)

- Fix a bug in importSanity test. (henrywangxf)
- Add RHEL-X in welder-web test scenarios. (henrywangxf)
- test: Support Cockpit test scenario (mpitt)
- Makefile: Simplify variable defaults (mpitt)
- A big commit to fix random failure on chrome. (henrywangxf)
- Remove inert 'Architecture' field in 'Create Image' dialog (osbuild#388) (stefw)
- po: Update from Fedora Zanata (lars)
- Remove ForEach to run two test cases but use two separate cases. (henrywangxf)
- Wait for delete menu action visable before click it. (henrywangxf)
- test: Drop node installation from vm.install (mpitt)
- Don't clean bots/ directory for VM preparation (mpitt)
- Two improvements: (henrywangxf)
- Go to view blueprint page by clicking blueprint name link instead of by URL. (henrywangxf)
- Move sed to test/vm.install from test/run. (henrywangxf)
- test: Only install node if it isn't already available (mpitt)
- Makefile: bots is not a phony target (mpitt)

0.1.5

Toggle 0.1.5's commit message

Verified

This tag was signed with the committer’s verified signature.
bcl Brian C. Lane
- Found a code coverage bug and fix it. (henrywangxf)

- Update README.md to support Cockpit CI. (henrywangxf)
- Updates Create Image modal to not have a default image type (jgiardin)
- Add support for Modules during Add/Remove (jgiardin)
- new test: Build mock images and verify download becomes enabled (atodorov)
- Fix flaky issue when running test on chrome (henrywangxf)
- Add selenium debug support. (henrywangxf)
- Creates user-friendly labels to display for image types (jgiardin)
- Compile with code coverage enabled, collect coverage result and upload to codecov.io. (henrywangxf)
- new test: verify stock blueprints from backend are displayed (atodorov)
- Simplify selenium startup again (mpitt)
- Temporarily support selenium images with and without -debug variants (mpitt)
- Fix python string format issue (henrywangxf)
- Remove ugly blank except in tests (henrywangxf)
- README: We're running tests on Cockpit's CI now (lars)
- Fix tests to not exit with non-zero code (osbuild#362) (henrywangxf)
- Update Discard Changes to delete workspace (jgiardin)
- Fix test case "Then selected component icon should have border" (henrywangxf)
- Cockpit CI Integration (henrywangxf)
- Display modules in list of selected components (jgiardin)
- pass blueprint data that's expected on save (jgiardin)
- Fix /run/weldr permission issue (henrywangxf)
- Fix end-to-end test cases (henrywangxf)
- po: Update Japanese translations from Zanata (lars)

0.1.4

Toggle 0.1.4's commit message

Verified

This tag was signed with the committer’s verified signature.
bcl Brian C. Lane
- Adds queue status to an infotip in the Create Image modal (jgiardin)

- Update Create Image modal to also commit unsaved changes (jgiardin)
- Catching a couple of minor issues (jgiardin)
- Update Create Image modal to include blueprint object instead of just name (jgiardin)
- Update Create Image button selector in end-to-end test (jgiardin)
- Display warning messages to the user in Create Image modal (jgiardin)
- use updated property key from api for date created (jgiardin)
- translations: Fail when zanata-js is not installed (lars)
- README.md: Add missing `translations:` (lars)
- translations: remove test target (lars)
- po: Update from Fedora Zanata (lars)
- translations: move po files and scripts to po/ (lars)
- translations: Strip country code when loading react-intl's locale-data (mpitt)
- remove redundant .then(data => data) (jgiardin)
- Add ability to stop builds that are waiting or running (jgiardin)
- Change text from "Delete Build" to "Delete Image" (jgiardin)
- Update Delete Blueprint modal to match layout of Delete Build (jgiardin)
- Fix miscellaneous propType warnings (jgiardin)
- Include confirmation modal for deleting a finished build (jgiardin)
- Swap order of date and type in the Image list item details (jgiardin)
- Add Delete action for Finished composes (jgiardin)
- Add ability to delete Failed builds (jgiardin)
- test_blueprints: Make blueprint selection more robust (lars)
- Use upstream patternfly-react's Tab component (lars)
- Changes en-dash to dash and adds spaces (jgiardin)
- Updates based on a11y review, also simplified i18n format (jgiardin)
- minor tweaks to improve the screen reader experience (jgiardin)
- Makes strings translatable in pagination for available components (jgiardin)
- Update React and enzyme (lars)
- package.json: Use ~ instead of ^ versions for dependencies (lars)
- Drop unused dependencies (lars)
- package.json: update dependencies (lars)
- Remove package-lock.json (lars)

0.1.3

Toggle 0.1.3's commit message

Verified

This tag was signed with the committer’s verified signature.
bcl Brian C. Lane
- Update Create Image notifications (osbuild#328) (jgiardin)

- Make strings translatable in Pending Changes dialog (osbuild#341) (jgiardin)
- Makefile: don't run po-pull on dist (lars)
- Add the .spec files to .PHONY (bcl)

0.1.2

Toggle 0.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
bcl Brian C. Lane
- Add welder-web and cockpit-composer release instructions (bcl)

- Adjust image list layout to improve alignment (jgiardin)
- Fix blueprint packages getting added to history (jacobdkozol)
- Add a po-push target to the Makefile. (dshea)
- Don't call compose API on the blueprints page (lars)
- Support downloading images (lars)
- Fix issues with translated strings and add one more for "Close" (jgiardin)
- Make strings translatable (but includes build error) (jgiardin)
- Don't show custom sources section if empty (jgiardin)
- Add modal for listing sources (jgiardin)
- Include translations in the dist tarball (dshea)
- Update API calls error messages (jacobdkozol)
- Add loading images from prior sessions and sort by start time. (jacobdkozol)
- Don't update translations on every build (lars)
- Add a script for testing translations. (dshea)
- Make the editBlueprint selector more specific. (dshea)
- Add a i18n section to the README (dshea)
- Create cockpit translation modules. (dshea)
- Add translated messages. (dshea)
- Internationalize strings with react-intl. (dshea)
- Fix PR#309 imported issue. The rpm package should be welder-web*.noarch.rpm, not welder-web*.x86_64.rpm (henrywangxf)
- Images list UI refinements (jgiardin)
- cockpituous-release: Use upstream release-source (martinpitt)
- core: Use escalated privileges to access Lorax API (stefw)
- Submit coverage report only if present (atodorov)
- Fix created image not being added to state (jacobdkozol)
- blueprints: Show actual error message (lars)
- core: propagate errors from cockpitFetch() (lars)

0.1.1

Toggle 0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
bcl Brian C. Lane
Tag as 0.1.1