-
Notifications
You must be signed in to change notification settings - Fork 48
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
Release Telemetry SDK Lite on Maven #333
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
- OK_TO_RELEASE_LITE bool and if statement to trigger publishing lite - start working on publish-lite pipeline
Codecov Report
@@ Coverage Diff @@
## master #333 +/- ##
=========================================
Coverage 53.83% 53.83%
Complexity 452 452
=========================================
Files 92 92
Lines 2751 2751
Branches 160 160
=========================================
Hits 1481 1481
Misses 1218 1218
Partials 52 52 |
andrlee
reviewed
Jan 30, 2019
- publishing Full and Lite separately to mavenLocal - need to tweak some things + test on test on Sonatype + Maven
- remove separate `LITE` logic. Should run in conjunction with regular telem release - isTelem bool - add '-LITE' to version name - add dependencies and exclusions to POM - consolidate artifacts logic
- test snapshot release
- change to 4.2.1 to avoid being latest release
- put LITE tag before SNAPSHOT to allow for pushing to snapshot repo
- revert changes made to test snapshot
andrlee
reviewed
Jan 31, 2019
- remove libcore - remove previous hardcoded dependency logic - pull in dependencies and have logic for "LITE" - revamp dependency logic for POM - revamp exclusion logic for dependencies
andrlee
approved these changes
Feb 7, 2019
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.
Addresses: https://github.com/mapbox/mobile-telemetry/issues/272
Change pipeline system to release
Lite
andFull
SDK on maven. Currently neither is working properly due toLite
refactor.