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.
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
feat: initial version #3
feat: initial version #3
Changes from 4 commits
b831715
4d367d9
8a32f4b
ca711fa
6c26ac7
22515d3
1a895d4
dd305be
db62c61
fcb3b2f
6ca89ea
b362d52
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
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.
I'm confused about why we need the root module at
examples/complete
and this root module. Are they not the same? Do we need the one at the root ofcomplete/
or is it a one or the other thing? Mind sharing your thoughts here?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.
At first, I had the root module at
examples/complete
. It was used to create a simple example to spin uprandom-pet
stack. Then we discussed that it would be useful to show thatspacelift-automation
can manage itself, so I added its configuration to the expected path -./examples/complete/components/spacelift-automation/
. That's why we have them both 😕I agree that it's excessive, but we need to cut the
examples/complete
root module in this case. Does it make sense?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.
@gberenice I think it makes sense if we put a README in
examples/complete
that provides info on "Go toexamples/complete/spacelift-automation
to run that root module, it will manage itself like so...". We can do that correct?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.
@Gowiem removed the root module and added the README.md 👍
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.
🛠️ Refactor suggestion
Consider grouping related variables
The variables could be organized better by grouping related configurations together using spacing and comments. This improves readability and maintenance.
Consider this organization:
📝 Committable suggestion
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.
🛠️ Refactor suggestion
Consider adding more configuration examples.
Since this is an example stack that others might reference when implementing their own configurations, it would be valuable to showcase more available configuration options mentioned in the README (e.g., administrative settings, worker pool configurations, integration settings).
Consider adding more configuration examples: