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

[rush-build-graph-plugin] Add plugin for generating a build graph file for the given command #4626

Open
wants to merge 44 commits into
base: main
Choose a base branch
from

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    01eae1c View commit details
    Browse the repository at this point in the history
  2. add api-extractor file

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6bd00f0 View commit details
    Browse the repository at this point in the history
  3. ran rush change

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3a18ab6 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary props from package.json

    Co-authored-by: David Michon <[email protected]>
    BPapp-MS and dmichon-msft committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1d5e9cd View commit details
    Browse the repository at this point in the history
  5. Update common/changes/@microsoft/rush/user-bpapp-ms-add-graph-plugin_…

    …2024-04-08-23-25.json
    
    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    BPapp-MS and iclanton committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    67f63c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96fc859 View commit details
    Browse the repository at this point in the history
  7. remove some files

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4dc7574 View commit details
    Browse the repository at this point in the history
  8. Add info to package.json

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d7c28a2 View commit details
    Browse the repository at this point in the history
  9. Readability in DropBuildGraphPlugin.ts

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    BPapp-MS and iclanton committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2817b4e View commit details
    Browse the repository at this point in the history
  10. Remove deep imports

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    BPapp-MS and iclanton committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c7e99e3 View commit details
    Browse the repository at this point in the history
  11. rm extra graph file

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    441d45c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f116124 View commit details
    Browse the repository at this point in the history
  13. Use JsonFile.saveAsync rather than writeFileAsync

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    BPapp-MS and iclanton committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4c44915 View commit details
    Browse the repository at this point in the history
  14. Apply Ian's join suggestion to DropGraph.ts

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    BPapp-MS and iclanton committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    798faa4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    95f79d0 View commit details
    Browse the repository at this point in the history
  16. Make test describe pull from name property

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    BPapp-MS and iclanton committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cb85924 View commit details
    Browse the repository at this point in the history
  17. Fix and organize imports

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8f3db69 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c537284 View commit details
    Browse the repository at this point in the history
  19. processOperations Set -> Iterable

    Co-authored-by: David Michon <[email protected]>
    BPapp-MS and dmichon-msft committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    07fed01 View commit details
    Browse the repository at this point in the history
  20. Optimize dependency initialization

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    BPapp-MS and iclanton committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4eae0e9 View commit details
    Browse the repository at this point in the history
  21. Improve operations map creation

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    BPapp-MS and iclanton committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    05bfee6 View commit details
    Browse the repository at this point in the history
  22. Create _pruneNoOps result in loop rather than Array.from

    Co-authored-by: Ian Clanton-Thuon <[email protected]>
    BPapp-MS and iclanton committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    85452ff View commit details
    Browse the repository at this point in the history
  23. Take iterable in graph validator

    Co-authored-by: David Michon <[email protected]>
    BPapp-MS and dmichon-msft committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4eef03f View commit details
    Browse the repository at this point in the history
  24. clean up validateGraph

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cd53c9f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6489298 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    676c231 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1a705f5 View commit details
    Browse the repository at this point in the history
  28. Update test repo

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fe98a6b View commit details
    Browse the repository at this point in the history
  29. Adjust imports

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1c18a1f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    be406f6 View commit details
    Browse the repository at this point in the history
  31. update test repo

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a294cc0 View commit details
    Browse the repository at this point in the history
  32. Revert pluginName logic

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    42f5e42 View commit details
    Browse the repository at this point in the history
  33. Add test comments

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    70deea5 View commit details
    Browse the repository at this point in the history
  34. bump eslint version

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4a5d48d View commit details
    Browse the repository at this point in the history
  35. RUSH UPDATE

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e1e6e2f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d3efcab View commit details
    Browse the repository at this point in the history
  37. Set stdio inherit

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1ed5a86 View commit details
    Browse the repository at this point in the history
  38. Add rush autoinstaller flag

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f29598f View commit details
    Browse the repository at this point in the history
  39. remove unnecessary output

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9724b71 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0fa80ee View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9721632 View commit details
    Browse the repository at this point in the history
  42. add license file

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b413ed7 View commit details
    Browse the repository at this point in the history
  43. add readme

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    756a250 View commit details
    Browse the repository at this point in the history
  44. Update repo readme

    BPapp-MS committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d7f6e97 View commit details
    Browse the repository at this point in the history