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

Implement list-based waiting using GraphQL APIs #574

Merged
merged 41 commits into from
Oct 2, 2023

Commits on Aug 29, 2023

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

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    45fec25 View commit details
    Browse the repository at this point in the history
  2. Maybe this;

    kachick committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    848b215 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    8d1ba3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1010f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b668ac View commit details
    Browse the repository at this point in the history
  4. WIP

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    bf1792b View commit details
    Browse the repository at this point in the history
  5. WIP - Custom response

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5f4b10f View commit details
    Browse the repository at this point in the history
  6. WIP - Fix conflict path

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7f3f343 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa60e99 View commit details
    Browse the repository at this point in the history
  8. Just skip empty results

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8fc4cb8 View commit details
    Browse the repository at this point in the history
  9. WIP - Fix to access nodes

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ddfe9d3 View commit details
    Browse the repository at this point in the history
  10. WIP - debugger

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6969876 View commit details
    Browse the repository at this point in the history
  11. WIP - map doesnot stringify

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    cb9178f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6bbfe15 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    03244fe View commit details
    Browse the repository at this point in the history
  14. WIP - Log detail

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8d22e2e View commit details
    Browse the repository at this point in the history
  15. Simple colorize

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    43c4506 View commit details
    Browse the repository at this point in the history
  16. Reduce characters for logger

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9f8a286 View commit details
    Browse the repository at this point in the history
  17. Remove temporal code

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    391a2a7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    252ec56 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ab91f1a View commit details
    Browse the repository at this point in the history
  20. Flatten import

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c724dd7 View commit details
    Browse the repository at this point in the history
  21. `npm uninstall @octokit/graphql @octokit/types && makers setup && mak…

    …ers check`
    
    actions/github returns octokit, octokit directly callable graphql
    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4919cb3 View commit details
    Browse the repository at this point in the history
  22. Add note

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9e0a8fb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c8c79cb View commit details
    Browse the repository at this point in the history
  24. Clarify current limitation

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    14c918d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6c33b99 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bdb4b75 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    89eaeb3 View commit details
    Browse the repository at this point in the history
  28. Fix a typo

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d248fc0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f8a5212 View commit details
    Browse the repository at this point in the history
  30. Fix list filter

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6a91581 View commit details
    Browse the repository at this point in the history
  31. Hard for human

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b07237c View commit details
    Browse the repository at this point in the history
  32. :<

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f3e75e3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    70aa3a7 View commit details
    Browse the repository at this point in the history
  34. Refine E2E test

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1c5ad11 View commit details
    Browse the repository at this point in the history
  35. JSON is strict

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7799731 View commit details
    Browse the repository at this point in the history
  36. Adjust for actual behaviors

    kachick committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9ecb78d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    69122fe View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1270a2f View commit details
    Browse the repository at this point in the history