sua yoo
b40765134c
Re-run crawl from crawls list view ( #264 )
...
* run crawl from crawls list, and show link to newly started crawl
* if crawl is already running, show link to previously running crawl
2022-06-15 18:54:57 -07:00
sua yoo
a8757e2e50
Screencast UX enhancements ( #251 )
...
* animate starting state
* consistent fixed-size slots for each browser (url + screencast)
* add tooltip for expected number of browsers (workers x scale)
2022-06-15 18:50:14 -07:00
Ilya Kreymer
9fce8cfc1d
frontend: fix missed renames
2022-06-11 12:37:24 -07:00
sua yoo
710639365b
adjust no files message ( #250 )
...
Change 'no files yet' -> 'no files to replay' when there are no files available for replay.
2022-06-07 22:59:34 -07:00
sua yoo
fa4b71288c
Fix watch crawl running state ( #249 )
2022-06-07 12:04:35 -07:00
sua yoo
502d687620
Enable duplicating and editing browser profile ( #237 )
...
* ensure editing other config options does not lose profile
* support adding/editing/removing profile of existing config
* when duplicating config, ensure profile setting is also copied in the duplicate
2022-06-04 08:26:19 -07:00
sua yoo
0c1dc2a1d1
Show crawl replay for running crawls ( #235 )
...
* show replay and watch at same time
* add separate section for watch
* only show replay if crawl has files, otherwise show 'no files' message
2022-06-04 08:19:09 -07:00
sua yoo
6a78bcd4aa
Delete browser profile ( #243 )
...
- delete browser profile, if not in use
- if in use, show error message, listing crawl configs that use the profile
- backend: fix check for confirming profile deletion
2022-06-01 19:18:41 -07:00
sua yoo
9cf1ed7d4d
copy yaml ( #239 )
2022-06-01 19:06:52 -07:00
sua yoo
2355de3067
docs: remove extra comment
2022-05-31 14:13:17 -07:00
sua yoo
6e19e854be
Fix "Run now" button ( #234 )
2022-05-30 16:15:10 -07:00
Ilya Kreymer
955197579e
frontend: support multi wacz replay using the crawl json as input
2022-05-20 09:11:23 -07:00
sua yoo
bda817dadd
View and edit browser profile ( #218 )
2022-04-23 20:12:16 -07:00
sua yoo
f157e2031f
Filter and sort crawl templates ( #217 )
2022-04-23 20:11:53 -07:00
sua yoo
cb80c6767e
hotfix: update profile ID in crawl template
2022-04-20 19:40:30 -07:00
Ilya Kreymer
38869cdd24
crawl templates: check that lastCrawlState is not null ( #220 )
2022-04-20 19:17:24 -07:00
sua yoo
db27b6aaaf
View and edit browser profile ( #214 )
2022-04-19 10:44:21 -07:00
sua yoo
71eec4d915
Create crawl template with browser profile ( #215 )
2022-04-18 10:36:28 -07:00
Ilya Kreymer
73b8c64ba4
frontend profile browser: cover devtools sidebar with profile sidebar, add try/catch for localStorage override
2022-04-13 21:41:51 -07:00
sua yoo
f5993e8ad8
Create browser profile UI ( #211 )
2022-04-13 21:11:13 -07:00
sua yoo
d2653ae835
View browser profiles in UI ( #209 )
2022-04-13 21:10:22 -07:00
sua yoo
238ee8f7ee
delete unused component file
2022-04-11 13:18:23 -07:00
sua yoo
8828681e8e
hotfix: fix crawl sort control alignment
2022-04-11 13:13:53 -07:00
sua yoo
d4b3ae3795
delete unused component file
2022-04-11 13:10:23 -07:00
sua yoo
5307138202
enable opening crawl template in new tab
2022-04-11 13:03:19 -07:00
sua yoo
f90ef071de
enable opening crawl in new tab
2022-04-11 13:03:10 -07:00
sua yoo
29b586b03f
Edit crawl config as YAML ( #207 )
2022-04-06 17:40:25 -07:00
Ilya Kreymer
9a6483630e
Support for Admin interface for viewing web archives ( #198 )
...
* backend api
- superadmin has admin access to all archives
- new superadmin endpoints: /archives/all/crawls and /archives/all/crawls/<crawl_id>.json for list all running crawls
and loading crawl data by id
- frontend superadmin view (fixes #201 )
* show all archives on superadmin home page
* show jump to crawl for super admin (#200 )
* navbar links for: all archives, all running crawls and jump to crawl
Co-authored-by: sua yoo <sua@suayoo.com>
2022-04-06 12:42:04 -07:00
sua yoo
ec3a77b71e
Mobile layout fixes ( #206 )
...
closes #202
2022-03-30 15:54:25 -07:00
sua yoo
9e2274f612
remove temp file
2022-03-30 13:51:02 -07:00
Ilya Kreymer
9e45dc35d2
minor frontend-tweaks: ( #196 )
...
* frontend-tweaks:
- treat 'starting' state same as 'running'
- default to no schedule instead of weekly for default
- add 'Domain' scopeType
* backend: also allow 'domain' as a scopeType
2022-03-15 21:19:23 -07:00
sua yoo
8863776c54
Define websocket host in common webpack config ( #195 )
...
* move websocket host var to common config, better fix for #193
2022-03-15 18:34:49 -07:00
Ilya Kreymer
912004751d
quickfix: partial mitigation for #193 , use current host for websock address
2022-03-14 15:29:35 -07:00
sua yoo
6fabea3e7a
Frontend build fixes ( #191 )
...
* copy specific files
* replace api host env var
* remove unused dotenv
* Update frontend/webpack.dev.js
Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
2022-03-10 23:26:21 -08:00
sua yoo
4190e40964
Show last crawl state in UI ( #192 )
...
* update crawl list status
* show on detail page
2022-03-10 23:25:42 -08:00
sua yoo
edf6b9ded7
Update home page routing ( #186 )
...
closes #183
2022-03-04 16:18:41 -08:00
sua yoo
0fe54653be
Fix unable to save edits to simple view ( #185 )
2022-03-04 16:17:57 -08:00
sua yoo
f2f67c34af
Copy extra hops value when duplicating crawl config ( #184 )
...
closes #158
2022-03-04 16:17:37 -08:00
sua yoo
4383c5e8d8
Disable error tracking in prod ( #182 )
...
closes #161
2022-03-04 16:17:05 -08:00
sua yoo
c18418ff09
Show invite message to super admin & layout fixes ( #181 )
2022-03-02 18:09:26 -08:00
sua yoo
fe31f551b2
Add "crawler" role to members ( #174 )
...
closes #139
2022-03-02 18:09:10 -08:00
sua yoo
c888a45d97
Fix seed URLs reset on JSON view toggle ( #172 )
...
closes #160
2022-03-02 18:08:45 -08:00
sua yoo
373c489b00
Watch crawl from crawl detail page ( #156 )
...
closes #164
closes #134
Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
2022-03-02 18:08:08 -08:00
sua yoo
83ded98081
Set and update crawl scale ( #162 )
...
closes #143
2022-02-28 09:14:27 -08:00
sua yoo
3fe3691e74
Update crawl run duration at intervals ( #155 )
...
fixes #138
2022-02-23 16:14:01 -08:00
sua yoo
4af30a02be
Archive and crawl navigation improvements ( #154 )
2022-02-23 09:19:48 -08:00
sua yoo
b5874c3f8c
call super disconnected callback after custom callback
2022-02-22 15:59:55 -08:00
sua yoo
c563216582
Allow user to edit crawl template ( #147 )
...
closes #144
2022-02-22 13:54:25 -08:00
sua yoo
f30b398fea
Deactivate crawl templates in UI ( #145 )
...
wip #144
2022-02-21 11:37:15 -08:00
sua yoo
aa645d9b15
Enable frontend exception tracking ( #140 )
2022-02-18 10:34:07 -08:00