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

test(e2e): add E2E testing utilities and sample specs #639

Merged
merged 126 commits into from
Nov 9, 2022

Commits on Sep 13, 2022

  1. test(e2e): add ginkgo and start distribution

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7844882 View commit details
    Browse the repository at this point in the history
  2. add a spec

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f76783b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. rename package

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    978219a View commit details
    Browse the repository at this point in the history
  2. add _test suffix

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    72dd79d View commit details
    Browse the repository at this point in the history
  3. correct package name

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    dccb967 View commit details
    Browse the repository at this point in the history
  4. clean module file

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    dc2c8d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. ignore certain dep

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8876a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b86ea3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

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

Commits on Sep 28, 2022

  1. rename util package

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b3c5206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fe7427 View commit details
    Browse the repository at this point in the history
  3. remove test delay

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    66661ab View commit details
    Browse the repository at this point in the history
  4. temp: add utility code in

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    88d2623 View commit details
    Browse the repository at this point in the history
  5. refactor with exec option

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    463cc60 View commit details
    Browse the repository at this point in the history
  6. fix write error

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4cd813f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. fix scenario tests

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bbf3fc0 View commit details
    Browse the repository at this point in the history
  2. add mount files for test initialization

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    3f32cd1 View commit details
    Browse the repository at this point in the history
  3. revert mount file

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    c2dd82a View commit details
    Browse the repository at this point in the history
  4. add mount tarball

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    14c0e64 View commit details
    Browse the repository at this point in the history
  5. add document for mounting data

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d6007c0 View commit details
    Browse the repository at this point in the history
  6. omit decompress logs

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    e3a0305 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41e9e26 View commit details
    Browse the repository at this point in the history
  8. fix git ignore

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8ab1b59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87d0d53 View commit details
    Browse the repository at this point in the history
  10. use registry auth config for logout testing

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    635215b View commit details
    Browse the repository at this point in the history
  11. fix: use cred config file when logout

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0a0ef4a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    83f02a0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c2bd61 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    479ca54 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. temp: refactoring state machine

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e6b1ba6 View commit details
    Browse the repository at this point in the history
  2. done refactoring state machine

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    bed64a9 View commit details
    Browse the repository at this point in the history
  3. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    cf8ff9e View commit details
    Browse the repository at this point in the history
  4. more code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3c14379 View commit details
    Browse the repository at this point in the history
  5. refactor with gbytes

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4806422 View commit details
    Browse the repository at this point in the history
  6. bug: cannot detect err out

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    c269f12 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    c2fdbd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74ccab3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. delay matching until execution is done

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    d242da2 View commit details
    Browse the repository at this point in the history
  2. rephrase auth failure description

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    06fe51f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. remove example test

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    0992729 View commit details
    Browse the repository at this point in the history
  2. add submodule

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    c27309b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f85baa View commit details
    Browse the repository at this point in the history
  4. add cli module in

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    cb93b2e View commit details
    Browse the repository at this point in the history
  5. try build without module mode

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    2c24798 View commit details
    Browse the repository at this point in the history
  6. skip checking license for go.work

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    7fa6838 View commit details
    Browse the repository at this point in the history
  7. update registry mount file

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    248c4e5 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'e2e-infra' of https://github.com/qweeah/oras into e2e-i…

    …nfra
    
    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    6b0848d View commit details
    Browse the repository at this point in the history
  9. fix go modules

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    8170b50 View commit details
    Browse the repository at this point in the history
  10. remove go workspace config

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    37651db View commit details
    Browse the repository at this point in the history
  11. modify root folder for e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    a3e595f View commit details
    Browse the repository at this point in the history
  12. force module mode while installing ginkgo

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    747f8fd View commit details
    Browse the repository at this point in the history
  13. use abs path for docker mount

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    f991754 View commit details
    Browse the repository at this point in the history
  14. update readme

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    1aab431 View commit details
    Browse the repository at this point in the history
  15. replace distribution configure with docker envs

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    c3a92f7 View commit details
    Browse the repository at this point in the history
  16. add newline

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    2324232 View commit details
    Browse the repository at this point in the history
  17. revert go mod changes

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    b069bbd View commit details
    Browse the repository at this point in the history
  18. use gzip for mount file

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    9cbd970 View commit details
    Browse the repository at this point in the history
  19. remove unnecessary steps

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    34ddf67 View commit details
    Browse the repository at this point in the history
  20. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    4af75dc View commit details
    Browse the repository at this point in the history
  21. add doc for global variables

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    6087fb2 View commit details
    Browse the repository at this point in the history
  22. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    09068f5 View commit details
    Browse the repository at this point in the history
  23. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    f2c62ab View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6ac4417 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'e2e-infra' into e2e-utility

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    1eab9e6 View commit details
    Browse the repository at this point in the history
  26. fix error

    qweeah committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    95aed09 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    01def2a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Merge branch 'e2e-utility' of https://github.com/qweeah/oras into e2e…

    …-utility
    
    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6757c23 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin_src/main' into e2e-utility

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    ce2b308 View commit details
    Browse the repository at this point in the history
  3. remove obsolete files

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6bc755b View commit details
    Browse the repository at this point in the history
  4. add timeout and password

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    737f34f View commit details
    Browse the repository at this point in the history
  5. longer timeout for login command test

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    db69f49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7984b40 View commit details
    Browse the repository at this point in the history
  7. correct config

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    1be77aa View commit details
    Browse the repository at this point in the history
  8. replace it with by

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    b29535f View commit details
    Browse the repository at this point in the history
  9. add test ci

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    1e26b37 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. change content to string

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    cb3e9fa View commit details
    Browse the repository at this point in the history
  2. fix content matching failure

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    4745024 View commit details
    Browse the repository at this point in the history
  3. try succinct mode

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    9faf62f View commit details
    Browse the repository at this point in the history
  4. correct ginkgo param

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    cbc8890 View commit details
    Browse the repository at this point in the history
  5. refactor execution options

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    30ae078 View commit details
    Browse the repository at this point in the history
  6. refactor version command test

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3fc5876 View commit details
    Browse the repository at this point in the history
  7. add document

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    315708c View commit details
    Browse the repository at this point in the history
  8. revert build yaml file

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    da1d5fb View commit details
    Browse the repository at this point in the history
  9. return execution result

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    141a491 View commit details
    Browse the repository at this point in the history
  10. change work directory type

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    81a8c1d View commit details
    Browse the repository at this point in the history
  11. fix compilation error

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    cdffa27 View commit details
    Browse the repository at this point in the history
  12. fix bug for working directory

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d979fba View commit details
    Browse the repository at this point in the history
  13. rephrase version test text

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    cf84ed1 View commit details
    Browse the repository at this point in the history
  14. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a753585 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    4769e8d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. pull always

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    176411e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc6684 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. move auth tests to a separate suite

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    705ecb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5560eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fab5699 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. add test for manifest fetch

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    9fe2b3d View commit details
    Browse the repository at this point in the history
  2. run all tests

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ffd8c3f View commit details
    Browse the repository at this point in the history
  3. run before all

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6f26be5 View commit details
    Browse the repository at this point in the history
  4. auth with once flag

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    177725b View commit details
    Browse the repository at this point in the history
  5. fix failed cases

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6e9e971 View commit details
    Browse the repository at this point in the history
  6. add lock for auth

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    7365e58 View commit details
    Browse the repository at this point in the history
  7. add media type assertion

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    35be2dc View commit details
    Browse the repository at this point in the history
  8. add doc

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    432da50 View commit details
    Browse the repository at this point in the history
  9. add bad path

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6acbe3f View commit details
    Browse the repository at this point in the history
  10. add manifest fetch to file and desc to stdout

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f439e1b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. more strict logout order

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a0d7559 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. update test file structure

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6f650cc View commit details
    Browse the repository at this point in the history
  2. fix init copying

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1a4cb3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2dc628 View commit details
    Browse the repository at this point in the history
  4. create dir only

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6c30fd3 View commit details
    Browse the repository at this point in the history
  5. run auth before suite

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    2255a02 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. check readme in

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    47ee168 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    eba0431 View commit details
    Browse the repository at this point in the history
  2. add auth before testing

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fcc3828 View commit details
    Browse the repository at this point in the history
  3. logout before login

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a2f9ff5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e02cc86 View commit details
    Browse the repository at this point in the history
  5. add doc & remove unused file

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    98f5e03 View commit details
    Browse the repository at this point in the history
  6. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9ba0a17 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. try string type

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    456a3ba View commit details
    Browse the repository at this point in the history
  2. rename matcher

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    eea1fb3 View commit details
    Browse the repository at this point in the history
  3. add newline

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ed9af5b View commit details
    Browse the repository at this point in the history
  4. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    c0a09bb View commit details
    Browse the repository at this point in the history
  5. use unit32 instead

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1b0fa11 View commit details
    Browse the repository at this point in the history
  6. use uint ptr

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0d24bac View commit details
    Browse the repository at this point in the history
  7. rename status

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    29c24b3 View commit details
    Browse the repository at this point in the history
  8. add limitation in readme

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    19be1f8 View commit details
    Browse the repository at this point in the history