Commit 5b10b16
authored
Bug: Fix build issues (#503)
* Add sync microservice to the resources folder.
* Debug CI issue 1.0
* Remove custom logging implementation and related configuration files
* Remove redundant file listing steps from build workflow
* update logging
* Fix resource path in main.rs and update CSP in tauri.conf.json for improved security and functionality
* Add devtools feature to Tauri configuration and update dependencies
* Add user preferences management and integrate into settings page
* feat: add process plugin and health check functionality
- Added `tauri-plugin-process` to Cargo.toml and initialized it in main.rs.
- Updated migrated.json to include process permissions.
- Introduced health check endpoints for main backend and sync microservice.
- Created ServerCheck component to verify the health of services during onboarding.
- Enhanced InfoDialog to conditionally show close button based on state.
- Updated settings page to streamline user preferences query.
- Added CORS middleware to sync microservice for cross-origin requests.
- Refactored API functions to include health check logic.
* chore: update version numbers to 1.0.0 in package.json, Cargo.toml, and tauri.conf.json
* refactor: improve code formatting and consistency in microservice and configuration files1 parent e985b25 commit 5b10b16
File tree
39 files changed
+764
-281
lines changed- .github/workflows
- backend
- app
- utils
- dist
- docs/backend/backend_python
- frontend
- api
- api-functions
- src-tauri
- capabilities
- src
- services
- src
- api
- api-functions
- components
- Dialog
- OnboardingSteps
- config
- constants
- features
- pages
- ComingSoon
- SettingsPage
- routes
- types
- sync-microservice
- dist
39 files changed
+764
-281
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | 322 | | |
324 | 323 | | |
325 | 324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
140 | 141 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | | - | |
70 | | - | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
| |||
90 | 87 | | |
91 | 88 | | |
92 | 89 | | |
93 | | - | |
| 90 | + | |
94 | 91 | | |
95 | | - | |
| 92 | + | |
96 | 93 | | |
97 | 94 | | |
98 | 95 | | |
| |||
106 | 103 | | |
107 | 104 | | |
108 | 105 | | |
109 | | - | |
| 106 | + | |
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
| |||
125 | 122 | | |
126 | 123 | | |
127 | 124 | | |
128 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Whitespace-only changes.
0 commit comments