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

KUI maintenance restructuring #9

Merged
merged 61 commits into from
Sep 18, 2022
Merged

KUI maintenance restructuring #9

merged 61 commits into from
Sep 18, 2022

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    d5f6ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f1983 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fe885f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa5b013 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    997c5d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb737b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3097fdd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f091a4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95f79ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    171661e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    76d7037 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    93108bc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    10bbe82 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b88cff2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8d3d6d8 View commit details
    Browse the repository at this point in the history
  16. [utils] updated code style with auto-formatting

    pycharm auto-formatting
    MrLixm committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    625690a View commit details
    Browse the repository at this point in the history
  17. [dev] removed copy2prefs

    MrLixm committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    af3225b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4990b62 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. [dev] fixed shell launcher to work on windows

    looooot of time lose with path issues
    MrLixm committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    0225f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89396cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fed8cd View commit details
    Browse the repository at this point in the history
  4. [dev] updated prefs directory

    MrLixm committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8395610 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55b08e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa161d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21314dc View commit details
    Browse the repository at this point in the history
  8. [dev] added macroGen script

    MrLixm committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    bb5e2e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a979632 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    08fd0e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    c24f2c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82731c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. [resources] created CustomNode subclass for KUIS

    using katananodling package
    MrLixm committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a852ec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d3b990 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    51bb7eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88cc3fe View commit details
    Browse the repository at this point in the history
  3. [resources] KUIS: first wip

    MrLixm committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    3cb1591 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97f8570 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b3f7d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ccd41b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c036a67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    107dc47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c831482 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c180855 View commit details
    Browse the repository at this point in the history
  11. [dev] refactored macroGen

    now use the node generated by katanaNodling an just export them from Katana in xml
    MrLixm committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    ee57757 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ce308cf View commit details
    Browse the repository at this point in the history
  13. added pyproject.toml

    MrLixm committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    9db42af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14ee33f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    92952bc View commit details
    Browse the repository at this point in the history
  16. [resources] moved CustomNodes content to sub-dir

    for cleaner registering
    MrLixm committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    041cdcf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5bde9e8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1d28c52 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cec0a4b View commit details
    Browse the repository at this point in the history
  20. [resources] KUII: fixed opscript hiera mistake

    upgraded to 0.2.0
    MrLixm committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    af6a45c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    53d5178 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    77404cc View commit details
    Browse the repository at this point in the history
  23. [dev] updated prefs

    MrLixm committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    d1ad17d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    73c8f25 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. [doc] issues fixes

    MrLixm committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    4ff1623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29980d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    042afde View commit details
    Browse the repository at this point in the history
  4. [doc] API: added Usage section

    MrLixm committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    6195d74 View commit details
    Browse the repository at this point in the history
  5. improved gitignore

    MrLixm committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    e560e40 View commit details
    Browse the repository at this point in the history