Justin Stephenson
849fcd2d49
Fix Content header CSS for PatternFly 4
2019-08-28 12:08:25 -04:00
Justin Stephenson
228645236a
Update Player CSS for PatternFly 4
2019-08-26 13:17:13 -04:00
Justin Stephenson
cddcb1f40a
Replace term.js with xterm.js
2019-08-26 13:17:13 -04:00
Justin Stephenson
229671f485
Journal fixes
...
Handle journal entries that may not contain the _EXE field.
2019-08-14 09:37:42 -04:00
Justin Stephenson
142dd4fb6a
Fix hostname and username filters
...
Modify the default journalctl matches allowing correct behavior(logical AND)
of the appended _HOSTNAME and TLOG_USER filters.
2019-07-19 10:04:47 -04:00
Kyrylo Gliebov
ffeec0bd36
Add playback time
2019-03-07 15:18:02 +01:00
Kyrylo Gliebov
66998cafa8
Add Search
2019-03-07 15:18:02 +01:00
Kyrylo Gliebov
09039778c2
LogsView bugfix
2019-03-07 15:18:02 +01:00
Kyrylo Gliebov
6f6c6b7714
Add error service
2019-03-07 15:18:02 +01:00
Kyrylo Gliebov
1b32b0c0ce
Add missing localization strings
2019-01-14 13:06:58 +01:00
Kyrylo Gliebov
20138d3e83
Timezone bugfix
2019-01-14 13:06:58 +01:00
Kyrylo Gliebov
91877b0570
systemd-journal-remote use case update
2019-01-14 13:06:58 +01:00
Kyrylo Gliebov
0f37e525d7
Fix Logs view
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
2fe77ec1da
Fix SSSD Config
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
75e3f0f4d3
Change to React.Fragment
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
e2a6b5ee81
Switch to Slider instead of ProgressBar
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
5f58af7624
Player refactoring
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
1feb78fab7
Recording page refactoring
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
f69b9c1887
Config page refactoring
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
460b044720
Simplify Hostname
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
c51610e22e
Datetimepicker refactoring
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
adc8159def
Add Hostname filter conditional rendering
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
300a896483
Datetimepicker refactoring
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
39778968b3
Hostname and Username filters refactoring
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
2118f9e212
Refactoring
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
0a593d20d0
Fix journal error
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
b59140d328
Fix Config forms
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
2aa3270d97
Fix Logs View
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
1abe64fe0c
Rebase and migration to full React instead of react-lite
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
4ca9b76b23
Fix URL and CSS links
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
0ce08a4420
Fix Config path
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
0852de4222
Fix InputPlayer
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
b7c21ae104
Fix CSS
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
ea3eb80c07
Add correlated Logs view
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
b1a44e337a
Add Hostname filter and column
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
9c605da2f6
Add Input playback
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
471d2c160b
Add SSSD config
2018-10-10 17:59:55 +02:00
Kyrylo Gliebov
a20e3c5a81
Session recording module for Cockpit initial commit
2018-10-10 17:59:55 +02:00
Martin Pitt
8a73531374
Use full React instead of react-lite
...
This is the direction we are going in Cockpit, as react-lite falls
behind with API development and debuggability.
Closes #43
2018-08-29 00:40:16 +02:00
Martin Pitt
9fa5c6ab05
Properly initialize state of Application
...
This will otherwise crash with React 16.
2018-08-29 00:40:16 +02:00
Martin Pitt
133badfa3d
Enable a lot of eslint options and plugins
...
Taken rules from Cockpit, which have been proven to be effective for
finding bugs and keeping clean code, and sensible (not taking
unreasonable effort to satisfy).
Fix code layout in app.jsx accordingly.
Closes #39
2018-08-28 22:57:52 +02:00
Martin Pitt
3922333029
Use eslint for everything
...
eslint is much more powerful and flexible than jshint, and we don't want
to promote writing new projects with pre-ES6 code.
As a side effect, this also avoids downloading PhantomJS (see
https://github.com/jshint/jshint/issues/3318 ), thereby cutting down
node_modules/ from 470 MB to 210 MB.
2018-08-28 22:57:52 +02:00
Lars Karlitski
7260f5c01f
Add scss example
...
Closes #26
2018-06-22 11:15:57 +02:00
Martin Pitt
7ce7b2b40b
Add i18n support
...
Make the "Running on.." string translatable and copy the extraction and
conversion of JSX and PO files from Cockpit.
2018-06-19 14:40:45 +02:00
Martin Pitt
1edb6a070b
Remove some instances of "starter kit"
...
Rename some files and change some identifiers to be neutral to the
application name. This makes it simpler to change everything to a proper
name when cloning this project.
Document in the README how to find the remaining places to change.
Closes #20
2018-05-04 19:19:29 +02:00
Lars Karlitski
fb3ce721b2
Use proper es6 import syntax
2017-10-18 19:12:56 +02:00
Lars Karlitski
8ff4b33bb5
Clean up StarterKit view
...
And show the contents of `/etc/hostname` to make sure cockpit.js is
loaded correctly.
2017-10-18 16:42:54 +02:00
Lars Karlitski
ce7a2d3870
Remove the index.js indirection
...
Make index.es6 the main entry point.
2017-10-18 16:42:54 +02:00
Lars Karlitski
dd765787e8
Remove all remaining mentions of "subscriptions"
2017-10-18 16:42:54 +02:00
Dominik Perpeet
a01820e565
Add more sample content to subscriptions page
2017-07-26 10:33:14 +02:00