|
|
|
@ -16,8 +16,8 @@
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
Name: cockpit-session-recording
|
|
|
|
|
Version: 13
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 16
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Cockpit Session Recording
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
URL: https://github.com/Scribery/%{name}
|
|
|
|
@ -33,6 +33,7 @@ BuildRequires: libappstream-glib-devel
|
|
|
|
|
%endif
|
|
|
|
|
Requires: cockpit-system
|
|
|
|
|
Requires: tlog
|
|
|
|
|
Requires: sssd-proxy
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Cockpit module providing session recording configuration and playback.
|
|
|
|
@ -51,6 +52,45 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
|
|
|
|
|
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 8 2024 Justin Stephenson <jstephen@redhat.com> - 16-1
|
|
|
|
|
- Rebase to upstream release 16
|
|
|
|
|
- Config: Add sssd-proxy requirement
|
|
|
|
|
- Commits from release 15
|
|
|
|
|
- Config: Update to authselect with-tlog feature
|
|
|
|
|
- stylelint: handle stylelint-scss deprecation
|
|
|
|
|
- Add ruff configuration
|
|
|
|
|
- package.json: drop flowtype plugin
|
|
|
|
|
- package.json: drop po2json
|
|
|
|
|
- package.json: document the required nodejs version
|
|
|
|
|
- fmf: Plumb through $TEST_* variables for unexpected messages
|
|
|
|
|
- tests: Use mc for testPlayBinary
|
|
|
|
|
- package.json: drop deprecated eslint-plugin-standard
|
|
|
|
|
- Revert "build: add support for /pybridge scenario"
|
|
|
|
|
- Player: Stop making the Terminal object state
|
|
|
|
|
- build.js: support flags
|
|
|
|
|
- packaging: Update spec License: to SPDX format
|
|
|
|
|
- build.js: Fix LINT env variable check
|
|
|
|
|
- Tests: Allow charset journal messages
|
|
|
|
|
- Update to the new root creation function
|
|
|
|
|
- package.json: Bump stylelint to 15
|
|
|
|
|
- test: add check for sssd config id_provider proxy
|
|
|
|
|
- Tests: Allow invalid non-UTF8 journal messages
|
|
|
|
|
- Add xterm-canvas-addon dependency for rendering
|
|
|
|
|
- Minor Eslint fixes
|
|
|
|
|
- Tests: Update data list to PF5 for testAppMenu
|
|
|
|
|
- Update org.cockpit-project.session-recording.metainfo.xml
|
|
|
|
|
- Makefile: bump our test/common dependency
|
|
|
|
|
- patternfly-5-overrides should be auto-imported by the page.scss file
|
|
|
|
|
- Drop obsolete pf-m-redhat-font class
|
|
|
|
|
- Commits from release 14
|
|
|
|
|
- Upgrade to PatternFly 5 Alpha
|
|
|
|
|
- Makefile: Update Cockpit lib to da5abbb4245b0455cc8b610efe01e684
|
|
|
|
|
- package.json: Pin down versions of @patternfly/react-{styles,icons}
|
|
|
|
|
- Makefile: Update Cockpit lib to 947f1753867e3924b9617aaace936225
|
|
|
|
|
- Makefile: Fix watch dependencies
|
|
|
|
|
- Update release.yml
|
|
|
|
|
- Automate the release process
|
|
|
|
|
|
|
|
|
|
* Tue May 2 2023 Justin Stephenson <jstephen@redhat.com> - 13-1
|
|
|
|
|
- Play after rewind in testFastforwardControls
|
|
|
|
|
- Set TZ to avoid CI failures with testFilter* tests
|
|
|
|
@ -96,8 +136,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
|
|
|
|
|
- Tests: Assert pause state with a later command in rec1
|
|
|
|
|
- CI: Update image to ubuntu 20.04
|
|
|
|
|
|
|
|
|
|
* Mon Apr 18 2022 Justin Stephenson <jstephen@redhat.com> - 11.1
|
|
|
|
|
- Enable SSSD files domain unconditionally rhbz#2071801
|
|
|
|
|
* Thu Nov 18 2021 Justin Stephenson <jstephen@redhat.com> - 11-2
|
|
|
|
|
- Workaround cockpit-ws selinux guestfs issue
|
|
|
|
|
|
|
|
|
|
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 11-1
|
|
|
|
|
- Avoid crash in unmount if journal is null
|
|
|
|
@ -118,56 +158,51 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
|
|
|
|
|
- TESTS: Fix testSessionRecordingConf cleanup issue
|
|
|
|
|
- TESTS: Restart SSSD after restoring config
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 9-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Justin Stephenson <jstephen@redhat.com> - 9-1
|
|
|
|
|
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 9-1
|
|
|
|
|
- Release v9
|
|
|
|
|
- Tests: Fix RHEL9 filter test timing failures
|
|
|
|
|
|
|
|
|
|
* Wed Jul 14 2021 Justin Stephenson <jstephen@redhat.com> - 8-1
|
|
|
|
|
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 8-1
|
|
|
|
|
- Release v8
|
|
|
|
|
- Throttle journalctl restarts
|
|
|
|
|
- Minor CI fixes
|
|
|
|
|
|
|
|
|
|
* Wed May 19 2021 Justin Stephenson <jstephen@redhat.com> - 7-5
|
|
|
|
|
- Include testZoomSpeedControls test fix
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 7-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 13 2021 Justin Stephenson <jstephen@redhat.com> - 7-1
|
|
|
|
|
- Release v7
|
|
|
|
|
* Tue Apr 27 2021 Justin Stephenson <jstephen@redhat.com> - 7-1
|
|
|
|
|
- Remove bots sudo rm from Makefile
|
|
|
|
|
- Use journalctl --utc for Logs view to handle DST
|
|
|
|
|
- Add Applications Menu test
|
|
|
|
|
- Install cockpit-packagekit in local VM
|
|
|
|
|
- Set timezone for Logs Correlation test
|
|
|
|
|
|
|
|
|
|
* Mon Oct 12 2020 Justin Stephenson <jstephen@redhat.com> - 6-1
|
|
|
|
|
* Wed Nov 4 2020 Justin Stephenson <jstephen@redhat.com> - 6-2
|
|
|
|
|
- Use journalctl --utc for Logs view to handle DST
|
|
|
|
|
- Fix testZoomSpeedControls scale selector
|
|
|
|
|
|
|
|
|
|
* Tue Nov 3 2020 Justin Stephenson <jstephen@redhat.com> - 6-1
|
|
|
|
|
- Release v6
|
|
|
|
|
- Bump testlib to 229
|
|
|
|
|
- Add binary recording test
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 20 2020 Justin Stephenson <jstephen@redhat.com> - 4-1
|
|
|
|
|
- Update UI to adopt PatternFly 4
|
|
|
|
|
- Update dependencies
|
|
|
|
|
- Use --all journalctl option
|
|
|
|
|
- Fixed timezone issue by searching in client time
|
|
|
|
|
- Bump cockpit test version from 199 to 219
|
|
|
|
|
- Improve test coverage with more tests
|
|
|
|
|
- Simplify and cleanup existing tests
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Justin Stephenson <jstephen@redhat.com> - 4-2
|
|
|
|
|
- Release v4-2
|
|
|
|
|
- Fix testZoomControls test
|
|
|
|
|
|
|
|
|
|
* Wed May 27 2020 Justin Stephenson <jstephen@redhat.com> - 4-1
|
|
|
|
|
- Release v4
|
|
|
|
|
- Update parent id in metainfo file
|
|
|
|
|
- Update package manifest
|
|
|
|
|
- Fix rpmmacro to resolve correc t path on CentOS7
|
|
|
|
|
- Fix rpmmacro to resolve correct path on CentOS7
|
|
|
|
|
- Handle byte-array encoded journal data
|
|
|
|
|
- Don't clobber cockpit bots directory
|
|
|
|
|
- Move code out of deprecated React lifecycle functions
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Nov 25 2019 Justin Stephenson <jstephen@redhat.com> - 3-1
|
|
|
|
|
- Release v3
|
|
|
|
|
- Reset Logs View on Player Rewind
|
|
|
|
@ -189,3 +224,4 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
|
|
|
|
|
* Thu Apr 4 2019 Kirill Glebov <kgliebov@redhat.com> - 1-1
|
|
|
|
|
- Release 1
|
|
|
|
|
- First release. Includes logs correlation, player controls, journal remote support.
|
|
|
|
|
#
|
|
|
|
|