|
|
ec332a |
Name: cockpit-composer
|
|
|
81195f |
Version: 31
|
|
|
7a570e |
Release: 1%{?dist}
|
|
|
ec332a |
Summary: Composer GUI for use with Cockpit
|
|
|
ec332a |
|
|
|
ec332a |
License: MIT
|
|
|
ec332a |
URL: http://weldr.io/
|
|
|
7a570e |
Source0: https://github.com/osbuild/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz
|
|
|
ec332a |
|
|
|
ec332a |
BuildArch: noarch
|
|
|
ec332a |
BuildRequires: libappstream-glib
|
|
|
ec332a |
|
|
|
ec332a |
Requires: cockpit
|
|
|
412e81 |
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8
|
|
|
412e81 |
Requires: osbuild-composer >= 28
|
|
|
412e81 |
%else
|
|
|
412e81 |
Requires: weldr
|
|
|
412e81 |
Suggests: osbuild-composer >= 28
|
|
|
412e81 |
%endif
|
|
|
ec332a |
|
|
|
ec332a |
%description
|
|
|
ec332a |
Composer generates custom images suitable for deploying systems or uploading to
|
|
|
7a570e |
the cloud. It integrates into Cockpit as a frontend for osbuild.
|
|
|
ec332a |
|
|
|
ec332a |
%prep
|
|
|
7a570e |
%setup -q -n cockpit-composer
|
|
|
ec332a |
|
|
|
ec332a |
%build
|
|
|
ec332a |
# Nothing to build
|
|
|
ec332a |
|
|
|
ec332a |
%install
|
|
|
2b76e4 |
mkdir -p %{buildroot}/%{_datadir}/cockpit/composer
|
|
|
2b76e4 |
cp -a public/dist/* %{buildroot}/%{_datadir}/cockpit/composer
|
|
|
ec332a |
mkdir -p %{buildroot}/%{_datadir}/metainfo/
|
|
|
ec332a |
appstream-util validate-relax --nonet io.weldr.cockpit-composer.metainfo.xml
|
|
|
ec332a |
cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
|
|
ec332a |
|
|
|
ec332a |
%files
|
|
|
ec332a |
%doc README.md
|
|
|
ec332a |
%license LICENSE.txt
|
|
|
2b76e4 |
%{_datadir}/cockpit/composer
|
|
|
ec332a |
%{_datadir}/metainfo/*
|
|
|
ec332a |
|
|
|
ec332a |
%changelog
|
|
|
81195f |
* Thu Aug 26 2021 Jacob Kozol <jkozol@redhat.com> - 31-1
|
|
|
81195f |
- Add new ostree image types
|
|
|
81195f |
- Improve loading state when waiting for api responses
|
|
|
81195f |
- Improve notification system
|
|
|
81195f |
- Improve test stability
|
|
|
81195f |
- Update NPM dependencies
|
|
|
81195f |
- Update translations
|
|
|
81195f |
|
|
|
412e81 |
* Mon Feb 22 2021 Jacob Kozol <jkozol@redhat.com> - 29-1
|
|
|
412e81 |
- Add ability to upload to VMWare
|
|
|
412e81 |
- Add support for additional ostree parameters
|
|
|
412e81 |
- Update NPM dependencies
|
|
|
412e81 |
- Add and update translations
|
|
|
412e81 |
- Minor test fixes
|
|
|
412e81 |
|
|
|
412e81 |
* Mon Jan 18 2021 Jacob Kozol <jkozol@redhat.com> - 28-1
|
|
|
412e81 |
- Use sentence case rather than title case
|
|
|
412e81 |
- Add and update tests
|
|
|
412e81 |
- Update translations from weblate
|
|
|
412e81 |
- Update minor NPM dependencies
|
|
|
412e81 |
|
|
|
412e81 |
* Thu Dec 10 2020 Jacob Kozol <jkozol@redhat.com> - 27-1
|
|
|
412e81 |
- Sync with upstream release 27
|
|
|
412e81 |
- Add additional form validation for the Create Image Wizard
|
|
|
412e81 |
- Improve page size dropdown styling
|
|
|
412e81 |
- Improve error state messages
|
|
|
412e81 |
- Update pagination component for pf4
|
|
|
412e81 |
- Add wildcards and support for multiple values to input filter
|
|
|
412e81 |
- Update translations
|
|
|
412e81 |
|
|
|
412e81 |
* Wed Jul 15 2020 Jacob Kozol <jkozol@redhat.com> - 22.1-1
|
|
|
412e81 |
- Patternfly imports are standardized to be consistent with cockpit
|
|
|
412e81 |
- Cancel image build button bug fixed
|
|
|
412e81 |
- Empty components state provides a help message
|
|
|
412e81 |
- Wizard component has bug fixes and is refactored for future scalability
|
|
|
412e81 |
- Test updates
|
|
|
412e81 |
- ESLint upgraded to version 7 and the code style is improved
|
|
|
412e81 |
- Translation files are updated from fedora weblate
|
|
|
412e81 |
- Cockpit-composer's dependency on osbuild-composer is more specific
|
|
|
412e81 |
- Coverity scan is now supported to help improve code quality
|
|
|
412e81 |
- Resolves: #1820539
|
|
|
412e81 |
|
|
|
7a570e |
* Wed Jun 14 2020 Lars Karlitski <larskarlitski@redhat.com> - 21.1-1
|
|
|
7a570e |
- Support setting parameters (ref and parent) for ostree images
|
|
|
7a570e |
- Loosen restrictions on password strength
|
|
|
7a570e |
- Various UI refinements
|
|
|
7a570e |
|
|
|
7a570e |
* Wed Jun 08 2020 Lars Karlitski <larskarlitski@redhat.com> - 20.1-1
|
|
|
7a570e |
- Migrate to the osbuild-composer backend
|
|
|
7a570e |
- Supports uploading images to AWS and Azure
|
|
|
7a570e |
|
|
|
7a570e |
* Wed Feb 19 2020 Matej Marusak <mmarusak@redhat.com> - 12.1-1
|
|
|
7a570e |
- Fix integration tests, external test repository URL ceased to exist
|
|
|
7a570e |
- Translation updates rhbz#1784453
|
|
|
7a570e |
- Add documentation URL page help menu
|
|
|
7a570e |
|
|
|
2b76e4 |
* Tue Dec 17 2019 Matej Marusak <mmarusak@redhat.com> - 11-1
|
|
|
2b76e4 |
- Show depsolve errors on the blueprints page
|
|
|
2b76e4 |
- Add labels for additional output types (rhbz#1769154)
|
|
|
2b76e4 |
- Expose Image Builder on /composer, not /welder
|
|
|
2b76e4 |
- Define a URL for each tab on a blueprint page
|
|
|
2b76e4 |
- Provide a link in the image creation notification to the Images tab on the blueprint page
|
|
|
2b76e4 |
|
|
|
2b76e4 |
* Fri Aug 09 2019 Matej Marusak <mmarusak@redhat.com> - 5-1
|
|
|
2b76e4 |
- Fix PropTypes for the homepage
|
|
|
2b76e4 |
- Code clean up for the list of components
|
|
|
2b76e4 |
|
|
|
2b76e4 |
* Wed Jul 31 2019 Martin Pitt <mpitt@redhat.com> - 4-1
|
|
|
2b76e4 |
- Add additional blueprint name validation rhbz#1696415
|
|
|
2b76e4 |
- Fix images not loading on refresh
|
|
|
2b76e4 |
- Add notification for source repo deletion
|
|
|
2b76e4 |
- Fix AppStream ID
|
|
|
2b76e4 |
- Translation updates
|
|
|
2b76e4 |
|
|
|
2b76e4 |
* Wed Jun 26 2019 Martin Pitt <mpitt@redhat.com> - 2-1
|
|
|
2b76e4 |
- Strip newlines from SSH keys before saving
|
|
|
2b76e4 |
- Translation updates rhbz#1689979
|
|
|
2b76e4 |
|
|
|
ec332a |
* Wed Jun 05 2019 Martin Pitt <mpitt@redhat.com> - 1-1
|
|
|
ec332a |
- New version 1
|
|
|
ec332a |
- Translation updates rhbz#1689979
|
|
|
ec332a |
|
|
|
ec332a |
* Mon May 27 2019 Martin Pitt <mpitt@redhat.com> - 0.4-1
|
|
|
ec332a |
- New version 0.4
|
|
|
ec332a |
- Include ability to start lorax-composer rhbz#1708387
|
|
|
ec332a |
|
|
|
ec332a |
* Mon May 06 2019 Martin Pitt <mpitt@redhat.com> - 0.3-1
|
|
|
ec332a |
- New version 0.3
|
|
|
ec332a |
- Add/edit/remove sources
|
|
|
ec332a |
- Remove new line in encrypted password rhbz#1655862
|
|
|
ec332a |
- Resolve issues with changes saved to the workspace
|
|
|
ec332a |
|
|
|
ec332a |
* Mon Apr 15 2019 Martin Pitt <mpitt@redhat.com> - 0.2.1-1
|
|
|
ec332a |
- New version 0.2.1
|
|
|
ec332a |
- Several fixes to User Account creation dialog
|
|
|
ec332a |
|
|
|
ec332a |
* Mon Apr 01 2019 Martin Pitt <mpitt@redhat.com> - 0.2.0-1
|
|
|
ec332a |
- New version 0.2.0
|
|
|
ec332a |
- Include ability to add a user to a blueprint rhbz#1655862
|
|
|
ec332a |
|
|
|
ec332a |
* Mon Feb 11 2019 Martin Pitt <mpitt@redhat.com> - 0.1.8-1
|
|
|
ec332a |
- New version 0.1.8
|
|
|
ec332a |
- Provide visual indication when a blueprint component is a dependency
|
|
|
ec332a |
- Enable Undo to retrieve changes after the Discard Changes action
|
|
|
ec332a |
- Update how blueprint contents are depsolved when contents are added/removed
|
|
|
ec332a |
- Display an error if a component is added that results in a depsolve failure
|
|
|
ec332a |
- Show all versions available for a package
|
|
|
ec332a |
- Provide ability to specify a wildcard version for a package rhbz#1673066
|
|
|
ec332a |
|
|
|
ec332a |
* Fri Dec 14 2018 Brian C. Lane <bcl@redhat.com> - 0.1.7-1
|
|
|
ec332a |
- New version 0.1.7
|
|
|
ec332a |
Resolves: rhbz#1640184
|
|
|
ec332a |
- Capitalize OpenStack corrently in the image create dialog (anilsson)
|
|
|
ec332a |
- Add AppStream metainfo (mpitt)
|
|
|
ec332a |
- Make cockpit-composer the only package name (mpitt)
|
|
|
ec332a |
- Lots of integration test improvements (henrywangxf)
|
|
|
ec332a |
|
|
|
ec332a |
* Mon Oct 29 2018 Brian C. Lane <bcl@redhat.com> - 0.1.6-1
|
|
|
ec332a |
- New version 0.1.6
|
|
|
ec332a |
Resolves: rhbz#1640184
|
|
|
ec332a |
- Include spec into release tarball (mpitt)
|
|
|
ec332a |
- Fix a bug in importSanity test. (henrywangxf)
|
|
|
ec332a |
- Add RHEL-X in welder-web test scenarios. (henrywangxf)
|
|
|
ec332a |
- test: Support Cockpit test scenario (mpitt)
|
|
|
ec332a |
- Makefile: Simplify variable defaults (mpitt)
|
|
|
ec332a |
- A big commit to fix random failure on chrome. (henrywangxf)
|
|
|
ec332a |
- Remove inert 'Architecture' field in 'Create Image' dialog (#388) (stefw)
|
|
|
ec332a |
- po: Update from Fedora Zanata (lars)
|
|
|
ec332a |
- Remove ForEach to run two test cases but use two separate cases. If there's
|
|
|
ec332a |
one case failed, I can find it according to case name. (henrywangxf)
|
|
|
ec332a |
- Wait for delete menu action visable before click it. (henrywangxf)
|
|
|
ec332a |
- test: Drop node installation from vm.install (mpitt)
|
|
|
ec332a |
- Don't clean bots/ directory for VM preparation (mpitt)
|
|
|
ec332a |
- Two improvements: (henrywangxf)
|
|
|
ec332a |
- Go to view blueprint page by clicking blueprint name link instead of by URL.
|
|
|
ec332a |
That helps improving case stability. (henrywangxf)
|
|
|
ec332a |
- Move sed to test/vm.install from test/run because developers do not normally
|
|
|
ec332a |
use test/run to trigger tests. (henrywangxf)
|
|
|
ec332a |
- test: Only install node if it isn't already available (mpitt)
|
|
|
ec332a |
- Makefile: bots is not a phony target (mpitt)
|
|
|
ec332a |
|
|
|
ec332a |
* Mon Oct 15 2018 Brian C. Lane <bcl@redhat.com> - 0.1.5-1
|
|
|
ec332a |
- New version 0.1.5
|
|
|
ec332a |
Related: rhbz#1613058
|
|
|
ec332a |
- Found a code coverage bug and fix it. (henrywangxf)
|
|
|
ec332a |
- Update README.md to support Cockpit CI. (henrywangxf)
|
|
|
ec332a |
- Updates Create Image modal to not have a default image type (jgiardin)
|
|
|
ec332a |
- Add support for Modules during Add/Remove (jgiardin)
|
|
|
ec332a |
- new test: Build mock images and verify download becomes enabled (atodorov)
|
|
|
ec332a |
- Fix flaky issue when running test on chrome (henrywangxf)
|
|
|
ec332a |
- Add selenium debug support. (henrywangxf)
|
|
|
ec332a |
- Creates user-friendly labels to display for image types (jgiardin)
|
|
|
ec332a |
- Compile with code coverage enabled, collect coverage result and upload to codecov.io. (henrywangxf)
|
|
|
ec332a |
- new test: verify stock blueprints from backend are displayed (atodorov)
|
|
|
ec332a |
- Simplify selenium startup again (mpitt)
|
|
|
ec332a |
- Temporarily support selenium images with and without -debug variants (mpitt)
|
|
|
ec332a |
- Fix python string format issue (henrywangxf)
|
|
|
ec332a |
- Remove ugly blank except in tests (henrywangxf)
|
|
|
ec332a |
- README: We're running tests on Cockpit's CI now (lars)
|
|
|
ec332a |
- Fix tests to not exit with non-zero code (#362) (henrywangxf)
|
|
|
ec332a |
- Update Discard Changes to delete workspace (jgiardin)
|
|
|
ec332a |
- Fix test case "Then selected component icon should have border" (henrywangxf)
|
|
|
ec332a |
- Cockpit CI Integration (henrywangxf)
|
|
|
ec332a |
- Display modules in list of selected components (jgiardin)
|
|
|
ec332a |
- pass blueprint data that's expected on save (jgiardin)
|
|
|
ec332a |
- Fix /run/weldr permission issue (henrywangxf)
|
|
|
ec332a |
- Fix end-to-end test cases (henrywangxf)
|
|
|
ec332a |
- po: Update Japanese translations from Zanata (lars)
|
|
|
ec332a |
|
|
|
ec332a |
* Tue Sep 04 2018 Brian C. Lane <bcl@redhat.com> - 0.1.4-1
|
|
|
ec332a |
- New version 0.1.4
|
|
|
ec332a |
Related: rhbz#1613058
|
|
|
ec332a |
- Adds queue status to an infotip in the Create Image modal (jgiardin)
|
|
|
ec332a |
- Update Create Image modal to also commit unsaved changes (jgiardin)
|
|
|
ec332a |
- Catching a couple of minor issues (jgiardin)
|
|
|
ec332a |
- Update Create Image modal to include blueprint object instead of just name (jgiardin)
|
|
|
ec332a |
- Update Create Image button selector in end-to-end test (jgiardin)
|
|
|
ec332a |
- Display warning messages to the user in Create Image modal (jgiardin)
|
|
|
ec332a |
- use updated property key from api for date created (jgiardin)
|
|
|
ec332a |
- translations: Fail when zanata-js is not installed (lars)
|
|
|
ec332a |
- README.md: Add missing `translations:` (lars)
|
|
|
ec332a |
- translations: remove test target (lars)
|
|
|
ec332a |
- po: Update from Fedora Zanata (lars)
|
|
|
ec332a |
- translations: move po files and scripts to po/ (lars)
|
|
|
ec332a |
- translations: Strip country code when loading react-intl's locale-data (mpitt)
|
|
|
ec332a |
- remove redundant .then(data => data) (jgiardin)
|
|
|
ec332a |
- Add ability to stop builds that are waiting or running (jgiardin)
|
|
|
ec332a |
- Change text from "Delete Build" to "Delete Image" (jgiardin)
|
|
|
ec332a |
- Update Delete Blueprint modal to match layout of Delete Build (jgiardin)
|
|
|
ec332a |
- Fix miscellaneous propType warnings (jgiardin)
|
|
|
ec332a |
- Include confirmation modal for deleting a finished build (jgiardin)
|
|
|
ec332a |
- Swap order of date and type in the Image list item details (jgiardin)
|
|
|
ec332a |
- Add Delete action for Finished composes (jgiardin)
|
|
|
ec332a |
- Add ability to delete Failed builds (jgiardin)
|
|
|
ec332a |
- test_blueprints: Make blueprint selection more robust (lars)
|
|
|
ec332a |
- Use upstream patternfly-react's Tab component (lars)
|
|
|
ec332a |
- Changes en-dash to dash and adds spaces (jgiardin)
|
|
|
ec332a |
- Updates based on a11y review, also simplified i18n format (jgiardin)
|
|
|
ec332a |
- minor tweaks to improve the screen reader experience (jgiardin)
|
|
|
ec332a |
- Makes strings translatable in pagination for available components (jgiardin)
|
|
|
ec332a |
- Update React and enzyme (lars)
|
|
|
ec332a |
- package.json: Use ~ instead of ^ versions for dependencies (lars)
|
|
|
ec332a |
- Drop unused dependencies (lars)
|
|
|
ec332a |
- package.json: update dependencies (lars)
|
|
|
ec332a |
- Remove package-lock.json (lars)
|
|
|
ec332a |
|
|
|
ec332a |
* Wed Aug 29 2018 Brian C. Lane <bcl@redhat.com> - 0.1.3-1
|
|
|
ec332a |
- New version 0.1.3
|
|
|
ec332a |
Related: rhbz#1613058
|
|
|
ec332a |
- Update Create Image notifications (#328) (jgiardin)
|
|
|
ec332a |
- Make strings translatable in Pending Changes dialog (#341) (jgiardin)
|
|
|
ec332a |
- Makefile: don't run po-pull on dist (lars)
|
|
|
ec332a |
- Add the .spec files to .PHONY (bcl)
|
|
|
ec332a |
|
|
|
ec332a |
* Fri Aug 10 2018 Brian C. Lane <bcl@redhat.com> - 0.1.2-1
|
|
|
ec332a |
- New Version 0.1.2
|
|
|
ec332a |
Related: rhbz#1613058
|
|
|
ec332a |
- Add the .spec files to .PHONY (bcl)
|
|
|
ec332a |
- Add welder-web and cockpit-composer release instructions (bcl)
|
|
|
ec332a |
- Add a 'tag' target to the Makefile (bcl)
|
|
|
ec332a |
- Adjust image list layout to improve alignment (jgiardin)
|
|
|
ec332a |
- Fix blueprint packages getting added to history (jacobdkozol)
|
|
|
ec332a |
- Fixed bug where startComposeApi would not return start compose response (sfondell)
|
|
|
ec332a |
- Run `make po-push` from travis on pushes to master. (dshea)
|
|
|
ec332a |
- Add a po-push target to the Makefile. (dshea)
|
|
|
ec332a |
- Don't call compose API on the blueprints page (lars)
|
|
|
ec332a |
- Support downloading images (lars)
|
|
|
ec332a |
- Fix fetchComposes() call (lars)
|
|
|
ec332a |
- Update text string (jgiardin)
|
|
|
ec332a |
- add bootstrap class for large modals (jgiardin)
|
|
|
ec332a |
- Fix issues with translated strings and add one more for "Close" (jgiardin)
|
|
|
ec332a |
- Make strings translatable (but includes build error) (jgiardin)
|
|
|
ec332a |
- Update layout (jgiardin)
|
|
|
ec332a |
- Don't show custom sources section if empty (jgiardin)
|
|
|
ec332a |
- Add modal for listing sources (jgiardin)
|
|
|
ec332a |
- Revert "Revert "Add python and gcc to the Dockerfiles."" (dshea)
|
|
|
ec332a |
- Include translations in the dist tarball (dshea)
|
|
|
ec332a |
- Remove the zanata-js crud from package-lock.json (dshea)
|
|
|
ec332a |
- Fix how fetching blueprints/composes is triggered (jacobdkozol)
|
|
|
ec332a |
- Update API calls error messages (jacobdkozol)
|
|
|
ec332a |
- Fix polling issue. Add error action. (jacobdkozol)
|
|
|
ec332a |
- Add loading images from prior sessions and sort by start time. (jacobdkozol)
|
|
|
ec332a |
- Revert "Run `npm rebuild` after `npm install`." (lars)
|
|
|
ec332a |
- Revert "Add python and gcc to the Dockerfiles." (lars)
|
|
|
ec332a |
- Don't update translations on every build (lars)
|
|
|
ec332a |
- Fix yamllint errors on .travis.yml (dshea)
|
|
|
ec332a |
- Add new requirements to the travis environment (dshea)
|
|
|
ec332a |
- Add a script for testing translations. (dshea)
|
|
|
ec332a |
- Run `npm rebuild` after `npm install`. (dshea)
|
|
|
ec332a |
- Make the editBlueprint selector more specific. (dshea)
|
|
|
ec332a |
- Add python and gcc to the Dockerfiles. (dshea)
|
|
|
ec332a |
- Add a i18n section to the README (dshea)
|
|
|
ec332a |
- Create cockpit translation modules. (dshea)
|
|
|
ec332a |
- Extract cockpit manifest strings for translation. (dshea)
|
|
|
ec332a |
- Add translated messages. (dshea)
|
|
|
ec332a |
- Add scripts for interacting with Zanata. (dshea)
|
|
|
ec332a |
- Internationalize strings with react-intl. (dshea)
|
|
|
ec332a |
- Fix PR#309 imported issue. The rpm package should be welder-web*.noarch.rpm, not welder-web*.x86_64.rpm (henrywangxf)
|
|
|
ec332a |
- Build srpm together with rpm (atodorov)
|
|
|
ec332a |
- Images list UI refinements (jgiardin)
|
|
|
ec332a |
- cockpituous-release: Use upstream release-source (martinpitt)
|
|
|
ec332a |
- core: Use escalated privileges to access Lorax API (stefw)
|
|
|
ec332a |
- remove utils from Layout (jgiardin)
|
|
|
ec332a |
- Remove unused Layout components (jgiardin)
|
|
|
ec332a |
- Submit coverage report only if present (atodorov)
|
|
|
ec332a |
- Use default composer dir without --group option (atodorov)
|
|
|
ec332a |
- Fix created image not being added to state (jacobdkozol)
|
|
|
ec332a |
- package.json: Remove bootstrap-select (lars)
|
|
|
ec332a |
- package.json: Update stylelint (lars)
|
|
|
ec332a |
- blueprints: Show actual error message (lars)
|
|
|
ec332a |
- core: propagate errors from cockpitFetch() (lars)
|
|
|
ec332a |
|
|
|
ec332a |
* Tue Jul 10 2018 Brian C. Lane <bcl@redhat.com> - 0.1.1-1
|
|
|
ec332a |
- fixes blueprints end-to-end test (jgiardin)
|
|
|
ec332a |
- Hides Comment feature from Pending Changes modal (jgiardin)
|
|
|
ec332a |
- Remove non-functional UI elements/components (jgiardin)
|
|
|
ec332a |
- fixes line length in unit test (jgiardin)
|
|
|
ec332a |
- update selector for Edit Blueprint button in test (jgiardin)
|
|
|
ec332a |
- fixes empty state on blueprints page and tests (jgiardin)
|
|
|
ec332a |
- fixes spacing errors (jgiardin)
|
|
|
ec332a |
- fixes bad merges during rebase (jgiardin)
|
|
|
ec332a |
- handles error case for fetching blueprints (jgiardin)
|
|
|
ec332a |
- sets timeout on Loading state (jgiardin)
|
|
|
ec332a |
- how did that 'n' get in there? (jgiardin)
|
|
|
ec332a |
- fixes line length (jgiardin)
|
|
|
ec332a |
- Disables actions (jgiardin)
|
|
|
ec332a |
- Updates UI based on state, for loading and error (jgiardin)
|
|
|
ec332a |
- Adds reducer for updating state when an error occurs (jgiardin)
|
|
|
ec332a |
- updates state to hold values for fetch status (jgiardin)
|
|
|
ec332a |
- components: Use consistent syntax for handlers (lars)
|
|
|
ec332a |
- Fix two issues. (henrywangxf)
|
|
|
ec332a |
- test/create.image: simplify shallow wrapper creation (lars)
|
|
|
ec332a |
- CreateImage: don't call unset handlers (lars)
|
|
|
ec332a |
- test/create.image: also conider handleStartCompose (lars)
|
|
|
ec332a |
- correcting the initial state (jgiardin)
|
|
|
ec332a |
- updates mockState in unit tests to match state updates for Filters (jgiardin)
|
|
|
ec332a |
- Merge pull request #250 from larskarlitski/remove-mock-data (jgiardin)
|
|
|
ec332a |
- Remove mock data (lars)
|
|
|
ec332a |
- Add lorax-composer test and remove stand alone welder-web test. (henrywangxf)
|
|
|
ec332a |
- Domain socket support in UI testing. (henrywangxf)
|
|
|
ec332a |
- Update queue status text, Remove cancel button (jacobdkozol)
|
|
|
ec332a |
- Added status icons for imageListView (jacobdkozol)
|
|
|
ec332a |
- Add start compose functionality (jacobdkozol)
|
|
|
ec332a |
- Fix blueprint page issue loading components (jacobdkozol)
|
|
|
ec332a |
- Remove redux persist (jacobdkozol)
|
|
|
ec332a |
- Remove unused code (lars)
|
|
|
ec332a |
- Merge pull request #248 from jgiardino/filter (jgiardin)
|
|
|
ec332a |
- Merge pull request #262 from andreasn/form-control-fx-style (jgiardin)
|
|
|
ec332a |
- Fix style of pagination input under available components (anilsson)
|
|
|
ec332a |
- fix issue when multiple filters are defined (jgiardin)
|
|
|
ec332a |
- implements filtering and refactors toolbars (jgiardin)
|