ac0c3a Prepare for a new update

Authored and Committed by Packit Service 3 years ago
47 files changed. 2556 lines added. 334320 lines removed.
.eslintrc.json
file modified
+47 -62
.gitignore
file modified
+0 -2
.packit.yaml
file modified
+2 -1
.semaphore/semaphore.yml
file removed
-45
.tasks
file removed
-13
Dockerfile
file removed
-17
Makefile
file modified
+26 -41
SPECS/cockpit-session-recording-6.tar.gz
file removed
-0
SPECS/cockpit-session-recording.spec
file modified
+2 -32
cockpit-session-recording.spec
file removed
-33
cockpituous-release
file modified
+2 -2
dist/index.css
file removed
-332
dist/index.css.map
file removed
-1
dist/index.js
file removed
-322989
dist/index.js.map
file removed
-1
dist/po.de.js
file removed
-34
org.cockpit-project.session-recording.metainfo.xml
file modified
+3 -3
package-lock.json
file removed
-8687
package.json
file modified
+39 -34
po/manifest2po
file modified
+0 -24
src/app.jsx
file modified
+8 -4
src/app.scss
file removed
-3
src/config.htmldist/index.html
file renamed
+8 -10
src/config.jsx
file modified
+296 -315
src/index.es6src/index.js
file renamed
+0 -12
src/index.html
file modified
+10 -12
src/journal.css
file added
+134
src/lib/_fonts.scss
file removed
-36
src/lib/patternfly-4-cockpit.scss
file removed
-14
src/lib/patternfly-4-overrides.scss
file removed
-43
src/manifest.json
file modified
+1 -12
src/manifest.json.indist/manifest.json
file renamed
+3 -14
src/page.css
file added
+235
src/pkg/lib/cockpit-components-listing.jsx
file modified
+22 -21
src/pkg/lib/journal.js
file modified
+220 -208
src/player.css
file modified
+1 -13
src/player.jsx
file modified
+324 -431
src/plot.css
file added
+40
src/recordings.css
file added
+373
src/recordings.jsx
file modified
+453 -367
src/table.css
file added
+149
test/check-application
file modified
+73 -333
test/files/1.journal
file modified
+0 -0
test/files/binary-rec.journal
file removed
-0
test/run
file modified
+2 -6
test/vm.install
file modified
+0 -3
webpack.config.js
file modified
+83 -110
    Prepare for a new update
    
    Reverting patches so we can apply the latest update
    and changes can be seen in the spec file and sources.
    
        
file modified
+47 -62
file modified
+0 -2
file modified
+2 -1
file removed
-13
file removed
-17
file modified
+26 -41
file modified
+2 -2
file removed
-332
file removed
-1
file removed
-322989
file removed
-1
file removed
-34
file removed
-8687
file modified
+39 -34
file modified
+0 -24
file modified
+8 -4
file removed
-3
src/config.html dist/index.html
file renamed
+8 -10
file modified
+296 -315
src/index.es6 src/index.js
file renamed
file modified
+10 -12
file added
+134
file removed
-36
file modified
+1 -12
src/manifest.json.in dist/manifest.json
file renamed
+3 -14
file added
+235
file modified
+220 -208
file modified
+1 -13
file modified
+324 -431
file added
+40
file added
+373
file modified
+453 -367
file added
+149
file modified
+73 -333
file modified
+0 -0
file modified
+2 -6
file modified
+0 -3
file modified
+83 -110