Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor #481

Merged
merged 57 commits into from
Mar 20, 2024
Merged

Refactor #481

merged 57 commits into from
Mar 20, 2024

Commits on Mar 17, 2024

  1. refactor: remove lib.rs

    sarub0b0 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7ddb19a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b98bcc6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    11ececb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f26c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c10ba5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    946138c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e054176 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    193460f View commit details
    Browse the repository at this point in the history
  7. refactor: add Tick structure

    sarub0b0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    344dfba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78e8ac5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fbb83ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a395d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa959a0 View commit details
    Browse the repository at this point in the history
  12. chore: update csell.json

    sarub0b0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    086f85b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4a2994b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    36453fd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    735c9b9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0efa34c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1040449 View commit details
    Browse the repository at this point in the history
  18. refactor: remove unused code

    sarub0b0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e7933e8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    078c2e8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1a04811 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c92aa72 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    873b77c View commit details
    Browse the repository at this point in the history
  23. chore: update cspell.json

    sarub0b0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    165887f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c9384b8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8375002 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d136344 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4c15fb5 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a16f577 View commit details
    Browse the repository at this point in the history
  29. refactor(yaml): package by feature

    commit 62a4876878725d1c62fc432ca097944a42de3ef0
    Author: kosay <ekr59uv25@gmail.com>
    Date:   Fri Feb 2 01:46:21 2024 +0900
    
        move yaml workers to features/yaml/kube
    
    commit cc1236cbb0c9c23e57dd8f4959ca210f9d400c05
    Author: kosay <ekr59uv25@gmail.com>
    Date:   Fri Feb 2 01:38:53 2024 +0900
    
        split the yaml view into a few files
    
    commit 5ac5997785a7f9370ee5764e3c569035c20df26a
    Author: kosay <ekr59uv25@gmail.com>
    Date:   Fri Feb 2 01:10:16 2024 +0900
    
        move yaml tab to features/yaml/view/tab.rs
    sarub0b0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    80940a0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1ea8ceb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    72d3fb6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6086ebe View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8a19798 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    289492e View commit details
    Browse the repository at this point in the history
  35. refactor(kube): move workers::kube::{client,v1_table,metric_type} and…

    … table related code to kube module
    sarub0b0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2057099 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0f56f72 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    33008a9 View commit details
    Browse the repository at this point in the history
  38. refactor: clippy

    sarub0b0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6673d2e View commit details
    Browse the repository at this point in the history
  39. refactor(kube): rename poller structures.

    * PollWorker -> PollerBase
    * Poller -> PollWorker
    * MainWorker -> EventController
    sarub0b0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8072550 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4580d8c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    7cd47cf View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    04f9abe View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    0298b89 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    60fedd6 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c7ca780 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    39d5fb0 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7ed92e8 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    bd08323 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    731041c View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    3a193cf View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    7c04470 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    fe68401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bfaf0c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. refactor(action): Optimize exec_callback function

    The exec_callback function has been refactored to use a loop instead of
    recursion when handling callbacks. This change improves the readability
    of the code by making the control flow more explicit, and potentially
    improves performance by avoiding the overhead of recursive function calls.
    sarub0b0 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ecb8602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc3e29 View commit details
    Browse the repository at this point in the history