-
Notifications
You must be signed in to change notification settings - Fork 294
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
Make workspace configurable #1149
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
type/chore
Issue that requests non-user facing changes.
type/enhancement
Issue that requests a new feature or improvement.
labels
Apr 29, 2021
dwillist
force-pushed
the
configure_workspace
branch
2 times, most recently
from
April 29, 2021 15:32
ab31dff
to
57fb602
Compare
Codecov Report
@@ Coverage Diff @@
## main #1149 +/- ##
==========================================
+ Coverage 80.83% 80.83% +0.01%
==========================================
Files 136 136
Lines 8278 8294 +16
==========================================
+ Hits 6691 6704 +13
- Misses 1159 1161 +2
- Partials 428 429 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
dwillist
force-pushed
the
configure_workspace
branch
3 times, most recently
from
April 29, 2021 16:13
5996ea2
to
d87bd06
Compare
…ode can be added at places other than workspace Signed-off-by: dwillist <dthornton@vmware.com>
dwillist
force-pushed
the
configure_workspace
branch
from
April 29, 2021 16:13
d87bd06
to
35ed268
Compare
dwillist
added
type/bug
Issue that reports an unexpected behaviour.
and removed
type/chore
Issue that requests non-user facing changes.
labels
Apr 29, 2021
2 tasks
@dwillist thank you! |
github-actions
bot
added
the
type/chore
Issue that requests non-user facing changes.
label
Apr 29, 2021
dfreilich
approved these changes
May 19, 2021
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.
github-actions
bot
added
the
type/chore
Issue that requests non-user facing changes.
label
May 19, 2021
dfreilich
changed the title
some additional changes needed to make workspace configurable.
Make workspace configurable
May 19, 2021
dfreilich
removed
type/chore
Issue that requests non-user facing changes.
type/bug
Issue that reports an unexpected behaviour.
labels
May 19, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: dwillist dthornton@vmware.com
Summary
follow up PR for #1121 that just adds lifecycle
-app
argument for the phases that require it & sorts out permissions on newly mounted directory.Documentation
Related
#1121
Updates #1141