-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add rootDirectory to yaml #716
Conversation
e42e908
to
820db82
Compare
Only failing due to blockers, will nto merge without green tests after those are submitted |
@@ -0,0 +1,6 @@ | |||
component: codegen | |||
kind: Improvements | |||
body: add rootDirectory to codegen, runtime, and convert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
body: add rootDirectory to codegen, runtime, and convert | |
body: Add rootDirectory to codegen, runtime, and convert |
.github/workflows/stage-lint.yml
Outdated
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: 'recursive' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to belong to a different PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah thats in the blocking changes listed. Just got around to changing the base
"stack", | ||
"project", | ||
"cwd", | ||
"organization", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would have preferred to have these re-sorted separately, but I went through all of these and only rootDirectory
was added 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah sorry it was so small I wanted to just do it and sneak it in <_<
820db82
to
b28a854
Compare
Hold off on more comments for now while I add exceptions to existing tests |
d8015ae
to
8c65828
Compare
This should be good to go |
8c65828
to
9902824
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this needs a rebase on main
, which would make reviewing much easier (or maybe fixing the base branch to be main
?)
.gitmodules
Outdated
@@ -1,3 +1,4 @@ | |||
[submodule "pulumi"] | |||
path = pulumi | |||
url = git@github.com:pulumi/pulumi.git | |||
branch = master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
branch = master | |
branch = master |
Edit: actually this still seems to belong to a different branch.
.mise.toml
Outdated
@@ -0,0 +1,15 @@ | |||
[env] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The mise setup should also go on a different branch
@@ -1,11 +0,0 @@ | |||
resources: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was already merged. Needs a rebase on main
?
11957c6
to
91de0f4
Compare
91de0f4
to
f361d1c
Compare
f361d1c
to
9d47e04
Compare
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Add pulumi.rootDirectory to the yaml project generation and evalution.
This is a part of pulumi/pulumi#18565
Blocked by #718 #717 and pulumi/pulumi#18595