Commit df0ab26
authored
Dev (#5)
* chore(docker): Update .gitignore and remove unused docker-compose.yml
- Add 'tmp/' directory to .gitignore to prevent temporary files from being tracked
- Remove obsolete 'docker-compose.yml' file from 'tmp/' directory to clean up project structure
* feat(cli-ui): Integrate Zustand and React Window for improved state management and performance
- Added Zustand for global state management, replacing local state in App component.
- Integrated React Window for efficient rendering of terminal logs, enhancing performance with large datasets.
- Updated package.json and yarn.lock to include Zustand and React Window dependencies.
- Refactored App and TerminalWindow components to utilize new state management and rendering techniques.
- Improved working directory validation and process checking with enhanced logging.
* chore(nuwax-cli): Bump version to 1.0.67 and update docker-compose command
- Increment project version from 1.0.66 to 1.0.67 in Cargo.toml and Cargo.lock
- Modify docker-compose command to include '--pull always' for updated image retrieval
* update test env
* chore(nuwax-cli): Update dependencies and refactor file handling
- Added new dependencies: `infer`, `flate2`, and `tar` to Cargo.toml and Cargo.lock for enhanced file type detection and archive handling.
- Refactored `get_version_download_file_path` to automatically find archive files and return appropriate error messages if not found.
- Updated `extract_docker_service` to support both ZIP and TAR.GZ formats, improving the extraction process.
- Implemented tests for archive file detection and extraction functionality to ensure reliability.
* cargo fmt1 parent 40b3039 commit df0ab26
File tree
60 files changed
+2097
-1419
lines changed- cli-ui
- src-tauri/src/commands
- src
- components
- hooks
- services
- store
- utils
- client-core
- src
- container
- sql_diff
- utils
- tests
- nuwax-cli
- src
- commands
- docker_service
- utils
- tests
- specs
- tmp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+2097
-1419
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
161 | 180 | | |
162 | 181 | | |
163 | 182 | | |
| |||
260 | 279 | | |
261 | 280 | | |
262 | 281 | | |
| 282 | + | |
263 | 283 | | |
264 | 284 | | |
265 | 285 | | |
| |||
286 | 306 | | |
287 | 307 | | |
288 | 308 | | |
| 309 | + | |
| 310 | + | |
289 | 311 | | |
290 | 312 | | |
291 | 313 | | |
292 | 314 | | |
293 | 315 | | |
294 | 316 | | |
295 | | - | |
296 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
297 | 328 | | |
298 | 329 | | |
299 | 330 | | |
300 | 331 | | |
301 | | - | |
302 | | - | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
303 | 343 | | |
304 | 344 | | |
305 | 345 | | |
306 | | - | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
307 | 355 | | |
308 | 356 | | |
309 | 357 | | |
| |||
324 | 372 | | |
325 | 373 | | |
326 | 374 | | |
| 375 | + | |
327 | 376 | | |
328 | 377 | | |
329 | 378 | | |
| |||
343 | 392 | | |
344 | 393 | | |
345 | 394 | | |
| 395 | + | |
346 | 396 | | |
347 | 397 | | |
348 | 398 | | |
| |||
352 | 402 | | |
353 | 403 | | |
354 | 404 | | |
355 | | - | |
356 | 405 | | |
357 | | - | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
358 | 416 | | |
359 | 417 | | |
360 | | - | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
361 | 428 | | |
362 | | - | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
363 | 438 | | |
364 | 439 | | |
365 | 440 | | |
| |||
375 | 450 | | |
376 | 451 | | |
377 | 452 | | |
| 453 | + | |
378 | 454 | | |
379 | 455 | | |
380 | | - | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
381 | 464 | | |
382 | 465 | | |
383 | 466 | | |
384 | 467 | | |
385 | 468 | | |
386 | 469 | | |
387 | | - | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
388 | 480 | | |
389 | 481 | | |
390 | | - | |
| 482 | + | |
| 483 | + | |
391 | 484 | | |
392 | 485 | | |
393 | 486 | | |
394 | 487 | | |
395 | 488 | | |
396 | 489 | | |
397 | | - | |
398 | | - | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
399 | 509 | | |
400 | 510 | | |
401 | 511 | | |
| |||
409 | 519 | | |
410 | 520 | | |
411 | 521 | | |
412 | | - | |
| 522 | + | |
413 | 523 | | |
414 | 524 | | |
415 | 525 | | |
| |||
0 commit comments