Commit graph

129 commits

Author SHA1 Message Date
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
Exidex
ca15574181 Show error view when plugin or gauntlet throws exception when rendering 2024-04-15 20:48:25 +02:00
Exidex
03c77c85e9 Center content when it is inside an inline or a grid item 2024-04-14 17:58:57 +02:00
Exidex
1024f2bc20 Remove workaround for imagesource being an object 2024-04-14 13:09:05 +02:00
Exidex
844166d56b Add proper support for icons 2024-04-12 22:05:16 +02:00
Exidex
7c3ef1b86e Fix list and grid onSelectionChange not being fired 2024-04-01 17:15:56 +02:00
Exidex
d1cfbeb036 Require preferences to be specified if plugin provides no default value 2024-04-01 16:40:50 +02:00
Exidex
478de0468b Add title to form checkbox 2024-03-31 17:35:27 +02:00
Exidex
ca77ddf306 Workaround iced text not flowing properly and instead creating blocks 2024-03-29 18:44:42 +01:00
Exidex
1bf0927379 Remove async assetData function variant for now 2024-03-29 17:27:34 +01:00
Exidex
531c5d2613 Change preference hooks to be a simple function allowing use in command entrypoints 2024-03-29 17:26:02 +01:00
Exidex
9d7b5ed05d Command entrypoint is not expected to have default function export. Fixes #4 2024-03-29 17:16:13 +01:00
Exidex
6e6d04998c Implement bundled plugins 2024-03-27 19:41:39 +01:00
Exidex
db91d65700 Implement action shortcuts 2024-03-26 19:20:33 +01:00
Exidex
e6ff621efb Implement command generators, a way for plugins to provide entrypoints 2024-03-23 18:16:56 +01:00