Skip to content
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: added support for device mode transformations #160

Merged
merged 62 commits into from Apr 19, 2023

Conversation

desusai7
Copy link
Contributor

@desusai7 desusai7 commented Jun 6, 2022

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • Version updated in README
  • Version updated in RSConstants.m(v1)/RSConstant.swift(v2)
  • Version updated in Rudder.xcodeproj
  • Version updated in Rudder.podspec
  • CHANGELOG Updated
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added unit tests for the code
  • I have made corresponding changes to the documentation
  • Passed pod lib lint --no-clean --allow-warnings

This change is Reviewable

@pallabmaiti pallabmaiti marked this pull request as draft June 7, 2022 06:10
@desusai7 desusai7 marked this pull request as ready for review August 10, 2022 05:36
Copy link
Contributor

@pallabmaiti pallabmaiti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the .DS_Store files. Add this to .gitignore.

Sources/Classes/Public/RSNetworkManager.h Outdated Show resolved Hide resolved
Sources/Classes/RSDBPersistentManager.m Outdated Show resolved Hide resolved
Sources/Classes/RSDeviceModeManager.m Outdated Show resolved Hide resolved
Sources/Classes/RSDeviceModeManager.m Show resolved Hide resolved
Sources/Classes/RSNetworkManager.m Outdated Show resolved Hide resolved
@desusai7 desusai7 changed the title [Feature] Device Mode Transformations feat: added support for device mode transformations Mar 21, 2023
@desusai7 desusai7 self-assigned this Mar 21, 2023
@pallabmaiti pallabmaiti force-pushed the feature/deviceModeTransformations branch from 60f9fb4 to 6bba6d2 Compare March 21, 2023 16:11
Sources/Classes/RSContext.m Outdated Show resolved Hide resolved
Sources/Classes/RSNetworkManager.m Outdated Show resolved Hide resolved
Sources/Classes/RSDeviceModeManager.m Outdated Show resolved Hide resolved
Sources/Classes/Headers/Public/RSDBMessage.h Outdated Show resolved Hide resolved
Sources/Classes/Headers/Public/RSNetworkEnums.h Outdated Show resolved Hide resolved
Sources/Classes/Headers/Public/RSUtils.h Outdated Show resolved Hide resolved
Sources/Classes/Headers/Public/RSDBPersistentManager.h Outdated Show resolved Hide resolved
Podfile Outdated Show resolved Hide resolved
Tests/ServerConfigManagerTests.swift Outdated Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Apr 19, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 55 Code Smells

23.2% 23.2% Coverage
0.8% 0.8% Duplication

@1abhishekpandey 1abhishekpandey merged commit 9f145eb into develop Apr 19, 2023
7 checks passed
@pallabmaiti pallabmaiti deleted the feature/deviceModeTransformations branch August 23, 2023 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants