Commit graph

143 commits

Author SHA1 Message Date
Exidex
edfb5f753c Release v6 2024-08-04 18:48:51 +00:00
Exidex
4d8973074e Revert "Temporary workaround for core dump on startup in release mode by using debug mode. Slower but at least works"
This reverts commit eccd5d1c32.
2024-07-31 21:31:16 +02:00
Exidex
00271b9d55 Replace console.log in js core with internal api log, so it isn't shown in dev server console 2024-07-22 21:26:57 +02:00
Exidex
f269e56c66 Replace frontend grpc server with in-process channel communication 2024-07-21 18:03:07 +02:00
Exidex
3d847a283e Quick implementation of image fetch from url 2024-07-21 15:33:37 +02:00
Exidex
5c19f79574 ImageSource on js plugin side is now just a reference to asset instead of binary array with image 2024-07-21 13:30:26 +02:00
Exidex
8a73b13fc2 Write local plugin logs to file, so it can be shown in "npm run dev" console 2024-07-18 20:42:07 +02:00
Exidex
0bb63db8b8 Release v5 2024-07-07 09:02:22 +00:00
Exidex
eccd5d1c32 Temporary workaround for core dump on startup in release mode by using debug mode. Slower but at least works 2024-07-07 09:56:38 +02:00
Exidex
f30a952d3b Revert "Do not try to render inline view when search string is empty. Also work around for strange deno crash in release mode right after startup."
This reverts commit b642d43be9.
2024-07-07 09:50:24 +02:00
Exidex
725c1fde15 Revert "Temporary workaround for core dump on macOS in release mode"
This reverts commit e8148bf01a.
2024-07-05 19:37:31 +02:00
Exidex
b642d43be9 Do not try to render inline view when search string is empty. Also work around for strange deno crash in release mode right after startup. 2024-07-05 19:34:12 +02:00
Exidex
b6cf408350 Release v4 2024-06-20 18:38:35 +00:00
Exidex
e8148bf01a Temporary workaround for core dump on macOS in release mode 2024-06-20 20:25:13 +02:00
Exidex
63e7403281 Release v3 2024-06-16 14:24:13 +02:00
Exidex
56626c5145 Yet another attempt to fix pipeline 2024-06-16 14:24:13 +02:00
Exidex
3bbefe2967 Workaround for get release by tag not working for draft releases 2024-06-16 14:24:13 +02:00
Exidex
77f2c4a1c9 Fix every place in release workflow using previous release number instead of the new one 2024-06-16 14:24:13 +02:00
Exidex
f7d221529e Fix release workflow trying to add binary to previous release 2024-06-16 14:24:13 +02:00
Exidex
503e5d16fd Try fix another 'Cannot access 'octokit' before initialization' in pipeline 2024-06-16 14:24:13 +02:00
Exidex
036ba43c78 Try fix 'Cannot access 'octokit' before initialization' in pipeline 2024-06-16 14:24:00 +02:00
Exidex
74e8fceb44 Fix invalid bump npm version command in release pipeline 2024-06-15 20:08:07 +02:00
Exidex
fa51adff11 Implement Clipboard API 2024-06-13 21:27:42 +02:00
Exidex
d6573669ed Fix view events not working after search index update 2024-06-13 20:58:13 +02:00
Exidex
1ef351b2d3 Cleanup some old not used functions 2024-06-11 21:33:57 +02:00
Exidex
b194488178 Rework startup. Frontend is in the same process as server. If server is already running, gui is opened. Added --minimized flag to start server without opening gui 2024-06-09 10:07:16 +02:00
Exidex
c48290c70e Add macOS application icon 2024-06-07 20:42:11 +02:00
Exidex
47024b9290 MacOS release flow. Refactor CI pipelines 2024-06-07 20:41:04 +02:00
Exidex
b68b56d36c Fix useEffect destructors not being called when view is closed 2024-06-02 21:14:46 +02:00
Exidex
2308204fe0 Fix react warning about required key prop 2024-06-02 19:28:29 +02:00
Exidex
1775bf9753 Remove Detail component from Grid 2024-05-30 22:04:35 +02:00
Exidex
7ecd12985e Kill mock backend if frontend failed 2024-05-30 22:03:30 +02:00
Exidex
d7be24cb1f Add parameters to scenario runner to restrict amount of plugins or entrypoint run 2024-05-30 17:35:46 +02:00
Exidex
0dffdcca42 Fix scenario output being overwritten if there are multiple scenarios for the same entrypoint 2024-05-30 16:06:26 +02:00
Exidex
0e678810d8 Fix multiple issues with running several scenarios at once 2024-05-28 21:48:16 +02:00
Exidex
46193da8f4 Fix wrong entrypoint name on screenshot 2024-05-27 22:13:16 +02:00
Exidex
be84097e17 Fix screenshot generator failing for scenario that doesn't fit into the env var 2024-05-27 21:46:28 +02:00
Exidex
01584ede28 Fix scenario plugin not being recompiled on scenario run 2024-05-26 21:11:23 +02:00
Exidex
c9f9a3619e Infrastructure for screenshot generation based on scenario json data 2024-05-18 22:33:02 +02:00
Exidex
717e67568a Fix package-lock.json after previous commit 2024-05-17 21:12:22 +02:00
Exidex
14d43b3d1c Infrastructure to run scenarios that generate json files out of backend requests
Will be used in screenshot generation and testing
2024-05-17 21:08:57 +02:00
Exidex
450ff7e971 Refactor leftovers of old command style 2024-05-11 22:34:12 +02:00
Exidex
8bead2311b Release v2 2024-04-30 11:44:27 +00:00
Exidex
e4bb689865 Add a couple of debug logs to debug publishing 2024-04-29 15:18:19 +02:00
Exidex
705b942fcf Fix item cache creation failing because multiple plugins modified cache at once 2024-04-27 21:58:30 +02:00
Exidex
00a8ecec14 Publish tar.gz instead of plain binary 2024-04-24 21:15:19 +02:00
Exidex
8249dc55fe Fix broken search index after disabling entrypoint or plugin 2024-04-23 21:42:03 +02:00
Exidex
205930fc43 Invert "dev" feature into "release". Default cargo build will not mess up your local env 2024-04-22 21:29:04 +02:00
Exidex
0ce73d39bc Implement application plugin and icons support for entrypoint 2024-04-21 21:42:05 +02:00
Exidex
61254fe1b3 Fix unstable ordering of shared types in component model 2024-04-16 20:39:04 +02:00