WIP: Astarte umbrella init#1932
Draft
nedimtokic wants to merge 4 commits into
Draft
Conversation
Create Astarte umbrella project using: `mix new Astarte --umbrella` in Astarte root dir Signed-off-by: nedimtokic <nedim.tokic@secomind.com>
Solve diverged deps so mix deps.get in umbrella project works without errors Signed-off-by: nedimtokic <nedim.tokic@secomind.com>
Link apps configs into umbrella config Signed-off-by: nedimtokic <nedim.tokic@secomind.com>
cfssl is using httpoison 1.6 and it has conflict with othre apps. Signed-off-by: nedimtokic <nedim.tokic@secomind.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1932 +/- ##
=======================================
Coverage 84.45% 84.45%
=======================================
Files 572 572
Lines 10097 10097
=======================================
Hits 8527 8527
Misses 1570 1570 see 2 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Add Astarte umbrella root project.
Since Umbrella projects are using /apps directory for app we are already there.
All dependecies on internal apps are marked with in_umbrela flag.
Some deps are diverged so they are updated:
Apps config loaded in Umbrella main config .