Commit Graph

1559 Commits

Author SHA1 Message Date
Brendan Allan
18079ba378 Use PCR for migrations (#385)
* use pcr migrations branch

* use 0.6.2 branch with migrations

* use latest prisma stuff

* allow force reset of db in dev

* remove .spacedrive file

* update rspc in apps/server

* use rspc 0.0.5 in all crates

* add os to prisma client cache key

* add runner os to clippy prisma cache
2022-09-22 00:50:21 -07:00
Jamie Pine
0512843a03 fix readme 2022-09-15 12:58:33 -07:00
Vikram Srinivas
ca05cca09d Update README.md (#384) 2022-09-15 10:10:32 -07:00
maxichrome
cdb0810162 Merge pull request #383 from spacedriveapp/use-rust-shortcuts 2022-09-15 04:12:08 -05:00
maxichrome
74c8fe8bee Merge remote-tracking branch 'origin/main' into use-rust-shortcuts 2022-09-15 02:19:30 -05:00
maxichrome
c381618bf5 Merge remote-tracking branch 'origin/main' into use-rust-shortcuts 2022-09-15 02:15:40 -05:00
maxichrome
d44ec44e07 use defaultprops type arg in inputcontainer 2022-09-15 01:56:02 -05:00
maxichrome
e78906fa6f update search bar shortcut to Cmd/Ctrl+F 2022-09-15 01:55:51 -05:00
Oscar Beaumont
5d457a47aa Merge pull request #375 from spacedriveapp/eng-237-explorer-performance-2
Explorer performance
2022-09-15 14:08:52 +08:00
Oscar Beaumont
5f9a3459b5 Merge remote-tracking branch 'origin/main' into eng-237-explorer-performance-2 2022-09-15 12:45:05 +08:00
maxichrome
bc8972faa4 hide search key hint when value present 2022-09-14 16:54:57 -05:00
maxichrome
bf50c61332 Merge remote-tracking branch 'origin/main' into use-rust-shortcuts 2022-09-14 15:59:59 -05:00
maxichrome
58f339304d update search shortcut to slash 2022-09-14 15:57:26 -05:00
maxichrome
43be1f2dd6 reposition top bar keybind check comment 2022-09-14 12:22:32 -05:00
maxichrome
1d8e858ad7 use clearer name for DOM keybind handler 2022-09-14 12:22:12 -05:00
Oscar Beaumont
3338506119 properly shutdown the core when using server 2022-09-14 19:02:11 +08:00
maxichrome
06175a6450 add silly react import to app layout bc it needs it 2022-09-13 22:41:20 -05:00
maxichrome
5671fc0e60 move to custom KeybindEvent subclass 2022-09-13 22:41:01 -05:00
maxichrome
40194bec47 reconfigure search bar keybind
- also prevents interference with other text boxes on Esc
2022-09-13 19:05:42 -05:00
maxichrome
0d55f3c9e2 add typings for keybind event 2022-09-13 19:05:12 -05:00
maxichrome
1210a0b786 update cargo crates 2022-09-13 19:04:58 -05:00
maxichrome
c5a0a2699c use native/Tauri keybind to open settings 2022-09-13 19:04:51 -05:00
maxichrome
43fb0b6636 add useAppProps brevity 2022-09-13 19:02:06 -05:00
maxichrome
9e090e437c ignore server library data 2022-09-13 18:49:45 -05:00
Oscar Beaumont
c218fbabe1 fix explorer in production builds + move libraryId back to Valtio
Production build issue was because we `useSnapshot` in a different package to where the store was created.
Putting the libraryId in context makes the app noticeably slower because of React rules so I undid that change.
2022-09-13 14:32:32 +08:00
Oscar Beaumont
e293290862 send report button working on error boundary 2022-09-13 00:14:47 +08:00
Oscar Beaumont
b785fe6656 fix clippy warning 2022-09-12 23:50:02 +08:00
Oscar Beaumont
1fca6fb60a onboarding UI flow 2022-09-12 23:43:12 +08:00
Oscar Beaumont
bd778a4f6b Merge remote-tracking branch 'origin/main' into eng-237-explorer-performance-2 2022-09-09 15:30:17 +08:00
Oscar Beaumont
8208cddb07 assorted minor changes 2022-09-09 07:57:35 +08:00
Oscar Beaumont
395ee85fbd remove readme copier workflow 2022-09-09 07:39:00 +08:00
Oscar Beaumont
4a059b4c3f goodbye import React. I won't miss you 2022-09-09 07:32:13 +08:00
Oscar Beaumont
efb451ee36 Better db migrations (#381)
* use prisma migration engine for migrations

* squash migrations + remove excessive logging
2022-09-08 15:57:07 -07:00
Oscar Beaumont
fc529e37f7 merge changes 2022-09-09 06:32:17 +08:00
Oscar Beaumont
4509998eb2 fix the production build issue + cleanup frontend 2022-09-09 06:29:47 +08:00
Jamie Pine
247c6e8aac Merge branch 'eng-237-explorer-performance-2' of https://github.com/spacedriveapp/spacedrive into eng-237-explorer-performance-2 2022-09-08 15:01:08 -07:00
Jamie Pine
e1e292e507 job manager tweaks 2022-09-08 15:01:05 -07:00
Ericson Fogo Soares
24816c001d Changing job metadata to serde_json::Value 2022-09-08 17:20:04 -03:00
Jamie Pine
39b80eb018 job manager wip 2022-09-07 20:04:13 -07:00
Jamie Pine
3aa7285917 Merge remote-tracking branch 'origin/eng-237-explorer-performance-2' into eng-237-explorer-performance-2 2022-09-07 19:45:53 -07:00
Ericson Fogo Soares
6f887a11b9 A wrong premise about report on a running job 2022-09-07 23:43:39 -03:00
Jamie Pine
410726c685 Merge remote-tracking branch 'origin/eng-237-explorer-performance-2' into eng-237-explorer-performance-2 2022-09-07 19:25:43 -07:00
Ericson Fogo Soares
fac10845df Missing job error from serde_json::Error 2022-09-07 23:23:04 -03:00
Jamie Pine
5ee47060bd Merge remote-tracking branch 'origin/eng-237-explorer-performance-2' into eng-237-explorer-performance-2 2022-09-07 19:12:49 -07:00
Ericson Fogo Soares
3a8d0c91e9 Implementing metadata for jobs 2022-09-07 23:08:11 -03:00
Jamie Pine
ed8d32ec87 hotfix for identifier orphan query 2022-09-07 14:05:33 -07:00
Utku
50e8cabc44 Merge pull request #373 from spacedriveapp/mobile-library
Mobile library
2022-09-07 13:03:58 +03:00
Utku Bakir
3e741dfb78 Rust useless conversion 2022-09-07 11:56:51 +03:00
Utku Bakir
a21fb007f7 Update rspc to 0.0.6 2022-09-07 11:55:37 +03:00
Utku Bakir
fa44b40fca Fix everything after rspc update 2022-09-07 10:49:27 +03:00