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

node-bootstrapper #4891

Merged
merged 79 commits into from
Oct 11, 2024
Merged

node-bootstrapper #4891

merged 79 commits into from
Oct 11, 2024

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    61a0030 View commit details
    Browse the repository at this point in the history
  2. add tests

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f8a5f8c View commit details
    Browse the repository at this point in the history
  3. add installer test to e2e

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cdda13a View commit details
    Browse the repository at this point in the history
  4. add installer test to e2e

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c617756 View commit details
    Browse the repository at this point in the history
  5. fix rebase conflicts

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d9eeb9b View commit details
    Browse the repository at this point in the history
  6. add logic to installer

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9045f22 View commit details
    Browse the repository at this point in the history
  7. add logic to installer

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    02007f8 View commit details
    Browse the repository at this point in the history
  8. pass CSE configuration

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ab5e61b View commit details
    Browse the repository at this point in the history
  9. add config version

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c25136a View commit details
    Browse the repository at this point in the history
  10. use NBC

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    917f9cf View commit details
    Browse the repository at this point in the history
  11. use installer in all VHDs

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fde4167 View commit details
    Browse the repository at this point in the history
  12. build installer

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    749c219 View commit details
    Browse the repository at this point in the history
  13. add comment

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5e17303 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    027868b View commit details
    Browse the repository at this point in the history
  15. fix ADO template

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    002e7ad View commit details
    Browse the repository at this point in the history
  16. fix path to installer

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d5b499f View commit details
    Browse the repository at this point in the history
  17. fix CSE

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f540642 View commit details
    Browse the repository at this point in the history
  18. rename installer => node-bootstrapper

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5a3ef48 View commit details
    Browse the repository at this point in the history
  19. simplify config loading

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e0c7d31 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6860a86 View commit details
    Browse the repository at this point in the history
  21. create missing directories

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b33a77f View commit details
    Browse the repository at this point in the history
  22. fix tests

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9543521 View commit details
    Browse the repository at this point in the history
  23. add shebang line

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    127117c View commit details
    Browse the repository at this point in the history
  24. reduce line length

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ba5212d View commit details
    Browse the repository at this point in the history
  25. fix node-boostrapper references

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8f15ff6 View commit details
    Browse the repository at this point in the history
  26. skip privatepkg test

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5c85e6c View commit details
    Browse the repository at this point in the history
  27. improve test documentation

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    289fd12 View commit details
    Browse the repository at this point in the history
  28. explicitly specify mode and config

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d911a85 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fd739e7 View commit details
    Browse the repository at this point in the history
  30. fix lint error

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    30243fc View commit details
    Browse the repository at this point in the history
  31. fallback to v1 for windows

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9ffbcec View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9b8e8b5 View commit details
    Browse the repository at this point in the history
  33. rename config version

    r2k1 authored and timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    74ad12e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    57ffbdf View commit details
    Browse the repository at this point in the history
  35. clean up test

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2e9eed8 View commit details
    Browse the repository at this point in the history
  36. tests for token_arc.sh

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4111a48 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a8432be View commit details
    Browse the repository at this point in the history
  38. azure token.sh

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bd9a942 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c4f38ef View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    a3d9783 View commit details
    Browse the repository at this point in the history
  41. fix problem in token.sh

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    71197c6 View commit details
    Browse the repository at this point in the history
  42. CSE fixes

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    84dd372 View commit details
    Browse the repository at this point in the history
  43. method rename

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b7cf9b3 View commit details
    Browse the repository at this point in the history
  44. remove redundant else

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a24e1a4 View commit details
    Browse the repository at this point in the history
  45. add a failing test

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fc1a7d1 View commit details
    Browse the repository at this point in the history
  46. fix tests, generate

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    908abff View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4f696e6 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ae009bd View commit details
    Browse the repository at this point in the history
  49. fix some lint issues

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1420505 View commit details
    Browse the repository at this point in the history
  50. lint

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    64b31c1 View commit details
    Browse the repository at this point in the history
  51. lint

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5f29b1f View commit details
    Browse the repository at this point in the history
  52. goimports

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    72608ed View commit details
    Browse the repository at this point in the history
  53. update go sum

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    84112a9 View commit details
    Browse the repository at this point in the history
  54. PR feedback

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d374cb5 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    a9a77a0 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    895f86d View commit details
    Browse the repository at this point in the history
  57. remove t.skip

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cc56e70 View commit details
    Browse the repository at this point in the history
  58. use fallthrough

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    30d4f0c View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    92b1f8f View commit details
    Browse the repository at this point in the history
  60. fix tests

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4139dd4 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    ac841ea View commit details
    Browse the repository at this point in the history
  62. fix test file lookup

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    aabb9d1 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    f6680e0 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    d6f21a5 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    020b23d View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    eaa87e1 View commit details
    Browse the repository at this point in the history
  67. better test output

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    aea173e View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    9ddb3fd View commit details
    Browse the repository at this point in the history
  69. fix test

    timmy-wright committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    deef18d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. rename err2 => err

    r2k1 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    d62b719 View commit details
    Browse the repository at this point in the history
  2. group consts

    r2k1 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    64ea05d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b73e76 View commit details
    Browse the repository at this point in the history
  4. revert pipeline changes

    timmy-wright committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    74c9edc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    0db0e77 View commit details
    Browse the repository at this point in the history
  2. use test context

    r2k1 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    05f4718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea9151a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    c44f567 View commit details
    Browse the repository at this point in the history
  2. merge with master

    r2k1 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0ea56f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. merge with master

    r2k1 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b5ddb7c View commit details
    Browse the repository at this point in the history