-
Notifications
You must be signed in to change notification settings - Fork 29
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: add ci cd #157
Open
itsdebs
wants to merge
153
commits into
develop-mpx
Choose a base branch
from
feat/add-ci-cd
base: develop-mpx
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: add ci cd #157
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
Made Automatic collection of AdvertisingId configurable by the user
Added back synchronization for the message upload in flush api
Fixed build number being sent as version in Application Installed and Updated events
Made Bluetooth permission optional
Removed app_name from the String resources of the Core SDK
[Release] Version 1.6.1
* Fixed issues in UnitTest Cases for fetchAllEventsFromDB * Minor cleanup Co-authored-by: Desu Sai Venkat <[email protected]>
chore(release): pulling release/1.13.1 into master
chore(release): pulling main into develop post release v1.13.1
* chore: update sample apps * chore: addressing comments Update min and target SDK version to 33 and increased some dependencies version * chore(addressing comments): update kotlin_version to 1.8.10
* feat: added gzip feature
…ife cycle observer (#225) * fix: using AtomicIntegers in Application life cycle manager * feat: added support for new way of tracking life cycle events and deep links * chore: minor refactors based on review comments * chore: upgraded kotlin and gradle versions in all modules * chore: reading writekey and dataplane url from local.properties * feat: made dependencies for tracking new life cycle events compile only and needed to be added by customer based on requirement * chore: minor changes * fix: code structure (#233) * fix: setting isFirstLaunch to false on firstLaunch even when user opted out * chore: using a primitive boolean expression * fix: fixed merge issue in sample-kotlin gradle file * chore: bumped the version of androix.core:core-ktx to 1.10.1 --------- Co-authored-by: Desu Sai Venkat <[email protected]> Co-authored-by: Debanjan Chatterjee <[email protected]>
chore(release): pulling release/1.14.0 into master
chore(release): pulling main into develop post release v1.14.0
* fix: fix events not being removed * fix: implement event status update functionality during upgrade from previous version Now, if someone updates from pre or post DMT version to this latest version, previous event will be marked as device_mode_processing_done * chore: re-implement previous changes * chore: add comment * chore: remove comment * refactor: change the variable name to areDeviceModeFactoriesAbsent * fix: incorrect triggering of application lifecycle event AI and AU are called incorrectly in certain scenarios. Fixed that! * fix: application opened event property value --------- Co-authored-by: Debanjan Chatterjee <[email protected]>
…ing objects (#237) * fix: moved migration db queries to executor and closed the cursor properly * fix: closed input and output stream of http connections response * fix: fixed sonarcloud code smells and bugs * chore: refactored to use a single executor and try with resources block * chore: refactored to use executor.submit(), efficient use of synchronized blocks, catching exceptions at place of generation, using try with resources for auto-closeables * chore: minor refactor (#238) * fix: fixed issues with creating output stream while making post requests * fix: handling cases when http connection is null * chore: refactored the method for better organization and readbility --------- Co-authored-by: Desu Sai Venkat <[email protected]> Co-authored-by: Debanjan Chatterjee <[email protected]>
Bumps [peterjgrainger/action-create-branch](https://github.com/peterjgrainger/action-create-branch) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/peterjgrainger/action-create-branch/releases) - [Commits](peterjgrainger/action-create-branch@v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: peterjgrainger/action-create-branch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…188) Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.11.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.9.1...0.11.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* revert: previous logic to mark events as device mode processing done on App Update * fix: replayMessageQueue dumping logic Now, it'll fetch the events from the db which is yet to be processed and send them to the device mode factories * refactor: SET_DM_PROCESSED_AND_STATUS_FOR_EXISTING sql query * refactor: addressing comments * refactor(addressing comments): remove onDowngrade logic * fix: mark device mode done for status column while db migration Previously, it was directly marked as done instead of considering it previous status. * fix: mark device mode done while dumping message Previously, it was directly marked as done instead of considering it previous status.
chore: pulling main into develop
Remove feature update
chore(release): pulling release/1.15.0 into master
chore(release): pulling main into develop post release v1.15.0
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Description of the change
Type of change
Related issues
Checklists
Development
Code review
This change is