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

Hierarchical and structured config implementation: the initial pass #10832

Merged
merged 36 commits into from Oct 18, 2022

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    6c6b5ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683f7e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f659376 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    966e96f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa648fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dff4079 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    6531b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d419605 View commit details
    Browse the repository at this point in the history
  3. changelog entry

    Zaid-Ajaj committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    02bdbd0 View commit details
    Browse the repository at this point in the history
  4. lint

    Zaid-Ajaj committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    7975498 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    78ecb2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969e0e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0498be1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65cfee4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bd9b80 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    fbc68cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77c7880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae03899 View commit details
    Browse the repository at this point in the history
  4. lint

    Zaid-Ajaj committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    46be886 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Fix TestDestroyStackRef: don't change CWD and fix TestStackInitValida…

    …tion (less rigid contains check)
    Zaid-Ajaj committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2755638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afeac6e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Make sure config defined by a stack are also defined by the project +…

    … a whole bunch of tests
    Zaid-Ajaj committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    9a9a39b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c739adb View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Use "omit empty" for config types, add another integration test, chec…

    …ks that pulumi config goes through project config
    Zaid-Ajaj committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    4cb2c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37730d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    00f4ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    813ac76 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    0766b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12f3992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c606757 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42a51fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51b1329 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. No need to rewrite project when validating project schema and refacto…

    …r test to assert full stackConfigDir error message
    Zaid-Ajaj committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    fb11347 View commit details
    Browse the repository at this point in the history
  2. Don't know why the change in the project schema was reverted but here…

    … is it: allow config to be string for validation
    Zaid-Ajaj committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    58de26d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

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