feat: deploy and manage a local instance#184
Merged
TobiaszCudnik merged 9 commits intomainfrom Sep 29, 2023
Merged
Conversation
INS-1760 CLI: deploy a local Core instance
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #184 +/- ##
==========================================
+ Coverage 50.86% 51.20% +0.34%
==========================================
Files 54 59 +5
Lines 4215 4712 +497
==========================================
+ Hits 2144 2413 +269
- Misses 1852 2020 +168
- Partials 219 279 +60
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
005124d to
bb94015
Compare
91a980f to
625c54e
Compare
Signed-off-by: Tobias Cudnik <[email protected]>
- `start` - `stop` - `status` - utils Signed-off-by: Tobias Cudnik <[email protected]>
- dedicated local auth - tests - make fixes Signed-off-by: Tobias Cudnik <[email protected]>
Signed-off-by: Tobias Cudnik <[email protected]>
Signed-off-by: Tobias Cudnik <[email protected]>
Signed-off-by: Tobias Cudnik <[email protected]>
625c54e to
a34048d
Compare
pinglin
requested changes
Sep 28, 2023
Member
pinglin
left a comment
There was a problem hiding this comment.
Fatal error causing the local deployment failed. I will try to solve this on my side.
4d5e448 to
5b3d65d
Compare
5b3d65d to
bae0d1a
Compare
bae0d1a to
23e1baa
Compare
TobiaszCudnik
commented
Sep 29, 2023
| logger.Error("Couldn't get Home directory", err) | ||
| } | ||
| dir := filepath.Join(pwd, "instill-core") + string(os.PathSeparator) | ||
| dir := filepath.Join(d, ".config", "instill") + string(os.PathSeparator) |
Contributor
Author
There was a problem hiding this comment.
This is an incorrect location, it should be in .local or .cache.
This file contains hidden or 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
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.
Because
This commit