Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

ObjC Cocoapods #570

Open
wants to merge 2,673 commits into
base: master
Choose a base branch
from
Open

ObjC Cocoapods #570

wants to merge 2,673 commits into from

Conversation

ocgungor
Copy link

Fixing compiler warnings and errors
Support for 64bit architecture
Adding cocoapods (UsergridSDK-ObjC)

Michael Russo and others added 30 commits August 31, 2016 11:46
…grid

* 'master' of https://git-wip-us.apache.org/repos/asf/usergrid: (50 commits)
  Fix reactivateTest and handle re-activation differently from auto-activation with confirmation requirements.
  Fix issue with admin user confirmation flag not working when trying to disable emails.
  Moving older SDKs to a difference location and updating main README to link to new SDK locations.
  Removing the old Java SDK.
  Moving the Android SDK to https://github.com/apache/usergrid-android
  Moving the .NET SDK to https://github.com/apache/usergrid-dotnet
  Moving the Java SDK to https://github.com/apache/usergrid-java
  Moving the Javascript SDK to https://github.com/apache/usergrid-javascript.
  Moving the Node.js SDK to https://github.com/apache/usergrid-nodejs.
  Moving Python SDK to https://github.com/apache/usergrid-python
  Fix UniqueValueManager tool to work with datastax driver in the unique value serialization strategy.
  Moving Swift SDK to https://github.com/apache/usergrid-swift.
  Update test for collection level authoritative region setting.
  Rename the cluster authoritative region parameters/methods to be more specific.
  Set non-clustered unique value verification loading back to the non-consistent read consistency level.
  Use StringUtils.isEmpty() to determine if region is not set.
  Move shard logging statement to TRACE level.
  Don't shut down full actor system when the JVM exists ( this affects actors running on other hosts ).
  fix duplicate user test to use random usernames in case DB cleanup not done correctly
  Allow GET /management/me with local UG tokens when External SSO is enabled.
  ...
Michael Russo and others added 28 commits January 25, 2017 10:13
…ity fields have a sort applied with their specific type rather than all possible types.
…e vs. adding the default sort predicate types.
…mination if Elasticsearch response sortValues have geo distance contained within.
…ction size exceeds the limit. Add QueryAnalyzer tests.
…ided ( you are allowed to create new admin users with just an email and it will invoke a reset password flow).
…eries and email addresses. See: USERGRID-29 USERGRID-1041 USERGRID-1117 USERGRID-1338
…s the in memory impl causes duplicate messgae processing quite often at the moment.

 - includes making all the tests work without in-memory queue fronting the database queue which really means adding some more delay in tests
 - the tests now are actually faster now because the original refreshIndex() created and queried random entities which took longer in most cases
 - uncommented the checkReceipts function in Notification tests as these are now passing, with an added fix for duplicate receipt creation
 - some logging updates in the distributed database queueing impl (Qakka)
 - increased the default take to 500 from the queue when DISTRIBUTED database queueing is configured ( which is the default now )
 - Notifications Queue Listener thread names have a random identifier in included
 - reduced the DISTRIBUTED database queueing default long poll to 1 second from 5 seconds
Fixing compiler warnings
Removing unused tests classes & target
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants