Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Resource manager overhaul #552

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft

Commits on Mar 28, 2023

  1. code changes

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3e6c058 View commit details
    Browse the repository at this point in the history
  2. add mock function

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    65de610 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    76b3bd1 View commit details
    Browse the repository at this point in the history
  4. merge master

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f85ba5c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. mid change

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    7797a16 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. lint

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4a7f977 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. debug pritn

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    afd2812 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. still missing execution time

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2c68564 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. need to test

    wild-endeavor committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    447b4b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. use default, not default limits

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    9d9f023 View commit details
    Browse the repository at this point in the history
  2. make log level 5, 6 doesn't work

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c226e3e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. in fromAdminProtoTaskResourceSpec check if both err and response is n…

    …il, MergeTaskResourceSpec return nil if low is not nil but all empty, ConstrainTaskResourceSpec before checking default requests, first merge limits with default limits in case default limits was empty, fix resources_test
    
    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a2b117f View commit details
    Browse the repository at this point in the history
  2. comments

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6efb3b4 View commit details
    Browse the repository at this point in the history
  3. change the config object to also be snake case because that's how pb …

    …does it
    
    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    118fcf2 View commit details
    Browse the repository at this point in the history
  4. punt on this until july

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    06370fd View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. remove the idl change, make things always limits = requests, mostly w…

    …orking, node weirdness but don't think it's on the admin side.
    
    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ebecb89 View commit details
    Browse the repository at this point in the history
  2. fix couple bugs, fix tests

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed May 3, 2023
    Configuration menu
    Copy the full SHA
    bd23905 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. add explicit zero test

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed May 4, 2023
    Configuration menu
    Copy the full SHA
    93ebadd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. add and fix bug

    Signed-off-by: Yee Hing Tong <[email protected]>
    wild-endeavor committed May 5, 2023
    Configuration menu
    Copy the full SHA
    f6fa4ca View commit details
    Browse the repository at this point in the history