-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile: Update Cockpit lib to c295842a0336c9e967a0c5adc28ddf52 #1906
Makefile: Update Cockpit lib to c295842a0336c9e967a0c5adc28ddf52 #1906
Conversation
cdc42eb
to
08364d5
Compare
d791e47
to
2b78c0f
Compare
The component now uses a non-deprecated select component which has a different css selector.
2b78c0f
to
715e37f
Compare
So testDownloadImage just flakes very badly, but mostly on F41:
Can reproduce the test failure here, the copyobx tag takes precedence over the old tag: Did the test always succeed as the UI didn't update fast enough? Flake curing attempt here #1907 |
Bunch of retries due to flake ^, will fix that separately |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dankjewel!
Jelle van der Waa (2):
test: restore fstab/crypttab for RHEL 8 storage tests
lib: restrict SASS plugin to scss files
Marius Vollmer (10):
lib: Copy TypeaheadSelect into our code
lib: Fix TypeScript error in TypeaheadSelect
lib: Optionally trust selected property in TypeaheadSelect
lib: Support dividers with TypeaheadSelect
lib: Hide clear button in TypeaheadSelect when it would do nothing
lib: Simplify and translate UI texts in TypeaheadSelect
storage: Use TypeaheadSelect instead of deprecated Select
lib: Use TypeaheadSelect instead of deprecated Select for timezones
lib: Use TypeaheadSelect instead of deprecated Select for FileAutoComplete
lib: Fix TypeScript error in TypeaheadSelect correctly
Martin Pitt (4):
lib: Properly type getLastlog2
lib: Add typing for cockpit.jump() and cockpit.dbus().call()
lib: Initial typing of python.js
base1: Make TransportGlobals actually global